Compare commits

..

1 commit

Author SHA1 Message Date
Glenn Y. Rolland 3b4a11f3bc refactor: Use the new syntax for symbols 2022-08-21 13:35:58 +02:00
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@
[![Gem Version](https://badge.fury.io/rb/namarara.svg)](https://rubygems.org/gems/namarara)
[![GitHub license](https://img.shields.io/github/license/glenux/namarara.svg)](https://github.com/glenux/namarara/blob/master/LICENSE)
[![Donate on patreon](https://img.shields.io/badge/patreon-donate-orange.svg)](https://patreon.com/glenux)
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)
Namarara is a library that can parses boolean expressions, builds an [binary
expression tree](https://en.wikipedia.org/wiki/Binary_expression_tree) and

View file

@ -25,4 +25,4 @@ end
Rake::Task[:spec].enhance ['spec:rubocop']
task :default => :spec
task default: :spec