separated into modules, added parser and lexer for miniImp

This commit is contained in:
elvis
2024-11-13 21:50:44 +01:00
parent 57e2613602
commit 0ff17560ee
24 changed files with 1408 additions and 51 deletions

View File

@ -1,5 +1,5 @@
open Lang.MiniFun
open Lang.MiniFunTypes
open MiniFun.Semantics
open MiniFun.Types
(* -------------------------------------------------------------------------- *)
(* Identity program *)