/arithmetic-expression-evaluator-in-ada

A simple arithmetic expression evaluator wriitten in Ada.

Primary LanguageAdaThe UnlicenseUnlicense

A simple arithmetic expression evaluator

This project grew out of a blog idea for my technical blog.

Build

Release mode (which is also the default):

  $ gprbuild -Xmode=release -P eval.gpr

For debug mode,

  $ gprbuild -Xmode=debug -P eval.gpr

Licence

See LICENCE.