File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
- ## Current version
3
+ ## 0.3.30 (2021-12-15)
4
4
5
5
* Added volatile structure fields (#112 ).
6
6
Original file line number Diff line number Diff line change 5
5
A middle-level programming language targeting 6502-based, 8080-based, Z80-based and 6809-based microcomputers.
6
6
7
7
For binary releases, see: [ https://github.com/KarolS/millfork/releases ] ( https://github.com/KarolS/millfork/releases )
8
- (latest: 0.3.28 ).
8
+ (latest: 0.3.30 ).
9
9
For build instructions, see [ Build instructions] ( ./COMPILING.md ) .
10
10
11
11
## Features
Original file line number Diff line number Diff line change 1
1
name := " millfork"
2
2
3
- version := " 0.3.29-SNAPSHOT "
3
+ version := " 0.3.30 "
4
4
5
5
// keep it at 2.12.11 for GraalVM native image compatibility!
6
6
scalaVersion := " 2.12.11"
Original file line number Diff line number Diff line change 3
3
The examples showcased here are designed to compile with a compiler built from the newest sources.
4
4
If you are using a release version of the compiler, consider browsing the older versions of the examples:
5
5
6
+ * [ for version 0.3.28] ( https://github.com/KarolS/millfork/tree/v0.3.28/examples )
7
+
8
+ * [ for version 0.3.26] ( https://github.com/KarolS/millfork/tree/v0.3.26/examples )
9
+
10
+ * [ for version 0.3.24] ( https://github.com/KarolS/millfork/tree/v0.3.24/examples )
11
+
6
12
* [ for version 0.3.22] ( https://github.com/KarolS/millfork/tree/v0.3.22/examples )
7
13
8
14
* [ for version 0.3.18] ( https://github.com/KarolS/millfork/tree/v0.3.18/examples )
You can’t perform that action at this time.
0 commit comments