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.
This commit is contained in:
@ -8,3 +8,6 @@ repository = "https://gitlab.com/CyberMages/draconic.git"
|
||||
documentation = ""
|
||||
keywords = ["draconic", "parser", "interpreter", "compiler"]
|
||||
|
||||
|
||||
[dependencies.scribe]
|
||||
git = "https://gitlab.com/CyberMages/scribe.git"
|
||||
|
Reference in New Issue
Block a user