parser/Cargo.toml
2022-07-20 20:13:34 +01:00

9 lines
142 B
TOML

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