Sujet : Re: neos Universal Compiler
De : mikko.levanto (at) *nospam* iki.fi (Mikko)
Groupes : comp.theoryDate : 18. Mar 2025, 15:04:25
Autres entêtes
Organisation : -
Message-ID : <vrbuh9$2kup9$1@dont-email.me>
References : 1 2 3
User-Agent : Unison/2.2
On 2025-03-18 03:18:25 +0000, Mr Flibble said:
lex/yacc generates a static frontend (that must be compiled) that is
different for each supported programming language whilst neos has just one
frontend which does not require compilation.
A compiled front end is usually what is wanted. But it is prossible to
use lex or yacc interpreter or both if that is wanted. It is a bit
complicated as the interpreter must be able to interprete C fragments
but it is possible.
-- Mikko