prog8/compilerAst/src/prog8/ast
2024-05-21 21:53:58 +02:00
..
antlr added @nozp variable flag 2024-05-21 21:53:58 +02:00
base introduced codeAst and codeCore modules to reduce dependencies 2022-03-10 22:38:16 +01:00
expressions fix optimization ast parent linkage problem 2024-04-16 23:27:22 +02:00
statements give better error when using @split wrong 2024-05-20 21:51:07 +02:00
walk allow multiple targets in AssignTarget 2024-03-22 21:51:08 +01:00
AstToplevel.kt fix the symbol lookup error lsb(a) when a is in a multi vardecl. 2024-04-11 00:51:08 +02:00
AstToSourceTextConverter.kt added -dumpsymbols option to print a dump of all the variables and subroutine signatures 2024-04-09 19:19:13 +02:00
Extensions.kt remove last trace of getTempVar (arry index expression) 2023-10-27 21:41:52 +02:00
IBuiltinFunctions.kt removed sum(), max(), min(). abs() now always returns uword type. 2022-04-14 00:21:16 +02:00
Program.kt fix unused subroutine removal not removing all unused subs 2024-02-10 21:26:53 +01:00
SymbolPrinter.kt added (autogenerated) symbol skeleton files to the docs 2024-04-10 19:58:15 +02:00