Skip to content

Commit

Permalink
Merge 36fcf90 into 67666e8
Browse files Browse the repository at this point in the history
  • Loading branch information
project-eutopia committed Jan 29, 2018
2 parents 67666e8 + 36fcf90 commit b0a922b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Keisan ([計算, to calculate](https://en.wiktionary.org/wiki/%E8%A8%88%E7%AE%97#Japanese)) is a Ruby library for parsing equations into an abstract syntax tree.
This allows for safe evaluation of string representations of mathematical/logical expressions.
It has support for variables, functions, conditionals, and loops, making it a Turing complete programming language.
It has support for variables, functions, conditionals, and loops, making it a [Turing complete](https://github.com/project-eutopia/keisan/blob/master/spec/keisan/turing_machine_spec.rb) programming language.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion spec/readme_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
digest = Digest::SHA256.hexdigest(content)

# cat README.md | sha256sum
expected_digest = "dd513ecb875f48179171a8ddbdce30504f3aa133219cb2ee1151cb00339741f6"
expected_digest = "6f410103fd872b5767d8b4ca836f9e7ed38803a5a059cb44b7cc8f9b84b9bf3c"
if digest != expected_digest
raise "Invalid README file detected with SHA256 digest of #{digest}. Use command `cat README.md | sha256sum` to get correct digest if your changes to the README are safe. Aborting README test."
end
Expand Down

0 comments on commit b0a922b

Please sign in to comment.