ThePrimeagen / ts-rust-zig-deez

610 stars 163 forks source link

feat(rust_blaz): new implementation with a modified lexing approach #218

Closed blazkowolf closed 1 year ago

blazkowolf commented 1 year ago

Attention This implementation is a work in progress and only contains the Lexer and initial REPL

Any constructive criticism is greatly appreciated! Thank you for your time.

Approach

In general, I tried to use more of the standard library where it helps:

Benefits