patrick
/
plasp
Archived
1
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
Patrick Lühne e312a91632
Renamed tokenizing module for clarity. 2017-05-12 14:17:57 +02:00
Patrick Lühne 2334686c59
Renamed arguments to parameters in predicate declarations. 2016-12-07 02:55:44 +01:00
Patrick Lühne ebab65e233
Refactoring to avoid dynamic casts. 2016-12-07 02:29:48 +01:00
Patrick Lühne eb28ed3938 Implemented variable stack for parsing nested variable lists (as within quantified expressions). 2016-09-06 17:34:07 +02:00
Patrick Lühne ca6664feb2 Refactored parsing variable lists to reuse it with quantified expressions. 2016-09-06 16:28:38 +02:00
Patrick Lühne ed2d64c1c9 Added debug printing function to facilitate testing expression normalization. 2016-09-04 22:26:17 +02:00
Patrick Lühne 6aaf7c039d Refactored normalization because of recent changes to the pointer usage. 2016-09-04 19:29:05 +02:00
Patrick Lühne 9afabacde3 Switched to intrusive pointers for much easier maintenance. 2016-09-04 18:26:02 +02:00
Patrick Lühne 56ce55677f Started implementing PDDL normalization. 2016-09-02 17:58:00 +02:00
Patrick Lühne 8251652445 Implemented parameter name normalization for PDDL to avoid escaping the names. 2016-08-18 00:24:10 +02:00
Patrick Lühne 544d4e0635 Major refactoring of underlying Parser class. 2016-08-02 20:33:49 +02:00
Patrick Lühne 680206b40b Removed Reference expressions. 2016-06-13 01:38:56 +02:00
Patrick Lühne e9d48bcb7d Removing visitor pattern and replacing it with CRTP. 2016-06-12 22:12:09 +02:00
Patrick Lühne 7bd2782fc8 Implemented variable type requirement checking. 2016-06-08 01:05:36 +02:00
Patrick Lühne b612122180 Refactoring to make parsing expressions consistent across PDDL domains and problems. 2016-06-07 13:26:19 +02:00
Patrick Lühne 813fecbf15 Removed now unnecessary Parser function arguments. 2016-06-04 16:24:10 +02:00
Patrick Lühne daa063c338 Big refactoring (build still broken). 2016-06-03 17:12:39 +02:00