diff options
| author | aarne <aarne@chalmers.se> | 2012-09-12 14:04:39 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2012-09-12 14:04:39 +0000 |
| commit | 560bc7d38e20ccf1f26119e88e5acd8d5c9f314d (patch) | |
| tree | 3ba413d0000d031bd5ccf1ce611fefabbbde5cdb /examples/computer/Dator.gf | |
| parent | acb3fa961e6a9e548addabf34796f7645832c884 (diff) | |
example with computer terminology from the Wikipedia
Diffstat (limited to 'examples/computer/Dator.gf')
| -rw-r--r-- | examples/computer/Dator.gf | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/examples/computer/Dator.gf b/examples/computer/Dator.gf new file mode 100644 index 000000000..2f98d3b11 --- /dev/null +++ b/examples/computer/Dator.gf @@ -0,0 +1,53 @@ +abstract Dator = Cat ** { +fun supercomputer_N : N ; +fun computer_program_N : N ; +fun vacuum_tube_N : N ; +fun computer_data_storage_N : N ; +fun surf_V : V ; +fun work_V : V ; +fun computer_monitor_N : N ; +fun overheated_A : A ; +fun hack_V : V ; +fun hacker_N : N ; +fun calcutor_N : N ; +fun mathematics_N : N ; +fun mathematician_N : N ; +fun add_V : V ; +fun home_computer_N : N ; +fun computer_network_N : N ; +fun mouse_N : N ; +fun central_processing_unit_N : N ; +fun computer_N : N ; +fun program_V : V ; +fun fast_A : A ; +fun hard_drive_N : N ; +fun computer_keyboard_N : N ; +fun laptop_N : N ; +fun computer_N : N ; +fun software_N : N ; +fun slow_A : A ; +fun microcontroller_N : N ; +fun dust_N : N ; +fun machine_N : N ; +fun electicity_N : N ; +fun information_N : N ; +fun message_N : N ; +fun communication_N : N ; +fun communicating_V : V ; +fun tractor_N : N ; +fun mechanical_calculator_N : N ; +fun number_N : N ; +fun home_computer_N : N ; +fun power_supply_N : N ; +fun system_N : N ; +fun personal_digital_assistant_N : N ; +fun webcam_N : N ; +fun homepage_N : N ; +fun knowledge_N : N ; +fun printer_N : N ; +fun relay_N : N ; +fun graphics_N : N ; +fun computer_data_storage_N : N ; +fun mainframe_computer_N : N ; +fun electrical_wiring_N : N ; +}
\ No newline at end of file |
