ocamlc -w -10 -c src/ast.ml ocamlc -w -10 -c src/lexer.ml ocamlc -w -10 -c src/parser.ml ocamlc -w -10 -c src/evaluator.ml ocamlc -w -10 -c src/main.ml ocamlc -w -10 ...
While init() ordering is well-known, code can change, and thus relationships between init() functions can make code brittle and error-prone. Avoid accessing or manipulating global or environment state ...