aboutsummaryrefslogtreecommitdiff
path: root/src/compile/assignments.c
AgeCommit message (Expand)Author
2026-01-11Rename AST nodes: Int -> Integer, Num -> NumberBruce Hill
2025-12-11Merge branch 'dev' into constructive-realsBruce Hill
2025-11-26Bugfix for accidental violation of immutable value guarantees due toBruce Hill
2025-11-09Rename Num -> Float64, Num32 -> Float32Bruce Hill
2025-11-01Fix case where `foo.baz.method()` failed to pass `baz` as `(&(foo.baz))`Bruce Hill
2025-10-12More code cleanupsBruce Hill
2025-09-21Bugfixes for anonymous enums, code cleanup to remove type_to_string(),Bruce Hill
2025-09-01Merge branch 'main' into optional-list-indexingBruce Hill
2025-09-01Switch to using Texts(x) instead of Texts(String(x)) when possibleBruce Hill
2025-08-31Switch to using optional return values for list indexing.Bruce Hill
2025-08-24Shared includes for compile folder to reduce duplicate codeBruce Hill
2025-08-24Move assignment code.Bruce Hill
2025-08-24Finally, split compile.c into compile/expressions.cBruce Hill
2025-08-24Split declarations into a fileBruce Hill
2025-08-24Add comments and pragmasBruce Hill
2025-08-24Rename promotion -> promotionsBruce Hill
2025-08-24More splitting out into separate files.Bruce Hill