source: trunk/yao/share/antlr-2.7.7/examples/csharp/preserveWhiteSpace/test.in @ 1

Last change on this file since 1 was 1, checked in by lnalod, 15 years ago

Initial import of YAO sources

File size: 132 bytes
Line 
1// start comment
2// another comment
3
4a = 2;
5g();
6{
7        a=3*4;
8}
9if 3 then f(4 + b);
10else {
11    b =a; // assign
12}
13// final
Note: See TracBrowser for help on using the repository browser.