94 コミット (91d5e4af0bc24942d707133552b42304abffea3b)
 

作成者 SHA1 メッセージ 日付
  Ian Piumarta 91d5e4af0b Ignore more junk. 2年前
  Ian Piumarta f6dab4a73f Add flags to support compilation with Homebrew libgc. 2年前
  Ian Piumarta e6221cd68a Handle string and stringLiteral properly in outputNode. 2年前
  Ian Piumarta 720c2c141d Export prim_parseFrom to meta language. 2年前
  Ian Piumarta 2f2f27ccf0 Record function definitions in program.last map. 2年前
  Ian Piumarta 8845a0baba Add keyword arguments to newCall, meta grammar, and t_Call case of evaluator. 2年前
  Ian Piumarta 4413adc94d Use C_string for multi character sequences. 2年前
  Ian Piumarta 20a3d6d17b Add everyExternalDeclaration() and ensure(). 2年前
  Ian Piumarta 3a14858a70 Make yy context be local. 2年前
  Ian Piumarta 516867784d Add global parsimony variables to track struct/union/enum declarations. 2年前
  Ian Piumarta 79a457b358 Cosmetic. 2年前
  Ian Piumarta c2ede14d6a Add prim_treeCopy primitive; move some functions to before the grammar. 2年前
  Ian Piumarta 9060483dbd Move meta language environment initialisation out of main() to init(). 2年前
  Ian Piumarta d22ed02e77 Remove debugging printf. 2年前
  Ian Piumarta 8f69c6f81d Reorganise grammar putting common rules at the end. 2年前
  Ian Piumarta 7b881478fd Add names of rules as comments after section numbers for navigation. 2年前
  Ian Piumarta d9f06de063 Eval handles Undefined and Function in switch to avoid compiler warning. 2年前
  Ian Piumarta 238cce2151 Add map_pop to remove the last element from an array-like map. 2年前
  Ian Piumarta eb85a1fb75 Compare symbols by their name not by their address to prevent non-determinism. 2年前
  Ian Piumarta 886cf28409 Clean also removes dSYM directories. 2年前
  Ian Piumarta 51d648e7e1 Move source files into src subdir. 2年前
  Ian Piumarta fdcbaeef72 Reorganise test directories. 2年前
  Ian Piumarta 7b886f8036 add slices and additional constructors for: array map symbol string 2年前
  Ian Piumarta 6ffcae2eab remove is_C_keyword flag from Symbol payload; add is_C_keyword() function 2年前
  Nathan R 4b9d58177b fixed tree identation for meta nodes 3年前
  Nathan R 392a8bea7d new input file with dynamic C expression 3年前
  Nathan R 828912aa81 last day modifications, more incoming 3年前
  Nathan R 165efe942e fixed identation and added a way to know if a list is empty 3年前
  Nathan R a0ce191245 corrected some bugs with the - (blank) rule 3年前
  Nathan R c0c4334e85 added a way to print all the tree 3年前
  Nathan R ad1111a9b6 added a way to print meta nodes, some nodes are missing but most of it is there 3年前
  Nathan R 6261f1e872 fixed output 3年前
  Nathan R 42fe9fbe10 removed meta.leg 3年前
  Ian Piumarta 695a9d39df allow C and meta to coexist; add @ prefix for meta statements in grammar. 3年前
  Nathan R 7f71bb9df8 added meta rules, new.txt passes TODO : fix assterion line 3291 3年前
  Nathan R 4a62df2613 added meta.leg with all rules refactored 3年前
  Nathan R 2b5abcd4c4 typo 3年前
  Nathan R 31f4d9ed14 updated grammar + added some types 3年前
  Nathan R 9a08ccd4d0 updated comments 3年前
  Nathan R ecb8b27650 updated dotest 3年前
  Nathan R 50cddd1fd7 input updated 3年前
  Nathan R 47a3a7a991 remove all *.out files 3年前
  Nathan R a60f4c2064 added comments where the test fails 3年前
  Nathan R ad7f76f5a5 added comments to know where the test should break 3年前
  Nathan R b46c089d8d deleted *.out files 3年前
  Nathan R 2fada73661 typo 'typedeffing' 3年前
  Nathan R 23b1d94705 updated Makefile 3年前
  Nathan R b4dad36909 added a file to help debug 3年前
  Nathan R dbb3902c87 deleted ccmeta-tree.txt 3年前
  Nathan R 758f5b7f51 updated dotest with new test files 3年前