Noeud: Using DyALog, Noeud « Next »: , Noeud « Previous »: Installing DyALog, Noeud « Up »: Top



Using DyALog

Unlike most Logic Program evaluators, DyALog has no toplevel, being designed to compile parsers.

The main command in the DyALog package is dyacc which is a PERL script used to compile programs.

This command uses dyalog to compile Prolog files (.pl) into DyALog Assembler files (.ma), and dyam2asm to convert .ma files into machine specific assembler (.s). The C compiler gcc is then called to build object files (.o) and link them.