pgmtx pushed to main at pgmtx/blogo 2026年07月13日 11:25:59 +02:00
a6e467088f Change default text font to Roboto for better readability
pgmtx pushed to main at pgmtx/lispette 2026年07月06日 14:20:26 +02:00
5e2d124b24 Add builtin error
b5dbfbe3f3 Add builtin print
c4117f5708 Add command line arguments support to load files
dcba66d5da Switch builtins to proc and add load builtin
6bba0892cc Add support for comments
Compare 7 commits »
pgmtx pushed to main at pgmtx/lispette 2026年07月05日 22:35:47 +02:00
8129303b66 Fix env lookup and infinite loop, update tests
6ed0ce7934 Add support for boolean operations
Compare 2 commits »
pgmtx pushed to main at pgmtx/lispette 2026年07月05日 19:43:04 +02:00
82000b96f1 Convert comparison, equality and if function to handle booleans
74155ae553 Add boolean type
74bc78e625 Add 'if' function and update tests
Compare 3 commits »
pgmtx pushed to main at pgmtx/lispette 2026年07月05日 18:59:17 +02:00
8f0b0a52de Add equality operators and update tests
22d1a91f0e Add inequality operators for numbers
b11088605e Add fun case to tests
Compare 3 commits »
pgmtx pushed to main at pgmtx/lispette 2026年07月05日 17:49:02 +02:00
27a305120f Add fun builtin and optimize env builtin
d0a3ea2be1 Fix formals arguments count check and add support for varargs using & operator
Compare 2 commits »
pgmtx pushed to main at pgmtx/lispette 2026年07月05日 16:35:54 +02:00
cd7720257b Fix arguments consumption bug
78e33025d4 Make debug function not effectful, fix uninitialized LispEnv and add function call
ce9c13dec0 env: rename define functions for clarity
81804ee50d Update comments
412ef75e0d Update some env functions
Compare 5 commits »
pgmtx pushed to main at pgmtx/lispette 2026年07月05日 12:59:27 +02:00
9950540afd Change attribute name and reformat files
pgmtx pushed to main at pgmtx/lispette 2026年07月05日 12:45:38 +02:00
a04af90708 Add config file and update gitignore
pgmtx pushed to main at pgmtx/blogo 2026年06月29日 20:20:47 +02:00
9be28d26af New article
3d704e9295 Fix and format Nim files
Compare 2 commits »
pgmtx pushed to main at pgmtx/tierbrow 2026年06月16日 14:47:04 +02:00
58c567efc0 Images are now in the foreground while they are dragged
pgmtx pushed to main at pgmtx/tierbrow 2026年06月16日 14:32:00 +02:00
8271df2b70 Deleting images now adds them back to their original container
233041394f Images can now be added back to their original container
Compare 2 commits »
pgmtx pushed to main at pgmtx/tierbrow 2026年06月16日 11:59:31 +02:00
cd071d8e30 Make cursor blink and fix row resizing with text
pgmtx pushed to main at pgmtx/tierbrow 2026年06月16日 11:48:48 +02:00
9b857c4c1f Refactor code
4134ac0ab5 Change shortcuts so that you can choose between selecting files or selecting a folder
Compare 2 commits »
pgmtx closed issue pgmtx/tierbrow#1 2026年06月16日 11:10:57 +02:00
Crash with specific file
pgmtx commented on issue pgmtx/tierbrow#1 2026年06月16日 11:10:53 +02:00
Crash with specific file

Hi, Godot indeed fails to load those images, but doesn't explain why.

pgmtx pushed to main at pgmtx/tierbrow 2026年06月16日 11:10:18 +02:00
91b5c9d02e Fix crash when an image fail to load (#1)
pgmtx released 0.2.0 at pgmtx/tierbrow 2026年06月15日 16:06:44 +02:00
pgmtx pushed tag 0.2.0 to pgmtx/tierbrow 2026年06月15日 16:01:32 +02:00
pgmtx pushed to main at pgmtx/tierbrow 2026年06月15日 16:00:54 +02:00
8afdc577ee Fix rows that could be deleted while having images