Hacker News new | ask | show | jobs
by flipflip 1422 days ago
You write a simple interpreter basicly. Instead of directly manipulating the data , you build an ast of how to manipulate the data then you execute it. It also allows for nifty optimizations later on.