Skip to main content

Crate cppshift

Crate cppshift 

Source

Re-exports§

pub use lex::Lexer;

Modules§

ast
AST module for C++20
lex
C++ Lexer to preprocess C++ code This lexer is build out of C++20 ISO standard - Chapter 5. Lexical conventions

Structs§

SourceSpan
Source code span Useful to track the position of a text fragment in the source code, for error reporting.