Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 456 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 456 Bytes

LAB2 using ANTLRv4 + cpp

Task

Create languge similar to GraphQL.

How to build:

  1. Download Java and add it to PATH or edit CMakeLists.txt with your path to the Java runtime
  2. Download ANTLR runtime for cpp from GitHub and place it in runtime
  3. Download ANTLR tool