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

175 Commits

Author SHA1 Message Date
72bbec89a9 v2: fix error in checker, continue instead of break 2020-02-21 00:20:08 +11:00
6f7c103e50 v2: checker use kind instead of idx 2020-02-20 23:27:23 +11:00
e7e2c68d09 v2: allow type with str method to be used as fn string argument 2020-02-20 23:18:55 +11:00
c099cd8bf6 pratt: fix precedence 2020-02-20 12:59:05 +01:00
0074976636 checker: exit if there are errors 2020-02-20 12:05:53 +01:00
d51019dd77 unify vexe_path 2020-02-20 11:33:01 +01:00
fcd97f513a v2: module/type/fn name fixes, compile fixes 2020-02-20 21:13:18 +11:00
aab1045045 v2: reorder types idxs, > string defined with v struct. rm unresovled 2020-02-20 11:39:59 +11:00
92e3e48bce v2: checker: [] and in 2020-02-19 21:13:42 +01:00
e30bd04579 fix fmt test 2020-02-19 19:57:21 +01:00
ec3d67c19f checker: print multiple errors; none 2020-02-19 19:54:42 +01:00
31b74f02b6 doc: handle submodules 2020-02-19 16:21:46 +01:00
092c09d81f vdoc using the new parser 2020-02-19 16:13:34 +01:00
e4179c0008 v2: more array init & index expr fixes 2020-02-20 00:34:44 +11:00
478c48cd6f Merge branch 'master' of https://github.com/vlang/v 2020-02-19 21:45:45 +11:00
69634c60b3 v2: start to fix index expr for map/array/fixed array 2020-02-19 21:45:06 +11:00
42399d24d9 v2: fix index expr for fixed array & map 2020-02-19 21:39:30 +11:00
082acfad49 v2: fix more ast positions 2020-02-19 11:31:33 +01:00
bc11419ff9 v2: fix for position and check 2020-02-19 11:06:36 +01:00
042bce4b6c v2: dont preifx C fns with module & add todo 2020-02-19 18:08:08 +11:00
83bfd0805e v2: prefix functions with module, except in main & builtin 2020-02-19 17:16:38 +11:00
9b271d1728 v2: remove left over testing printlns 2020-02-19 16:06:16 +11:00
f91bded9b3 v2: add missing table/modules.v 2020-02-19 13:11:55 +11:00
b62a90a212 v2: module/import fixes, use parent_idx instead of parent ptr to remove need to preallocate types array 2020-02-19 13:09:35 +11:00
200d3e6446 vfmt: process imports and module name 2020-02-18 22:35:14 +01:00
19520ccf4e v2: for in checker 2020-02-18 21:59:42 +01:00
39c4842bf9 vfmt2: skip arg type if possible 2020-02-18 21:02:43 +01:00
31c1483b9d vfmt2: fn args, comments 2020-02-18 20:20:15 +01:00
480af3f381 v2: checker fixes 2020-02-18 20:06:01 +01:00
290feaac51 vfmt2: allow running the new vfmt with 'v fmt -2' 2020-02-18 20:00:06 +01:00
b991ca4ebc vfmt2: more convenient way to test multiple files for correct formatting 2020-02-18 17:54:14 +01:00
4e9bfa95ec v2: the new parser can now parse the entire V compiler 2020-02-18 17:45:59 +01:00
67756c53dc v2: more cleanup (#3765) 2020-02-18 18:58:20 +11:00
ed01ab763c v2/vfmt2: more fixes 2020-02-18 03:28:41 +01:00
ecb0af36b3 v2: cleanup old & unused code, add new simple tmp vars in cgen 2020-02-18 03:17:21 +01:00
2ea2fed8a5 vfmt: minor clean up 2020-02-17 22:52:48 +01:00
59beec8fae new vfmt using the new parser 2020-02-17 22:50:11 +01:00
6849a4e770 filepath: path separator (#3756) 2020-02-17 20:31:23 +01:00
53f8ae6517 fix prod build 2020-02-17 14:30:01 +01:00
1dd6491a2f v2: more parser fixes 2020-02-17 14:15:49 +01:00
d7f74ecf52 v2: move more type handling to checker + some clean up 2020-02-17 12:25:18 +01:00
80861f2219 scanner: exponent without sign 2020-02-17 02:35:01 +01:00
1007dd8f23 v2: update parse type not to prefix builtin types with module 2020-02-16 16:16:19 +01:00
9eeb3dfe7e v2: temporary string cast fix 2020-02-16 12:38:15 +01:00
6d8ad58515 v2: mod.Type 2020-02-16 12:31:44 +01:00
dc90f4f4a6 v2: remove unresolved types; handle types in checker; add ast.scope 2020-02-15 13:37:48 +01:00
8dd905a14d v2: more parser fixes 2020-02-13 14:08:19 +01:00
8d76f7d195 v2: remove redundant EOL normalization in cgen test 2020-02-12 23:19:17 +01:00
9d46fb9f90 v2: [] expr for known arrays; p.expected_type 2020-02-12 17:39:51 +01:00
d9cf98f772 v2: imports 2020-02-12 01:16:38 +01:00