gleachkr / Carnap-Old

An interactive proof checker that runs in the browser
http://gleachkr.github.io/Carnap/
GNU General Public License v3.0
3 stars 0 forks source link

Write a whitespace agnostic parser. #34

Open gleachkr opened 9 years ago

gleachkr commented 9 years ago

The current implementation, which uses indentation, isn't very efficient, and is potentially confusing. It'd be good to have a parser that uses termination lines to find the ends of subproofs, as @JakeEhrlich and @davidfaraci have suggested.