Added all template files
parents
Branches
Showing
- .gitignore 4 additions, 0 deletions.gitignore
- Cargo.toml 10 additions, 0 deletionsCargo.toml
- README.md 83 additions, 0 deletionsREADME.md
- c-1-syntax.ebnf 34 additions, 0 deletionsc-1-syntax.ebnf
- src/lexer.rs 387 additions, 0 deletionssrc/lexer.rs
- src/lib.rs 12 additions, 0 deletionssrc/lib.rs
- tests/data/beispiel.c-1 30 additions, 0 deletionstests/data/beispiel.c-1
- tests/parser.rs 9 additions, 0 deletionstests/parser.rs
.gitignore
0 → 100644
Cargo.toml
0 → 100644
[package] | ||
name = "cb-3" | ||
version = "0.1.0" | ||
edition = "2021" | ||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[dependencies] | ||
logos = "0.12.0" | ||
\ No newline at end of file |
README.md
0 → 100644
c-1-syntax.ebnf
0 → 100644
src/lexer.rs
0 → 100644
src/lib.rs
0 → 100644
tests/data/beispiel.c-1
0 → 100644
tests/parser.rs
0 → 100644
Please register or sign in to comment