ANTLRWorks Seems an Incredible Tool for Domain-Specific Languages
::: {.Section1} Via a comment by Gregg Irwin, here's a REBOL-based control language \< ?xml:namespace prefix = o />for Excel by Robert Muench. (Wow, REBOL: There's a blast from the past!). Sample code:
goto cell "B6"
change to "Testing"
select "B7"
set to "=B4 \* B5"
select "A5:A9"
change to "=\$B\$5 …