Add some comment
This commit is contained in:
parent
150839dd1a
commit
933b1fdb2b
|
|
@ -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.
|
* A simple operator-precedence parser for algebraic expressions.
|
||||||
* This also handles relational and logical expressions.
|
* This also handles relational and logical expressions.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,8 @@ Author: 1987 Wayne A. Christopher, U. C. Berkeley CAD Group
|
||||||
**********/
|
**********/
|
||||||
//#define TRACE
|
//#define TRACE
|
||||||
|
|
||||||
|
/* Tree generator for B-Source parser */
|
||||||
|
|
||||||
#include "ngspice/ngspice.h"
|
#include "ngspice/ngspice.h"
|
||||||
#include "ngspice/compatmode.h"
|
#include "ngspice/compatmode.h"
|
||||||
#include "ngspice/ifsim.h"
|
#include "ngspice/ifsim.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue