| | 1 | Files to build: 5 |
| | 2 | symbol_export tok.t -> tok.t3s |
| | 3 | symbol_export gram2.t -> gram2.t3s |
| | 4 | compile tok.t -> tok.t3o |
| | 5 | compile gram2.t -> gram2.t3o |
| | 6 | link -> gram2.t3 |
| | 7 | |
| | 8 | (T3VM) Memory blocks still in use: |
| | 9 | |
| | 10 | Total blocks in use: 0 |
| | 11 | >take red ball |
| | 12 | [match 1: token count = 3 |
| | 13 | command: pred |
| | 14 | predicate take np: |
| | 15 | nounPhrase(adj = red) np: |
| | 16 | nounPhrase(noun = ball) |
| | 17 | |
| | 18 | >give red ball to blue ball |
| | 19 | [match 1: token count = 6 |
| | 20 | command: pred |
| | 21 | predicate give dobj, iobj: |
| | 22 | nounPhrase(adj = red) np: |
| | 23 | nounPhrase(noun = ball) |
| | 24 | nounPhrase(adj = blue) np: |
| | 25 | nounPhrase(noun = ball) |
| | 26 | |
| | 27 | >give red ball blue ball |
| | 28 | [match 1: token count = 5 |
| | 29 | command: pred |
| | 30 | predicate give dobj, iobj: |
| | 31 | nounPhrase(adj = blue) np: |
| | 32 | nounPhrase(noun = ball) |
| | 33 | nounPhrase(adj = red) np: |
| | 34 | nounPhrase(noun = ball) |
| | 35 | |
| | 36 | >say "hello there!" |
| | 37 | [match 1: token count = 2 |
| | 38 | command: pred |
| | 39 | predicate say(str_ = "hello there!") |
| | 40 | |
| | 41 | >say "that's about all" and take ball |
| | 42 | [match 1: token count = 3 |
| | 43 | command: pred |
| | 44 | predicate say(str_ = "that's about all") |
| | 45 | |
| | 46 | [match 1: token count = 2 |
| | 47 | command: pred |
| | 48 | predicate take np: |
| | 49 | nounPhrase(noun = ball) |
| | 50 | |
| | 51 | |
| | 52 | (T3VM) Memory blocks still in use: |
| | 53 | |
| | 54 | Total blocks in use: 0 |