Skip to content
Snippets Groups Projects
Select Git revision
  • 991de20eb45f8fc4a3c24dcf9c645f0ccbc4ac36
  • master default
  • labcomm2014
  • labcomm2006
  • python_sig_hash
  • typedefs
  • anders.blomdell
  • typeref
  • pragma
  • compiler-refactoring
  • labcomm2013
  • v2014.6
  • v2015.0
  • v2014.5
  • v2014.4
  • v2006.0
  • v2014.3
  • v2014.2
  • v2014.1
  • v2014.0
  • v2013.0
21 results

animal.lc

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