You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SiPLE example is not consistent with the other examples; best practices of RACR-based languages are not adapted yet, in particular the use of specialised child and attribute accessors like (->foo n) to query the foo child of n or (=bar n) to query the bar attribute of n. Refactoring to update it respectively is required.
The text was updated successfully, but these errors were encountered:
For documentation reasons it may be better to change SiPLE to an Oberon compiler/interpreter. This could be done throughout the refactoring process and requires also the refactoring of the parser (cf. issue #43).
However, the priority of a change to Oberon and the refactoring is low.
The SiPLE example is not consistent with the other examples; best practices of RACR-based languages are not adapted yet, in particular the use of specialised child and attribute accessors like
(->foo n)
to query thefoo
child ofn
or(=bar n)
to query thebar
attribute ofn
. Refactoring to update it respectively is required.The text was updated successfully, but these errors were encountered: