stephen-swensen / nl-compiler

A compiler for NL, a statically typed programming language targeting .NET
1 stars 0 forks source link

When submitting multiple statements at once to NLI should be able to reference var from previous statement #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
e.g. 

x = 3 ;; x + 5 ;;

should be valid (and was at one point but broke)

Original issue reported on code.google.com by stephen....@gmail.com on 2 Jan 2012 at 4:44

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 3 Jan 2012 at 8:05

GoogleCodeExporter commented 9 years ago
Done. This required a lot of refactoring to fundamentally support emitting 
types dynamically.

Original comment by stephen....@gmail.com on 28 Sep 2013 at 7:05

GoogleCodeExporter commented 9 years ago

Original comment by stephen....@gmail.com on 28 Sep 2013 at 7:06