NEURON
main_c.cpp File Reference

Standalone parser program for C. More...

#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[])
 

Detailed Description

Standalone parser program for C.

This demonstrate basic usage of parser and driver class.

Definition in file main_c.cpp.

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.