An open API service indexing awesome lists of open source software.

https://github.com/insoft-uk/prime-c

Prime-C (Experimental!) is a Compiler for a hybrid PPL + C language that translates code into pure PPL (Prime Programming Language) for the HP Prime calculator.
https://github.com/insoft-uk/prime-c

c c-like-syntax hp-prime ppl software-development

Last synced: 3 months ago
JSON representation

Prime-C (Experimental!) is a Compiler for a hybrid PPL + C language that translates code into pure PPL (Prime Programming Language) for the HP Prime calculator.

Awesome Lists containing this project

README

          

# Prime-C for HP Prime

Prime-C is a high-level general-purpose programming language that adds some elements of C to the PPL programming language.




This experimental project is expected to undergo significant evolution as development continues. Its primary aim is to assess the feasibility of creating a hybrid language combining PPL and C/C++, allowing developers to write code in a C like fashion.

>[!WARNING]
Experimental, not intended to be used for actual software development.

>[!NOTE]
When compiling for macOS, the project will use a C++ library to emulate PPL functions. A Xcode SpriteKit based macOS app is utilized to simulate the HP Prime environment to a certain degree, allowing one to easly test and debug an HP Prime app written in Prime-C to a certain degree.