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
Cargo.lock
generated
8
Cargo.lock
generated
@ -1,4 +1,12 @@
|
||||
[root]
|
||||
name = "draconic"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"scribe 0.1.0 (git+https://gitlab.com/CyberMages/scribe.git)",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "scribe"
|
||||
version = "0.1.0"
|
||||
source = "git+https://gitlab.com/CyberMages/scribe.git#c655eca358577795d818bdd07cb71864c0c9b9f2"
|
||||
|
||||
|
Reference in New Issue
Block a user