Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
/ sedona2cpp Public archive

Enhance the Sedona suite with a cross-compiler to C++

License

Notifications You must be signed in to change notification settings

Magolves/sedona2cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is sedona2cpp

Enhance the Sedona suite with a cross-compiler to C++.

Sedona is a simple programming language intended for small systems and low footprint.

Please refer to https://www.sedona-alliance.org/resources.htm for further details.

The goal of this project ist to implement the "translate" function which is intended to transform Sedona code into another programming language. In this project the focus lies on C++.

Challenges

Although the C++ language is very powerful, there are some Sedona features which may cause some headache

  • Reflection. Sedona offers a database containing all modules (AKA 'Kits') including their types and members (AKA 'Slots')
  • Some types (bool, float and double) can be null

About

Enhance the Sedona suite with a cross-compiler to C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages