Add some comment

This commit is contained in:
Holger Vogt 2022-10-12 12:23:36 +02:00
parent 150839dd1a
commit 933b1fdb2b
2 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
/*
* Control language parser:
* A simple operator-precedence parser for algebraic expressions.
* This also handles relational and logical expressions.
*/

View File

@ -4,6 +4,8 @@ Author: 1987 Wayne A. Christopher, U. C. Berkeley CAD Group
**********/
//#define TRACE
/* Tree generator for B-Source parser */
#include "ngspice/ngspice.h"
#include "ngspice/compatmode.h"
#include "ngspice/ifsim.h"