https://github.com/insoft-uk/ppl-minifier
Minification of your code results in it taking up less space, making it use less storage of your HP Prime's storage memory giving you more space for more programs.
https://github.com/insoft-uk/ppl-minifier
code-optimization hp-prime memory-optimization minification performance-enhancement ppl program-compression space-saving storage-efficiency
Last synced: about 2 months ago
JSON representation
Minification of your code results in it taking up less space, making it use less storage of your HP Prime's storage memory giving you more space for more programs.
- Host: GitHub
- URL: https://github.com/insoft-uk/ppl-minifier
- Owner: Insoft-UK
- License: mit
- Created: 2024-09-06T23:38:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-13T20:22:26.000Z (5 months ago)
- Last Synced: 2025-02-13T13:24:44.260Z (4 months ago)
- Topics: code-optimization, hp-prime, memory-optimization, minification, performance-enhancement, ppl, program-compression, space-saving, storage-efficiency
- Language: C++
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minifier & Compressor for PPL Code
Minification of your code results in it taking up less space, making it use less storage of your HP Prime's storage memory giving you more space for more programs.> [!NOTE]
The PPL file must be in UTF-16LE format, and at this time, .hpprgrm files with header and footer are not supported—only raw code is accepted currently.