2012-11-21 |
Wolfgang (Blub... | Removing some obsolete messages |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | parsing the ternary |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Inserting ternary in the qcc-operator-list at the place... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | removed phi_out from ast_ternary since we have a place... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Fix wrong merge_id |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | -fperl-logic, off by default, so casting to boolean now |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | casting explicitly to boolean values in early out logic |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | A note about how early-out in if-expressions can be... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Actually it's likely... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Little optimization to not produce an unreachable goto... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | 'likely' hint for IFs |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | experimental -fshort-logic, currently perl-like - might... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | Fixing warnings |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Wolfgang (Blub... | A hopefully working naive PHI solution |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Dale Weiler | Implemented multi-line comparitive tests, fixed output... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Adding break/continue testcases |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | *sigh* |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Fixing switch testcase 7 |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | switch testcases |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | -frelaxed-switch to enable switch on non-constant cases |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Add the missing jump from after the actual last case |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Enter the outgoing block after a switch |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Parsing of switches |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | fix bnot_id |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | 'case' and 'default' are now keywords too, not just... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | ast_switch |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | fix a warning and remove unused variables |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Error in the ast already about unreachable statements... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | break and continue support |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | moving 'return' parsing into a function |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | moving keywords into an array |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | Fix con_vprintmsg madness |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Wolfgang (Blub... | This is probably what was intended actually |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Dale Weiler | Merge branch 'master' into test-suite |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Dale Weiler | Added test for variadic arguments |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Dale Weiler | Added command line parsing to test-suite |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Dale Weiler | stdout/stderr logging functional now. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Dale Weiler | Test suite now logs stdout/stderr to respective files |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Fixing some indentation |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | remove a redundant ir_function member |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make the disasm a bit more verbose as to where globals are |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | do not set a function-defs nargs to > 8 |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | CALL to handle extparams, renamed extparams again |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Add a # prefix to EXTPARM%i |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make functions copy their extparams |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make the >8 parameter message a warning |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Importing a tiny README file |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Importing LICENSE file |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Checking in an INSTALL file |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Adding myself to main.c's copyright notice |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Added #include |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Don't skip the \n after parsing a pragma in the lexer... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | pragma line(lineno) - sets the linenumber for the line... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Better linecounting for pragmas; support for prgama... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make pragmas pass through the preprocessor so the user... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | fixup line counting in #pragmas |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Experimental support for push/pop(line) pragmas |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | update old_string after a recursive preprocess call... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Comment about why stringify is so short |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | don't call parser_cleanup with -E |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Add quotes to the known control sequences... darn.... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | The ftepp now always outputs into a string buffer,... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Merge branch 'master' into ftepp |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Collect accessor functions in the parser so they can... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Removing some code duplication |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Make -E print to stdout by default and honor -o, change... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Since like with parsing, the preprocessor state has... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Wolfgang (Blub... | Some printf/con_out/con_err conversions, guarded some... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | Merge branch 'master' into ftepp |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Merge branch 'master' into test-suite |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | More makefile changes |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | install targets 0.1 |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Merge branch 'master' into test-suite |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Added more tests, fixed existing ones, and some more... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | Temporary list of dependencies for objects |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | quick and dirty fix to lexerror for when fopen fails |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Wolfgang (Blub... | removing mem.c from this branch in preparation for 0.1 |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | sigh |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Fix test suite |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Actually add the tests |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Test system works, and added some working tests! |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | Actually commit the new test stuff |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dale Weiler | New test-suite initial implementation. Just need to... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Lexer should keep newlines in merged lines, so will... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | ## concatenation, -Wpreprocessor warning about redefini... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | don't error on non-EOL EOF at the end of a macro line |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | also use recursive-expansion on macros without parameters |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | recursively call the preprocessor on expanded macros |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Expand macros into a string buffer |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | moving ftepp_delete out of ftepp_preprocess so that... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | ftepp_out can now output to a string buffer |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Correctly handle nested #ifs |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Relax the preprocessor condition: # in the middle of... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Fix a bug in macro call parameter parsing |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Parsing parameters for a macro call |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | macro_body parse function shouldn't skip whitespace... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | moving ftepp_out further up, using it in ftepp_macro_ca... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | ftepp_macro_call/ftepp_skipallwhite |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Also allow empty-parameter-list macros |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Wolfgang (Blub... | Parsing basic macro body, no special tokens yet |
commit | commitdiff | tree | snapshot |
next |