Files
Nim/lib/pure
Zahary Karadjov dbcca9b3b9 Moved the parseAST magics to evals.nim
Added string interpolation helper routines in parserutils

Added a proof-of-concept string interpolation user-land macros (currently, only as a test case):
  the interpolated expression could either be transformed to
  concat("literal string ", $(interpolated), " end") or
  "literal string $1 end" % [$(interpolated)]

Added a very initial definition of Optional[T] generic type

A new overload of ParseIdent was added in hope to get around the fact that the 
old one doesn't work correctly in macros, but the problem persists.
2011-09-20 14:13:45 +03:00
..
2010-03-14 01:25:25 +01:00
2010-03-04 23:57:06 +01:00
2011-01-07 00:32:15 +01:00
2010-02-26 01:26:16 +01:00
2011-03-24 00:58:28 +01:00
2011-04-03 22:59:00 +02:00
2010-02-26 01:26:16 +01:00
2011-08-20 00:24:02 +02:00
2011-04-01 15:07:16 +02:00
2011-07-10 15:48:13 +02:00
2011-07-10 15:48:13 +02:00
2011-05-14 21:44:22 +02:00
2011-04-25 20:13:57 +02:00
2011-04-01 15:07:16 +02:00
2011-08-15 19:40:00 +02:00