mirror of
https://github.com/LucasVbr/postscript-compiler.git
synced 2026-05-14 01:31:59 +00:00
Add .gitignore
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
#load "lang.cmo";;
|
||||
#load "parser.cmo" ;;
|
||||
#load "lexer.cmo" ;;
|
||||
#load "typing.cmo";;
|
||||
#load "instrs.cmo";;
|
||||
#load "gen.cmo";;
|
||||
#load "interf.cmo";;
|
||||
|
||||
open Interf;;
|
||||
open Lang;;
|
||||
open Instrs;;
|
||||
|
||||
(* For using the parser:
|
||||
|
||||
- Evaluate this file (use.ml)
|
||||
- parse "Tests/rectangles.c" ;;
|
||||
|
||||
* For code generation:
|
||||
|
||||
- Evaluate this file (use.ml)
|
||||
- run_test "Tests/rectangles.c" "Tests/rectangles.ps";;
|
||||
*)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user