- syntax tree datatypes

- prototype lex function
- a lex unit test
- gitignore
- library structure
- license
This commit is contained in:
Aidan 2021-01-24 12:34:58 -08:00
commit e4f2fbaa70
No known key found for this signature in database
GPG key ID: 327711E983899316
8 changed files with 995 additions and 0 deletions

5
Cargo.lock generated Normal file
View file

@ -0,0 +1,5 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "relish"
version = "0.1.0"