Docs.rs
parser-c-0.3.0
parser-c 0.3.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
tcr
Dependencies
parser-c-macro ^0.3
lazy_static ^0.2
num ^0.1
num-derive ^0.1
either ^1.1.0
bitflags ^0.9.1
walkdir ^1
Versions
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
parser_c
::
parser
::
lexer
Enums
AlexAcc
AlexLastAcc
AlexReturn
Functions
adjustLineDirective
alexAndPred
alexGetByte
alexIndexInt16OffAddr
alexIndexInt32OffAddr
alexInputPrevChar
alexMove
alexPrevCharIs
alexPrevCharIsOneOf
alexPrevCharMatches
alexRightContext
alexScan
alexScanUser
alex_scan_tkn
idkwtok
ignoreAttribute
lexC
lexToken_q
lexicalError
parseError
quickIndex
tok
token
token_fail
token_plus
Type Definitions
AlexAccPred
AlexInput
Function
parser_c
::
parser
::
lexer
::
parseError
[
−
]
pub fn parseError<T>(p: &mut
Parser
) ->
Result
<T,
ParseError
>