Playing around with wasm. Creating a compiler in C for var'aq
  • C 91.9%
  • CSS 5.1%
  • HTML 1.9%
  • Makefile 0.9%
  • Shell 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-03-04 13:40:37 -05:00
.vscode add & float, init tok map 2023-03-04 13:20:59 -05:00
docs inital commit 2023-02-04 14:06:00 -05:00
public inital commit 2023-02-04 14:06:00 -05:00
tests inital commit 2023-02-04 14:06:00 -05:00
.clang-format add & float, init tok map 2023-03-04 13:20:59 -05:00
.gitignore inital commit 2023-02-04 14:06:00 -05:00
common.h inital commit 2023-02-04 14:06:00 -05:00
compile_test.c add & float, init tok map 2023-03-04 13:20:59 -05:00
compiler.c Add a few more ops, refactor. 2023-03-04 13:37:34 -05:00
compiler.h inital commit 2023-02-04 14:06:00 -05:00
http-server-test.sh dont need anymore, will override now 2023-03-04 13:40:37 -05:00
LICENSE Initial commit 2023-02-04 14:02:09 -05:00
main.c Add a few more ops, refactor. 2023-03-04 13:37:34 -05:00
Makefile add & float, init tok map 2023-03-04 13:20:59 -05:00
mkfile add & float, init tok map 2023-03-04 13:20:59 -05:00
README.md inital commit 2023-02-04 14:06:00 -05:00
tokenizer.c Add a few more ops, refactor. 2023-03-04 13:37:34 -05:00
tokenizer.h inital commit 2023-02-04 14:06:00 -05:00

varaq-wasm-c

Playing around with wasm.

Creating a wasm compiler in C for var'aq

very early wip