Commit Graph

  • 00346f1ba4 Merge pull request #35 from adarsh-why/master James Kyle 2016-04-07 11:06:51 -0700
  • 47d0f2bd59 Merge pull request #1 from rhythm29/rhythm_alphanumeric_name rhythm29 2016-04-07 18:59:46 +0530
  • 0138cbec17 added alphanumeric and underscore support for type name Rhythm 2016-04-07 18:53:00 +0530
  • 5935ab46f2 missed square bracket in new AST #35 Adarsh Chandran 2016-04-07 14:16:39 +0530
  • 0f8fb485c8 Merge 3a2260c6ba into a44d3ff1e8 #32 SirPython 2016-04-03 01:56:14 +0000
  • 3a2260c6ba refactored parenthesis checking conditional #32 SirPython 2016-04-02 21:10:10 -0400
  • 5da992116d super tiny compiler ported to Python 3 #28 Brian Edwards 2016-04-01 00:49:40 -0500
  • cd24a4d2e6 Add PHP version #30 BafS 2016-04-01 10:56:35 +0200
  • 41cb624947 Merge d0a37bf49a into a44d3ff1e8 #20 Fabien Sa 2016-04-01 08:54:08 +0000
  • d0a37bf49a Add PHP version #20 BafS 2016-04-01 10:54:00 +0200
  • 9ad17e8a2c Merge remote-tracking branch 'thejameskyle/master' BafS 2016-04-01 10:52:40 +0200
  • a44d3ff1e8 Merge pull request #29 from vishaltelangre/patch-1 James Kyle 2016-03-31 23:34:02 -0700
  • bd11625f5c Fix grammar #29 Vishal Telangre 2016-04-01 11:56:51 +0530
  • 8cbbf4ca83 Merge pull request #27 from sarbbottam/fix-regex-and-test James Kyle 2016-03-31 18:28:40 -0700
  • d8cafdb002 fixed regex `/[a-z]i/` to `/[a-z]/i` #27 Sarbbottam Bandyopadhyay 2016-03-31 18:10:54 -0700
  • 93572febb7 Update README.md James Kyle 2016-03-31 17:06:15 -0700
  • 974ca6ad29 Delete super-tiny-compiler-unannotated.js James Kyle 2016-03-31 16:54:04 -0700
  • 8ab8a42fc0 Update super-tiny-compiler-unannotated.js James Kyle 2016-03-31 16:44:54 -0700
  • e4fed8a7f1 Merge pull request #23 from sarbbottam/regex James Kyle 2016-03-31 16:44:07 -0700
  • 4efa9f8522 updated LETTERS regex #23 Sarbbottam Bandyopadhyay 2016-03-31 16:35:31 -0700
  • ddd5bbd13e Merge c6673887e7 into 55692eb77d #22 Nathaniel van Diepen 2016-03-31 22:53:06 +0000
  • c6673887e7 Make tokenizer faster. #22 Nathaniel van Diepen 2016-03-31 16:47:57 -0600
  • 55692eb77d Merge pull request #19 from sarbbottam/not-familiar James Kyle 2016-03-31 15:32:24 -0700
  • c31a91a7b2 Add link to PHP version Fabien Sa 2016-03-31 23:35:33 +0200
  • 6eb1546670 not familiar instead of familiar #19 Sarbbottam Bandyopadhyay 2016-03-31 14:31:39 -0700
  • 1c5da2aea0 Merge pull request #18 from acdlite/patch-1 James Kyle 2016-03-31 10:58:04 -0700
  • d264d92b9b "existance" -> "existence" #18 Andrew Clark 2016-03-31 10:51:37 -0700
  • 59dc1bf84f Merge pull request #17 from miltonsegura/patch-1 James Kyle 2016-03-31 10:19:15 -0700
  • 22670a21f6 Update super-tiny-compiler.js :: wording, grammar #17 miltonsegura 2016-03-31 12:50:14 -0400
  • 8a18ac0a3c Fix closing paren parsing logic James Kyle 2016-03-31 08:41:54 -0700
  • 900750c78e Merge pull request #13 from rukai/patch-1 James Kyle 2016-03-31 08:27:26 -0700
  • 83a980229a Merge 82efba83b2 into 69dbf520ea #14 Sebastian 2016-03-31 15:26:48 +0000
  • 69dbf520ea Merge pull request #11 from nippur72/patch-1 James Kyle 2016-03-31 08:26:44 -0700
  • 5e17a4bd8e Merge pull request #15 from gillescastel/master James Kyle 2016-03-31 08:26:22 -0700
  • b4b8720849 Center headings #15 Gilles Castel 2016-03-31 15:14:19 +0200
  • 82efba83b2 fix typo #14 Sebastian 2016-03-31 14:37:10 +0200
  • 2636d7d135 Fix typo in comment #13 Lucas Kent 2016-03-31 23:35:05 +1100
  • 5469752621 typo #11 nino-porcino 2016-03-31 13:18:50 +0200
  • 256489ebc0 Add unannotated file James Kyle 2016-03-31 02:37:16 -0700
  • ee573d73ff Update README.md James Kyle 2016-03-31 02:29:28 -0700
  • 13be31ebfc Update README.md James Kyle 2016-03-31 02:26:18 -0700
  • 5292d35dc0 Update README.md James Kyle 2016-03-31 02:26:00 -0700
  • 84dde7b906 Improve intro James Kyle 2016-03-31 02:25:28 -0700
  • f5cbcf7aff Update README.md James Kyle 2016-03-31 02:20:13 -0700
  • 7d5c7592bb Add transformer/code generator/compiler inline annotations James Kyle 2016-03-31 02:13:54 -0700
  • 7fa8ab691f Add traverser inline annotations James Kyle 2016-03-31 01:11:16 -0700
  • 0180625018 Merge c6a64c0cb0 into d3a5ab209a #7 Gabriel Montalvo 2016-03-31 04:39:42 +0000
  • c6a64c0cb0 super tiny cli for tiny compiler? #7 Gabriel Montalvo 2016-03-31 00:37:38 -0400
  • d3a5ab209a Merge pull request #6 from smargh/patch-1 James Kyle 2016-03-30 21:23:58 -0700
  • 30c6f1c9a5 Fix typos, grammar errors, etc #6 Stephen Margheim 2016-03-30 23:28:19 -0400
  • 0baea5b6ad Add parser inline annotations James Kyle 2016-03-30 19:48:37 -0700
  • 8466b6a67d Add tokenizer inline annotations James Kyle 2016-03-30 19:27:29 -0700
  • 07aea0e7e6 Merge pull request #5 from sarbbottam/fix-test-instruction James Kyle 2016-03-30 19:03:36 -0700
  • 992362ba9c fixed test instruction #5 Sarbbottam Bandyopadhyay 2016-03-30 18:51:28 -0700
  • 6c2eedab23 Clean up test file James Kyle 2016-03-30 18:45:44 -0700
  • 04ef11d85e Merge pull request #4 from hzoo/add-test James Kyle 2016-03-30 18:34:54 -0700
  • 9bee727f77 Add a test #4 Henry Zhu 2016-03-30 21:25:27 -0400
  • ed6d5b5eb2 Init code comments James Kyle 2016-03-30 17:39:16 -0700
  • f82cb4570c Merge pull request #2 from blesh/master James Kyle 2016-03-30 16:49:31 -0700
  • bdc62b6542 fix(super-tiny-compiler): Ds that should have been Us are now Us and not Ds #2 Ben Lesh 2016-03-30 16:34:24 -0700
  • 2173d6062a Give Super Tiny Compiler James Kyle 2016-03-30 15:22:59 -0700