Archive
Ignoring multiline comments in compilers with Flex.
In your lexer when lexical analysis is performed you may want also to ignore any multiline c-like comments.
The project ‘YAFL’ (Yet Another Free Language).
This project refers to the development of the procedural programming language YAFL (Yet Another Free Language) as well as its interpreter. The programming language YAFL is a tool for teaching the basic principles of procedural programming to secondary school students and beginners in general.
Arduino: Valuation calculator of infix mathematical expressions.
This project refers to an Arduino sketch that implements a calculator which valuates infix mathematical expressions using appropriate algorithms and data structures. The mathematical expressions are given through the USB port, while the valuation and presentation of results is done by Arduino. The results are displayed in an appropriate LCD display.