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 ...
1 Foreword This is an introduction to C++ for C programmers: If you can't understand the code below, you'd better start with a C tutorial. # include <stdio.h> void main (int argc, char **argv) { ...