parser/Cargo.toml

8 lines
121 B
TOML
Raw Normal View History

[workspace]
members = [
2022-07-16 15:57:22 +02:00
"trunk_lexer",
"trunk_parser",
2022-07-16 22:47:54 +02:00
"trunk_compiler",
2022-07-19 12:30:23 +02:00
"trunk_bytecode",
2022-07-19 16:29:20 +02:00
"phpast"
]