Changes between Initial Version and Version 1 of Ticket #16898, comment 15
- Timestamp:
- Sep 3, 2014, 7:43:26 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16898, comment 15
initial v1 1 New branch, based on doing more at parser level rather than at string mangling level. Previous branch was: 2 3 u/rws/conversion_from_maxima_buggy 4 5 I think the present branch is already more in the direction. Important obstacle to using Bradshaw's parser straight on maxima output: It can't handle % characters as part of identifiers (it's an operator in python after all!), I think the current branch solves at least the problem stated in the ticket without creating new problems.