EXP^ASM - Expression Assembler, Parser

EXP^ASM converts a standard "Infix" expression to "Reverse Polish Notation" (RPN) then to ASM with machine code. Dis/assembles code as you type.

Expression.INC uses a single-pass algorithm that produces 3+ times more effecient code than the popular "Let's Build a Compiler" tutorials by Jack Crenshaw (good introduction for beginners). ASM code must be rescanned and optimized (which is another subject that would take an entire book to explain considering the infinite number of ways that code can be written).

CONTENTS

* EXP^ASM - Expression Dis/Assembler (graphical)
* EXPRESSION - Minimal expression parser (no graphics)
* PARSE TOKENS - Small example of parsing tokens from file

UPDATES

* FILE.INC: FILE.TAG information structures. Arrange by type, name, size, etc
* From now on, all releases will include a READ.TXT

LICENSE

All code and graphics are (C) and released under the "Revised BSD License".