summaryrefslogtreecommitdiff
path: root/baby.golem
blob: c5a936857344e3dacdf4b48eb381b74e274f4d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
// simple comment
/* multi
   line
   comment */

var stack;
var heap = 0;

// prototypes
fn hello();
fn alloc(size);