Go to file
2025-05-18 16:18:19 -05:00
dm_lib_sketching/std Rename dm_lib to dm_lib_sketching 2024-12-31 12:07:48 -06:00
dm_std_lib Set up namespace declarations as desired. 2025-02-04 13:05:52 -06:00
doc Clean up of references and Rcs; better information hiding. 2024-12-30 16:27:33 -06:00
sketching Add build for platform function. 2025-05-18 09:02:35 -05:00
src Much work on use-statements and symbols. 2025-05-18 16:18:19 -05:00
test-data/lexer Initial commit. Very rudimentary lexer. 2024-11-24 18:07:16 -06:00
.gitignore Finally building an AST with Pest. 2025-01-30 18:36:35 -06:00
Cargo.lock Change grammar to properly allow if, while, and for loops (without confusing it with closures). 2025-05-17 17:30:55 -05:00
Cargo.toml Change grammar to properly allow if, while, and for loops (without confusing it with closures). 2025-05-17 17:30:55 -05:00
rust-toolchain.toml Add codespan-reporting to project for awesome error reporting. 2025-05-16 09:09:25 -05:00
TODO.md Updated TODO with more ideas for how to namespace entities. 2025-02-04 13:35:33 -06:00