Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bswck/advancial
Here will live my own programming language lol
https://github.com/bswck/advancial
Last synced: 24 days ago
JSON representation
Here will live my own programming language lol
- Host: GitHub
- URL: https://github.com/bswck/advancial
- Owner: bswck
- License: gpl-3.0
- Created: 2024-09-06T22:26:25.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T23:45:37.000Z (2 months ago)
- Last Synced: 2024-09-07T02:53:27.768Z (about 2 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# advancial
Here will live my own programming language lol :)That's gonna be fun.
## Stuff here
For educational purposes:`./compile` compiles the code (resulting in assembly file(s) with `.s` extension)
`./build` builds the project—compiles, assembles and links, preserving assembly file(s) for inspection
`./run` runs the project–builds the project and executes the output binary