patrick
/
plasp
Archived
1
0
Fork 0
Commit Graph

185 Commits

Author SHA1 Message Date
Patrick Lühne 31d0a1fb38 Turned exception about unspecified requirements into a warning, now also for problems. 2016-08-18 14:30:47 +02:00
Patrick Lühne ca30f8a815 Turned exception about unspecified requirements into a warning. 2016-08-18 14:29:17 +02:00
Patrick Lühne 21c337e0fa Removed now obsolete ASP variable handling for PDDL. 2016-08-18 00:25:47 +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 cdb06fa5bf Improved output format and highlighting. 2016-08-16 18:35:55 +02:00
Patrick Lühne 230c6dfc15 Made order of sections of translated SAS more uniform with PDDL. 2016-08-13 02:29:48 +02:00
Patrick Lühne 252f50108b Removed unnecessary file. 2016-08-07 16:22:26 +02:00
Patrick Lühne 015c34fc2b Minor refactoring. 2016-08-03 00:33:20 +02:00
Patrick Lühne d7b47797df Made Stream members protected again. 2016-08-03 00:28:22 +02:00
Patrick Lühne 544d4e0635 Major refactoring of underlying Parser class. 2016-08-02 20:33:49 +02:00
Patrick Lühne 73c9d6c1f3 Checking that Parser initially is case-sensitive. 2016-06-22 09:14:01 +01:00
Patrick Lühne 234938349c Fixed incorrect seek positions. 2016-06-22 08:59:18 +01:00
Patrick Lühne 6b5c8df03a Fixed issues with color output. 2016-06-14 19:14:26 +02:00
Patrick Lühne 0a205680fe Made default color policy autodetection again. 2016-06-14 18:46:47 +02:00
Patrick Lühne eb3d91f085 Added command-line option to autodetect, enable, or disable color output. 2016-06-14 18:02:59 +02:00
Patrick Lühne aff396d919 Colorizing numbers in translated SAS output. 2016-06-14 17:41:41 +02:00
Patrick Lühne f7cd24b67a Colorized output for SAS translator. 2016-06-14 17:35:32 +02:00
Patrick Lühne 1e21457efb Refactored color output of headings. 2016-06-14 17:11:45 +02:00
Patrick Lühne 583ec78eef Removed deleted methods. 2016-06-14 17:06:07 +02:00
Patrick Lühne 9969281b11 Refactored color output of variables and keywords. 2016-06-14 17:05:41 +02:00
Patrick Lühne 6fec1cc409 Made all error and warning messages lowercase consistently. 2016-06-14 16:53:48 +02:00
Patrick Lühne 1b83708a6d Colorized PDDL translator output. 2016-06-14 16:38:41 +02:00
Patrick Lühne 0de2489440 Using LogStreams in the PDDL translator. 2016-06-14 16:14:39 +02:00
Patrick Lühne fd5416c94e Removed template from LogStream. 2016-06-14 16:09:47 +02:00
Patrick Lühne 48137ec24d Fixed an issue with gcc 5. 2016-06-14 15:59:16 +02:00
Patrick Lühne febef4bed4 Made output and error streams members of the logger. 2016-06-14 15:56:35 +02:00
Patrick Lühne b599670572 Added LogStream class for uniform color output handling. 2016-06-14 15:53:53 +02:00
Patrick Lühne 57e9de6b05 Renamed method to »logWarning.« 2016-06-14 15:12:45 +02:00
Patrick Lühne 9679706a08 Removed ParserWarning class. 2016-06-14 15:09:39 +02:00
Patrick Lühne 777c9839a1 Removed error message prefixes. 2016-06-14 15:06:43 +02:00
Patrick Lühne fd77b65226 Merge branch 'master' of github.com:potassco/plasp into colored-output 2016-06-14 14:59:23 +02:00
Patrick Lühne 39a32a6e0a Handling untyped variables correctly in the PDDL translator. 2016-06-14 13:21:41 +02:00
Patrick Lühne 342a346fce Started implementing colored output. 2016-06-14 12:47:39 +02:00
Patrick Lühne e0dd9833a3 Made unsupported expressions a separate type for disambiguation to fix issues with unsupported features. 2016-06-14 01:31:22 +02:00
Patrick Lühne 22f294493e Removed bloated translation feature support checks and replaced them with inline ones. 2016-06-13 19:20:00 +02:00
Patrick Lühne 5d3496fa41 Fixed missing assignment of member variable in At expression parser. 2016-06-13 19:19:17 +02:00
Patrick Lühne 4b500e4bf6 Implemented At expressions. 2016-06-13 19:02:15 +02:00
Patrick Lühne 5c3ea28e48 Added command-line option for treating warnings as errors or completely ignoring them. 2016-06-13 14:45:31 +02:00
Patrick Lühne fdbcb261df Avoiding empty arguments in n-ary expressions. 2016-06-13 14:04:12 +02:00
Patrick Lühne 23f6f9b26b Added translation of a PDDL problem’s goal. 2016-06-13 03:19:24 +02:00
Patrick Lühne e9c464b319 Added translation of a PDDL problem’s initial state. 2016-06-13 02:59:43 +02:00
Patrick Lühne d3dc9101dd Added translation of objects in PDDL problems. 2016-06-13 02:48:16 +02:00
Patrick Lühne e2b8fd2880 Added translation for preconditions of PDDL actions. 2016-06-13 02:38:56 +02:00
Patrick Lühne 680206b40b Removed Reference expressions. 2016-06-13 01:38:56 +02:00
Patrick Lühne 1c8af793c2 Made PDDL action preconditions and effects optional. 2016-06-12 23:51:45 +02:00
Patrick Lühne 0756d63769 Put translation of PDDL variable lists into separate method. 2016-06-12 22:55:35 +02:00
Patrick Lühne 87ca54a253 Translating names of PDDL actions. 2016-06-12 22:47:39 +02:00
Patrick Lühne 9c2f49e4a0 Put PDDL translation sections into separate methods. 2016-06-12 22:39:04 +02:00
Patrick Lühne 49002ac52d Made output stream a member of the SAS translator for convenience. 2016-06-12 22:35:31 +02:00
Patrick Lühne b70e62ff3b Made output stream a member of the PDDL translator for convenience. 2016-06-12 22:31:31 +02:00