Skip to content

Commit ecb7e37

Browse files
author
Felix Queißner
committed
Adds basic parser with include file support and variable substitution
1 parent 55dbdff commit ecb7e37

File tree

5 files changed

+497
-25
lines changed

5 files changed

+497
-25
lines changed

build.zig.zon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.{
22
.name = .disk_image_step,
3-
.version = "0.1.0",
3+
.version = "2.0.0",
44
.fingerprint = 0xdaabde74a06664f7,
55
.dependencies = .{
66
.zfat = .{

concept/script.dis

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mbr-part
99
label AshetOS
1010
add-dir ../../rootfs .
1111
add-dir $PATH2 .
12-
apps/hello-world.ashex
12+
copy-file $PATH3 apps/hello-world.ashex
1313
copy-file $PATH3 apps/hello-gui.ashex
1414
copy-file $PATH4 apps/clock.ashex
1515
copy-file $PATH5 apps/paint.ashex

0 commit comments

Comments
 (0)