#DecemberAdventure Today i have corrected a tiny bug in my uxntal code. Then i have started to write a lexer, but i it is not finished and i have nothing to show yet...
http://maxime-andre.fr/december-adventure/
http://maxime-andre.fr/december-adventure/
Devine Lu Linvega
in reply to max22- • • •have you considered using lambdas to build the trees?
{ 01 02 { 03 { 04 05 } } }
max22-
in reply to Devine Lu Linvega • • •(in another talk, "text processing in APL", he parses text without recursion, by using the AST being built as a stack instead, i found that super cool)
Dyalog '18: High-performance Tree Wrangling, the APL Way
YouTubemax22-
in reply to max22- • • •Devine Lu Linvega
in reply to max22- • • •max22-
in reply to Devine Lu Linvega • • •