- 1. Intro
- 2. Getting Started
- 3. Help
- 4. Attributes
- 4.1. #[logos]
- 4.2. #[token] and #[regex]
- 5. Token disambiguation
- 6. Using Extras
- 7. Using callbacks
- 8. Context-dependent lexing
- 9. Common regular expressions
- 10. Unicode support
- 11. State machine codegen
- 12. Migration Guide
- 13. Debugging
- 14. Unsafe Code
- 15. Examples
- 15.1. Brainfuck interpreter
- 15.2. Simple calculator
- 15.3. JSON parser
- 15.4. JSON-borrowed parser
- 15.5. String interpolation
- 16. Contributing
- 16.1. Setup
- 16.2. Internals
- 16.3. Fuzzing