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.
- Host: GitHub
- URL: https://github.com/insoft-uk/prime-c
- Owner: Insoft-UK
- License: mit
- Created: 2024-08-29T16:21:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-14T21:18:21.000Z (over 1 year ago)
- Last Synced: 2025-04-09T16:04:05.628Z (about 1 year ago)
- Topics: c, c-like-syntax, hp-prime, ppl, software-development
- Language: C++
- Homepage:
- Size: 888 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.