project-langx / X

A placeholder language with shareable bytecode IR.
2 stars 0 forks source link

In 24 #25

Closed frankhart2018 closed 3 years ago

frankhart2018 commented 3 years ago

Closes #24

Implementation

  1. Add a simple flask backend with four routes - '/', '/generate-tokens', '/generate-ast', '/generate-bytecode'.
  2. Add simple front end for displaying.

Follow-ups

Fix the front end, it looks pretty ugly right now.