Skip to content

Implementing a parser and generator for APL, to any other language

Notifications You must be signed in to change notification settings

christosfranco/apl_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apl_converter

Implementing a parser and generator for APL, to Python Tensorflow, and C++ Cuda

To write apl symbols (Linux):

setxkbmap dk,apl -option grp:win_switch

Standard interpreting with gnu_apl:

apl -f <your_file.apl>

For scripting and standard IO testing: (It will just redirect output, which can then be tested.)

apl -f hello_world.apl --OFF --safe -s > output.txt

About

Implementing a parser and generator for APL, to any other language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages