Commit Graph

4777 Commits

Author SHA1 Message Date
Joel de Guzman
704524e3ec working rules! 2013-01-08 18:55:08 +08:00
Joel de Guzman
9b67757547 working rules! 2013-01-08 18:38:37 +08:00
Joel de Guzman
2519cb4359 kleene and plus working + tests 2013-01-08 13:01:43 +08:00
Joel de Guzman
ea51a427e7 cleanup of container-traits 2013-01-07 22:18:24 +08:00
Joel de Guzman
12a7f86ca8 more kleene tests 2013-01-07 22:00:23 +08:00
Joel de Guzman
840d2b9455 + kleene + test
+ more char classes
2013-01-07 21:55:14 +08:00
Joel de Guzman
c64d9ec69f cleanup and refactoring 2013-01-07 16:46:04 +08:00
Joel de Guzman
01a4daf95c cleanup + updates 2013-01-07 15:48:16 +08:00
Joel de Guzman
0a474ad94c + literal_string.hpp
+ alternative with attributes
2013-01-07 15:24:06 +08:00
Joel de Guzman
84f826d664 basic alternative (no attributes) working 2013-01-07 12:15:43 +08:00
Hartmut Kaiser
e189d62237 Spirit: Fixing merge problem
[SVN r82376]
2013-01-06 17:02:08 +00:00
Joel de Guzman
485866508e more cleanup + more tests 2013-01-06 14:48:36 +08:00
Joel de Guzman
1cd5a53279 cleanup 2013-01-06 14:09:12 +08:00
Joel de Guzman
2b805b8cf0 sequence attribute working! 2013-01-06 13:42:29 +08:00
Joel de Guzman
2c33ae482a basic sequence + test (no attribute handling) 2013-01-06 11:13:58 +08:00
Joel de Guzman
4e5c0022bf int parser tweaks + tests 2013-01-05 16:37:47 +08:00
Joel de Guzman
61f0113ff2 Added int parser + test 2013-01-05 16:13:00 +08:00
Joel de Guzman
3dd33809ec Moving stuff into separate files 2013-01-05 12:03:15 +08:00
Joel de Guzman
32f4d3f3d2 Added negated char parser 2013-01-05 11:50:03 +08:00
Joel de Guzman
e3bb4a8b04 + Added standard and starndard_wide char_
+ Added as_parser and conversions from char and wchar_t
2013-01-05 11:12:01 +08:00
Joel de Guzman
78f0b5ed22 added char_ (any-char) 2013-01-04 20:42:16 +08:00
Joel de Guzman
aa0991ec03 Added phrase parsing + some char-class parsers 2013-01-04 20:11:26 +08:00
Joel de Guzman
dd1a8112e2 basic char parser 2013-01-04 13:59:33 +08:00
Joel de Guzman
ba8a13f60e Additional msvc warning removal
[SVN r82347]
2013-01-04 01:39:50 +00:00
Joel de Guzman
effc2f87d1 Cleanup basic toy 2013-01-03 14:15:28 +08:00
Joel de Guzman
25a426845e recursive rules and grammars! 2013-01-02 22:17:29 +08:00
Joel de Guzman
ef41c265a5 first commit 2013-01-02 10:48:12 +08:00
Hartmut Kaiser
7a81ac71be Spirit: merge inspect fixes from trunk
[SVN r82192]
2012-12-23 20:09:03 +00:00
Hartmut Kaiser
c8c65757c6 Spirit: fixing inspect errors
[SVN r82191]
2012-12-23 20:02:12 +00:00
Hartmut Kaiser
d161baf9c6 Spirit: Merging from trunk
[SVN r82080]
2012-12-18 13:58:38 +00:00
Hartmut Kaiser
597226c96d Spirit: applying patch fixing qi::stream EOF behavior
[SVN r82078]
2012-12-18 13:51:21 +00:00
Hartmut Kaiser
14a3ecbd1b Spirit: made it finally compile again.
[SVN r81938]
2012-12-14 12:19:53 +00:00
Hartmut Kaiser
82793e0a2f Spirit: cleaning up visitor
[SVN r81929]
2012-12-14 01:46:48 +00:00
Hartmut Kaiser
30a5922b0b Spirit: Adding proper return type handling to variant visitor
[SVN r81928]
2012-12-14 01:45:34 +00:00
Hartmut Kaiser
ca3846a070 Spirit: more merging from trunk
[SVN r81927]
2012-12-14 01:38:53 +00:00
Hartmut Kaiser
61f33e28c0 Spirit: adding missing 'const'
[SVN r81926]
2012-12-14 01:36:53 +00:00
Hartmut Kaiser
67bc27c8b8 Spirit: merging from trunk
[SVN r81918]
2012-12-13 22:06:53 +00:00
Hartmut Kaiser
f032c41553 Spirit: applying final patch for variant/sequence issue in Karma
[SVN r81917]
2012-12-13 22:02:42 +00:00
Hartmut Kaiser
8643b8ede0 Spirit: another attempt to fix the sequence compilation problem in Karma when variants are involved
[SVN r81910]
2012-12-13 19:22:53 +00:00
Hartmut Kaiser
26c38cb6fa Spirit: Fixing problem in result size computation for Karma sequence involving variants
[SVN r81896]
2012-12-13 13:34:54 +00:00
Hartmut Kaiser
a597dccfc7 Spirit: merging from trunk
[SVN r81797]
2012-12-08 16:31:17 +00:00
Hartmut Kaiser
96bcbe9149 Spirit: More inspect fixes
[SVN r81795]
2012-12-08 15:58:14 +00:00
Hartmut Kaiser
4e804bf318 Spirit: Fixing inspect problems
[SVN r81794]
2012-12-08 15:51:22 +00:00
Hartmut Kaiser
3ba8b8b8ed Spirit: applying Karma unicode patch
[SVN r81746]
2012-12-06 17:41:53 +00:00
Joel de Guzman
32eccfa2ab Renamed nil to nil_
[SVN r81721]
2012-12-05 13:43:00 +00:00
Marshall Clow
53d3501521 Removed usage of deprecated macros in Boost.Fusion and Boost.Spirit
[SVN r81569]
2012-11-26 18:44:46 +00:00
Hartmut Kaiser
7ba00397d2 Spirit: adding karma::output_iterator::base() to access underlying output iterator
[SVN r81454]
2012-11-21 14:29:35 +00:00
Marshall Clow
b641d1f212 Remove usage of deprecated macros
[SVN r81451]
2012-11-21 02:54:04 +00:00
Hartmut Kaiser
4f40deb9b4 Spirit: documentation update (applying patch provided by Agustín K-ballo Bergé)
[SVN r81161]
2012-11-03 15:18:38 +00:00
Hartmut Kaiser
7aa7ebd3c1 Spirit: fixed #7635: Karma real generators output "inf" when attribute is integral 0
[SVN r81160]
2012-11-03 15:16:56 +00:00