FParser - Translator/Interpreter from Infix to Token [Рейтинг: 273 Автор: Keith S. Brown] FParser (Function PARSER) translates a function or expressionwritten in infix notation (as per Pascal or Ada)and translates it to tokenized RPN (Reverse Polish Notation).The Tokenized RPN can then be interpreted as many times as requiredwith new values in the expression.FParser has a number of standard (built-in) mathematical functionsplus a few others from Digital Signal Processing.
FACILIS 0.20 - P-code Pascal Compiler with TP Source [Рейтинг: 267 Автор: John R. Naleszkiewicz] FACILIS is a p-code compiler for an extended subset of Pascal.It is written in Turbo Pascal for the IBMPC.This compiler will be of interest especially to two groups of users: (1) students learning the Pascal language,before making a commitment to a commercial compiler; (2) compiler tinkerers who desire source code for modification or extension.The compiler adheres closely to the standard Pascal of Jensen and Wirth.However, file I/O is not yet implemented, and there are some other limitations.