Skip to content

Description and reimplementation of the Rust lexer

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

mattheww/lexeywan

Repository files navigation

This repository includes:

  • a detailed description of the Rust 1.80 lexer (in writeup)
  • a Rust reimplementation of the lexer based on that description (in src)
  • a manual list of testcases
  • a harness for running rustc's lexer in-process (via rustc_private)
  • strategies for comparing the implementation with rustc's using proptest

See also the rendered description.

Running the tests

To see what's available from the CLI:

cargo run -- --help

Note the provided rust-toolchain.toml will cause this to install the required nightly version of rustc.

Building the description

mdbook build

The output will appear in book/

License

This document is distributed under the terms of both the MIT license and the Apache license (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

About

Description and reimplementation of the Rust lexer

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published