1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-08 18:14:21 +03:00
inform7/services/linguistics-test/Contents.w

17 lines
296 B
OpenEdge ABL
Raw Normal View History

2019-02-05 02:44:07 +02:00
Title: linguistics-test
Author: Graham Nelson
2019-03-16 19:36:11 +02:00
Purpose: Unit tests for the linguistics module.
2019-02-05 02:44:07 +02:00
Language: InC
Licence: Artistic License 2.0
Import: foundation
2020-05-30 16:33:19 +03:00
Import: words
2019-02-05 02:44:07 +02:00
Import: inflections
2020-05-30 16:33:19 +03:00
Import: syntax
Import: lexicon
2019-02-05 02:44:07 +02:00
Import: linguistics
Chapter 1: Scaffolding
2019-02-05 02:44:07 +02:00
Program Control
Unit Tests