JudgeDreadsTheFirst / SCPI_parse

Parser prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCPI_parse

Parser prototype(job in progress)

FILES

-main.c - initialization of command trees, and basic structs. Call for processing functions.

-parser.c - functions for processing of cmd tree. process_tree needed for recursive bypass of tree elements choose_root needed to determine which tree needed, and handle its root to process_tree.

-parser.h - typedefs and needed structs. Function prototypes.

About

Parser prototype


Languages

Language:C 85.9%Language:CMake 14.1%