0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added tests for the switch statement. More... over 16 years ago
Added a test for for statements. More... over 16 years ago
Add a tests for while and do-while loops. More... over 16 years ago
Added a couple more if tests. More... over 16 years ago
Adding a test for if statements, and fixing an error exposed by said test. More... over 16 years ago
Added tests for expression and empty statements. More... over 16 years ago
Added a test for variable statements, and fixed a bug that it exposed. More... over 16 years ago
Adding a block test and fixing an error exposed by it. More... over 16 years ago
Adding tests for assignment and comma ops, and fixing an error they revealed. More... over 16 years ago
Add tests for unary ops. More... over 16 years ago
Added increment/decrement tests. More... over 16 years ago
Added a modulo test. More... over 16 years ago
Adding tests for division and multiplication. More... over 16 years ago
Making use of NaN and Infinity literals in tests. More... over 16 years ago
Add in Infinity and NaN keywords. More... over 16 years ago
Added tests for the additive operators. More... over 16 years ago
Adding tests for bitwise shift ops. More... over 16 years ago
Add tests for relational operators, and fix a bug exposed by said tests. More... over 16 years ago
Adding tests for the not-equals operators. More... over 16 years ago
Added strict_equals tests. More... over 16 years ago
Added a test for the equals operator. More... over 16 years ago
Added tests for bitwise and. More... over 16 years ago
Make Makefile dependencies work again. More... over 16 years ago
Add unit tests for xor operator. More... over 16 years ago
Adding bitwise or tests, and fixing a bug they revealed. More... over 16 years ago
Added unit tests for the or operator. More... over 16 years ago
Cleaning up the Makefile more. More... over 16 years ago
More conditional op tests, and another bug squished. More... over 16 years ago
Added a test for the conditional operator, and fixed a bug it brought to light. More... over 16 years ago
Cleaning up some gcov/lcov stuff, and switching to a two-Makefile structure. More... over 16 years ago