gelijergensen / MetaLogic

A general purpose calculator for propositional logic systems
MIT License
0 stars 0 forks source link

Add: Implement logic system for Peano Arithmetic #14

Closed gelijergensen closed 3 years ago

gelijergensen commented 3 years ago

This should be a relatively simple toy example, since it only needs to contain the constant 0, the unary successor function S, and the two binary operations + and *. We do probably want to allow the parser to parse "identifiers" which aren't just alphanumerics, though.