RSSAmplifier

J. Wied · Jun 10, 2026

Dynamic Options with OCaml’s Arg Library

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

J. Wied 2026-06-10 Dynamic Options with OCaml s Arg Library The compiler I m working on accepts several options - like most other command line programs. However, I wanted to allow only some combinations. E.g. in -i interpret -msp430 [mcu] compile for some MSP430 MCU -S emit assembly code the -S should only be valid with -msp430 . Turns out you can implement this restrictions with OCaml s Arg…

Read on /ocaml-arg.html

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.