rouge icon indicating copy to clipboard operation
rouge copied to clipboard

Add APL Lexer

Open razetime opened this issue 1 year ago • 0 comments

This PR adds a lexer for the APL array programming language. APL is efficient at expressing algorithms in terms of arrays.

J (which already has a lexer) is similar in nature, and is derived from APL's ideas. The highlighting is similar to language-apl from the Atom text editor, and tests use example code from @abrudz and Dyalog/RIDE.

razetime avatar Oct 10 '22 07:10 razetime