Open Issues Need Help
View All on GitHubAI Summary: Implement command-line argument parsing for an OCaml compiler. The arguments should allow specifying input files to compile and an optional debug flag (`-d` or `--debug`). Use the OCaml `Arg` module for argument parsing.
A compiler for a statically-typed relational programming language written in OCaml
AI Summary: Address non-exhaustive pattern matching in the Karuta compiler's Code Generator and Evaluator modules. This involves identifying all instances of incomplete pattern matching, and handling these cases by raising appropriate exceptions. The provided links offer potential solutions and starting points for this task.
A compiler for a statically-typed relational programming language written in OCaml