Alejandro Gómez-Londoño

Results 3 comments of Alejandro Gómez-Londoño

@xrchz I haven't touched it for a very long time, but the draft I managed to get working was Using this `peg` grammar ```sml arg := - (* Short flag...

A simple example of all this is: ```sml val test_conf_def = Define` test_conf = mkArgsConf [ (T,b,c))|>; (a,x,c))|>; (a,b,T))|> ] (F,NONE,F) `; ``` and then ``` > EVAL ``parse_conf test_conf...

The main thing missing in my opinion is some idea of correctness for the function that matches flags and configurations (`mkArgsConf`) aside from that maybe some helper functions to write...