Code

frontend: Added very simple single-quoted string support.
authorSebastian Harl <sh@tokkee.org>
Mon, 31 Mar 2014 21:35:23 +0000 (23:35 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 31 Mar 2014 21:35:23 +0000 (23:35 +0200)
commitb5c0396e79bf2c0fbd03e96ca0654a4545cbf936
treef20612488047bf22825a33ac4b21e978598fc8aa
parente4d98758fc1190fbce28ad4600bb439720ec2cd2
frontend: Added very simple single-quoted string support.

No escape sequences whatsoever are supported so far but except for that any
single-quoted strings which do not contain single quotes, can be used.

FETCH now supports host names specified as strings as well.
src/frontend/grammar.y
src/frontend/scanner.l