o
odinpkg.dev
packages / library / scheme-implementation

scheme-implementation

78e5c00library

my attempt to implement working scheme in Rust

No license · updated 1 year ago

Taiyyab's Odin Crafting Interpreters (book) follow through

This is my attempt to implement the language as described in Crafting Interpreters

  • need to implement basic tokenizer (Mar 13 2025)

Progress update (04-17-2025)

  • finisehd tokenizer, stuck on creating parse tree

Progress update (04-29-2025)

  • research on parser and get out of analysis paralysis