![]() | Fun 0.41.5 The programming language that makes You have fun |
Syntax checker and auto-fixer tool for Fun source files. More...
#include <ctype.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "bytecode.h"#include "parser.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| Entry point for funstx. | |
Syntax checker and auto-fixer tool for Fun source files.
Definition in file funstx.c.
| int main | ( | int | argc, |
| char ** | argv ) |
Entry point for funstx.
Parses flags, optionally applies in-place fixes (–fix), and validates each provided Fun source file by attempting to parse it. With –quiet, only errors are printed; otherwise, prints "OK" for valid files.
| argc | Argument count. |
| argv | Argument vector. |
Definition at line 299 of file funstx.c.
