├── Makefile ├── README.md ├── README.txt ├── apl.c ├── apl.lua ├── apl385.ttf ├── finnaplidiom.lua ├── help.lua ├── lua-apl.c ├── lua-apl.html ├── lua-apl.txt ├── lua-apl.xmodmap ├── prog-guide.html └── test.lua /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/README.md -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/README.txt -------------------------------------------------------------------------------- /apl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/apl.c -------------------------------------------------------------------------------- /apl.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/apl.lua -------------------------------------------------------------------------------- /apl385.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/apl385.ttf -------------------------------------------------------------------------------- /finnaplidiom.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/finnaplidiom.lua -------------------------------------------------------------------------------- /help.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/help.lua -------------------------------------------------------------------------------- /lua-apl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/lua-apl.c -------------------------------------------------------------------------------- /lua-apl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/lua-apl.html -------------------------------------------------------------------------------- /lua-apl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/lua-apl.txt -------------------------------------------------------------------------------- /lua-apl.xmodmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/lua-apl.xmodmap -------------------------------------------------------------------------------- /prog-guide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/prog-guide.html -------------------------------------------------------------------------------- /test.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dlaurie/lua-apl/HEAD/test.lua --------------------------------------------------------------------------------