Skip to content

zeeshanthedev590/Methane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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
    • Boolean logic
    • Logical Operators
    • Loops
      • For loops
      • while loops
    • Arrays
    • Dictionaries
  • Make the main interpreter interface
  • Make docs
  • Networking
  • Interactive REPL (Read-Eval-Print Loop)
  • Object-Oriented Programming (OOP) (optional)

About

A simple intrepreted programming language written in python from scratch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors