Filter RSS
Jakob Thomsen's History

2021-01-04
2020-12-30
[SVN] Commit revision 1072
set moved constructor-arguments to zero
[SVN] Commit revision 1071
implement constructor in let-expression
2020-12-29
[SVN] Commit revision 1070
implement let-construct
[SVN] Commit revision 1069
switch to common call syntax
[SVN] Commit revision 1068
introduce more common call syntax
2020-12-28
[SVN] Commit revision 1066
unify processing mutable arguments with results & report error on duplicate destination
[SVN] Commit revision 1065
report error on duplicate mutable argument
[SVN] Commit revision 1064
report error on duplicate parameter
2020-12-14
[SVN] Commit revision 1063
use copy-back mechanism & report error when trying to copy to constant
[SVN] Commit revision 1062
copy mutable parameters back into arguments when function-call complete
2020-12-13
[SVN] Commit revision 1061
implement constness
2020-12-12
[SVN] Commit revision 1059
type-check function-call
[SVN] Commit revision 1058
type-check function-calls
2020-12-11
[SVN] Commit revision 1057
enable changing elements during iteration over list
[SVN] Commit revision 1056
remove makeshift element-access
[SVN] Commit revision 1055
use list-iteration construct
[SVN] Commit revision 1054
implement list-iteration construct