Taddeus Kroes 9b0a2616d9 Fixed a bu in assembly printing causing a single directive not to be printed 12 年 前
..
assemble.ml 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting 12 年 前
assemble.mli 99f05a88f6 Documented assembly and peephole phases 12 年 前
boolop.ml a574d8ace5 IntVal now takes a 32-bit int as argument (not 31 or 63), and integer bound check is moved to lexer 12 年 前
boolop.mli 0e88812018 Typo's 12 年 前
constprop.ml 94299b18ac Fixed division by zero check 12 年 前
constprop.mli b530c36dde Generated variable names now have leading underscores instead of dollar signs 12 年 前
context.ml 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting 12 年 前
context.mli 50de2235d4 Documented context analysis 12 年 前
desug.ml f074552d42 Array constant initialisations now require a strict nesting level equal to the number of dimensions; simplified some related code 12 年 前
desug.mli 2c7c770755 Clarified example code in interface file 12 年 前
dimreduce.ml 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting 12 年 前
dimreduce.mli 98f34c1ac8 Documented Dimreduce phase 12 年 前
extern.ml 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting 12 年 前
extern.mli b530c36dde Generated variable names now have leading underscores instead of dollar signs 12 年 前
index.ml 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting 12 年 前
index.mli 9884db816a Documented index analysis phase 12 年 前
load.ml 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting 12 年 前
load.mli 7a45964f5e Module titles can only be one sentence 12 年 前
output.ml 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting 12 年 前
output.mli 9f6cedc1a2 Documented output phase 12 年 前
parse.ml 885fa4bc95 Changed the way errors are represented + context analysis now prints multiple errors before exiting 12 年 前
parse.mli b508c41935 Fixed ocamldoc link in interface file 12 年 前
peephole.ml a574d8ace5 IntVal now takes a 32-bit int as argument (not 31 or 63), and integer bound check is moved to lexer 12 年 前
peephole.mli 99f05a88f6 Documented assembly and peephole phases 12 年 前
print.ml 9b0a2616d9 Fixed a bu in assembly printing causing a single directive not to be printed 12 年 前
print.mli c41cb56442 Documented Print phase 12 年 前
typecheck.ml 0e0c62d5a7 Removed warning for floating-point division by zero 12 年 前
typecheck.mli eb96035e00 Added docs for latest commit 12 年 前
unroll.ml a574d8ace5 IntVal now takes a 32-bit int as argument (not 31 or 63), and integer bound check is moved to lexer 12 年 前
unroll.mli b530c36dde Generated variable names now have leading underscores instead of dollar signs 12 年 前