gdl-parser


  • This is a parser for GDL (game description language). GDL is a subset [Datalog](https://en.wikipedia.org/wiki/Datalog), but when used for ggp (general game playing) it is sent in kif (knowledge interchange format). This parser focuses on GDL and not kif for the purpose of ggp and is currently being used in [ggp-rs](https://github.com/gsingh93/ggp-rs).