1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-01-21 23:11:05 +02:00
Werner Almesberger 3ad6c2c44b b2/: move all error handling from subex to subst
This makes checking of variables more strict: a variable can only
be used in the right -hand side of an assignment if it has been
assigned by an unconditional predecessor or if it has been matched
by a parent.

Things that wouldn't work anymore:

REF=X* {
	FN=*V { X=Y }
	Z=$X	/* we can't be sure X=Y was taken */
}

FN=*R {
	X=$REF	/* no previous use of REF */
}
2012-05-21 00:20:07 -03:00
..
2012-04-28 22:50:15 -03:00
2012-03-18 13:24:12 -03:00
2012-04-30 22:49:33 -03:00
2012-05-01 15:21:32 -03:00
2012-05-01 15:21:32 -03:00
INV
2012-04-30 20:19:55 -03:00
2012-05-01 14:57:12 -03:00
2012-03-18 13:24:12 -03:00