seanjensengrey / kiama

Automatically exported from code.google.com/p/kiama
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Add Obr example #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have an implementation of a compiler for a cut-down version of Obr that we 
use in teaching.  
We should consider adding it to the examples since it does full (albeit) simple 
semantic analysis and 
code generation for a real language.

Original issue reported on code.google.com by inkytonik on 6 Nov 2009 at 1:30

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 6 Nov 2009 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 10 Nov 2009 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by inkytonik on 11 Nov 2009 at 2:35

GoogleCodeExporter commented 9 years ago
Done, see example/obr (r02d12db325)

Original comment by inkytonik on 18 Jan 2010 at 6:26