|
Luma 0.1.0
A low-level compiled alternative to C, C++, and more!
|
Entry point for the Luma compiler/interpreter build process. More...

Functions | |
| int | main (int argc, char *argv[]) |
| Program entry point. | |
Entry point for the Luma compiler/interpreter build process.
This program parses command-line arguments, sets up a memory arena, and runs the build process on a provided source file.
Example:
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Program entry point.
This function:
| argc | Argument count from the command line. |
| argv | Argument vector from the command line. |