matthewdeanmartin / tokipona.parser

A Toki Pona Parser
41 stars 7 forks source link

Implement back tracking (Recursion) #31

Open matthewdeanmartin opened 9 years ago

matthewdeanmartin commented 9 years ago

When a sub part has realized that we have misread a sentence, it should modify it, and kick it back to the very top, i.e. call SentenceFactory()

Would need to track

May want to implement memoizing at the same time. (BUT ONLY IF IT IS REALLY EASY)