Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 269 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 269 Bytes

wlang

c-like, but better syntax maybe I guess. My first time writing a compiler to assembly

# Run using:
$ ./build # Maybe change gcc-10 to some other compiler
$ ./test <input.w> -o <output> # Optional -d flag for writing assembly to stderr.
$ ./output