root/branches/bud/dsss_build/example_build.mdf
| Revision 5, 307 bytes (checked in by Gregor, 2 years ago) |
|---|
| Line | |
|---|---|
| 1 | # Example of a Macro Definition File |
| 2 | |
| 3 | replace use = import |
| 4 | replace isnot = "!is" |
| 5 | replace isnt = "!is" |
| 6 | replace aint = "!is" |
| 7 | replace "qwz" = "1234" |
| 8 | replace elsif = "else if" |
| 9 | |
| 10 | # transform 'inc foo' into 'foo++' |
| 11 | regexp inc\s(\w+) = $1++ |
Note: See TracBrowser for help on using the browser.
