Skip to content

Tags: cheddar-lang/Cheddar

Tags

v1.0.5

Toggle v1.0.5's commit message
 v1.0.4 -> HEAD

================================================================================
docs:
 - Vihan   (513a64f) log: Rewrote changelog program in cheddar
fix:
 - Vihan   (17c8c8f) inter: Fixes iterable's accessing `nil` point.
hotfix:
 - Vihan   (e2e2744) bool: Fixed bug where `nil` would be considered falsey
stdlib:
 - Vihan   (251d7d5) string: Added center & regex
 - Vihan   (79b2750) io: Boosted IO capabilities
tests:
 - Vihan B (e5bebd9) benchmark: Created benchmarks

v1.0.4

Toggle v1.0.4's commit message
 v1.0.2 -> v1.0.3

================================================================================
change:
 - Vihan B (ec956b7) stdlib: renamed `vfuse` to `asLines`
feature:
 - Vihan B (8d75286) hook: Added interrpeter step hooks
 - Vihan B (913e574) changelog: Added changelog
 - Vihan   (9376c8e) dict: Added eval_accessor to dicts, abandoned `repr`
fix:
 - Vihan B (284058b) noop: Removed buggy noop op (`+`).
git:
 - Vihan B (e05819f) vbump: Adjusted vbump script for verification
optimize:
 - Vihan B (3d10b87) loop: Loops are now converted to `for`s
 - Vihan B (e00c048) TCO: Performed internal tail-call optimization

v1.0.3

Toggle v1.0.3's commit message
 v1.0.2 -> HEAD

================================================================================
change:
 - Vihan B (ec956b7) stdlib: renamed `vfuse` to `asLines`
feature:
 - Vihan B (8d75286) hook: Added interrpeter step hooks
 - Vihan B (913e574) changelog: Added changelog
 - Vihan   (9376c8e) dict: Added eval_accessor to dicts, abandoned `repr`
fix:
 - Vihan B (284058b) noop: Removed buggy noop op (`+`).
git:
 - Vihan B (e05819f) vbump: Adjusted vbump script for verification
optimize:
 - Vihan B (3d10b87) loop: Loops are now converted to `for`s
 - Vihan B (e00c048) TCO: Performed internal tail-call optimization

v1.0.0

Toggle v1.0.0's commit message
Cheddar v1