No description
  • OCaml 83.2%
  • C 14.8%
  • Makefile 1.9%
Find a file
2025-03-31 12:53:58 -04:00
input specify correct option for switching to register allocation 2022-04-29 14:32:10 -04:00
output first commit, just copying from garter and making a few adjustments 2022-04-06 17:51:44 -04:00
.gitignore gitignore 2024-12-09 23:49:41 -05:00
.merlin add .merlin support 2023-04-01 10:22:43 -04:00
.ocamlformat better wrapping 2025-03-30 22:17:14 -04:00
assembly.ml regoffset word size tweak 2025-03-30 22:18:11 -04:00
compile.ml better wrapping 2025-03-30 22:17:14 -04:00
dune invoke dune fmt, remove warnings 2024-12-09 23:49:00 -05:00
dune-project first commit, just copying from garter and making a few adjustments 2022-04-06 17:51:44 -04:00
errors.ml port cobra error tweaks 2024-12-09 23:52:11 -05:00
exprs.ml invoke dune fmt, remove warnings 2024-12-09 23:49:00 -05:00
gc.c make gc starter code consistent with garter 2025-03-30 22:22:58 -04:00
gc.h make gc starter code consistent with garter 2025-03-30 22:22:58 -04:00
graph.ml invoke dune fmt, remove warnings 2024-12-09 23:49:00 -05:00
lexer.mll first commit, just copying from garter and making a few adjustments 2022-04-06 17:51:44 -04:00
main.c add comments to main to make consistent with garter 2025-03-30 22:24:27 -04:00
main.ml invoke dune fmt, remove warnings 2024-12-09 23:49:00 -05:00
Makefile noexecstack 2025-03-30 22:16:48 -04:00
parser.mly first commit, just copying from garter and making a few adjustments 2022-04-06 17:51:44 -04:00
phases.ml more consistent error reporting 2025-03-30 22:18:44 -04:00
pretty.ml better wrapping 2025-03-30 22:17:14 -04:00
runner.ml invoke dune fmt, remove warnings 2024-12-09 23:49:00 -05:00
test.ml port cobra error tweaks 2024-12-09 23:52:11 -05:00