Dei is a command line program which enables the user to use a simple custom language to roll and perform arithmetic with dice and integers. The program is written in C and uses Flex and Bison for parsing.
- Add conditionals (flag == 1 ? 1 ; 0 )
- Add notifications for Nat20 or Nat1 rolls
- Add variable supported damage types (pushed beyond 1.0 release)
- Restructure of Symbol (save structure for each group)
- Restructure of Result (store result for each group)
- Probable restructure of eval()
Created by nagyj2. Based off the advanced calculator example in 'flex & bison' by John Levine.