A short implementation of the anydice online dice calculator I made to learn to parse and do FFI with C and Rust
 
 
 
 
 
Go to file
nick cdc6449f53 Initial commit 2024-08-16 10:16:51 -04:00
src Initial commit 2024-08-16 10:16:51 -04:00
.gitignore Initial commit 2024-08-16 10:16:51 -04:00
Cargo.lock Initial commit 2024-08-16 10:16:51 -04:00
Cargo.toml Initial commit 2024-08-16 10:16:51 -04:00
Makefile Initial commit 2024-08-16 10:16:51 -04:00
grammar.y Initial commit 2024-08-16 10:16:51 -04:00
main.c Initial commit 2024-08-16 10:16:51 -04:00
tokens.lex Initial commit 2024-08-16 10:16:51 -04:00