]> git.mdlowis.com Git - archive/dlang.git/commit
Made the syntax more permissive of commas in lists, vectors, maps, and macros. This...
authorMike D. Lowis <mike@mdlowis.com>
Mon, 26 Mar 2012 17:59:09 +0000 (13:59 -0400)
committerMike D. Lowis <mike@mdlowis.com>
Mon, 26 Mar 2012 17:59:09 +0000 (13:59 -0400)
commitaeed31b156956bb0f77b17867211c96b886ccade
tree0a056c46927d30dfe292348be5c3ad45938c7acc
parent2509849d61783455f9d5f425133fccde7940b59a
Made the syntax more permissive of commas in lists, vectors, maps, and macros. This also allows us to define a list of length 1 by placing a comma immediately before the closing paren
example.dl
source/dlparser/dlparser.cpp