Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 750 Bytes

Atlas (Another Terrible Lisp Appeared Suddenly)

A Lisp interpreter/language project created to gain profficiency with Rust.

(Current) Parsing example:

image

(Current) Working simple logic: image

TODOs, bugs and planned features

  • [] Better error handling
  • Language logic
  • [] String quoting checker for unclosed expressions
  • [] Tests (some bugs are present)
  • [] Improve user handling, privatize unneeded functions
  • Literals, variables and expressions
  • Multi level nesting, multiple arguments
  • Tree parsing