Skip to content

Releases: TebogoYungMercykay/RecSPL-Compiler-Construction-In-Python

v1.1.0

24 Oct 21:58
Compare
Choose a tag to compare

Release Notes for RecSPL Compiler

Version 1.1.0 - New Features and Improvements

Date: Thu Oct 24, 23:59:00


Overview

This release of RecSPL Compiler v1.1.0 includes the addition of a translator to generate assembly code, more tests, and updated documentation.

Features

  1. Translator: Generates assembly code from the source code.
  2. Additional Tests: Expanded test coverage to ensure robustness.
  3. Updated Documentation: Improved and expanded documentation for better clarity and usability.

Getting Started

For installation, usage, and testing instructions, please refer to the README.

What's Changed (Commits and Pull Requests)


v1.0.0

24 Oct 12:15
Compare
Choose a tag to compare

Release Notes for RecSPL Compiler

Version 1.0.0 - New Features and Improvements

Date: Thu Oct 24, 12:00:00


Overview

This is the first Official release of RecSPL Compiler v1.0.0. This release includes the complete implementation of the Lexer, Parser, Semantic Analyzer, and Type Checker components. The RecSPL Compiler is designed to provide robust and efficient compilation for the RecSPL programming language.

Features

  1. Lexer: Tokenizes the source code into a stream of tokens.
  2. Parser: Constructs the syntax tree from the token stream.
  3. Semantic Analyzer: Performs semantic checks on the syntax tree.
  4. Type Checker: Verifies the types of expressions and statements.

Getting Started

For installation, usage, and testing instructions, please refer to the README.