aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Collapse)Author
2022-07-11Remove linear update environment procedures.Hugo Hörnquist
2022-07-11Remove usage of zipper.Hugo Hörnquist
2022-07-11workHugo Hörnquist
2022-07-11Cleanup + fix __LINE__.Hugo Hörnquist
2022-07-11Fix whitespace for rest args.Hugo Hörnquist
2022-07-11Fix most of expand##.Hugo Hörnquist
2022-07-11Rewrite handel-preprocessing-tokens.Hugo Hörnquist
2022-07-10Fix #lineHugo Hörnquist
2022-07-10Resolve recursive macros.Hugo Hörnquist
2022-07-10Add of-type? to (hnh util type).Hugo Hörnquist
2022-07-10workHugo Hörnquist
2022-07-09Extend type-clauses with not.Hugo Hörnquist
2022-07-09Move type checking macros to own module.Hugo Hörnquist
2022-07-08Change list-of and pair-of validator to separate macros.Hugo Hörnquist
The functionallity is still the same, but this demonstrates that the system is easily extensible.
2022-07-07work.Hugo Hörnquist
2022-07-07Major work.Hugo Hörnquist
2022-07-07Add pair-of to object system.Hugo Hörnquist
2022-07-07Extend object type system to allow list-of.Hugo Hörnquist
2022-07-07Add srfi-64 util.Hugo Hörnquist
2022-07-07Add path-absolute?Hugo Hörnquist
2022-07-07Add basic c evaluator.Hugo Hörnquist
2022-07-07Change date/time interface.Hugo Hörnquist
2022-07-07C parser minor cleanup.Hugo Hörnquist
2022-07-07Fix escape sequences in chars and strings.Hugo Hörnquist
2022-07-07Add lenses.Hugo Hörnquist
2022-07-07C parser add basic float support.Hugo Hörnquist
2022-07-07Add new object system.Hugo Hörnquist
fixup object tests.
2022-07-07C parser add unary minus.Hugo Hörnquist
2022-07-07C-parser add strings.Hugo Hörnquist
2022-07-07C-parser #define without body.Hugo Hörnquist
2022-07-07Fix C order of operations.Hugo Hörnquist
2022-07-07Add split-by-one-of.Hugo Hörnquist
A rather peculiar procedure, but "needed" to implement order of operations on a flat list.
2022-07-07Major work on c parser.Hugo Hörnquist
2022-07-07Import missing car+cdr.Hugo Hörnquist
2022-07-07Cleanup (vcomponent datetime).Hugo Hörnquist
2022-07-07Note that with-working-directory isn't thread-safe.Hugo Hörnquist
2022-07-07Cleanup in graph.Hugo Hörnquist
2022-07-07Remove set! from datetime.Hugo Hörnquist
2022-07-07Remove case*.Hugo Hörnquist
It has its uses, but like others, its extra weight.
2022-07-07Move each imported symbol to own line for easier removal.Hugo Hörnquist
This allows each of the following commits to remove a single symbol from the import list without problem.
2022-07-07Fix datetime issues discovered due to new tests.Hugo Hörnquist
2022-06-23Move (date|time)-zero? higher up in datetime.Hugo Hörnquist
2022-06-23Remove (add|remove)-day, and month[+-].Hugo Hörnquist
Procedures where overly specific, and doing it manually was almost no more work.
2022-06-23Normalize base64 errors.Hugo Hörnquist
2022-06-23Minor cleanup of entry-points/server.Hugo Hörnquist
2022-06-23Clean up btn.Hugo Hörnquist
2022-06-23Add TODO about query parameters.Hugo Hörnquist
2022-06-23Remove ->str and ->quoted-string.Hugo Hörnquist
->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
2022-06-23Limit imports in (srfi srfi-41 util).Hugo Hörnquist
2022-06-23Normalize keyword syntax.Hugo Hörnquist