1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/compiler
2019-06-26 11:04:05 +02:00
..
.gitignore Add several gitignore files 2019-06-26 01:22:35 +02:00
cgen.v replace silly exit(reason string) with exit(code int) 2019-06-23 10:14:37 +02:00
fn.v make -prod no longer hide println() 2019-06-23 09:59:34 +02:00
jsgen.v remove old float type entirely 2019-06-25 22:10:22 +02:00
main.v os.read_file(): replace C code with V, return ?string, handle errors 2019-06-26 11:04:05 +02:00
Makefile run tests in travis 2019-06-26 01:20:15 +02:00
parser.v Parser.error(): information about what to do when V doesn't compile 2019-06-26 01:11:09 +02:00
scanner.v os.read_file(): replace C code with V, return ?string, handle errors 2019-06-26 11:04:05 +02:00
table.v remove old types and 2019-06-25 22:19:17 +02:00
token.v remove old float type entirely 2019-06-25 22:10:22 +02:00