Skip to content

Releases: singul4ri7y/promit

Promit Programming Language v0.5.0 (Beta 6)

11 May 14:08
Compare
Choose a tag to compare

Change log:

  • Improved debugging support with function details with respective modules in the stack-trace
  • But fix in switch statement which was lingering around for a while
  • Numerous other improvements throughout the codebase

Promit Programming Language v0.5.0-beta-5

20 Feb 15:19
Compare
Choose a tag to compare

Bug fixes and improvements. This version of Promit is the most production ready version.

Promit Programming Language v0.5.0 (Beta 4)

14 Feb 15:28
Compare
Choose a tag to compare

This marks a new release for Project Promit with tons of bug fixes and improvements.

This is the most Production Ready version of Promit. This version of Promit is also being used in mistix-lang.

Promit Programming Language v0.5.0-beta-3

05 Dec 07:17
Compare
Choose a tag to compare

Added support for Macintosh and Darwin.

Lot's of bug fixes and improvements. Added assertion, super-global variables, including another Promit file features and new REPL commands. This release also have updates on test suit on their respective features.

Note: While building you may get a lot of warnings about unused parameter. Ignore them. They are by design.

Promit Programming Language v0.5.0-beta-2

04 Jul 15:26
d188f35
Compare
Choose a tag to compare

Lot's of bug fixes and improvements.
Note: While building from the source code in debug configuration, you may get a lot of warnings about "unused variable/parameter". Please, ignore them. I am keeping them for backward compiler compatibility.

Promit Programming Language v0.5.0-beta-1

03 Jul 11:04
2c1fbcc
Compare
Choose a tag to compare

This is the very first release (beta) of Project Promit.
After writing roughly 15000 lines of code within 8-9 months, finally the project is ready to be released.
Though there may be some bugs (or a lot of bugs, as it's beta), the project is almost ready to rock in production use too.

Promit is not yet good to be used as an API to be merged within native binaries, but I will work with it in the next version.

Linux and Windows (both x86 and x86_64) binaries are enclosed to be downloaded. MacOS is not supported yet, as I do not have a Mac 😅.