mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-22 01:29:30 +00:00
Version 0.3.26
This commit is contained in:
parent
e8f5667faa
commit
15a32a4caf
@ -1,6 +1,8 @@
|
||||
# Change log
|
||||
|
||||
## Current version
|
||||
## 0.3.26 (2021-03-01)
|
||||
|
||||
* Array fields in structs.
|
||||
|
||||
* Various Apple II-related improvements, including ProDOS support (thanks to @retrac0).
|
||||
|
||||
|
@ -57,7 +57,7 @@ Test suite is useful if you plan on modifying the compiler. Some test dependenci
|
||||
|
||||
* run `sbt compile` to compile the project
|
||||
|
||||
* run `sbt assemble` to build the executable jar file, it should appear in `target/scala-2.12`
|
||||
* run `sbt assembly` to build the executable jar file, it should appear in `target/scala-2.12`
|
||||
|
||||
### Building a native executable
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user