added support for DSA libraries to compiler and made some optimisations.

provided an API for the editor to use.
This commit is contained in:
2026-02-04 01:56:58 +00:00
parent f25db6c8fd
commit 14a04a524c
8 changed files with 212 additions and 360 deletions
+2 -2
View File
@@ -84,8 +84,8 @@ command = [
"cargo", "run",
"--color", "always",
"--",
"../resources/dsc/example.dsc",
"../resources/dsa/output.dsa"
"../resources/dsa/example.dsc",
"../resources/dsa/example.dsa"
# put launch parameters for your program behind a `--` separator
]
need_stdout = true