Skip to content

Kamiikrazy/MerlinScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MerlinScript

A programming language that works like magic ✨


TODO

  • Write Lexer (24-11-2024)
    • Convert source code into tokens (22-11-2024)
    • Handle keywords, identifiers, etc (24-11-2024)
  • Write Parser
    • Convert code in an AST
    • Use Bison to parse
  • Implement a Semantic Analyzer
  • Translate AST into IR
  • Optimize IR
  • Create backend codegen
  • Linking
  • Write stdlib (optional)
  • Build tools
  • Testing
  • Documentation

About

A programming language that works like magic ✨

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages