Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 232 Bytes

readme.md

File metadata and controls

8 lines (6 loc) · 232 Bytes

RUGIA

  • RUGIA is a simple expression lanuage
  • It supports parenthess
  • It supports, + , - , / , %, ** etc. mathamatical operations
  • It also supports == != >= <= > < etc, logical operations

e.g. 2 + 3 * 4 would result in 14