0.0.2 • Published 2 years ago

@pl_and_ts/y86compiler v0.0.2

Weekly downloads
-
License
LGPL-3.0-only
Repository
github
Last release
2 years ago

y86compiler_in_TypeScript

A TypeScript-based compiler for Y86 assembly language, which could generate the machine code in the form of Uint8Array.

Usage

To compile directly from source code, import compileY86Code from @pl_and_ts/y86compiler. Notice that you will get a Result which might contains machine code, or an compilation error.

.gitignore config

Please create your own .gitignore for the cloned project.

.gitignore

lib/
es/
dist/

node_modules/
tsconfig.tsbuildinfo
0.0.2

2 years ago

0.0.1

2 years ago