Mercurial > lcfOS
annotate examples/c3/comments.c3 @ 394:988f3fb861e4
c3 code generator rewrite
author | Windel Bouwman |
---|---|
date | Thu, 22 May 2014 08:14:12 +0200 |
parents | 158068af716c |
children |
rev | line source |
---|---|
220
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
1 |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
2 /* |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
3 block |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
4 comment |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
5 */ |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
6 |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
7 // fjd jjd- |
286 | 8 module comments; // hjfkds |
220
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
9 |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
10 function int tst() |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
11 { |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
12 return 0; |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
13 } |
3f6c30a5d234
Major change in expression parsing to enable pointers and structs
Windel Bouwman
parents:
diff
changeset
|
14 |