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-01-11 13:29:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
prog8
/
.idea
History
Irmen de Jong
1860f66de5
allow "x not in array" as equivalent to "not x in array"
...
update antlr parsing lib
2022-12-23 17:59:56 +01:00
..
codeStyles
tweak in error output for file links, corrected column number off-by-one
2021-12-04 16:52:03 +01:00
dictionaries
restructuring of the AST package
2019-07-08 13:33:31 +02:00
inspectionProfiles
cleanups
2021-12-04 01:03:51 +01:00
libraries
allow "x not in array" as equivalent to "not x in array"
2022-12-23 17:59:56 +01:00
.gitignore
some more asmgen v2; fixed duplicate label namings, if stmt, and vars in anon scopes
2019-07-28 13:12:13 +02:00
codeInsightSettings.xml
switched to more featureful Result library
2021-10-12 21:35:27 +02:00
compiler.xml
getting rid of directives in new Ast
2022-03-13 00:30:20 +01:00
markdown-navigator-enh.xml
sync gradle version with my manjaro packaged gradle
2020-01-27 21:32:42 +01:00
markdown-navigator.xml
correct version 1.70
2020-02-09 01:41:05 +01:00
misc.xml
split intermediate representation into separate module
2022-09-13 23:06:05 +02:00
modules.xml
refactor IR codegen into separate module
2022-09-19 19:24:24 +02:00
uiDesigner.xml
first go at ast-based virtual machine (rather than the stackvm that uses intermediate code)
2019-06-24 00:17:48 +02:00
vcs.xml
introduced codeAst and codeCore modules to reduce dependencies
2022-03-10 22:38:16 +01:00