SimplePEG/Python

Allow extra space at the beginning of the GRAMMAR

obenjiro opened this issue · 0 comments

Right now if we add extra space at the beginning of GRAMMAR we will get this exception

Unexpected "
" expected (GRAMMAR)
1:
---^

We need to allow extra space at the beginning ( this will allow us to make good looking grammar )