34 Commits (master)
 

Author SHA1 Message Date
nisstyre56 84e697e7c3 move around stuff 10 years ago
nisstyre56 7421022b6e better makefile 10 years ago
nisstyre56 fb08e70dfe print out the entire token stack, correct tokenization edge cases 10 years ago
nisstyre56 ec520cb785 add helper function for invoking closures that only take one argument 10 years ago
nisstyre56 6786822dd4 change over stuff to new arguments format 10 years ago
nisstyre56 5c82a0bfe8 rename, add pairs to RTS 10 years ago
nisstyre56 dad53171a4 make make_closure just return the boxed value to simplify code 10 years ago
nisstyre56 1fd19a37d1 add string field 10 years ago
nisstyre56 3c3ee4b45e remove type casts, use const in more places possible, not sure if I will keep it this way or if it's a good idea, depends on the string table 10 years ago
nisstyre56 4abdbcab92 inline stuff 10 years ago
nisstyre56 a195cee090 explanatory comment 10 years ago
nisstyre56 e93201a035 fixed a lot of crap 10 years ago
nisstyre56 a7742ac3c7 fix a bunch of crap 10 years ago
nisstyre56 0c4774861f switch types around to be actually correct 10 years ago
nisstyre56 0bd526065d box closures, add missing prototypes 10 years ago
nisstyre56 020c42bcf5 rename file holding RTS type declarations 10 years ago
wes 2fdd2e5de9 linker stuff hurr durr 10 years ago
nisstyre56 4ce389c133 more changes, nothing exciting 10 years ago
nisstyre56 965c77016b updated makefile, start closure RTS code 10 years ago
nisstyre56 f76318c1fc fix copy/paste mistake 10 years ago
nisstyre56 0ff6fee116 start a makefile 10 years ago
nisstyre56 c9855f3473 more quoting stuff 10 years ago
nisstyre56 863d62623f distinguish the quote character from quoted symbols 10 years ago
nisstyre56 01531d2ef6 change back types to uint32 10 years ago
nisstyre56 6de0844dac check for wraparound of unsigned int used to keep track of position in source 10 years ago
nisstyre56 1e08cf66c2 style changes 10 years ago
nisstyre56 f0e4de8ddf style fix 10 years ago
nisstyre56 db5446112f fix ordering, match symbols properly 10 years ago
Wesley Kerfoot 9f940ba32b Delete foo.c 10 years ago
Wesley Kerfoot be54e0911a Delete wat.c 10 years ago
Wesley Kerfoot ae9ea09026 Merge pull request #1 from nisstyre56/stringtable 10 years ago
nisstyre56 d521eb3b57 use string tables to optimize 10 years ago
nisstyre56 8275714a6e reorder conditions in tokenize function 10 years ago
nisstyre56 215445c08c initial commit 10 years ago