arxlang
Funding Links: https://github.com/sponsors/arxlang
- Name: ARX
- Kind: organization
- Followers: 3
- Following: 0
- Total stars: 22
- Repositories count: 5
- Created at: 2022-11-14T06:15:42.951Z
- Updated at: 2025-07-02T23:52:27.407Z
- Last synced at: 2025-07-02T23:52:27.407Z
GitHub Sponsors Profile
The Arx project aims to develop a multi-purpose compiler with Apache Arrow datatype as native datatypes.
There is an initial version, called arx, that is based on the kaleidoscope compiler.
We just started to customize it, and our initial roadmap is:
Finish the language syntax definition
Customize the parser to recognize the language syntax (and update the code generation)
For now, it just recognizes float data type, but it should recognize the basic datatypes:
int8, int16, int32, and int64
float16, float32, and float64
string
bool
datetime/timestamp
Implement apache arrow datatype (we are still investigating how to do it)
We need sponsorship in order to have more people working on this project. For now, we are just working on that in our free time.
- Current Sponsors: 0
- Past Sponsors: 0
- Total Sponsors: 0
- Minimum Sponsorship: $5.00
Featured Works
arxlang/arxcpp
ArxLang compiler aims to provide arrow datatypes as native datatypes.
Language: C++ - Stars: 7