Skip to content

A compiler for a toy functional language, featuring LALR(1) parsing, closure conversion, CPS conversion, and assembly generation.

Notifications You must be signed in to change notification settings

zeyonaut/tetragon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tetragon

Architecture

See architecture.md for details.

References

The following sources were consulted in the development of this project.

  • Alfred V. Aho, Monica S. Lam, Ravi Sethi, and Jeffrey D. Ullman. 2006. Compilers: Principles, Techniques, and Tools (2nd Edition). Addison-Wesley Longman Publishing Co., Inc., USA.
  • Andrew Kennedy. 2007. Compiling with continuations, continued. In Proceedings of the 12th ACM SIGPLAN international conference on Functional programming (ICFP '07). Association for Computing Machinery, New York, NY, USA, 177–190. https://doi.org/10.1145/1291151.1291179

About

A compiler for a toy functional language, featuring LALR(1) parsing, closure conversion, CPS conversion, and assembly generation.

Topics

Resources

Stars

Watchers

Forks

Languages