mirror of
https://github.com/LucasVbr/postscript-compiler.git
synced 2026-05-13 17:22:00 +00:00
Add .gitignore
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
(* Compilation functions *)
|
||||
|
||||
open Lang
|
||||
open Instrs
|
||||
open Typing
|
||||
|
||||
(* ************************************************************ *)
|
||||
(* **** Compilation of expressions / statements **** *)
|
||||
(* ************************************************************ *)
|
||||
|
||||
|
||||
let gen_prog (Prog (fundecls, fundefns)) =
|
||||
ISeq []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user