Skip to content

A simple intrepreted programming language written in python from scratch

Notifications You must be signed in to change notification settings

zeeshanthedev590/Methane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple intrepreted programming language written in python from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published