Add unicode identifier test

This commit is contained in:
Christine Dodrill 2015-06-08 14:33:08 -07:00
parent 943e716815
commit e973d96c47
2 changed files with 5 additions and 0 deletions

View File

@ -4,3 +4,4 @@ include_rules
: crypt.nim |> !nim |> ../bin/crypt
: crack.nim |> !nim |> ../bin/crack
: reaper.c |> gcc -o %o %f |> ../bin/reaper
: unicode.nim |> !nim |> ../bin/unicode

4
src/unicode.nim Normal file
View File

@ -0,0 +1,4 @@
proc λ(x: int): int =
return x + 5
echo λ 5