Skip to content

This is a calculator that formats mathmatical expressions in the way you would normally write them down with pen and paper

Notifications You must be signed in to change notification settings

Open-Source-Community/latexCalculator

This branch is 35 commits ahead of AhmedHani/latexCalculator:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

88254c0 · Apr 14, 2017

History

46 Commits
Jun 20, 2015
Jun 20, 2015
Aug 31, 2015
Aug 30, 2015
Jan 9, 2017
Aug 30, 2015
Aug 31, 2015
Jan 9, 2017
Jan 9, 2017
Aug 30, 2015
Jun 19, 2015
Aug 31, 2015

Repository files navigation

latexCalculator

This is a calculator that formats mathmatical expressions in the way you would normally write them down with pen and paper.
So instead of having to type lame stuff like:
((2+33)/114)*sqrt(25)
You would elegantly type:
Alt text

A WEB DESIGNER NEEDED

I suck at web design so I really need help with that.

Latex Parser

That's the part of the project that parses the latex source code to get a result out of it.
I'm using the PEG.js parser generator, go ahead and develop the grammar with me here.

This project is based on the beautiful MathQuill library.
The latex parser is based on that cool GIST.
Alt text

TODO:

  • Complete the Latex Parser that would parse the latex code and produce a result accordingly (In Progress).
  • Create the UI, the buttons and all.
  • Find a suitable framework to port it to desktop. ex: AppJS, electron... etc.

About

This is a calculator that formats mathmatical expressions in the way you would normally write them down with pen and paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.2%
  • CSS 3.5%
  • HTML 0.3%