Skip to content

tiny-scanner.exe v1.0.0

Compare
Choose a tag to compare
@SemoMoh SemoMoh released this 23 Nov 08:02
· 42 commits to main since this release

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

  1. Download the scanner.exe file attached to this release.
  2. Place the executable in a directory of your choice.

Usage instruction

  1. This is a console application, run it from the console with the needed options.
  2. Use scanner.exe -h to know all the options.

Full Changelog: https://github.com/OrcaLinux/Design-of-Compilers/commits/v1.0.0