John
c4a32895df
- Rewrote the grammar - Rewrote the AST - Rewrote the Parser - Removed pretty printer (now handled by ast::ast_impl::Pretty, a Writer wrapper) - Added items, and new keywords to go with them - Syntax is ~maybe temporary, based on Rust syntax
12 lines
250 B
TOML
12 lines
250 B
TOML
[workspace]
|
|
members = ["libconlang", "cl-frontend"]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
repository = "https://git.soft.fish/j/Conlang"
|
|
version = "0.0.3"
|
|
authors = ["John Breaux <j@soft.fish>"]
|
|
edition = "2021"
|
|
license = "MIT"
|
|
publish = ["soft-fish"]
|