Hacker News new | ask | show | jobs
by DmitrySoshnikov 2055 days ago
Absolutely! S-expression (used in Scheme, Lisp, etc) is a great AST-based syntax to start building an interpreter right away. But for fully ergonomic language you would need a parser for a more complex syntax.