/arx

ArxLang compiler aims to provide arrow datatypes as native datatypes.

Primary LanguageC++Apache License 2.0Apache-2.0

Arx compiler

Arx compiler aims to provide arrow datatypes as native datatypes.

For now, it is strongly based on the Kaleidoscope compiler with a just few changes.

Building

Extra flags: ENABLE_TESTS

ROADMAP

  • Implement more datatypes
    • int8, int16, int32, int64
    • float16, float32, float64
    • string
    • datetime
  • Change the language design (syntax)
  • Implement arrow datatypes as native datatypes