diff options
| author | aarne <aarne@chalmers.se> | 2010-11-30 14:50:24 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-11-30 14:50:24 +0000 |
| commit | 752a7b803062b17e675b3617fae4ae08d809c60b (patch) | |
| tree | f86e25f706f02ad5a6b1ad4d27ac29c762af0c7f /examples | |
| parent | 667e7e67d3b9f4808fab3d46a83e110e61b1edec (diff) | |
format .gfm for multiple modules in the same file; includes lines with ;-separated words
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/SUMO/RGLExt/Extension.gf | 2 | ||||
| -rw-r--r-- | examples/tutorial/food/FoodIta.gf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/SUMO/RGLExt/Extension.gf b/examples/SUMO/RGLExt/Extension.gf index 56367ef72..72a4dd332 100644 --- a/examples/SUMO/RGLExt/Extension.gf +++ b/examples/SUMO/RGLExt/Extension.gf @@ -30,4 +30,4 @@ O4 : NP ; O5 : NP ;
-};
\ No newline at end of file +};
diff --git a/examples/tutorial/food/FoodIta.gf b/examples/tutorial/food/FoodIta.gf index 913e335ff..e2e0dfd85 100644 --- a/examples/tutorial/food/FoodIta.gf +++ b/examples/tutorial/food/FoodIta.gf @@ -4,7 +4,7 @@ concrete FoodIta of Food = { Phrase, Item, Kind, Quality = {s : Str} ; lin - Is item quality = {s = item.s ++ "่" ++ quality.s} ; + Is item quality = {s = item.s ++ "รจ" ++ quality.s} ; This kind = {s = "questo" ++ kind.s} ; That kind = {s = "quel" ++ kind.s} ; QKind quality kind = {s = kind.s ++ quality.s} ; |
