v1.0.0
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
- Lexer: Tokenizes the source code into a stream of tokens.
- Parser: Constructs the syntax tree from the token stream.
- Semantic Analyzer: Performs semantic checks on the syntax tree.
- Type Checker: Verifies the types of expressions and statements.
Getting Started
For installation, usage, and testing instructions, please refer to the README.