From 841ff2cb8cac05f3747420b27344ac67715e21c1 Mon Sep 17 00:00:00 2001 From: nocturn9x Date: Thu, 11 Mar 2021 20:03:27 +0100 Subject: [PATCH] Added note on reporting bugs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dd74d5..3eeff1e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ NimKalc is a simple implementation of a recursive-descent top-down parser that can evaluate mathematical expressions. -__Disclaimer__: This library is __in beta__ and is not fully tested yet. It will be soon, though +__Disclaimer__: This library is __in beta__ and is not fully tested yet. It will be soon, though. If you +find any bugs or issues, please report them so we can fix them and make a proper test suite! + Features: - Support for mathematical constants (`pi`, `tau` and `e` right now)