ferrelex 0.2.0

Write lexers using familiar Rust match syntax — patterns are compiled at build time
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2025-2026 Emilien Lemaire <emilien.lem@icloud.com>
// SPDX-License-Identifier: LGPL-3.0-only
// Licensed under the GNU Lesser General Public License v3.0, with the
// ferrelex Generated Code Exception. See the LICENSE file at the root
// of this repository for the full license text and exception terms.

#[test]
fn macrotest() {
    macrotest::expand("tests/expand/*.rs");
}