parser/Cargo.toml

7 lines
108 B
TOML
Raw Normal View History

[workspace]
members = [
2022-07-16 14:57:22 +01:00
"trunk_lexer",
"trunk_parser",
2022-07-16 21:47:54 +01:00
"trunk_compiler",
2022-07-19 11:30:23 +01:00
"trunk_bytecode",
]