James Kyle
|
00346f1ba4
|
Merge pull request #35 from adarsh-why/master
missed square bracket in new AST
|
2016-04-07 11:06:51 -07:00 |
|
Adarsh Chandran
|
5935ab46f2
|
missed square bracket in new AST
3 arrays are opened in new ast but only 2 are closed. In test.js, it is correctly closed.
|
2016-04-07 14:16:39 +05:30 |
|
James Kyle
|
a44d3ff1e8
|
Merge pull request #29 from vishaltelangre/patch-1
Fix grammar
|
2016-03-31 23:34:02 -07:00 |
|
Vishal Telangre
|
bd11625f5c
|
Fix grammar
|
2016-04-01 11:56:51 +05:30 |
|
James Kyle
|
8cbbf4ca83
|
Merge pull request #27 from sarbbottam/fix-regex-and-test
Fix regex
|
2016-03-31 18:28:40 -07:00 |
|
Sarbbottam Bandyopadhyay
|
d8cafdb002
|
fixed regex /[a-z]i/ to /[a-z]/i
fixed #25
|
2016-03-31 18:14:34 -07:00 |
|
James Kyle
|
93572febb7
|
Update README.md
|
2016-03-31 17:06:15 -07:00 |
|
James Kyle
|
974ca6ad29
|
Delete super-tiny-compiler-unannotated.js
|
2016-03-31 16:54:04 -07:00 |
|
James Kyle
|
8ab8a42fc0
|
Update super-tiny-compiler-unannotated.js
|
2016-03-31 16:44:54 -07:00 |
|
James Kyle
|
e4fed8a7f1
|
Merge pull request #23 from sarbbottam/regex
updated LETTERS regex
|
2016-03-31 16:44:07 -07:00 |
|
Sarbbottam Bandyopadhyay
|
4efa9f8522
|
updated LETTERS regex
|
2016-03-31 16:41:34 -07:00 |
|
James Kyle
|
55692eb77d
|
Merge pull request #19 from sarbbottam/not-familiar
not familiar instead of familiar
|
2016-03-31 15:32:24 -07:00 |
|
Sarbbottam Bandyopadhyay
|
6eb1546670
|
not familiar instead of familiar
|
2016-03-31 14:31:39 -07:00 |
|
James Kyle
|
1c5da2aea0
|
Merge pull request #18 from acdlite/patch-1
"existance" -> "existence"
|
2016-03-31 10:58:04 -07:00 |
|
Andrew Clark
|
d264d92b9b
|
"existance" -> "existence"
|
2016-03-31 10:51:37 -07:00 |
|
James Kyle
|
59dc1bf84f
|
Merge pull request #17 from miltonsegura/patch-1
Update super-tiny-compiler.js
|
2016-03-31 10:19:15 -07:00 |
|
miltonsegura
|
22670a21f6
|
Update super-tiny-compiler.js :: wording, grammar
78 tiny teeny --> teeny tiny
214 create and entirely --> create an entirely
654 <code>traverser</code> --> traverser
|
2016-03-31 12:50:14 -04:00 |
|
James Kyle
|
8a18ac0a3c
|
Fix closing paren parsing logic
|
2016-03-31 08:41:54 -07:00 |
|
James Kyle
|
900750c78e
|
Merge pull request #13 from rukai/patch-1
Fix typo in comment
|
2016-03-31 08:27:26 -07:00 |
|
James Kyle
|
69dbf520ea
|
Merge pull request #11 from nippur72/patch-1
typo
|
2016-03-31 08:26:44 -07:00 |
|
James Kyle
|
5e17a4bd8e
|
Merge pull request #15 from gillescastel/master
Center headings
|
2016-03-31 08:26:22 -07:00 |
|
Gilles Castel
|
b4b8720849
|
Center headings
|
2016-03-31 17:19:42 +02:00 |
|
Lucas Kent
|
2636d7d135
|
Fix typo in comment
|
2016-03-31 23:35:05 +11:00 |
|
nino-porcino
|
5469752621
|
typo
|
2016-03-31 13:18:50 +02:00 |
|
James Kyle
|
256489ebc0
|
Add unannotated file
|
2016-03-31 02:37:16 -07:00 |
|
James Kyle
|
ee573d73ff
|
Update README.md
|
2016-03-31 02:29:28 -07:00 |
|
James Kyle
|
13be31ebfc
|
Update README.md
|
2016-03-31 02:26:18 -07:00 |
|
James Kyle
|
5292d35dc0
|
Update README.md
|
2016-03-31 02:26:00 -07:00 |
|
James Kyle
|
84dde7b906
|
Improve intro
|
2016-03-31 02:25:28 -07:00 |
|
James Kyle
|
f5cbcf7aff
|
Update README.md
|
2016-03-31 02:20:13 -07:00 |
|
James Kyle
|
7d5c7592bb
|
Add transformer/code generator/compiler inline annotations
|
2016-03-31 02:13:54 -07:00 |
|
James Kyle
|
7fa8ab691f
|
Add traverser inline annotations
|
2016-03-31 01:13:15 -07:00 |
|
James Kyle
|
d3a5ab209a
|
Merge pull request #6 from smargh/patch-1
Fix typos, grammar errors, etc
|
2016-03-30 21:23:58 -07:00 |
|
Stephen Margheim
|
30c6f1c9a5
|
Fix typos, grammar errors, etc
|
2016-03-30 23:28:19 -04:00 |
|
James Kyle
|
0baea5b6ad
|
Add parser inline annotations
|
2016-03-30 19:48:37 -07:00 |
|
James Kyle
|
8466b6a67d
|
Add tokenizer inline annotations
|
2016-03-30 19:28:00 -07:00 |
|
James Kyle
|
07aea0e7e6
|
Merge pull request #5 from sarbbottam/fix-test-instruction
fixed test instruction
|
2016-03-30 19:03:36 -07:00 |
|
Sarbbottam Bandyopadhyay
|
992362ba9c
|
fixed test instruction
|
2016-03-30 18:51:28 -07:00 |
|
James Kyle
|
6c2eedab23
|
Clean up test file
|
2016-03-30 18:45:44 -07:00 |
|
James Kyle
|
04ef11d85e
|
Merge pull request #4 from hzoo/add-test
If it's cool
|
2016-03-30 18:34:54 -07:00 |
|
Henry Zhu
|
9bee727f77
|
Add a test
|
2016-03-30 21:25:27 -04:00 |
|
James Kyle
|
ed6d5b5eb2
|
Init code comments
|
2016-03-30 17:39:16 -07:00 |
|
James Kyle
|
f82cb4570c
|
Merge pull request #2 from blesh/master
fix(super-tiny-compiler): Ds that should have been Us are now Us and …
|
2016-03-30 16:49:31 -07:00 |
|
Ben Lesh
|
bdc62b6542
|
fix(super-tiny-compiler): Ds that should have been Us are now Us and not Ds
fixes #1
|
2016-03-30 16:34:39 -07:00 |
|
James Kyle
|
2173d6062a
|
Give Super Tiny Compiler
|
2016-03-30 15:35:42 -07:00 |
|