Open-source symbolic calculator for your Atom editor with Markdown capabilities, inspired by Calca.
Install atom-calca
either in Atom's Preferences/Install Packages, or with
apm
on the command-line:
apm install atom-calca
The calca parser works currently only on .calca
files in Markdown code blocks.
It also uses language-ghm
grammar to do Markdown syntax highlighting.
Check the examples/test.calca file for working examples.
MIT. Read the LICENSE.md for more info.