Yet Another Useless Language Part 6 — If
This is the sixth part of the YAUL series. For your convenience you can find other parts in the table of contents in Part 1 — Introduction We continue developing custom language on .NET platform using LINQ expressions. Today we are going to implement conditional operator. Grammar We start with PLY grammar. Code for if … Continue reading Yet Another Useless Language Part 6 — If