48 Commits

Author SHA1 Message Date
Eric Mansfield
377be29eb6 Fix my typos 2015-08-03 23:34:30 -06:00
Eric
f5d166a809 Made an attempt at derived units with simplification
Updated unit tests
Updated examples
Updated docs
2015-08-04 05:26:00 +00:00
jos
f19cfb4394 Reintroduced node.eval(scope). Updated some docs and examples 2015-07-18 10:21:48 +02:00
jos
f469795d3b Fixed a typo in the docs 2015-06-23 20:18:38 +02:00
jos
052b6cf4ed Some minor restructuring in the docs. Moved command line debugging to the page command line interface. 2015-06-12 19:40:41 +02:00
Max Bruckner
31b4c4c7c0 Documentation for function attachments and template strings 2015-06-07 19:56:25 +02:00
jos
a92b978036 Merged develop into v2 2015-06-07 15:57:41 +02:00
Max Bruckner
741ab47ada Fix ordered list 2015-06-03 16:16:54 +02:00
jos
c810981238 Method Node.compile() no longer needs math to be passed as argument. 2015-05-27 13:30:35 +02:00
jos
be98cf613d Updated docs of add to reflect changed behavior for strings 2015-05-20 19:59:43 +02:00
Jos de Jong
10777f615b Merge pull request #372 from devanp92/devanp92-patch-syntax-md
Fixing grammatical issues in Documentation
2015-05-18 09:07:13 +02:00
Max Bruckner
6574468c3a Document options parameter of toString and toTex 2015-05-17 21:29:19 +02:00
Max Bruckner
2350d68ec3 Update documentation to include the changed API 2015-05-16 13:33:19 +02:00
Devan Patel
6d3c716e57 Update parsing.md 2015-05-15 15:09:04 -04:00
Devan Patel
459eef81f6 Update index.md 2015-05-15 15:07:09 -04:00
Devan Patel
f91d8a893d Fixing grammatical issues in Syntax.md 2015-05-15 15:01:31 -04:00
Max Bruckner
0f71bc262a Fix typo in docs 2015-05-14 10:13:04 +02:00
jos
0c1e9deeeb Implemented configuration value {number: 'fraction'}. Added docs and example for fractions. 2015-05-12 14:40:47 +02:00
Max Bruckner
51cfc0b779 Update documentation (ParenthesisNode and parenthesis config option) 2015-05-08 09:07:25 +02:00
jos
5711bdfa7e Some markdown fixes in the docs 2015-03-30 10:05:20 +02:00
Max Bruckner
c80e0baf20 Update documentation of custom toTex 2015-03-17 18:27:01 +01:00
Max Bruckner
9a89ab27da Documentation for custom toTex functions 2015-03-13 21:23:14 +01:00
jos
2f137f5885 Added header "Precedence" 2015-02-24 20:57:45 +01:00
Ole Kröger
4c8dda8824 [3,6,9] for 1*3,2*3,3*3 2015-02-19 15:37:04 +01:00
jos
904f4ed8df Added some docs about converting a unit to a number with the expression parser 2015-01-05 21:07:00 +01:00
jos
79f4d7fbe3 Some minor fixes in the docs 2014-12-30 19:57:34 +01:00
jos
7411e02889 Improved a code example 2014-12-29 09:37:23 +01:00
jos
b1c29bc8cd Fixed issues with the pipe character in markdown 2014-12-27 13:05:23 +01:00
jos
1ee3e45ec4 Added some more docs on BlockNode 2014-12-26 15:01:59 +01:00
jos
8b253f050b Renamed function select to chain 2014-12-25 17:05:29 +01:00
jos
97163135b2 Implemented xor operator ^| in the expression parser 2014-12-25 15:45:54 +01:00
jos
73b67bfc09 Removed logical not operator ! (so now we just have logical operators and, not, or, xor). 2014-12-25 14:21:16 +01:00
jos
2614ca6203 Added docs for xor, removed docs of _divide 2014-12-25 14:11:15 +01:00
jos
5a3e55f39b Added docs on bitwise and logical functions for expression parser 2014-12-23 21:25:34 +01:00
jos
af08c269f3 Added operators &, |, <<, >>, >>> not, and, or to the expression parser 2014-12-23 16:25:32 +01:00
jos
2385efef31 Fixed a typo in the docs 2014-12-02 10:33:08 +01:00
jos
e0268b7be8 Fixed markdown indentation issues in the docs 2014-11-16 15:05:36 +01:00
jos
50fe486102 Inserted spaces 2014-11-16 14:53:56 +01:00
jos
3268cdfb03 Added empty lines around fenced code blocks, gives issues with some markdown parsers 2014-11-16 14:46:02 +01:00
jos
8996910c46 Fixed a broken link in the docs 2014-11-15 14:33:27 +01:00
jos
9257ec3c33 Added unit tests for Node.map and Node.forEach 2014-11-15 13:16:32 +01:00
jos
5669ae1365 Some refactoring 2014-11-14 11:35:13 +01:00
jos
be9a8629ea Node.transform does not create a clone of the tree anymore 2014-11-13 22:01:48 +01:00
jos
92627f2c94 Nodes for a BlockNode must now be passed via the constructor instead of via a function add 2014-11-13 21:54:41 +01:00
jos
423909e6f1 Changed constructor of RangeNode to new RangeNode(start: Node, end: Node [, step: Node]). 2014-11-13 21:25:37 +01:00
jos
5415e488f7 Added examples for each node type 2014-11-13 09:55:19 +01:00
jos
8e73778775 Fixed a list in the docs 2014-11-12 22:32:43 +01:00
jos
72a1b03850 Documented expression tree API. Some internal refactoring in nodes. 2014-11-12 22:30:15 +01:00