mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Add some comment
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user