com.codetaco.algebrain.ValueStack Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of algebrain Show documentation
Show all versions of algebrain Show documentation
Equation processing for Java
The newest version!
package com.codetaco.algebrain;
import java.io.UnsupportedEncodingException;
import java.text.ParseException;
import java.time.LocalDateTime;
import java.util.Stack;
import com.codetaco.algebrain.token.TokVariable;
import com.codetaco.calendar.CalendarFactory;
/**
*
* ValueStack class.
*
*
* @author Chris DeGreef [email protected]
*/
public class ValueStack extends Stack