|
hoshi-lang dev
Yet another programming language
|
#include "share/defines.h"#include <compiler/frontend/ast.hpp>#include <compiler/frontend/lexer.hpp>#include <compiler/frontend/formatter.hpp>#include <compiler/frontend/parser.hpp>#include <iostream>#include <fstream>#include <filesystem>#include <sstream>
Go to the source code of this file.
Functions | |
| void | printUsage (const char *programName) |
| int | main (int argc, const char **argv) |
| int main | ( | int | argc, |
| const char ** | argv | ||
| ) |
Definition at line 25 of file formatter.cpp.
References FormatOption::Attached, Formatter::format(), FormatOption::indentSize, FormatOption::maxWidth, FormatOption::NewLine, yoi::parse(), printUsage(), lexer::scan(), FormatOption::Space, yoi::string2wstring(), and FormatOption::Tab.

| void printUsage | ( | const char * | programName | ) |
Definition at line 13 of file formatter.cpp.
Referenced by main().
