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

WIP: implement an asm.js code generator #14

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Aug 6, 2024

  1. implement a basic asm.js code generator

    The code generator / pass takes a subset of the L0 language as input
    and translates it to asm.js. This is a very early implementation, based
    on `pass0`, with lots of issues and missing features.
    zerbina committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e5d37ce View commit details
    Browse the repository at this point in the history
  2. tests: add a test runner for the asm.js code generator

    It just writes the asm.js code to a file and invokes Node.js on it.
    zerbina committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9c92ee9 View commit details
    Browse the repository at this point in the history
  3. tests: add a basic test

    zerbina committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5ed60e8 View commit details
    Browse the repository at this point in the history