Releases: SujalChoudhari/Coda
Releases · SujalChoudhari/Coda
1.1 Release
Linux Support
Release 1.0.1
Custom Packages using FFI
Steps to create custom DLL based package.
- Download the FFI source code (attached)
- Include the
FFI.h
header file in source code - Add functions into the C++ file (exported)
- Create a Definition file, with the same name as
.dll
file. - Compile and publish.
Release 1
What's Changed
- Created Random Package for Coda by @yuvrxj-afk in #21
- Add
in
as an operator by @SujalChoudhari in #22 - Release 1 by @SujalChoudhari in #23
New Contributors
- @yuvrxj-afk made their first contribution in #21
Full Changelog: 0.3.0...1.0
Release 0.3
Full Changelog: 0.2...0.3.0
OR
https://github.com/SujalChoudhari/Coda/blob/main/CHANGELOG.md
Release 0.2
Full Changelog: 0.1.1...0.2
Attachments
- Coda.exe (Windows executable file)
- Maths.dll (Maths package for Coda)
- Maths.coda (Runner for Maths.dll)
To use Maths
package put all the three files in the same directory
Release 0.1
What's Changed
- Create CODE_OF_CONDUCT.md by @SujalChoudhari in #4
- Look into CHANGELOG.md for detailed change comparisons.
Full Changelog: 0.0.4...0.1
Commandline Arguments
For full Changelog,
Read CHANGELOG
Member Expressions
Full Changelog: 0.0.2...0.0.3
View Changelog