Skip to content
Snippets Groups Projects
Commit d96dd9d4 authored by Federico Felici's avatar Federico Felici
Browse files

Add sim and compile methods for expcode

parent aa79bb87
No related branches found
No related tags found
No related merge requests found
...@@ -532,7 +532,7 @@ classdef SCDclass_expcode ...@@ -532,7 +532,7 @@ classdef SCDclass_expcode
fprintf("}\n"); fprintf("}\n");
end end
function tcvcompile(obj) function compile(obj)
try try
tcv([],[],[],'compile'); tcv([],[],[],'compile');
tcv([],[],[],'term'); tcv([],[],[],'term');
...@@ -541,6 +541,10 @@ classdef SCDclass_expcode ...@@ -541,6 +541,10 @@ classdef SCDclass_expcode
rethrow(ME) rethrow(ME)
end end
end end
function sim(obj)
sim('tcv')
end
end end
methods (Access = private) methods (Access = private)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment