Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 433 Bytes

syntax-tutor

A game to help students recognize incorrect syntax and write code in correct syntax.

Play with the deployed version here.

Dependencies

  • CodeMirror: This is used to create the editor environment and do syntax highlighting.
  • Esprima: This is used to parse the AST of prompt code and user code to check sytnax correctness.