develooper Front page | perl.perl6.internals | Postings from January 2008

[perl #50052] [PATCH] [lolcode] YARN parsing with basic escapes

Thread Previous
From:
Stuart Jansen
Date:
January 21, 2008 05:56
Subject:
[perl #50052] [PATCH] [lolcode] YARN parsing with basic escapes
# New Ticket Created by  Stuart Jansen 
# Please include the string:  [perl #50052]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=50052 >



* Test case for disappearing whitespace in string literals
* Fix for disappearing whitespace in string literals
* Support for basic escape sequences
---
 MANIFEST                                      |    1 +
 languages/lolcode/config/makefiles/root.in    |    1 +
 languages/lolcode/lolcode.pir                 |    1 +
 languages/lolcode/src/parser/actions.pm       |    2 +-
 languages/lolcode/src/parser/grammar.pg       |    2 +-
 languages/lolcode/src/parser/yarn_literal.pir |   71 +++++++++++++++++++++++++
 languages/lolcode/t/00-sanity.t               |    8 +++-
 languages/lolcode/t/04-strings.t              |   11 ++++
 8 files changed, 94 insertions(+), 3 deletions(-)
 create mode 100644 languages/lolcode/src/parser/yarn_literal.pir
 create mode 100644 languages/lolcode/t/04-strings.t

Thread Previous


Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About