Commit Graph

37 Commits

Author SHA1 Message Date
4ec04fa980
change default program and set relative routes in loader programs 2024-01-20 16:03:00 -07:00
560ca09223
Closure (#1)
* Add 'closures' and sample programs, lodash too

* Remove prettier garbage
2023-04-22 23:42:19 -06:00
Linus Lee
21a0f4df60 docs: Add reference to #lang tabloid and tabloid-samples on website 2021-03-28 11:11:03 -04:00
Linus Lee
3c9738d297 docs: Update README with pointers to helper functions 2021-03-28 11:11:03 -04:00
Linus Lee
7043fe47a9 docs: Add documentation for AND, OR keywords, reformat docs 2021-03-28 11:11:03 -04:00
Linus Lee
6a7db90a83 Add LATEST NEWS ON keyword to readme + documentation 2020-10-25 13:08:19 -04:00
Linus Lee
25bc958e04 To make Tabloid truly Turing complete, add a way for Tabloid to take input 2020-10-24 13:07:19 -04:00
Linus Lee
2435a7cd5e Oops, typo 2020-10-11 06:31:59 -04:00
Linus Lee
f5135d9f89 Add link to Racket Tabloid 2020-10-11 06:24:16 -04:00
Linus Lee
c2a23104fe Merge branch 'master' of github.com:thesephist/tabloid into master 2020-10-03 20:37:33 -04:00
Linus Lee
6d1d013355 Add links to repls in README 2020-10-03 20:37:27 -04:00
Linus Lee
6e80db28e2
Merge pull request #2 from Sombrero64/patch-1
Included more headlines.
2020-10-04 01:32:15 +01:00
Daniel
23d90604d3
Included more headlines. 2020-10-03 18:39:58 -05:00
Linus Lee
7db039b9d8 Fix textarea sizing issue on Firefox 2020-10-02 16:36:42 -04:00
Linus Lee
e4f5c3d8d9 Make the fibonacci sequence start with 1, 1 not 1, 2 2020-09-24 19:56:51 -04:00
Linus Lee
b5e0a2175f Remove duplicate list of keywords from landing page 2020-09-24 12:47:02 -04:00
Linus Lee
e0d16ea54e Update link once again because I am stupid 2020-09-24 09:26:56 -04:00
Linus Lee
1c42a31e04 Update link to a nonexistent blog post with a tutorial from the README 2020-09-24 09:26:22 -04:00
Linus Lee
d163581085 Some fixed up commentary on the language in README 2020-09-24 09:24:54 -04:00
Linus Lee
2f0c47fb5a Add content to README 2020-09-24 09:15:53 -04:00
Linus Lee
bc69e7efa4 Add ability to use escaped strings, at least for quotes 2020-09-24 09:07:24 -04:00
Linus Lee
c82ee71b4d Add social image 2020-09-24 08:37:50 -04:00
Linus Lee
e8549b783a Fix bug in Safari causing textarea to behave weirdly with white-space: nowrap vs pre-wrap 2020-09-24 08:28:28 -04:00
Linus Lee
342fd2e8d6 Clean up some keywords + mobile view 2020-09-24 08:22:22 -04:00
Linus Lee
e6797461f8 Add fibonacci sequence sample 2020-09-24 08:16:49 -04:00
Linus Lee
528eb9c74d Add support for exprgroups guraded by parens 2020-09-24 07:55:24 -04:00
Linus Lee
6c67ca1a04 When hitting the tab key, actually indent in the editor. Also add boolean literal support 2020-09-24 07:53:59 -04:00
Linus Lee
a0163315d3 Support calling functions with multiple arguments 2020-09-24 07:47:35 -04:00
Linus Lee
d7c1ae4f76 Remove plans for looping constructs -- we don't need em 2020-09-24 07:46:06 -04:00
Linus Lee
4b487e7a38 Flesh out landing page copy 2020-09-24 07:30:52 -04:00
Linus Lee
cee091893a Nail down basic app styles / layout 2020-09-24 06:42:23 -04:00
Linus Lee
aafa74e7bc Get basic REPL loop working 2020-09-24 05:56:09 -04:00
Linus Lee
030094045a Begin working on web app 2020-09-24 05:45:33 -04:00
Linus Lee
c79c0e4fec Working tree-walk executor 2020-09-24 05:30:15 -04:00
Linus Lee
81b5a5b0f1 Get MVP of parser 2020-09-24 04:32:05 -04:00
Linus Lee
901b367373 Finish tokenizer 2020-09-24 03:11:48 -04:00
Linus Lee
692ffec79c
Initial commit 2020-09-24 02:44:04 -04:00