Modulesยง
- ast
- de
- parser
- ser
- token
- token_
stream_ reader - Function
reader.next()returnsOption<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 theWritetrait. - writer