Project Description
The N language is a descendent of APL - Array Programming Language - and FL - Function Level language. It seeks to explore the strengths of array programming and function level programming languages on the CLR.
Step one here is to get a very basic lexer and parser up and running. I'm not using a parser generator yet, since that would add complexity... just the basic aspects of expressions first to help get the feel for what to bring next.