Merge pull request #46 from keitahaga/examples

Fixed examples/keyval2.nim
This commit is contained in:
Araq
2011-08-02 12:55:56 -07:00
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import re
for x in lines("myfile.txt"):
if x =~ re"(\w+)=(.*)":
echo "Key: ", matches[0],
echo "Key: ", matches[0],
" Value: ", matches[1]

View File

@@ -3,5 +3,5 @@ import pegs
for x in lines("myfile.txt"):
if x =~ peg"{\ident} \s* '=' \s* {.*}":
echo "Key: ", matches[1],
" Value: ", matches[2]
echo "Key: ", matches[0],
" Value: ", matches[1]

View File

@@ -6,6 +6,6 @@ asdflksadlfasf
adsfljksadfl
key=/usr/bin/value
key=/usr/bin/value
key2=/ha/ha