This repository was archived by the owner on Jun 27, 2022. It is now read-only.
Development Release v0.1.dev1
Pre-release
Pre-release
v0.1.dev1 - 2021-07-04
First Release of the Para-C Language and pre-release for version 0.1. This version includes a basic implementation of the syntax analyser, lexer and parser.
Note: Syntax might still change until v0.1, but it is expected to be fixed until v0.1 so that new changes will not change older syntax but only add to it.
Changelog
Added
- Added structure for the core compiler and pre-processor
- Added syntax to the grammar files for the core language and preprocessor directives
- Added basic CLI Interface for interacting with the compiler
- Added compiler structure and place-holder functions for later implementation
- Added examples for implementation and user-code
- Set up a testing structure for the compiler using
pytest - Created testing files for the parser and lexer