Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 531 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 531 Bytes

Methane Programming Language (under development)

"Blazing through code like a gas, but without the fuss!"

  • make a list of tokens and keywords
  • make a lexer
  • make a parser
    • Variables
    • Input
    • Output
    • Comments
    • File I/O
    • Functions
    • File importing
      • Variables
      • Functions
    • If/else statements
    • Loops
      • For loops
      • while loops
    • Arrays
    • Dictionaries
  • Make the main interpreter interface
  • Make docs