Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

zlatozar/TigerLanguage

Repository files navigation

Tiger Language in F#

This project contains Tiger language implementation described in book
"Modern Compiler Implementation in ML" (1998) by Andrew Appel

The main ideas behind every step during development are:

  • control the constraints and give feedback on error (lexer, parser and syntactic analysis)
  • linearization of syntax tree and represent it in a sequential form (intermediate representation)
  • efficiency/optimization (the whole compiler backend)

The whole idea of compilation is to convert program to list of functions (instructions) that could be executed by hardware in a context (environment). Of course you can compile something but the execution could be made by software.

NOTE: All compiler backend algorithms are translated from gumchum ML implementation

Releases

No releases published

Packages

No packages published

Languages

AltStyle によって変換されたページ (->オリジナル) /