This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
cs330_f2016:laby [2019/09/24 05:01] morse |
cs330_f2016:laby [2021/06/30 23:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ** Revised since first distributed -- please check for changes ** | ||
| - | |||
| ** Make sure you are working with the latest versions of the class code compatible with Julia 1.0. ** | ** Make sure you are working with the latest versions of the class code compatible with Julia 1.0. ** | ||
| Line 53: | Line 51: | ||
| Dict(:+ => +) | Dict(:+ => +) | ||
| </code> | </code> | ||
| + | |||
| + | For operations that do not require any further semantic checking, you should map to the corresponding built-in function. | ||
| ===Parser=== | ===Parser=== | ||