mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-07-16 10:58:47 +00:00
Parser and type checker almost completely working
Added testing env
This commit is contained in:
Executable
+4
@@ -0,0 +1,4 @@
|
||||
enum PeriodEnum: <"The enumerated values to specified the period, e.g. day, week.">
|
||||
D displayName "day" <"Day">
|
||||
M displayName "month" <"Month">
|
||||
Y displayName "year" <"Year">
|
||||
Reference in New Issue
Block a user