User Guide
main_c.cpp File Reference

Detailed Description

Standalone parser program for C. This demonstrate basic usage of parser and driver class.

Definition in file main_c.cpp.

#include <CLI/CLI.hpp>
#include "config/config.h"
#include "utils/logger.hpp"
#include "parser/c11_driver.hpp"

Go to the source code of this file.

Functions

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

Function Documentation

◆ main()

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

driver object creates lexer and parser

just call parser method

Definition at line 23 of file main_c.cpp.