v/compiler
Wink Saville 67f68db530 Add several gitignore files
- compiler/.gitignore and remove the corresponding entries in root/.gitignore.
 - examples/game_of_life/.gitignore
 - examples/tetris/.gitignore
 - examples/word_counter/.gitignore
2019-06-26 01:22:35 +02:00
..
.gitignore Add several gitignore files 2019-06-26 01:22:35 +02:00
Makefile run tests in travis 2019-06-26 01:20:15 +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 remove old `float` type entirely 2019-06-25 22:10:22 +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 remove old types and 2019-06-25 22:19:17 +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