¡@

Home 

c++ Programming Glossary: lit_c

How to parse text for a DSL at compile time?

http://stackoverflow.com/questions/17783393/how-to-parse-text-for-a-dsl-at-compile-time

parts 1. The grammar 1.1 Token definitions typedef token lit_c 'a' arg1_token typedef token lit_c 'b' arg2_token typedef token.. typedef token lit_c 'a' arg1_token typedef token lit_c 'b' arg2_token typedef token lit_c 'c' arg3_token token Parser.. typedef token lit_c 'b' arg2_token typedef token lit_c 'c' arg3_token token Parser token is a parser combinator that..