Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Alorian42/mujsc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuJS Compiler

A subset of JavaScript ES5 to x86_64 compiler using MuJS as the frontend.

Warning

The compiler is not fully finished yet.

Quick Start

$ cc -o nob nob.c
$ ./nob
$ ./build/mujsc ./examples/hello.js ./hello
$ ./hello

Screencast

This project was originally started on a livestream:

thumbnail

About

A subset of JavaScript ES5 to x86_64 compiler using MuJS as the frontend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.7%
  • HTML 5.4%
  • Makefile 0.8%
  • JavaScript 0.7%
  • Shell 0.6%
  • Python 0.5%
  • Other 0.3%