summaryrefslogtreecommitdiff
path: root/static/js/lang.js
AgeCommit message (Expand)Author
2020-10-24To make Tabloid truly Turing complete, add a way for Tabloid to take inputLinus Lee
2020-09-24Add ability to use escaped strings, at least for quotesLinus Lee
2020-09-24Clean up some keywords + mobile viewLinus Lee
2020-09-24Add fibonacci sequence sampleLinus Lee
2020-09-24Add support for exprgroups guraded by parensLinus Lee
2020-09-24When hitting the tab key, actually indent in the editor. Also add boolean lit...Linus Lee
2020-09-24Support calling functions with multiple argumentsLinus Lee
2020-09-24Remove plans for looping constructs -- we don't need emLinus Lee
2020-09-24Nail down basic app styles / layoutLinus Lee
2020-09-24Get basic REPL loop workingLinus Lee
2020-09-24Begin working on web appLinus Lee