Skip to content

Automate compilation and linking of input programs.#94

Merged
skx merged 4 commits into
mainfrom
93-compile
Jun 30, 2026
Merged

Automate compilation and linking of input programs.#94
skx merged 4 commits into
mainfrom
93-compile

Conversation

@skx

@skx skx commented Jun 30, 2026

Copy link
Copy Markdown
Owner

Now slisp -compile foo.lisp will do the necessary:

  • Generate foo.asm.
  • Pass that to nasm, to generate foo.o
  • Pass that to ld to generate a binary foo.

This closes #93.

@skx skx merged commit 619f162 into main Jun 30, 2026
1 check passed
@skx skx deleted the 93-compile branch June 30, 2026 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

driver: Allow compilation

1 participant