Skip to content
/ lua Public

Lua interpreter for the NumWorks calculator

Notifications You must be signed in to change notification settings

nwagyu/lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua

Build

This apps lets you run Lua scripts on your NumWorks calculator.

Install the app

Installing is rather easy:

  1. Download the latest lua.nwa file from the Releases page
  2. Head to my.numworks.com/apps to send the nwa file on your calculator. On this page you will be able to add the Lua script you want to execute.

How to use the app

Just launch the app and execute your script.

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