patrick
/
plasp
Archived
1
0
Fork 0
Commit Graph

19 Commits

Author SHA1 Message Date
Patrick Lühne e93085d88a
Moved color logging to separate library for reusing it in PDDL parser. 2017-06-22 20:58:31 +02:00
Patrick Lühne 39c0e27cb2
Refactoring of tokenizer and stream classes for better efficiency and maintainability. 2017-06-21 02:56:27 +02:00
Patrick Lühne 586e93190c
Made plasp compatible to recent tokenizer changes. 2017-06-19 00:28:17 +02:00
Patrick Lühne e312a91632
Renamed tokenizing module for clarity. 2017-05-12 14:17:57 +02:00
Patrick Lühne 27c6b69874
Moved basic parsing to a separate module. 2017-05-09 15:05:59 +02:00
Patrick Lühne c4e19dddae
Refactoring to use cleaner output implementation. 2016-11-29 06:03:05 +01:00
Patrick Lühne 76f8df13fc Fixed parsing issue with unexpected whitespaces in SAS files. 2016-08-30 13:01:22 +02:00
Patrick Lühne cdb06fa5bf Improved output format and highlighting. 2016-08-16 18:35:55 +02:00
Patrick Lühne 544d4e0635 Major refactoring of underlying Parser class. 2016-08-02 20:33:49 +02:00
Patrick Lühne f7cd24b67a Colorized output for SAS translator. 2016-06-14 17:35:32 +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 a776fc9e06 Put Parser into Context. 2016-06-04 16:10:11 +02:00
Patrick Lühne 42fda5925d Simplified Parser interface. 2016-05-29 15:08:10 +02:00
Patrick Lühne 2c564f47d3 Refactored predicate argument parsing. 2016-05-28 14:21:05 +02:00
Patrick Lühne 07eb23b312 Refactored basic parsing. 2016-05-27 03:58:59 +02:00
Patrick Lühne d8d6998936 Escaping predicates containing hyphens for ASP output. 2016-05-22 20:19:45 +02:00
Patrick Lühne 1e47173d17 Made Predicate a proper class. 2016-05-22 16:00:58 +02:00
Patrick Lühne 57a64f3af9 Fixed output of 0-ary predicates. 2016-05-21 02:31:47 +02:00
Patrick Lühne 6e36fc128e Implemented parsing the operator predicates. 2016-05-21 02:03:45 +02:00