Skip to content

Files

Latest commit

e16ca48 · Jul 24, 2020

History

History
21 lines (13 loc) · 343 Bytes

File metadata and controls

21 lines (13 loc) · 343 Bytes

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.