crb233 / unarian

Esoteric programming language based on unary functions.
MIT License
4 stars 0 forks source link

Undefined behavior in `main`-less programs #6

Closed DivergentClouds closed 1 year ago

DivergentClouds commented 1 year ago

The spec says:

If it defines a main function, this is considered the entry-point for the program.

however, the entry point of a program without a main function is undefined.

DivergentClouds commented 1 year ago

It's still undefined in the sense that it says they are libraries but not how to use libraries