Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

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

Appel's Tiger language implemented in F#

License

NotificationsYou must be signed in to change notification settings

zlatozar/TigerLanguage

Repository files navigation

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 couldbe executed by hardware in a context (environment). Of course you can compile something but theexecution could be made by software.

NOTE: All compiler backend algorithms are translated fromgumchum ML implementation

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp