Commit Graph

778 Commits

Author SHA1 Message Date
lafrite c3862489df change form of steps. from str to postfix list 2013-11-16 20:50:42 +01:00
Lafrite 438d242b48 compute correctly 2013-11-08 10:05:28 +01:00
Lafrite 441af1dc10 works for expression with no parenthesis 2013-11-02 16:47:47 +01:00
Lafrite 31e8ebb553 works but still empty yield 2013-11-02 16:36:08 +01:00
Lafrite 572212d78f Reoganise everything need to debug now 2013-11-01 22:58:42 +01:00
Lafrite 4e3f0a9b66 Start objecting expression 2013-11-01 12:42:42 +01:00
Lafrite decffa6d75 Solve the issue with self missplacement 2013-10-30 19:34:39 +01:00
Lafrite f4ea0dcc42 Merge branch 'calc_fraction_nostr' into calc_fraction
Conflicts:
	calculus.py
	fraction.py
2013-10-29 11:52:09 +01:00
Lafrite 90d5cbee75 j'ai fait de la grosse merde! mais tout est rattrapé! Reste plus qu'à
nettoyer et ranger tout ranger correctement

Conflicts:
	calculus.py
2013-10-28 16:18:04 +01:00
Lafrite 5c35ec9bae j'ai fait de la grosse merde! 2013-10-28 14:49:31 +01:00
Lafrite ec3e4d34d2 remove all str in calculus. Ready to import correctly fractions 2013-10-21 17:52:11 +02:00
Lafrite b2d8991107 no more string in expression manipulation only list of tokens. That's
great!
2013-10-19 20:33:46 +02:00
Lafrite 0423412e6b correct expand_list and add notes 2013-10-19 11:42:05 +02:00
Lafrite 2916c23839 Nothing tested getters should be ok 2013-08-09 13:08:24 +02:00
Lafrite 8e939f04fd Initialisation and getters for Expression (not tested yet) 2013-08-09 12:03:32 +02:00
Lafrite 9da06cbe97 skelton of expression object 2013-08-09 11:35:14 +02:00
Lafrite 80bdd86297 remove tabs 2013-08-08 01:12:11 +02:00
Lafrite 08f493ae79 add docstring test in calculus.py 2013-08-06 08:01:40 +02:00
Lafrite 2d7d0a0525 Add pyMath-all 2013-07-22 18:36:21 +02:00
Lafrite a341328838 Fraction more or less done. Need to think about what to return 2013-07-19 15:11:40 +02:00
Lafrite 5e3dccac6d expand_list done 2013-07-19 13:20:57 +02:00
Lafrite a926e0e12a add comments 2013-07-19 00:17:29 +02:00
Lafrite b67a7a213a Parenthesis are ok now! Need to face fraction now! 2013-07-19 00:04:13 +02:00
Lafrite ed36cd7dc6 Ok postfixToinfix seems to be ok 2013-07-18 23:19:55 +02:00
Lafrite 2f6c79ef84 Yeah computePostfixBis works! 2013-07-18 19:43:36 +02:00
Lafrite d477031780 Add *.pyc 2013-07-18 19:43:21 +02:00
Lafrite bc7cabedfa move Stack to generic and parenthesis issue is corrected 2013-07-18 16:49:38 +02:00
Lafrite d5e9f8780a Basic calculus. Parenthesis are not perfect 2013-07-18 16:30:45 +02:00