parser/Cargo.toml
Ryan Chandler 37c6401a5e
wip
2022-07-19 11:30:23 +01:00

7 lines
108 B
TOML

[workspace]
members = [
"trunk_lexer",
"trunk_parser",
"trunk_compiler",
"trunk_bytecode",
]