Skip to content

constcut/spreadsheet_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spreadsheet_cpp

Final work of C++ course

Spreadsheet engine with formulas parser and evaluator.

Uses ANTRL for building abstract syntax tree.

Russian version of task: details

My code is a little faster, and consumes less memory than course author's work.

Mine:

This is an image of mine work

Authors:

This is an image of authors work

Installation

To instul on Debian & Ubuntu

sudo apt-get install cmake ninja-build pkgconf uuid-dev

From src directory:

mkdir build && cd build

cmake .. -Wno-dev -DCMAKE_BUILD_TYPE=Debug -G Ninja -DWITH_LIBCXX=Off 

ninja

About

Final work of C++ specialization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published