Menu

[b97a89]: / parser.hpp  Maximize  Restore  History

Download this file

27 lines (23 with data), 760 Bytes

 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
#ifndef CHILON_PARSER_HPP
#define CHILON_PARSER_HPP
#include <chilon/parser/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/until.hpp>
#include <chilon/parser/sequence.hpp>
#include <chilon/parser/parse.hpp>
#include <chilon/parser/store.hpp>
#include <chilon/parser/ascii.hpp>
#include <chilon/parser/object.hpp>
#include <chilon/parser/many.hpp>
#include <chilon/parser/joined.hpp>
#include <chilon/parser/stored.hpp>
#include <chilon/parser/whitespace.hpp>
#include <chilon/parser/tree.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.