Skip to content

This program uses a hierarchy of state graphs to emulate a calculator.

License

Notifications You must be signed in to change notification settings

dtauraso/contextual-state-chart-py

Repository files navigation

calculator-py

This program uses a hierarchial context sensitive state machine(contextual state chart) to process a graph representing the control flow. The control flow describes how to evaluate a arithmatic expression.

Use python3 to run it python3 calculator_example.py

About

This program uses a hierarchy of state graphs to emulate a calculator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages