33 releases

0.7.1 Jan 14, 2025
0.7.0-beta2 Dec 5, 2024
0.6.0-beta5 Aug 21, 2024
0.5.4 Jul 30, 2024
0.1.0 Nov 7, 2023

#1496 in Development tools

Download history 1/week @ 2024-10-19 39/week @ 2024-11-02 1/week @ 2024-11-09 3/week @ 2024-11-16 376/week @ 2024-11-30 106/week @ 2024-12-07 3/week @ 2024-12-14 183/week @ 2025-01-04 232/week @ 2025-01-11 42/week @ 2025-01-18 12/week @ 2025-01-25 6/week @ 2025-02-01

371 downloads per month

MIT license

34KB
720 lines

Atlas-core

atlas_core is Rust Lexer generator. It's used in the 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


lib.rs:

atlas-Core

atlas-core is the foundational library for a language creation tool designed to assist users in developing languages. This core library currently serves as the building block for the creation of Atlas77, a functional programming language.

Currently, it's only purpose is to generate a Lexer and the way to do it is pretty straightforward

Dependencies

~0.3–1MB
~21K SLoC