germax26
germax26 pushed to main at germax26/advent-of-code 2024-12-06 01:38:00 +11:00
0e049e7b83 Refactor 2015 Day 07
e6e5da368a 2024 Day 05 in Haskell
Compare 2 commits »
germax26 pushed to main at germax26/advent-of-code 2024-12-04 22:55:00 +11:00
8719522be0 2015 Day 18 in Haskell
ac8e4994cb 2024 Day 04 in Haskell
e27b9f9b3b 2024 Day 03 in Haskell
f298b13537 Update Makefile
3234c7963b Add -Wno-x-partial GHC option
Compare 10 commits »
germax26 created branch main in germax26/advent-of-code 2024-12-04 22:55:00 +11:00
germax26 pushed to main at germax26/python-plus-plus 2024-11-21 11:00:52 +11:00
f88f6df5d6 Add proper error reporting to TODO.md
germax26 pushed to main at germax26/python-plus-plus 2024-11-21 10:58:09 +11:00
d62df53703 Fix up represent() method for expressions
germax26 pushed to main at germax26/python-plus-plus 2024-11-21 10:52:14 +11:00
6f5c5c3f62 Change syntax for tuple indexing
germax26 pushed to main at germax26/python-plus-plus 2024-11-21 10:13:18 +11:00
e3e6c6a411 Add TODO.md
germax26 pushed to main at germax26/python-plus-plus 2024-11-21 10:10:43 +11:00
4ab705df0c Update README.md and more examples
germax26 pushed to main at germax26/python-plus-plus 2024-11-21 10:09:51 +11:00
eba473c0d9 Update README.md and add examples/ directory
germax26 created branch main in germax26/pip-graph 2024-10-08 23:33:09 +11:00
germax26 pushed to main at germax26/pip-graph 2024-10-08 23:33:09 +11:00
37874e5355 Initial commit
germax26 created repository germax26/pip-graph 2024-10-08 23:09:39 +11:00
germax26 pushed to main at germax26/python-plus-plus 2024-10-01 23:48:07 +10:00
689034a522 Add compile-expr/
germax26 pushed to main at germax26/python-plus-plus 2024-10-01 19:06:10 +10:00
a77da74da5 Add examples/
5c02a9f858 Add dump_tokens.py
Compare 2 commits »
germax26 pushed to main at germax26/python-plus-plus 2024-10-01 15:25:09 +10:00
9e68c529bf Clean up ppp_stdlib.py
04fff7514e Make array literals explicitly state the element type
e48d50f1e6 Make structure instantiation StructType.{args...} instead of StructType{args...}
f3ed26f131 Make return a regular statement instead of an expression
18b22cd5d1 Fix token location reporting
Compare 7 commits »
germax26 pushed to main at germax26/file-parser 2024-09-15 16:27:17 +10:00
e90da47cfa Fix glyph component parsing bug
3f60573b25 Add renderer.py
0f0711ef2b Add get_name, get_full_name, get_glyph_index, and glyph_count functions
61aef094df Add support for CmapSubtable_Format_0, KernTable, LTSHTable, VDMXTable, ContextPosSubtable, and AxisValueTable_Format_2
9ed1bfcadb Clean up code
Compare 5 commits »
germax26 pushed to main at germax26/python-plus-plus 2024-08-12 00:06:59 +10:00
0dbc46bf9c Remove Hashable import from ppp_interpreter.py
germax26 pushed to main at germax26/python-plus-plus 2024-08-12 00:05:34 +10:00
1efac4b8e5 Remove everything to do with Hashing
germax26 pushed to main at germax26/python-plus-plus 2024-08-12 00:00:44 +10:00
238980d602 Remove Dictionaries
germax26 pushed to main at germax26/python-plus-plus 2024-08-11 23:34:07 +10:00
2b840ff8b9 Fix errors in README examples