macrofuck/compiler/src
2024-05-17 10:55:15 +02:00
..
builtins feat: Add read() builtin to read to array/string 2024-04-27 18:30:40 +02:00
ast.c feat: Add rmap - reverse map builtin 2024-05-05 22:14:12 +02:00
ast.h feat: Add rmap - reverse map builtin 2024-05-05 22:14:12 +02:00
band.c feat: Add support for array subscripts 2024-05-02 14:28:08 +02:00
band.h feat: Add support for array subscripts 2024-05-02 14:28:08 +02:00
codegen.c feat: preparation for arrays 2024-04-27 11:09:17 +02:00
codegen.h feat: preparation for arrays 2024-04-27 11:09:17 +02:00
codegen_expr.c feat: Add support for array subscripts 2024-05-02 14:28:08 +02:00
codegen_stat.c feat: Add rmap - reverse map builtin 2024-05-05 22:14:12 +02:00
lexer.l fix: single line comments not working 2024-05-17 10:55:15 +02:00
main.c feat: Split common module from compiler 2024-02-23 23:16:51 +01:00
parser.y feat: Add rmap - reverse map builtin 2024-05-05 22:14:12 +02:00
plugins.c feat: Split common module from compiler 2024-02-23 23:16:51 +01:00
plugins.h refactor: Move compiler files to new directory 2024-02-22 13:31:04 +01:00
scope.c feat: Add support for array subscripts 2024-05-02 14:28:08 +02:00
scope.h feat: Add support for array subscripts 2024-05-02 14:28:08 +02:00