Skip to content

HairyOtter07/OtterCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A custom programming language I'm currently developing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages