june / Scoped Propagators

0 likes
0 forks
1 files
Last active 2 weeks ago
A small modification to the original propagator code that adds scopes.
1 || :@include: lib/rpn.nv
2
3 ||:: (
4 a = b + c ;
5 var c ;
6 a = 10 ;
7 b <- 20 ;
8 c <- 30 ;
9 {
10 a = b - c ;
Newer Older