parser/Cargo.toml
2022-07-19 15:29:20 +01:00

8 lines
121 B
TOML

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