Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 469 Bytes

TODO.org

File metadata and controls

24 lines (19 loc) · 469 Bytes

Features [3/15]

  • [X] Variable Assignment
  • [X] Multiple Statements
  • [X] Variable Declarations (without type spec)
  • [ ] Data Types (Integer, String, Boolean)
  • [ ] Comments
  • [ ] Boolean (true/false)
  • [ ] Boolean Operators (and, or, not)
  • [ ] Relational Operators
  • [ ] If
  • [ ] Loops
  • [ ] Arrays
  • [ ] Functions
  • [ ] Procedures
  • [ ] readln and writeln
  • [ ] div and mod operators

Misc [/]

  • [ ] Fixtures from files for running tests