We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do Box 0
cognac
$ echo "Do Box 0;" > crash.cog $ cognac crash.cog ______ ______ / ____/___ ____ _____ ____ _/ ____/ / / / __ \/ __ `/ __ \/ __ `/ / / /___/ /_/ / /_/ / / / / /_/ / /___ \____/\____/\__, /_/ /_/\__,_/\____/ /____/ Cognate Compiler [1] 98760 segmentation fault cognac crash.cog
There is no traceback, only a segmentation fault. I kind of expected this to crash the final executable, but instead it crashed the compiler ¯\_(ツ)_/¯
It also crashes my interpreter pretty badly, so don't feel bad ;)
$ ./cogni -c "Do Box 0;" Double fault in exit handler [1] 98651 abort ./cogni -c "Do Box 0"
The text was updated successfully, but these errors were encountered:
Oh that's very strange - I'll try and take a look this evening.
Sorry, something went wrong.
No branches or pull requests
There is no traceback, only a segmentation fault. I kind of expected this to crash the final executable, but instead it crashed the compiler ¯\_(ツ)_/¯
It also crashes my interpreter pretty badly, so don't feel bad ;)
The text was updated successfully, but these errors were encountered: