Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 622 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 622 Bytes

OtterCode

a custom programming language I'm currently developing.

Changelog

v1.0.0 Checklist

  • meta
    • compiler language
    • language to compile to
    • language spec
    • future functionality (not required for v1.0.0 release)
  • basic arithmetic operations
    • addition
    • subtraction
    • multiplication
    • division
    • modular arithmetic (modulo operator)
  • variables
    • set syntax
    • memory/symbol table
  • functions
    • lambda syntax
    • update memory/symbol table
      • integrate scope
    • builtins (print, etc.)

(spec here)