v/compiler
Alexander Medvednikov 08c8b4ba22 V 0.1.9 2019-06-29 13:11:15 +02:00
..
tests move compiler tests to compiler/ 2019-06-29 12:10:19 +02:00
.gitignore Add several gitignore files 2019-06-26 01:22:35 +02:00
cgen.v don't allow calling private functions/methods 2019-06-26 13:15:47 +02:00
fn.v compiler: checks if variables are unused on scripts main function 2019-06-28 21:05:04 +02:00
jsgen.v remove old `float` type entirely 2019-06-25 22:10:22 +02:00
main.v V 0.1.9 2019-06-29 13:11:15 +02:00
parser.v Revert 'compiler: allow mut passed as argument to be modified'. This broke 2019-06-29 11:42:47 +02:00
scanner.v Revert 'compiler: allow mut passed as argument to be modified'. This broke 2019-06-29 11:42:47 +02:00
table.v fix single file programs without `fn main` and REPL (allow imports, 2019-06-28 13:43:32 +02:00
token.v remove @ token 2019-06-26 17:45:54 +02:00