1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00
millfork/src/main/scala/millfork
2021-11-12 00:47:12 +01:00
..
assembly Add support for Mesen label file format by tracking file-relative positions of segments (#128) 2021-11-03 21:48:45 +01:00
cli Make some command line options repeatable 2020-09-15 17:08:22 +02:00
compiler Fix array fields in certain contexts 2021-09-17 22:19:39 +02:00
env Add support for Mesen label file format by tracking file-relative positions of segments (#128) 2021-11-03 21:48:45 +01:00
error Improved error reporting for constants used before definition 2020-07-31 01:53:58 +02:00
node Fix unused variable elimination in for-array statements (fixes #125) 2021-09-13 09:27:34 +02:00
output Add support for ld65 label file format (#128) 2021-11-12 00:47:12 +01:00
parser R800 support 2021-09-18 00:36:16 +02:00
CompilationOptions.scala R800 support 2021-09-18 00:36:16 +02:00
Confusables.scala Protect against confusable non-ASCII characters 2020-07-31 17:08:44 +02:00
Context.scala R800 support 2021-09-18 00:36:16 +02:00
DebugOutputFormat.scala Add support for ld65 label file format (#128) 2021-11-12 00:47:12 +01:00
DecimalUtils.scala Extract asDecimal. Improve constants. 2018-08-03 12:59:44 +02:00
JobContext.scala Move label generation into a separate class 2018-07-31 18:16:36 +02:00
Main.scala Add support for Mesen label file format by tracking file-relative positions of segments (#128) 2021-11-03 21:48:45 +01:00
MathUtils.scala Warn about data not being included in the output 2021-02-24 02:28:29 +01:00
MutableMultimap.scala Improved error reporting for constants used before definition 2020-07-31 01:53:58 +02:00
NonOverlappingIntervals.scala Z80: Various optimizations for stack variables 2018-07-24 14:31:23 +02:00
OptimizationPresets.scala 6502: Optimize array accesses for small arrays and also for repeated indices (#50) 2020-07-18 01:32:41 +02:00
package.scala Update copyright dates 2019-05-11 01:15:51 +02:00
Platform.scala Add support for Mesen label file format by tracking file-relative positions of segments (#128) 2021-11-03 21:48:45 +01:00
Prehashed.scala Restrict subroutine extraction to make exponential runtime less likely 2019-06-29 00:07:32 +02:00
SeparatedList.scala Allow for comments at the end of the file (fixes #15) 2019-10-31 12:08:45 +01:00
Tarjan.scala Compile functions in topological order, in preparation for inlining optimization 2017-12-19 22:09:57 +01:00