2 Commits

Author SHA1 Message Date
99a816e2a5 The compiler can currently handle the include keyword.
Skipping the Lexer, the parser can find and replace the include statement
as long as it is on a line by itself.
2016-07-26 18:30:47 -04:00
5103ed2971 The Draconian compiler can now read a file.
A file can be read and placed into a Reader buffer for lexicographical
analysis. This buffer can be consumed on a character by character basis.
2016-07-16 17:07:47 -04:00