"Fifty-eight percent of people put pets in family and holiday portraits.""More than 1 in 3 American families own a dog.""In Australia, a man who was arrested for drug possession argued his civil rights were violated when the drug-sniffing dog nuzzled his crotch. While the judge dismissed the charges, they were later reinstated when a prosecutor pointed out that in the animal kingdom, crotch nuzzling was a friendly gesture.""Is something wet? Unlike humans who sweat everywhere, dogs only sweat through the pads of their feet.""It’s been demonstrated that dogs can reduce both physical and emotional anxiety."
"Fifty-eight percent of people put pets in family and holiday portraits.""More than 1 in 3 American families own a dog.""In Australia, a man who was arrested for drug possession argued his civil rights were violated when the drug-sniffing dog nuzzled his crotch. While the judge dismissed the charges, they were later reinstated when a prosecutor pointed out that in the animal kingdom, crotch nuzzling was a friendly gesture.""Is something wet? Unlike humans who sweat everywhere, dogs only sweat through the pads of their feet.""It’s been demonstrated that dogs can reduce both physical and emotional anxiety."
Home>Projects>

simon-compiler

Compiler for simonlang

SIMON-COMPILER

This is a compiler for simon lang that compiles the simonlang code into an executable binary.

To compile you need to:

$ compiler ./test.simon ./test-out-binary
$ as -arch arm64 -o ./test-out-binary.o ./test-out-binary.s
$ ld -arch arm64 -e _start -o ./test-out-binary ./test-out-binary.o -lSystem -syslibroot `xcrun -sdk macosx --show-sdk-path` -e _start -arch arm64

Docs

TODO:

Footer