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.
14 lines
404 B
TOML
14 lines
404 B
TOML
[package]
|
|
name = "draconic"
|
|
version = "0.1.0"
|
|
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
|
|
description = "A parser/compiler/interpreter for the Dragonic language."
|
|
license = ""
|
|
repository = "https://gitlab.com/CyberMages/draconic.git"
|
|
documentation = ""
|
|
keywords = ["draconic", "parser", "interpreter", "compiler"]
|
|
|
|
|
|
[dependencies.scribe]
|
|
git = "https://gitlab.com/CyberMages/scribe.git"
|