Copyright | (c) Jorge Santiago Alvarez Cuadros, 2016 |
---|---|
License | GPL-3 |
Maintainer | sanjorgek@ciencias.unam.mx |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell2010 |
Extensions |
|
Stack Automaton
Documentation
type Delta a = (:->:) a (Symbol, Symbol) [Symbol] Source
Delta for stack machine, takes a state, a symbol in string input and a symbol in stack head and returns next state and update stack