NYACC, for Not Yet Another Compiler Compiler, is set of guile modules for
generating parsers and lexical analyzers. It also provides sample parsers
and pretty-printers using SXML trees as an intermediate representation.
It provides a decent C parser and a `FFI Helper' tool to help create
Guile S
Il giorno lun 29 ott 2018 alle ore 22:58 swedebugia
ha scritto:
> Hi
>
> I would like to learn more scheme and I would like to make a small CLI
> program that runs in the terminal and prompts the user for input and
> evaluates it.
>
> Is that possible with guile? In the REPL?
>
> Can someone poin