Releases: Delta-Engine/Delta
Releases · Delta-Engine/Delta
Delta V1.0 Beta 3
What's Changed
- Added Syntaxical Rules for Delta. (Future)
- Refactored Lexer, Parser, CodeGenerator, AST.
- Introduced Compilation using LLVM and the CodeGenerator. (In #3)
- Added Basic Examples.
Full Changelog: v1.0-beta.2...v1.0-beta.3
How to Run
- First, Download the Respective Binary for your OS from the below section.
- Also Download the
hello.defile For an Example. - Extract the Archive Containing the Download
- For Windows:
delta.exe hello.de --compileordelta.exe hello.de --interpret - For Linux:
./delta hello.de --compileor./delta hello.de --interpret
Delta V1.0 Beta 2
What's Changed
- Added Parser Initialization Code in #2
- Fixed Parser and AST Errors.
- Added Basic CodeGenerator
"For Now, the CodeGenerator is Basically an Interpreter, that will be changed to a Compiled in the Coming Releases"
- Enhanced Keyword Matching in Parser
Full Changelog: v1.0-beta.1...v1.0-beta.2
How to Run
- First, Download the Respective Binary for your OS from the below section.
- Also Download the
hello.defile For an Example. - Extract the Archive Containing the Download
- For Windows:
delta.exe hello.de - For Linux:
./delta hello.de
Delta V1.0 Beta 1
Hello World! This is where the Story Begins! 🎉
Changes
- Created the Basic Project and the Rust Package with
main.rsfile - Initialized Basic Lexer in #1
- Added Github Actions for Build Testing for All OSes
Full Changelog: https://github.com/PranavVerma-droid/Delta/commits/v1.0-beta.1