Files
BlitzLLVM/projects/code_compiler
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
..