Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add coollang-2020-fs to Educational and Toy Projects #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mykolav
Copy link

@mykolav mykolav commented Aug 30, 2021

coollang-2020-fs compiles a small but interesting Scala subset into x86-64 assembly.

  • It compiles down to x86-64 assembly. Then invokes GNU as and ld to produce a native executable.
  • The language is simple but not too simple. A lot of mini-compilers have languages with functions, primitive values and not much else. This project's language has classes, inheritance, virtual dispatch, and even a very simple form of pattern matching.
  • The compiler is implemented in F#.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant