prog8/codeCore/src/prog8/code/core
Irmen de Jong 4a710ecdfc cleanups
2024-05-17 18:48:04 +02:00
..
BuiltinFunctions.kt fix divmod; out args are written to and should be potential constants 2024-03-26 22:04:44 +01:00
CompilationOptions.kt added -dumpsymbols option to print a dump of all the variables and subroutine signatures 2024-04-09 19:19:13 +02:00
Conversions.kt recognise \t character (TAB) in string literals (note: only valid in iso encoding) 2024-03-10 13:20:09 +01:00
Enumerations.kt cleanups 2024-05-17 18:48:04 +02:00
Exceptions.kt reducing dependencies 2022-03-10 23:46:43 +01:00
ICodeGeneratorBackend.kt slight tweak to codegenerator backend interface 2023-03-08 00:14:38 +01:00
ICompilationTarget.kt module directive %encoding to set the text encoding for that whole file (iso, petscii, etc.) 2023-12-06 23:54:08 +01:00
IErrorReporter.kt updated unit tests and some basic changes for them 2024-03-02 23:19:20 +01:00
IMachineDefinition.kt added options -bytes2float and -float2bytes to be able to do float conversions from the command line 2024-04-09 23:59:54 +02:00
IMemSizer.kt working on vm 2022-03-20 15:06:29 +01:00
IStringEncoding.kt added txt.cls() as a shorter alternative to clear_screen(). 2024-04-07 19:32:44 +02:00
MemoryRegions.kt added PtBool and other changes to intermediate Ast 2024-03-02 23:19:20 +01:00
Operators.kt no operand swap on logical expressions with shortcircuit evaluation (and,or are no longer associative!) 2024-03-20 22:34:48 +01:00
Position.kt code cleanups 2023-07-30 18:42:45 +02:00
RegisterOrStatusflag.kt introduced codeAst and codeCore modules to reduce dependencies 2022-03-10 22:38:16 +01:00
SourceCode.kt normalize DOS line endings to just \n, fixes source lines in asm for \r\n source files 2024-02-03 12:53:21 +01:00