This website requires JavaScript.
Explore
Help
Register
Sign In
Benjamin_Loison
/
Synchronous_reactive_systems
Watch
1
Star
0
Fork
0
You've already forked Synchronous_reactive_systems
Code
Issues
7
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7c2c43fe24
Synchronous_reactive_systems
/
src
/
test2.node
8 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[passes] linearisation des équations
2022-12-15 09:13:28 +01:00
node diagonal_int (i: int) returns (o1, o2 : int);
[passes] pass to check the typing tags of the program / expressions
2022-12-15 18:33:04 +01:00
var y: int;
[passes] linearisation des équations
2022-12-15 09:13:28 +01:00
let
[passes] pass to check the typing tags of the program / expressions
2022-12-15 18:33:04 +01:00
o2 = y;
y = i;
o1 = i;
[passes] linearisation des équations
2022-12-15 09:13:28 +01:00
tel
Reference in New Issue
Copy Permalink