This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2-SW
/
prog8
Watch
1
Star
0
Fork
0
You've already forked prog8
mirror of
https://github.com/irmen/prog8.git
synced
2025-11-03 04:17:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
d4e83b28bbc3ffe6bcd74cc8279fc528f1fe2f58
prog8
/
examples
/
pointers
History
Irmen de Jong
d4e83b28bb
error messages and trying to improve support for struct allocs in arrays
...
added sorting example
2025-08-02 19:22:58 +02:00
..
animalgame.p8
pointers no longer implicitly converted to boolean in expressions, to be consistent with how integers are handled in conditionals
2025-07-18 01:43:35 +02:00
binarytree.p8
pointers no longer implicitly converted to boolean in expressions, to be consistent with how integers are handled in conditionals
2025-07-18 01:43:35 +02:00
fountain.p8
fix if expression type problems with pointers
2025-07-18 23:44:55 +02:00
sortedlist.p8
pointers no longer implicitly converted to boolean in expressions, to be consistent with how integers are handled in conditionals
2025-07-18 01:43:35 +02:00
sorting.p8
error messages and trying to improve support for struct allocs in arrays
2025-08-02 19:22:58 +02:00