Skip to content

v1.0.0

Compare
Choose a tag to compare
@TebogoYungMercykay TebogoYungMercykay released this 24 Oct 12:15
· 28 commits to development since this release

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.