Skip to content

Naereen/nwagyu-lua-for-numworks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua interpreter for the NumWorks calculator

Build

This apps lets you run a Lua script on your NumWorks calculator! Lua logo

Install the app

Installing is rather easy:

  1. Download the latest lua.nwa file from the Releases page ;
  2. This Release page is out-dated on my fork, use this folder instead ;
  3. Head to my.numworks.com/apps to send the nwa file on your calculator (on Google Chrome browser). On this page you will be able to also send a default example of a Lua file (a tiny test script), and you can edit it yourself later on, on your calculator.

How to use the app

Just launch the app, and it will read and execute your script lua.py!

This script should be located in the lua.py file, that you can create, edit and save from within your NumWorks!.

If you want a demo, use this lua.py script, that you can install on your NumWorks calculator, directly from their website (from my user space).

Dependencies

This programs uses Lua version 5.4.4.

Build the app

To build this sample app, you will need to install the embedded ARM toolchain and nwlink.

brew install numworks/tap/arm-none-eabi-gcc node # Or equivalent on your OS
npm install -g nwlink
make clean && make build

📜 License ? GitHub license

MIT Licensed (file LICENSE). © Lilian Besson, 2024-2025. © Scarlett Spell, 2022.

Maintenance Ask Me Anything !

ForTheBadge built-with-swag ForTheBadge uses-badges ForTheBadge uses-git

Packages

No packages published

Languages

  • C 99.6%
  • Other 0.4%