-rw-r--r-- | .gitignore | 2L |
-rw-r--r-- | LICENSE | 13L |
-rw-r--r-- | Makefile | 8L |
-rw-r--r-- | array.c | 47L |
-rw-r--r-- | array.h | 14L |
-rw-r--r-- | blake3.c | 175L |
-rw-r--r-- | blake3.h | 20L |
-rw-r--r-- | elf.c | 68L |
-rw-r--r-- | elf.h | 1L |
-rw-r--r-- | ir.c | 523L |
-rw-r--r-- | ir.h | 99L |
-rw-r--r-- | lex.c | 138L |
-rw-r--r-- | main.c | 196L |
-rw-r--r-- | map.c | 155L |
-rw-r--r-- | map.h | 17L |
-rw-r--r-- | nooc.h | 271L |
-rw-r--r-- | parse.c | 463L |
-rw-r--r-- | siphash.c | 175L |
-rw-r--r-- | stack.c | 38L |
-rw-r--r-- | stack.h | 8L |
-rw-r--r-- | target.h | 7L |
-rwxr-xr-x | test.sh | 21L |
-rw-r--r-- | test/add.pass.nooc | 5L |
-rw-r--r-- | test/add_ext16.pass.nooc | 9L |
-rw-r--r-- | test/add_ext8.pass.nooc | 9L |
-rw-r--r-- | test/array.pass.nooc | 6L |
-rw-r--r-- | test/array_access.pass.nooc | 31L |
-rw-r--r-- | test/array_size.fail.nooc | 1L |
-rw-r--r-- | test/assign_before_decl.fail.nooc | 2L |
-rw-r--r-- | test/assign_int.pass.nooc | 6L |
-rw-r--r-- | test/break.pass.nooc | 13L |
-rw-r--r-- | test/break_outside_loop.fail.nooc | 3L |
-rw-r--r-- | test/curly.fail.nooc | 3L |
-rw-r--r-- | test/curly2.fail.nooc | 1L |
-rw-r--r-- | test/declare_from_ident.pass.nooc | 6L |
-rw-r--r-- | test/exit.pass.nooc | 7L |
-rw-r--r-- | test/exitwrite.pass.nooc | 22L |
-rw-r--r-- | test/extend.pass.nooc | 15L |
-rw-r--r-- | test/gcd.staging.nooc | 10L |
-rw-r--r-- | test/global.pass.nooc | 9L |
-rw-r--r-- | test/global_i16.pass.nooc | 9L |
-rw-r--r-- | test/global_i32.pass.nooc | 9L |
-rw-r--r-- | test/global_i8.pass.nooc | 9L |
-rw-r--r-- | test/i32.pass.nooc | 6L |
-rw-r--r-- | test/ident_type_mismatch.fail.nooc | 4L |
-rw-r--r-- | test/if_nobool.fail.nooc | 4L |
-rw-r--r-- | test/local_i8.pass.nooc | 8L |
-rw-r--r-- | test/mainexit.pass.nooc | 4L |
-rw-r--r-- | test/mismatch_proc_type_expr_param_len.fail.nooc | 8L |
-rw-r--r-- | test/not.pass.nooc | 9L |
-rw-r--r-- | test/pointer_global.pass.nooc | 6L |
-rw-r--r-- | test/pointer_local.pass.nooc | 5L |
-rw-r--r-- | test/proc.pass.nooc | 11L |
-rw-r--r-- | test/proc_type_mismatch.fail.nooc | 8L |
-rw-r--r-- | test/syntax1.fail.nooc | 1L |
-rw-r--r-- | test/syscall_ret.pass.nooc | 10L |
-rw-r--r-- | test/type.fail.nooc | 4L |
-rw-r--r-- | test/upper_registers.pass.nooc | 17L |
-rw-r--r-- | test/yes.pass.nooc | 9L |
-rw-r--r-- | type.c | 303L |
-rw-r--r-- | type.h | 7L |
-rw-r--r-- | util.c | 315L |
-rw-r--r-- | util.h | 15L |
-rw-r--r-- | x64.c | 1084L |