tiny-scanner.exe v1.0.0
Introduction
This is the first official release of the Scanner Application, a tool designed for lexical analysis of source code files for tiny language.
Features
- Performs lexical analysis on input files.
- Generates tokens and outputs them to a specified file.
- Supports a custom language specification.
- Includes error handling for invalid tokens.
Installation Instructions
- Download the
scanner.exe
file attached to this release. - Place the executable in a directory of your choice.
Usage instruction
- This is a console application, run it from the console with the needed options.
- Use
scanner.exe -h
to know all the options.
Full Changelog: https://github.com/OrcaLinux/Design-of-Compilers/commits/v1.0.0