Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 394 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 394 Bytes

spreadsheet

A spreadsheet engine.

Compilation

Pull ANTLR sources:

curl https://www.antlr.org/download/antlr-4.9.2-complete.jar --output src/antlr-4.9.2-complete.jar
curl https://www.antlr.org/download/antlr4-cpp-runtime-4.9.2-source.zip -o src/antlr4_runtime.zip
unzip src/antlr4_runtime.zip -d src/antlr4_runtime && rm src/antlr4_runtime.zip