Hacker News new | ask | show | jobs
by skrebbel 5285 days ago
An interpreter means a program that runs a program, straight from its source code.

A compiler transforms a program from one format into another. decac does not execute programs, so it's not an interpreter.