- syntax tree datatypes
- prototype lex function - a lex unit test - gitignore - library structure - license
This commit is contained in:
commit
e4f2fbaa70
8 changed files with 995 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "relish"
|
||||
version = "0.1.0"
|
||||
authors = ["Aidan <aidan@aidanis.online>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue