Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/atlas77-lang/Atlas-core
- Owner: atlas77-lang
- License: mit
- Created: 2023-12-27T20:20:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T13:59:03.000Z (13 days ago)
- Last Synced: 2025-01-14T14:55:06.492Z (13 days ago)
- Topics: compiler, language, lexer, lexer-generator, programming-language
- Language: Rust
- Homepage:
- Size: 75.2 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
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`