https://github.com/donutloop/gusty
Gusty is a statically typed, programming language designed for creating high-performance, scalable applications.
https://github.com/donutloop/gusty
Last synced: 3 months ago
JSON representation
Gusty is a statically typed, programming language designed for creating high-performance, scalable applications.
- Host: GitHub
- URL: https://github.com/donutloop/gusty
- Owner: donutloop
- License: mit
- Created: 2023-05-04T20:19:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T18:43:41.000Z (almost 3 years ago)
- Last Synced: 2024-06-21T08:04:32.562Z (almost 2 years ago)
- Language: Go
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gusty
Gusty is a statically typed, programming language designed for creating high-performance, scalable applications.
Instructions
- sudo apt-get install llvm-dev llvm
- llc -opaque-pointers -filetype=obj output.ll -o output.o
- gcc output.o -o output
- ./output