forked from trinitrix/core
1
0
Fork 0
core/trixy
Benedikt Peetz 370aac4395
feat(trixy-lang_parser): Add support for Type
This includes rust like generic types like:
```
Option<T>
Result<T, E>
```
2023-12-19 17:27:13 +01:00
..
src chore(trixy): Rename `language_macros` to `trixy` 2023-12-16 11:45:12 +01:00
trixy-lang_parser feat(trixy-lang_parser): Add support for Type 2023-12-19 17:27:13 +01:00
.gitignore chore(trixy): Rename `language_macros` to `trixy` 2023-12-16 11:45:12 +01:00
Cargo.toml chore(trixy): Rename `language_macros` to `trixy` 2023-12-16 11:45:12 +01:00