Skip to content

A REPL of my original toy language written in Rust.

Notifications You must be signed in to change notification settings

BOBO1997/ape_repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ape_repl

This is a REPL of my original toy language. Project has just began. This project is also for practice of getting used to coding with Rust.

TODO

  • define language specification
  • write lexer
  • write LR(1) parser generator (if possible)
  • write evaluator
  • write type checker

About

A REPL of my original toy language written in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages