Skip to content

kizzandev/interpreter-prolang-rust

Repository files navigation

progress-banner

This is my solution for the "Build Your Own Build your own Interpreter" Challenge from CodeCrafters.

Some useful knowledge

I use git for the testing but using three commands all the time was tiring, such is the case I created an alias instead.

git config --global alias.codecrafters '!f() { git add . && git commit --allow-empty -m "${1:-pass stage}" && git push origin master; }; f'

Needing only to:

git codecrafters
# And possible add a commit message
git codecrafters "feat: hire me"

About

Interpreter programming language in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •