diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
| commit | f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch) | |
| tree | 946c9e8542b8e8271b6b529a95c0400fa6613cb4 /examples/computer/Dator.gf | |
| parent | 8e1c6cca407c82fc09569d80c231b8d256735989 (diff) | |
Remove contribs and examples
Everything has now been moved to a separate repository at
https://github.com/GrammaticalFramework/gf-contrib
The contents of the examples folder are build during SetupWeb
Diffstat (limited to 'examples/computer/Dator.gf')
| -rw-r--r-- | examples/computer/Dator.gf | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/examples/computer/Dator.gf b/examples/computer/Dator.gf deleted file mode 100644 index 2f98d3b11..000000000 --- a/examples/computer/Dator.gf +++ /dev/null @@ -1,53 +0,0 @@ -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 |
