mirror of
https://github.com/macocianradu/RosettaHaskellCompiler.git
synced 2026-03-19 05:20:07 +00:00
Parser and type checker almost completely working
Added testing env
This commit is contained in:
4
resources/Enums/testEnum1.rosetta
Executable file
4
resources/Enums/testEnum1.rosetta
Executable file
@@ -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