[parser] ajout de fby (proposition alternative) + type checker (sera factorisé)
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
let rec list_repeat n elt =
|
||||
if n = 0 then [] else elt :: (list_repeat (n-1) elt)
|
||||
|
||||
exception MyParsingError of (string * Ast.location)
|
||||
|
||||
Reference in New Issue
Block a user