Menu

[94f52a]: / parser.hpp  Maximize  Restore  History

Download this file

44 lines (39 with data), 1.4 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#ifndef CHILON_PARSER_HPP
#define CHILON_PARSER_HPP
#include <chilon/parser/char.hpp>
#include <chilon/parser/not_char.hpp>
#include <chilon/parser/any_char.hpp>
#include <chilon/parser/char_range.hpp>
#include <chilon/parser/choice.hpp>
#include <chilon/parser/lexeme.hpp>
#include <chilon/parser/sequence.hpp>
#include <chilon/parser/parse.hpp>
#include <chilon/parser/store.hpp>
#include <chilon/parser/as_range.hpp>
#include <chilon/parser/ascii.hpp>
#include <chilon/parser/stored.hpp>
#include <chilon/parser/optional.hpp>
#include <chilon/parser/source_code_stream.hpp>
#include <chilon/parser/tree.hpp>
#include <chilon/parser/tree_joined.hpp>
#include <chilon/parser/tree_many.hpp>
#include <chilon/parser/tree_optional.hpp>
#include <chilon/parser/tree_operators.hpp>
#include <chilon/parser/test.hpp>
#include <chilon/parser/stream.hpp>
#include <chilon/parser/node.hpp>
#include <chilon/parser/simple_node.hpp>
#include <chilon/parser/not.hpp>
#include <chilon/parser/empty_string.hpp>
#include <chilon/parser/key.hpp>
#include <chilon/parser/try.hpp>
#include <chilon/parser/without.hpp>
#include <chilon/parser/many.hpp>
#include <chilon/parser/object.hpp>
#include <chilon/parser/until.hpp>
#include <chilon/parser/joined.hpp>
/**
* @namespace chilon::parser
* Utilities for build parsing expression grammars with built in AST construction.
*/
#endif
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.