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

3
lib/utility/utility.mli Normal file
View File

@ -0,0 +1,3 @@
val pow : int -> int -> int
val powmod : int -> int -> int -> int