Erythro/src
Curle 264c50509e
Allow global-scope declarations
Function-local scope is still WIP, but you can now define things outside of function blocks.
2020-09-13 23:41:46 +01:00
..
Assembler.c Add support for pointers of char, int and long types 2020-09-13 02:26:49 +01:00
Lexer.c Allow global-scope declarations 2020-09-13 23:41:46 +01:00
Main.c Allow global-scope declarations 2020-09-13 23:41:46 +01:00
Parser.c Allow global-scope declarations 2020-09-13 23:41:46 +01:00
Pointers.c Allow global-scope declarations 2020-09-13 23:41:46 +01:00
Statements.c Allow global-scope declarations 2020-09-13 23:41:46 +01:00
Symbols.c First files. 2020-09-10 02:01:18 +01:00