jinnaiyuu / Hash-Distributed-Astar

Hash Distributed A*
https://sites.google.com/site/yuujinnaishomepage/home/parallel-search
MIT License
3 stars 1 forks source link

TODO: 2015/07/02 reimplement parser #96

Closed jinnaiyuu closed 9 years ago

jinnaiyuu commented 9 years ago

yes, it is easier to implement parser by parser generators.

however, let's try it out how much i can do with handmade parser. shouldn't be that hard i guess...

jinnaiyuu commented 9 years ago

mostly solved. need to fix action predicatoins.

jinnaiyuu commented 9 years ago

seems working fine for most of the domains. tokenizing is the key to parsing.