1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
Commit Graph

2793 Commits

Author SHA1 Message Date
59baef89a0 parser: assign.v, containers.v, for.v, if.v 2020-04-17 18:16:55 +02:00
b53fb365a6 parser: move pratt logic to pratt.v 2020-04-17 18:11:04 +02:00
16931fd23f parser: move all struct logic to struct.v 2020-04-17 18:01:02 +02:00
ed8855c4cd tests: fix struct_unknown_field.v 2020-04-17 17:20:35 +02:00
4a556f72bb checker: allow calling private functions in tests 2020-04-17 17:18:40 +02:00
06c1b9e95e table/checker: verify private functions/methods 2020-04-17 17:16:14 +02:00
af30bf939e checker: fix return underlining 2020-04-17 16:16:56 +02:00
c1d9e22ca6 cgen: gen str() from eprintln and eprint as well 2020-04-17 16:15:28 +02:00
420ecaf31d cgen: gen_str_for_array() 2020-04-17 16:10:41 +02:00
402e55d115 ast: expr.Position; struct field refactoring 2020-04-17 02:38:39 +02:00
8bb11d9035 cgen: fix string_interpolation_struct_test.v error 2020-04-17 01:45:42 +02:00
7bfc3ef767 cli: fix issue with long cmd and flag names 2020-04-16 23:01:04 +02:00
051cc732bb cgen: generate typeof for functions 2020-04-16 21:04:27 +02:00
dee64347e0 cgen: fix const_embed_test.v error 2020-04-16 19:43:39 +02:00
4c8510dfaf cgen: use wWinMain for Windows GUI applications 2020-04-16 19:42:04 +02:00
aed8370d87 tetris: enable compilation with -prod; cleanup of font loading errors 2020-04-16 19:44:15 +03:00
182108faca fmt fmt.v, vfmt.v 2020-04-16 15:54:17 +02:00
54226e74cf sokol: add missing C prefixes 2020-04-16 15:53:34 +02:00
714ff50322 fmt: use the new receiver syntax 2020-04-16 15:42:40 +02:00
4b5acfd960 parser: (var x X) receiver syntax 2020-04-16 15:40:21 +02:00
8760313ce5 fmt builder.v 2020-04-16 15:35:19 +02:00
af224b4933 parser/cgen: is keyword 2020-04-16 15:32:14 +02:00
cc9828b481 checker: fix building of shared .so libs 2020-04-16 16:30:19 +03:00
e05f103c41 cli: make compile 2020-04-16 14:50:04 +02:00
1318c27699 tetris: it now works with v2 (on linux) :-) 2020-04-16 13:30:40 +03:00
19723c927b checker: move more checks from parser 2020-04-16 12:17:15 +02:00
554d87f5b0 tetris: part 1 of fixing compilation with v2 2020-04-16 12:37:59 +03:00
8a1248b2e7 builder: restore module import cycle detection/topological reorder 2020-04-16 12:29:36 +03:00
04db2d02b8 checker: move struct name check from parser to checker 2020-04-16 11:01:18 +02:00
54a02996f2 cgen: fix string interpolation float type 2020-04-16 07:30:25 +02:00
332d52f459 fmt: stop mangling reference names 2020-04-16 07:28:41 +02:00
c3ddaf16ec cgen: fix sum type casting for array push 2020-04-16 15:18:33 +10:00
a680db44ed parser: change for error message 2020-04-16 06:01:14 +02:00
b15780ae51 parser: better const error 2020-04-16 06:00:05 +02:00
4b3c44cfd7 Revert "tetris: part 1 of fixing building it with v2"
This reverts commit d42725aafe.
2020-04-16 01:16:54 +03:00
d42725aafe tetris: part 1 of fixing building it with v2 2020-04-16 00:35:16 +03:00
92129d760d checker: fix false positives for sumtype kind of matches 2020-04-16 00:32:56 +03:00
6a186e8f11 jsgen: implement js backend 2020-04-15 23:16:49 +02:00
a3ab5df2ed cgen: prepend __ to new_array 2020-04-15 20:12:06 +02:00
27b6f30305 checker: move capital var check from parser to checker 2020-04-15 19:09:51 +02:00
93b942de46 parser: fix a match error 2020-04-15 16:23:03 +02:00
fde83aff0b checker/cgen: fix calling struct field with fn type 2020-04-15 04:28:18 +02:00
da28bc7026 Revert "fmt: (var f Foo)"
This reverts commit 4b110756e0.
2020-04-15 04:15:42 +02:00
4b110756e0 fmt: (var f Foo) 2020-04-15 03:56:16 +02:00
4dd8796dba cgen: fix assignment to nested maps 2020-04-15 02:42:00 +02:00
f34352faf9 fmt: use var instead of mut 2020-04-15 01:55:51 +02:00
efaec8be8e token/parser: var keyword 2020-04-15 01:45:27 +02:00
4068cbc6eb parser: fix var name check pos 2020-04-14 21:27:17 +02:00
e1739549b2 crypto: fix rand module 2020-04-14 21:03:02 +02:00
14e1b963f2 parser: do not allow variable names with capital letters 2020-04-14 20:40:00 +02:00