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-08-08 12:25:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
965340ff907ad84ff7e20af9df3ae5f7dbb303d0
prog8
/
compiler
/
res
History
Irmen de Jong
965340ff90
logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens)
...
this also fixed some invalid outcomes of logical expressions!
2022-07-02 00:38:17 +02:00
..
prog8lib
logical and/or/xor/not all replaced by bitwise &,|,^,~ (ast, codegens)
2022-07-02 00:38:17 +02:00
.editorconfig
removed all string related builtin functions and moved them to separate routines in new 'string' library module
2021-01-07 20:01:11 +01:00
version.txt
bump version
2022-06-29 01:35:14 +02:00