jbwdevries
  • Joined on 2022-08-20
jbwdevries pushed to fix-identifiers-add-map-methods at jbwdevries/lang0 2025-05-04 13:10:26 +00:00
68e3c12d80 Feat: Adds mapclear, mapgetkey, mapsetkey
6055cddab2 Extends the test framework to prepare for compilation tests
Compare 2 commits »
jbwdevries deleted branch extend-test-framework from jbwdevries/lang0 2025-05-04 12:34:19 +00:00
jbwdevries pushed to master at jbwdevries/lang0 2025-05-04 12:33:29 +00:00
6055cddab2 Extends the test framework to prepare for compilation tests
jbwdevries created branch extend-test-framework in jbwdevries/lang0 2025-05-04 10:40:49 +00:00
jbwdevries pushed to extend-test-framework at jbwdevries/lang0 2025-05-04 10:40:49 +00:00
7672da6ad3 Extends the test framework to prepare for compilation tests
jbwdevries created branch fix-identifiers-add-map-methods in jbwdevries/lang0 2025-05-03 16:40:16 +00:00
jbwdevries pushed to fix-identifiers-add-map-methods at jbwdevries/lang0 2025-05-03 16:40:16 +00:00
7220bb82d2 Fix: Python identifiers would mess up
jbwdevries pushed to start-llvm-ir-target at jbwdevries/lang0 2025-05-03 14:54:16 +00:00
c318c780da Start on llvm IR target
1b8333fcfa Switch to Python 3.12
2eaa763a2c Remove skipchar, add stdinlineno / stdincolno
ed09d37213 Fix: predeclared functions would sometimes fail
a184d4c5e3 You can now return a constant string
Compare 8 commits »
jbwdevries pushed to master at jbwdevries/lang0 2025-05-03 14:51:41 +00:00
1b8333fcfa Switch to Python 3.12
jbwdevries pushed to master at jbwdevries/phasm 2025-05-02 19:29:28 +00:00
42cb38d67d Clean up todo list
jbwdevries pushed to master at jbwdevries/phasm 2025-05-02 19:13:30 +00:00
bee0c845a8 Removes UnaryOp
44b95af4ba Removes the cast / u32 hacky way of casting.
1da1adac9f Implements Extendable and Promotable
a2e1dfd799 Reworks type class instantiation
Compare 4 commits »
jbwdevries pushed to rework-typeclass-instantiation at jbwdevries/phasm 2025-05-02 19:12:28 +00:00
bee0c845a8 Removes UnaryOp
44b95af4ba Removes the cast / u32 hacky way of casting.
1da1adac9f Implements Extendable and Promotable
Compare 3 commits »
jbwdevries created branch rework-typeclass-instantiation in jbwdevries/phasm 2025-04-27 15:45:24 +00:00
jbwdevries pushed to rework-typeclass-instantiation at jbwdevries/phasm 2025-04-27 15:45:24 +00:00
a2e1dfd799 Reworks type class instantiation
jbwdevries pushed to remove-foldl-special-casing at jbwdevries/phasm 2025-04-27 13:34:14 +00:00
c2eaaa7e4a Removes the special casing for foldl
jbwdevries pushed to remove-foldl-special-casing at jbwdevries/phasm 2025-04-27 13:32:22 +00:00
a2774d0fa6 Removes the special casing for foldl
11fde4cb9e Add missing fix for generator
c8009403c4 Separates out TypeVariable and constraints
Compare 3 commits »
jbwdevries pushed to master at jbwdevries/phasm 2025-04-27 13:30:21 +00:00
11fde4cb9e Add missing fix for generator
jbwdevries pushed to master at jbwdevries/phasm 2025-04-27 13:29:09 +00:00
c8009403c4 Separates out TypeVariable and constraints
jbwdevries created branch remove-foldl-special-casing in jbwdevries/phasm 2025-04-27 10:54:46 +00:00
jbwdevries pushed to remove-foldl-special-casing at jbwdevries/phasm 2025-04-27 10:54:46 +00:00
b40a6a4cdd Removes the special casing for foldl