404e525a1eSpirit: fixing compilation problem
Hartmut Kaiser
2010-04-21 18:53:10 +0000
491095d948Spirit: fixing problem with using a karma::repeat[] in a sequence.
Hartmut Kaiser
2010-04-21 17:22:37 +0000
1cd6371cc5more implementation details
Joel de Guzman
2010-04-21 16:19:54 +0000
ffaf00655dMore error handling tweaks
Joel de Guzman
2010-04-21 14:21:08 +0000
dc0a54f7a3working lambda function application
Joel de Guzman
2010-04-21 14:02:07 +0000
d20b2cddbdtweaks
Joel de Guzman
2010-04-21 07:31:50 +0000
f3fecc870bmoving files
Joel de Guzman
2010-04-21 07:30:15 +0000
2b5c760bbfsupplanting boost::functiion with a utree polymorphic function implementation.
Joel de Guzman
2010-04-21 04:50:03 +0000
b30cc4ec0fRenaming as<T> to get<T>
Joel de Guzman
2010-04-21 04:18:22 +0000
772561f63d+ adding function_type to utree + factoring out utree i/o and adding a PP define to choose simple i/o and spirit i/o using qi and karma.
Joel de Guzman
2010-04-21 04:12:48 +0000
08afd83615Spirit: added karma::skip directive
Hartmut Kaiser
2010-04-21 00:49:21 +0000
fdfa489840Fixed various issues in docs (mostly duplicate bookmarks and broken links) found by inspect tool
Jeremiah Willcock
2010-04-20 18:49:18 +0000
f86d7e1ae8Fixed tab and no-newline-at-end-of-file issues from inspection report
Jeremiah Willcock
2010-04-20 17:54:16 +0000
36a531388fSpirit: added regression test
Hartmut Kaiser
2010-04-20 14:37:58 +0000
fddb171674Spirit: added transform_attribute customization point to Qi and Karma semantic actions
Hartmut Kaiser
2010-04-20 14:30:19 +0000
3b222092d3Spirit: doc fixes: what's new
Hartmut Kaiser
2010-04-20 13:57:01 +0000
d02c954a7fSpirit: resolved precedence problems in Qi parser
Hartmut Kaiser
2010-04-20 13:17:32 +0000
1ffcbad473Spirit: minor scheme fixes
Hartmut Kaiser
2010-04-20 12:27:26 +0000
fdc62b39c0Spirit: replaced implementation of boost::get(utree)
Hartmut Kaiser
2010-04-19 23:14:23 +0000
987f8cf1bcmore error handling
Joel de Guzman
2010-04-19 04:36:38 +0000
c3b910963ftrimmed back utree size to 16 bytes (on 32 bit machines)
Joel de Guzman
2010-04-19 03:26:52 +0000
eb7ec4461crefining the error checking
Joel de Guzman
2010-04-19 02:31:08 +0000
4d1cf96f76Spirit: updating docs with recent changes to CP's
Hartmut Kaiser
2010-04-19 02:04:35 +0000
4964738975Spirit: refactored implementation of transform_attribute
Hartmut Kaiser
2010-04-19 01:56:14 +0000
a5ad3f829fSpirit: adapted binary node format in generated output
Hartmut Kaiser
2010-04-19 00:25:55 +0000
f30a4272bbSpirit: fixing inspect errors
Hartmut Kaiser
2010-04-18 19:02:09 +0000
998d066d64Spirit: fixing inspect errors
Hartmut Kaiser
2010-04-18 18:31:53 +0000
c5e41d76a0Spirit: fixing inspect errors
Hartmut Kaiser
2010-04-18 18:24:36 +0000
7a2557646cSpirit: fixing inspect errors
Hartmut Kaiser
2010-04-18 18:23:18 +0000
34e80a4a7dSpirit: deleting scheme example from release branch as this is still incomplete
Hartmut Kaiser
2010-04-18 18:19:22 +0000
e1870542d3fix arity checking for lambda
Joel de Guzman
2010-04-18 15:18:26 +0000
a13051b41darity checking
Joel de Guzman
2010-04-18 10:32:35 +0000
a082e84f10compiler error handling/reporting
Joel de Guzman
2010-04-18 05:24:45 +0000
18ac2acdecSpirit: big move forward with Qi expression generator
Hartmut Kaiser
2010-04-18 01:56:32 +0000
840ac4447bAdded referencing iterators to utree
Hartmut Kaiser
2010-04-17 18:47:36 +0000
68f33120adincorporated error handling and added error reporting tests.
Joel de Guzman
2010-04-17 16:08:33 +0000
05a3c12657incorporated error handling and added error reporting tests.
Joel de Guzman
2010-04-17 15:58:29 +0000
d1e9d0bae0incorporated error handling and added error reporting tests.
Joel de Guzman
2010-04-17 15:27:17 +0000
cbde52ce74incorporated error handling and added error reporting tests.
Joel de Guzman
2010-04-17 15:26:07 +0000
28ad2a2e35+ installing the line_pos_iterator + error handling tweaks
Joel de Guzman
2010-04-17 13:20:25 +0000
def5fea12binstalling the line_pos_iterator
Joel de Guzman
2010-04-17 12:16:53 +0000
fbb21c542cline_pos_iterator: a lighweight line position iterator.
Joel de Guzman
2010-04-17 08:51:57 +0000
048d047a04line_pos_iterator: a lighweight line position iterator.
Joel de Guzman
2010-04-17 08:44:20 +0000
21d434fa6dline_pos_iterator: a lighweight line position iterator.
Joel de Guzman
2010-04-17 08:30:19 +0000
57321a539cmore error handling
Joel de Guzman
2010-04-17 05:09:37 +0000
f0b3d3c909Spirit: fixed attribute propagation of optionals in rules
Hartmut Kaiser
2010-04-16 22:47:13 +0000
c1a05a32afSpirit: Added a missing header file
Hartmut Kaiser
2010-04-16 18:16:55 +0000
bfe0fe032cSpirit: enabled single element sequences everywhere a single value is expected (Qi, Karma), added tests
Hartmut Kaiser
2010-04-16 18:15:19 +0000
b138af75eeSpirit: extended attribute handling capabilities of the karma::symbols generator
Hartmut Kaiser
2010-04-16 18:13:37 +0000
24e16f5585Spirit: refined attribute extraction customization point (Karma), enabled single element sequences everzwhere a single value is expected (Qi, Karma)
Hartmut Kaiser
2010-04-16 18:12:24 +0000
5b0795c272Spirit: added single character syntax for character ranges for Karma as well, added tests
Hartmut Kaiser
2010-04-16 18:01:02 +0000
c80ddb957cSpirit: added single character syntax for character ranges for Karma as well
Hartmut Kaiser
2010-04-16 18:00:33 +0000
ce3ab6be45Spirit: added single character syntax for character ranges, added tests
Hartmut Kaiser
2010-04-16 17:56:11 +0000
ea89ba2a65Spirit: added single character syntax for character ranges
Hartmut Kaiser
2010-04-16 17:55:29 +0000
bb56af31e4fixed bug.
Joel de Guzman
2010-04-16 13:26:45 +0000
927b0b33c4error handling
Joel de Guzman
2010-04-16 13:09:23 +0000
4d73ff7a72Spirit: fixing two problems in Karma's attribute handling
Hartmut Kaiser
2010-04-16 12:05:20 +0000
505576b2b2separating examples from tests
Joel de Guzman
2010-04-16 04:46:25 +0000
a22ed1cc45separating examples from tests
Joel de Guzman
2010-04-16 04:05:45 +0000
3e634f2ac3renaming test to example
Joel de Guzman
2010-04-16 03:35:55 +0000
12b882b557Spirit: added more tests
Hartmut Kaiser
2010-04-16 02:48:12 +0000
8260129b27Spirit: working on karma::symbols generator
Hartmut Kaiser
2010-04-16 02:47:22 +0000
e3956354e5Spirit: fixed utree issues
Hartmut Kaiser
2010-04-15 22:59:01 +0000
201f6986b5Spirit: beginnings of Qi generator
Hartmut Kaiser
2010-04-15 22:58:15 +0000
bd0b07fac0Using lightweight_test facility
Joel de Guzman
2010-04-15 15:54:49 +0000
90df86ccadMajor file reorganization
Joel de Guzman
2010-04-15 15:48:04 +0000
0e434f7a50Major file reorganization
Joel de Guzman
2010-04-15 15:47:15 +0000
6ff6d0d039Major file reorganization
Joel de Guzman
2010-04-15 15:44:28 +0000
db2875fa0cMajor file reorganization
Joel de Guzman
2010-04-15 15:43:55 +0000