0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 10, 2025 — Mar 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Factor rule matching in RuleEvaluator - f[x_] := x*foo /; x>0 like expressions now works (Ok actually there is no syntax support yet but works with Condition[]) - Add FreeQ[] - D[] start coming to life ! - Tiny fix in Times[] to help D[] More... about 17 years ago
Few problems because of moving everything More... about 17 years ago
New organisation More... about 17 years ago
Add init.m More... about 17 years ago
Working Condition on patterns More... about 17 years ago
A little formating More... about 17 years ago
Revert "Remove to come back" Little mistake ... More... about 17 years ago
Codefile support More... about 17 years ago
Few things More... about 17 years ago
Remove to come back More... about 17 years ago
Kikoo Condition Faulty More... about 17 years ago
Makes Clear[] working More... about 17 years ago
Restore SameQ and Not More... about 17 years ago
Add list ({} and [[ ]] syntax is supported but not part assignment yet More... about 17 years ago
Minor change to avoid double printing More... about 17 years ago
Add Attribute[Flat] so now : '1 + (a+2)' ===> 'a + 3' but needs more testing More... about 17 years ago
Adding Print[] and While[] More... about 17 years ago
Reset ownvalues when assignment More... about 17 years ago
Add support for negative constants & expressions (no minus operation yet), and adding the first builtin function written inline : Abs[x_] := If[x > 0, x, -x], youhou More... about 17 years ago
And by easy I mean when you dont do stupid things More... about 17 years ago
Thanks to the refactoring, adding conditionals was easy More... about 17 years ago
Is that really working ? More... about 17 years ago
Add marking fields for a future Mark & Sweep GC implementation More... about 17 years ago
Fix a bug of context traversal More... about 17 years ago
Manage SameQ[] priority and chaining (such as 2===3===4===5) More... about 17 years ago
Groups True/False into Bool in the grammar, and adds Not operator More... about 17 years ago
Add booleanconstant, remove compareTree which is completely useless and fix a little bug which implies that f(x) is always equals to f(y) which might be wrong More... about 17 years ago
Merge branch 'master' of [email protected]:alexisrobert/jnizon More... about 17 years ago
Implement SameQ[] and === More... about 17 years ago
Little change to copy mathematica behavior when doing x = {1, x} More... about 17 years ago