aboutsummaryrefslogtreecommitdiff
path: root/tests/test (follow)
Commit message (Collapse)AuthorAge
* Cleanup in lex2 test.Hugo Hörnquist2022-07-20
|
* Cleanup in preprocessor2.Hugo Hörnquist2022-07-16
|
* Add break/all.Hugo Hörnquist2022-07-16
|
* Fix nested #ifHugo Hörnquist2022-07-15
|
* workHugo Hörnquist2022-07-14
|
* Misc tests.Hugo Hörnquist2022-07-13
|
* Resolve #ifdef, #ifndef, #else, #endif.Hugo Hörnquist2022-07-13
|
* Fix _Pragma, and non-standard pragma directives.Hugo Hörnquist2022-07-13
|
* Add support for "other" in preprocessing-tokens.Hugo Hörnquist2022-07-13
|
* Ensure #error works.Hugo Hörnquist2022-07-13
|
* workHugo Hörnquist2022-07-13
|
* Resolve # ## #Hugo Hörnquist2022-07-12
|
* s/macro?/cpp-macro?/gHugo Hörnquist2022-07-12
| | | | Guile cried way to much about me overriding a core identifier.
* workHugo Hörnquist2022-07-12
|
* Remove linear update environment procedures.Hugo Hörnquist2022-07-11
|
* workHugo Hörnquist2022-07-11
|
* Cleanup + fix __LINE__.Hugo Hörnquist2022-07-11
|
* Fix whitespace for rest args.Hugo Hörnquist2022-07-11
|
* Fix most of expand##.Hugo Hörnquist2022-07-11
|
* Rewrite handel-preprocessing-tokens.Hugo Hörnquist2022-07-11
|
* Fix #lineHugo Hörnquist2022-07-10
|
* Resolve recursive macros.Hugo Hörnquist2022-07-10
|
* workHugo Hörnquist2022-07-10
|
* work.Hugo Hörnquist2022-07-07
|
* Major work.Hugo Hörnquist2022-07-07
|
* Merge branch 'new-object-system' into c-parserHugo Hörnquist2022-07-07
|\
| * Change date/time interface.Hugo Hörnquist2022-07-07
| |
| * Add tests for lenses.Hugo Hörnquist2022-07-07
| |
| * Add new object system.Hugo Hörnquist2022-07-07
| | | | | | | | fixup object tests.
* | Add basic c evaluator.Hugo Hörnquist2022-07-07
| |
* | Fix escape sequences in chars and strings.Hugo Hörnquist2022-07-07
| |
* | C parser add basic float support.Hugo Hörnquist2022-07-07
| |
* | Char parse tests, these were broken by strings.Hugo Hörnquist2022-07-07
| |
* | C parser add unary minus.Hugo Hörnquist2022-07-07
| |
* | C-parser add strings.Hugo Hörnquist2022-07-07
| |
* | Fix C order of operations.Hugo Hörnquist2022-07-07
| |
* | Add split-by-one-of.Hugo Hörnquist2022-07-07
| | | | | | | | | | A rather peculiar procedure, but "needed" to implement order of operations on a flat list.
* | Major work on c parser.Hugo Hörnquist2022-07-07
|/
* Various test cleanups.Hugo Hörnquist2022-07-07
|
* Clean up crypto test.Hugo Hörnquist2022-07-07
|
* Add time[+-] overflow tests.Hugo Hörnquist2022-07-07
|
* Group base64 tests.Hugo Hörnquist2022-07-07
|
* Replace datetime tests.Hugo Hörnquist2022-06-23
|
* Remove (add|remove)-day, and month[+-].Hugo Hörnquist2022-06-23
| | | | | Procedures where overly specific, and doing it manually was almost no more work.
* Reformat test/datetime.scmHugo Hörnquist2022-06-23
|
* Normalize base64 errors.Hugo Hörnquist2022-06-23
|
* Clean up btn.Hugo Hörnquist2022-06-23
|
* Remove ->str and ->quoted-string.Hugo Hörnquist2022-06-23
| | | | | | ->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
* Wrote (and fixed) tests for filename-extension.Hugo Hörnquist2022-06-23
|
* Merge html-validator.Hugo Hörnquist2022-06-13
|\ | | | | | | | | | | | | | | Adds an HTML validator which checks the soundness of our generated document, both before and after javascript is ran (thanks to selenium). This merge also fixes the initial problems, meaning that the HTML should validate as of this commit.