Awesome NDC talk! I am currently working on trying to convert simple S-Expressions to .NET code and found a neat C# library that greatly simplifies building the parser (https://github.com/sprache/Sprache). Also, thanks for making your code for mkay public, it looks like I will be able to learn a lot from it!
your NDC talk was awesome! Have you considered extending the angular $parse service? to you have a twitter handle?
Thank you! Glad you enjoyed the talk.
I haven’t looked at angular much but $parse definitely looks interesting.
Awesome NDC talk! I am currently working on trying to convert simple S-Expressions to .NET code and found a neat C# library that greatly simplifies building the parser (https://github.com/sprache/Sprache). Also, thanks for making your code for mkay public, it looks like I will be able to learn a lot from it!
Thanks! I’m planning a rewrite of Mkay and using a proper parser generator will probably be part of that.