This commit is contained in:
Torsten Ruger
2015-05-01 16:26:26 +03:00
parent 6afd692255
commit 4ee470ff93
3 changed files with 21 additions and 21 deletions

View File

@ -1,7 +1,7 @@
module Parser
# Tokens are single or double character combinations with "meaning"
# braces, comman, point, questionmark , quotes, that kind of thing
# operator symbols are seperate in Opreators
# operator symbols are separate in Opreators
module Tokens
include Parslet
rule(:left_parenthesis) { str('(') >> space? }