v/compiler
Delyan Angelov d681e1cae3 compiler: fix deprecation message for u8. 2019-09-02 21:04:27 +03:00
..
tests remove u8 and i32 from tests and examples 2019-09-02 15:02:25 +03:00
cc.v compiler: fix v_win.c generation 2019-08-30 00:07:54 +03:00
cgen.v replace *Foo with &Foo everywhere 2019-09-01 22:51:16 +03:00
cheaders.v Make sure to actually generate the empty struct declaration 2019-09-02 15:33:03 +03:00
comptime.v compiler: replace &Type with Type 2019-09-01 14:05:03 +03:00
fn.v parser: fix a +1 bug when skipping function body 2019-09-02 13:57:00 +03:00
jsgen.v remove u8 and i32 aliases 2019-09-01 22:37:22 +03:00
live.v compiler: refactoring - extract cheaders.v and live.v from main.v . 2019-08-20 11:26:50 +03:00
main.v replace *Foo with &Foo everywhere 2019-09-01 22:51:16 +03:00
modules.v replace *Foo with &Foo everywhere 2019-09-01 22:51:16 +03:00
msvc.v compiler: fix array initialisation generation for msvc 2019-08-31 00:59:21 +03:00
parser.v compiler: fix deprecation message for u8. 2019-09-02 21:04:27 +03:00
parser2.v parser: get_type2() for the upcoming type system refactoring 2019-09-02 14:55:26 +03:00
query.v compiler: use cerror instead of panic. 2019-08-29 11:50:18 +03:00
repl.v Fix incorrect string open/close check in REPL 2019-08-29 21:40:49 +03:00
scanner.v replace *Foo with &Foo everywhere 2019-09-01 22:51:16 +03:00
table.v remove u8 and i32 from tests and examples 2019-09-02 15:02:25 +03:00
token.v fmt: remove trailing spaces 2019-08-17 22:21:43 +03:00
vfmt.v fmt: remove trailing spaces 2019-08-17 22:21:43 +03:00