Skip to content

Penhasco/compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MML compiler

The steps to develop a full MML compiler imply the adaptation of:

  • the scanner (mml_scanner.l)
  • the parser (mml_parser.y)
  • the symbol (targets/symbol.h)
  • the type checker (targets/type_checker.cpp)
  • the XML writer (for the middle delivery: targets/xml_writer.cpp)
  • the Postfix writer (for the final delivery: targets/postfix_writer.cpp)

compiler

About

Code for a compiler project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published