2
0
mirror of https://github.com/boostorg/parser.git synced 2026-01-29 19:52:12 +00:00

Initial, partial sketch of token_parser.

See #202.
This commit is contained in:
Zach Laine
2024-11-08 23:15:34 -06:00
parent 358adf247a
commit f00f4dfa75
10 changed files with 253 additions and 34 deletions

View File

@@ -0,0 +1,9 @@
// Copyright (C) 2024 T. Zachary Laine
//
// Distributed under the Boost Software License, Version 1.0. (See
// accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include <boost/parser/parser.hpp>
#if BOOST_PARSER_USE_CONCEPTS
#include <boost/parser/lexer.hpp>
#endif