Commit Graph

3 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks 726bd78a59 code_compiler: Add comments and internal commands to Lexer
This should make parsing even easier as the internal commands are tokens instead of text. Additionally it is now possible to properly include comments as they are no longer considered separate parts and instead are a single string lasting until the end of the line.
2017-11-18 19:15:18 +01:00
Michael Fabian 'Xaymar' Dirks a9f4fd9d47 code_compiler: Include character for TokenUnknown 2017-11-13 02:31:44 +01:00
Michael Fabian 'Xaymar' Dirks dcd8950260 code_compiler: Add initial Compiler and Parser
These don't do much yet and are just here so the class structure exists.
2017-11-13 02:16:17 +01:00