macrofuck/compiler/src
2024-05-18 11:23:54 +02:00
..
builtins fix: to_str() arg not freed 2024-05-17 13:07:53 +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 feat: First draft of preprocessor macros 2024-05-18 00:00:36 +02:00
main.c feat: Includes are relative to input file 2024-05-18 11:15:03 +02:00
parser.y feat: First draft of preprocessor macros 2024-05-18 00:00:36 +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
preprocessor.c fix: macros with multiple arguments didn't work 2024-05-18 11:23:54 +02: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