's Avatar

june

加入于 2 years ago

june / Scoped Propagators

0 喜欢
0 派生
1 文件
最后活跃于 2 months 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 ;
上一页 下一页