Tag: DSL
All the articles with the tag "DSL".
Part III: Implement an expression interpreter for building DSL - Syntax tree evaluation
Updated: at 01:46 PMIntroduce how to evaluate an S-Expression syntax tree
Part II: Implement an expression interpreter for building DSL - Syntax implementation
Published: at 02:01 PMGet more deep into the implement of the S-Expression and gendsl syntax.
Part I: Implement an expression interpreter for building DSL - Introduce the PEG parser
Published: at 12:00 AMIntroduce the basic steps to implement an interpreter and the powerful PEG parser generative tool.
Intro: Implement an expression interpreter for building DSL
Updated: at 09:12 AMIntro to my first open source project, gendsl, an expression interpreter in lisp style written in golang for building your own DSL in minutes.