Welcome to my personal blog
RSS FeedThis is a personal blog by myself, by a modest learner knows nothingš, a code enthusiast codes out of loveā¤ļøāš„, a music lover rocks and rollsš¤
Hope you enjoy my posts and all my nonsense. š
Featured
vim, editing with fun and efficiency
Updated:Ā atĀ 11:15 PMSome jibber-jabber about vim.
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.