Select Git revision

Sven Gestegård Robertz authored
refactored grammar: added TypeInstance :: DataType Name and renamed Program to Specification (based on cherry-picked (parts of) 9d2ca1)
animal.lc 120 B
typedef struct {
string says;
} animal;
sample animal cow;
sample animal dog;
sample struct {
string says;
} duck;