hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
formatter.cpp File Reference
#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>
Include dependency graph for formatter.cpp:

Go to the source code of this file.

Functions

void printUsage (const char *programName)
 
int main (int argc, const char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
const char **  argv 
)

◆ printUsage()

void printUsage ( const char *  programName)

Definition at line 13 of file formatter.cpp.

Referenced by main().

Here is the caller graph for this function: