marrub
/
LoveToken
Archived
1
0
Fork 0
Commit Graph

60 Commits (dcb35345465f7c4494ac5c42a6f9da5a2debe517)

Author SHA1 Message Date
Marrub dcb3534546 fix the crap string block things 2015-08-27 09:14:32 -04:00
Marrub cdf32f3453 added a few functions, and I think fixed a few things 2015-08-24 07:10:25 -04:00
Marrub 188e71ccda that should be adequate 2015-08-17 13:46:31 -04:00
Marrub c0c57b3ae8 fix a lot of things resultant of inadequate testing 2015-08-17 13:42:31 -04:00
Marrub 537179902a oh that's why 2015-08-06 09:20:53 -04:00
Marrub 0eafe62d22 INSERT STUPID COMMIT MESSAGE HERE 2015-08-06 09:10:38 -04:00
Marrub 2277d5bd58 INSERT ENRAGED COMMIT MESSAGE HERE 2015-08-06 09:10:03 -04:00
Marrub 56cdcd7a54 ops 2015-08-06 09:07:59 -04:00
Marrub 6188ed3123 REALLY MSVC. 2015-08-06 09:07:02 -04:00
Marrub 6815421294 really MSVC. 2015-08-06 09:01:20 -04:00
Marrub 4fbd5b7c0a KAY NEVERMIND TODAY I LEARNED MSVC HAS ABSOLUTELY NOTHING AND IS HORRIBLE IN EVERY POSSIBLE WAY IT COULD BE. 2015-07-29 08:30:16 -04:00
Marrub 58319b43a1 today I learned MSVC still doesn't have stdbool.h 2015-07-29 07:59:25 -04:00
Marrub f104dcbdfc add __cplusplus checks because why not 2015-07-26 06:07:14 -04:00
Marrub 3773a4f51b wait no DON'T DO THAT 2015-07-26 05:40:32 -04:00
Marrub dce1f1b534 did some polishing work. fun! 2015-07-26 05:36:36 -04:00
Marrub a3d95d57bd oobs 2015-06-11 10:42:06 -04:00
Marrub 90b48d18eb oops 2015-06-11 10:34:20 -04:00
Marrub 36e07578a7 added gdcc example and makefile support 2015-06-11 10:32:16 -04:00
Marrub 5eff934ef0 gdcc support added 2015-06-11 09:42:36 -04:00
Marrub 55cf06a54c OOPS THAT'S DANGEROUS 2015-06-11 09:05:23 -04:00
Marrub 244eabbebf add SkipWhite function 2015-06-09 18:43:36 -04:00
Marrub 0a5ab301d1 added semicolon token 2015-06-07 08:02:33 -04:00
Marrub a2337c63db whopps 2015-06-07 06:48:01 -04:00
Marrub aa4ed6730b makefile changes 2015-06-07 04:46:35 -04:00
Marrub cdb6207632 added examples and a clean target 2015-06-07 04:25:25 -04:00
Marrub baa854169c vararg for assert 2015-06-07 04:04:23 -04:00
Benjamin Moir 407caaf6f1 Added tokenizer:setPos(newPos) 2015-06-07 17:20:24 +09:30
Marrub fba61dde93 whoops 2015-06-07 03:47:38 -04:00
Marrub 1cb7804fe1 fixed linux make, added some features 2015-06-07 03:46:36 -04:00
Marrub 0c758e3f63 apparently these random changes managed to bring tokenizing an 11mb file's time down by 10 seconds on my PC 2015-06-06 22:30:15 -04:00
Marrub 5a199ae8f6 Merge branch 'master' of https://github.com/marrub--/LoveToken 2015-06-06 21:55:13 -04:00
Marrub 7e1858eeaf descriptive git commit message 2015-06-06 21:53:22 -04:00
Benjamin Moir 88cf4e2f37 Added $(OUTDIR) to Makefile 2015-06-07 10:21:37 +09:30
Marrub 1355b115ae heh 2015-06-06 13:07:07 -04:00
Marrub 8ec9fc2abd fixed EVERY BUG EVER thanks to davidph 2015-06-06 12:47:13 -04:00
Marrub a94f42eb81 fack 2015-06-06 11:45:04 -04:00
Marrub 88d2c402fb forgot to change extension 2015-06-06 11:39:59 -04:00
Marrub 46a0969a2a forgot to add these files 2015-06-06 11:36:39 -04:00
Marrub 611bfa9343 better makefile 2015-06-06 11:35:18 -04:00
Marrub 4a5e2b0350 added some more definitions for LT_EXPORT 2015-06-06 11:05:13 -04:00
Benjamin Moir 5969582f3d Merge branch 'master' of https://github.com/marrub--/LoveToken 2015-06-07 00:13:25 +09:30
Benjamin Moir 00a021ea01 Adding various new tokens 2015-06-07 00:12:26 +09:30
Marrub 09c415875e oh right that file exists 2015-06-06 10:14:58 -04:00
Marrub 238b00098a nevermind works 2015-06-06 10:13:54 -04:00
Marrub 5c8f7ede03 fuck this 2015-06-06 10:08:55 -04:00
Marrub 214a3a7517 everything is broken aaa 2015-06-06 09:28:04 -04:00
Marrub c9f001c238 bugfix: some invalid combinations of init info 2015-06-06 08:42:29 -04:00
Marrub f24aad1d18 Merge pull request #1 from DaZombieKiller/master
good shit
2015-06-06 08:14:22 -04:00
Marrub 44db7d5460 various changes, getting ready for merge 2015-06-06 08:12:58 -04:00
Benjamin Moir 1d64ae4e33 Added my email to license, renamed parser.lua to tokenizer.lua, changed all instances of "parser" to "tokenizer", improved tokenizer:getToken() function 2015-06-06 14:17:23 +09:30