ohm-som
ohm-som copied to clipboard
A JavaScript implementation of SOM, a minimal Smalltalk for teaching and research.
Results
1
ohm-som issues
Sort by
recently updated
recently updated
newest added
- Fix semantic actions that were relying on the default `_iter` action to explicitly map over the iter node's children. For example, `someIter.toJS()` is changed to `someIter.children.map(c => c.toJS())`. -...