source-academy / js-slang

Implementations of sublanguages of JavaScript, TypeScript, Scheme and Python
https://source-academy.github.io/source/
Apache License 2.0
69 stars 104 forks source link

Metacircular interpreter's parser uses AY17/18 Source Lanugage specs #24

Closed remo5000 closed 5 years ago

remo5000 commented 6 years ago

Problem

ning-y commented 6 years ago

Note to future devs please use functions from the actual js-slang interpreter rather than defining a separate function with separate rules (i.e. rewrite parse to use js-slang functions).

martin-henz commented 5 years ago

This is important for Sem 1 2019/20, not for Sem 2 2018/19.