revn-project / Revn

0 stars 2 forks source link

Proposal: Replace Lexer, Parser and Generators with ParserCombinator #4

Open wipiano opened 7 years ago

wipiano commented 7 years ago

If we can implement Parser Combinator for C# (.NET Core), Revn compiler's parser can be very simple.

We need a parser like Scala's RegexParser.

Reference: How to make a parser combinator in Java

akiraKido commented 7 years ago

+1 Please make a new project in the Revn solution, or create a new solution+repository for the Parser Combinator. I think the Parser Combinator should be available separately from Revn, or at least its compiler.

wipiano commented 7 years ago

I think so too. I'll make a new repository for parser combinator.

Are there any good repository names?

akiraKido commented 7 years ago

Proposal: