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.