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

staneuski/spreadsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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