Primitive pseudocode parser in Clojure

2015-09-21 Thread Vitaliy Vlasov
Hi all, I'm happy to write my first post here:) I am writing a mathematical formula parser in Clojure. The formulas need to be written in infix notation and also support some primitive conditional statements (e.g. if-else and case), so that for instance this string would be parsed into a valid

Re: Primitive pseudocode parser in Clojure

2015-09-23 Thread Vitaliy Vlasov
This looks awesome! Thanks so much! I'm actually extending it with some additional statements of my own (Instaparse would be perhaps too general in my case) On Tuesday, September 22, 2015 at 2:08:03 AM UTC+3, Matching Socks wrote: > > Vitaliy Akimov described an approach to a similar problem her

Re: [ANN] mixfix syntax for clojure 0.2.0

2015-09-24 Thread Vitaliy Vlasov
Thank you for an awesome library! Just a couple of days ago i've posted a question (https://groups.google.com/forum/#!topic/clojure/AVqx5Tbn8K8) and it was recommended to me. A miraculous coincidence:) Vitaliy. On Monday, September 14, 2015 at 8:40:55 PM UTC+3, Vitaliy Akimov wrote: > > The mai