Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atlas77-lang/Atlas-core

atlas-core is a system based flexible lexer builder library letting you easily build a fully fledge lexer.
https://github.com/atlas77-lang/Atlas-core

compiler language lexer lexer-generator programming-language

Last synced: 6 days ago
JSON representation

atlas-core is a system based flexible lexer builder library letting you easily build a fully fledge lexer.

Awesome Lists containing this project

README

        

# Atlas-core

`atlas_core` is Rust Lexer generator. It's used in the [Atlas77](https://github.com/atlas77-lang/Atlas77) compiler. You can check for example of codes in `Atlas77` repository under `src/atlas_frontend/lexer/mod.rs`.

There is also an example in `src/tests/mod.rs`