Skip to main content

Crate ason

Crate ason 

Source

Modulesยง

ast
de
parser
ser
token
token_stream_reader
Function reader.next() returns Option<Result<Token, AsonError>>.
token_stream_writer
Function print_token() in this module is used to print a token to the upstream writer, which can be a file, a string buffer, or any other type that implements the Write trait.
writer