Archive

Archive for the ‘Compilers & Interpreters’ Category

Ignoring multiline comments in compilers with Flex.

May 5, 2013 Leave a comment

In your lexer when lexical analysis is performed you may want also to ignore any multiline c-like comments.

Read more…

The project ‘YAFL’ (Yet Another Free Language).

May 7, 2012 Leave a comment

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.

Read more…

Arduino: Valuation calculator of infix mathematical expressions.

September 18, 2010 Leave a comment

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.

Read more…

Follow

Get every new post delivered to your Inbox.

Join 148 other followers