Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Otterkit COBOL

A free and open source Standard COBOL compiler for .NET
Collective - Host: opensource - https://opencollective.com/otterkit - Website: https://otterkit.com/ - Code: https://github.com/otterkit/

[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - 7a0987f9f3a9f457e312e6e1d13cdbbaea2438e3 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Refactor Free and Allocate, Implement Based Alphanumeric

github.com/otterkit/otterkit-cobol - b84a6b23fb9cf6729e3e0dbb62a979407059906e authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Change "runtime" to "compiler" in the security policy

github.com/otterkit/otterkit-cobol - 32536e74cbe3f57b462cbeaba2d249fe3d1b05da authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Update]: Update issue templates and security policy notice

github.com/otterkit/otterkit-cobol - 9da7e9aa782e2427bc2945301dcfa9f24addf4f1 authored about 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fix issue template name

github.com/otterkit/otterkit-cobol - 358eca03584ba6b815d57aebb274a4a3f200615a authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Update]: Update issue templates

github.com/otterkit/otterkit-cobol - b9e14d43c6d1cbc7c90c9a0c38fb43b49cd54f2c authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Submodule]: Update Libotterkit commit hash

github.com/otterkit/otterkit-cobol - 241d0ed3916a994abf891e46e9d6b59c095b08fc authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Commit unfinished ALLOCATE and FREE statements

github.com/otterkit/otterkit-cobol - 29c23d0b0dc4c9db1ae852d9924c0abf74ce230f authored about 2 years ago by KTSnowy <[email protected]>
[Security]: Create Security Policy File

github.com/otterkit/otterkit-cobol - da2c2c5323e95eea657c7637a85dda4a8f77aba0 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Security]: Create Security Policy File

github.com/otterkit/otterkit-cobol - 989a6cc2553a49211feb500725cab8ada5de8910 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Update]: Added get and set methods to Group Data Items

github.com/otterkit/otterkit-cobol - 17dd0f7bbc5e2e41de5c43d217920f7d7aab645f authored about 2 years ago by KTSnowy <[email protected]>
[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - 02a5b83773649972dc3a191f0f7c39ec1fb36838 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Change Alphanumeric variable names for better readability

github.com/otterkit/otterkit-cobol - 83b93b2616347b4ac82db70decf546915da5f4a4 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Commit initial group data item implementation

github.com/otterkit/otterkit-cobol - d21827c6398a2925be25cdc68878d22ea6dfc1ea authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed Unicode byte difference calculation

github.com/otterkit/otterkit-cobol - 8fb171252f3d745bff3e245ad0582101e15b4d75 authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed Alphanumeric not being able to get correct Unicode byte length

github.com/otterkit/otterkit-cobol - 3ba73cf65aeb60a6bd0fc814bfb409d26f391e94 authored about 2 years ago by KTSnowy <[email protected]>
[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - d0c3d2097f34bae2900b402a9b1fe4f63bd1cc25 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Update ATAN to use Decimal128.Arithmetic

github.com/otterkit/otterkit-cobol - 247cb61708ccc7d3bfc6202147e53182e5366424 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Commit updated Decimal128 Linux shared library

github.com/otterkit/otterkit-cobol - 1d37063228f5bad05de1a08b8dc90b8181edb87b authored about 2 years ago by Keith Taylor <[email protected]>
[Update]: Commit updated Decimal128 Windows DLL

github.com/otterkit/otterkit-cobol - a284ae338f27b506fce85ab270d5765df8bb484d authored about 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed native C code to allow for IEEE exponents

github.com/otterkit/otterkit-cobol - 819aaf2b34847915aa48b1847e20ecea4c088506 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Update Decimal128 C code to use a stack calculator

github.com/otterkit/otterkit-cobol - e39b9b09698b8fa68283f7db44f2bf9bc4167ce4 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Commit "Infix to Postfix" helper method

github.com/otterkit/otterkit-cobol - a0a2718221ff34fb8877c045b1ca8170c51d0468 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Create Otterkit Exceptions file

github.com/otterkit/otterkit-cobol - a09a74e62cea65e91790cb1e26919b9e35efbf3d authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Handle Decimal128 divide by zero, and change radians to ratio

github.com/otterkit/otterkit-cobol - 72ec54f13347d94eae981566e68bc48775a839f4 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Implement Tan, Atan, Acos and Asin (#15)

github.com/otterkit/otterkit-cobol - 506e6857106744da826d2e6b4d48e6663291af27 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Update]: Optimize Alphanumeric data type (#10)

* [Update]: Commit Alphanumeric type optimization

* [Fix]: Cast instead of Encode

github.com/otterkit/otterkit-cobol - 105dde659ef0ecce6deb66ef430a05f19ad666ab authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Update]: Update SIN and COS algorithms (#14)

github.com/otterkit/otterkit-cobol - 54e96f1f8f3f8e78780ad6e3aacc1428fce2db20 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Fix]: Implemented Domain fix for Sin and Cos (#13)

github.com/otterkit/otterkit-cobol - 36ca4730948f84ae7094909fde6567f785fb6b06 authored about 2 years ago by Henry Nguyen <[email protected]>
[Fix]: Changed SIN and COS loop to 6 iterations

github.com/otterkit/otterkit-cobol - 8a8b25b70ccd6e52536830a993653c8b1310b475 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Fix]: Fixed denominator calculation for Sin and Cos (#12)

* Implemented SIN and COS functions.

* Optimization to fit denominator in Int128;loop fix

...

github.com/otterkit/otterkit-cobol - f9a02227331dce1db7a56d0ef1ed92a06d25682a authored about 2 years ago by Henry Nguyen <[email protected]>
[Fix]: Fixed FACTORIAL function returning the wrong result

github.com/otterkit/otterkit-cobol - 66e4dbef15ca271a577227d9316fab2ff1ffa9e2 authored about 2 years ago by Keith Taylor <[email protected]>
[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - a0730ede0144d5cbf5add344c4eae408a48ab7bc authored about 2 years ago by Keith Taylor <[email protected]>
[Update]: Implemented SIN and COS functions. (#11)

github.com/otterkit/otterkit-cobol - a509620a587ed4407fdb877731f75a063adeef5c authored about 2 years ago by Henry Nguyen <[email protected]>
[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - d725c46cc08ab39461256e17e7840d285c654355 authored about 2 years ago by KTSnowy <[email protected]>
[AOT]: Compile Libotterkit as a Native AOT project, include Decimal128 libraries in the output and execute Decimal128 warm up function before main program. (#9)

* [AOT]: Enable PublishAot

* [Cleanup]: Copy Decimal128 to Output folder and add library warm up

github.com/otterkit/otterkit-cobol - 0b6b13476ec308bbab6733a5284be554475a4539 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Cleanup]: Remove extra Decimal128 files

github.com/otterkit/otterkit-cobol - bc1f4f2c08397fea0b17ca305b9c3de729f47d5c authored about 2 years ago by Keith Taylor <[email protected]>
[Update]: Commit Ox optimized Windows DLL

github.com/otterkit/otterkit-cobol - 409938b3aef270e192c38b378ebbfbe64b9508a0 authored about 2 years ago by Keith Taylor <[email protected]>
[Submodule]: Update libotterkit commit hash and enable Deterministic

github.com/otterkit/otterkit-cobol - efa4b8a392eaf37dd5802063bdb8c5cd5425319d authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Numeric type refactor and optimization (#8)

* [Update]: Change Numeric type to use String.Create(_)

* [Update]: Remove stopwatch

* [Up...

github.com/otterkit/otterkit-cobol - f121c7870c9a2aa1006d115040a2ab5fd3dfe59f authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Update]: Correctly parse MULTIPLY, DIVIDE, SUBTRACT and constant entries

github.com/otterkit/otterkit-cobol - 6d245247f0b705f4d8aa3516f97c18ae1a96e875 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added "File Not Found" error handling

github.com/otterkit/otterkit-cobol - aa646069acc19640bba3acb1a9b168da04e09cf8 authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed strings being uppercased during classification

github.com/otterkit/otterkit-cobol - 18de8f98a90004362e1bf0bdd809ea6e29813afd authored about 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed Token case sensitivity

github.com/otterkit/otterkit-cobol - b0d993d9a52ec0f911c66aaa4814bd182205adac authored about 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed COMPUTE statement parsing error

github.com/otterkit/otterkit-cobol - 60ddd12eed2371772b9289b335f3b437d563c105 authored about 2 years ago by Keith Taylor <[email protected]>
[Update]: Correctly parse ADD statement

github.com/otterkit/otterkit-cobol - 4945a55c975ca39e9bb99b3735a3cc486f414082 authored about 2 years ago by Keith Taylor <[email protected]>
[Update/Fix]: Correctly parse COMPUTE statement and fix scope terminator

github.com/otterkit/otterkit-cobol - bdcb14107e7adb3749a0a5bc28c8f0198a3d8416 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Correctly parse STOP RUN statement

github.com/otterkit/otterkit-cobol - 08de47c830855c0ba62298606fcfa24f80ae023c authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Correctly parse DISPLAY and ACCEPT statements

github.com/otterkit/otterkit-cobol - b5a4c4fe03ca8b4c8a3287406eacf8e34b0b2a6f authored about 2 years ago by KTSnowy <[email protected]>
[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - 49228e4829dc3523da6c7f8e1d24a47ed1596e0c authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Refactored TRIM, WHEN-COMPILED, SIGN and INTEGER-OF-BOOLEAN

github.com/otterkit/otterkit-cobol - 3ba7d2a819dc39c44d3cc9f852e45d6e4acfdb92 authored about 2 years ago by Keith Taylor <[email protected]>
[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - a6733807472ba2bc801c7d0fef1c9b2a2d9c1761 authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed small issue with REM function's subsidiary quotient

github.com/otterkit/otterkit-cobol - 4fd8924507881f4b12e723a62cba8d373b3e78ea authored about 2 years ago by KTSnowy <[email protected]>
[Update/Fix]: Added DIVIDE and MULTIPLY statements, and fixed edge cases (#7)

* [Update]: Added Multiply statement

* [Update/Fix]: Added DIVIDE statement, and fixed edge c...

github.com/otterkit/otterkit-cobol - 5e4412231df08663e633c134f4f46ae7b555146d authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - aa6345fc1dd3440889bb0ecf0940a4066f0aedd6 authored about 2 years ago by KTSnowy <[email protected]>
[Update/Fix]: Added SUBTRACT Statement and fixed Numeric edge case

github.com/otterkit/otterkit-cobol - 3c65686e142e57d69c8e5a07f0288779beba0790 authored about 2 years ago by KTSnowy <[email protected]>
[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - f184b595826716fa984fe48f11a753736e19b394 authored about 2 years ago by KTSnowy <[email protected]>
[Update/Fix]: Added ADD statement implementation and fixed Numeric edge case (#5)

github.com/otterkit/otterkit-cobol - e775a3a8acbf2281521e8eb80f51bd3be5cf4494 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Fix]: Remove .vscode folder

github.com/otterkit/otterkit-cobol - ba73cae936dcb732ea7a318ef3fdbddc50edbd11 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Update libotterkit git submodule

github.com/otterkit/otterkit-cobol - 847266df58ba7ba05faab6780d539255d3ffc4f7 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Refactored ACCEPT and DISPLAY statements (#4)

github.com/otterkit/otterkit-cobol - 660611696ed97bee30ff634a1515a249ac4ad108 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Update]: Added COMPUTE statement implementation (#3)

github.com/otterkit/otterkit-cobol - 9dca09504cc7bf97bbc02f6b151c59367f9845c6 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[Fix]: Fixed csproj libotterkit <ProjectReference>

github.com/otterkit/otterkit-cobol - ed574466dbdf1126d25bc4e62ffce63f96e4a25a authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added libotterkit as a git submodule

github.com/otterkit/otterkit-cobol - afcd586cee17ccc55e7fa135491df9f92c1e54af authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Refactor Otterkit Data Types (#1)

Branch protection override to merge the PR.

github.com/otterkit/otterkit-cobol - 6f1bdec32a8a6affcf06ec8c2cc0106c0b442f03 authored about 2 years ago by Gabriel Gonçalves <[email protected]>
[WIP]: Commit unfinished recursive descent parser

github.com/otterkit/otterkit-cobol - 67256f5d2c060a424874f8486d76ab275d377438 authored about 2 years ago by KTSnowy <[email protected]>
[WIP]: Nicer classes + Parsing now specified via JSON (#1)

github.com/otterkit/otterkit-cobol - 92410fc595673280a007b1cca1d77bc6d8cc823a authored about 2 years ago by Gabriele Silingardi <[email protected]>
[Update]: Added STOP RUN and ACCEPT Statements

github.com/otterkit/otterkit-cobol - 1464f04487367e98c805329669fc201b5fce61ba authored about 2 years ago by KTSnowy <[email protected]>
[WIP]: Added unfinished COBOL statements file

github.com/otterkit/otterkit-cobol - 5696d000e9a3cbd651316ba30befccf9b59cc7e9 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Intrinsic functions refactoring

github.com/otterkit/otterkit-cobol - 9a7267fe1e4af3771b8bf1ff4c5cc313dd5d3a13 authored about 2 years ago by Keith Taylor <[email protected]>
[Update]: Added Decimal128 build commands for Unix systems

github.com/otterkit/otterkit-cobol - cc5fa5a6f757fc6711fa81676e2418d43719b52b authored about 2 years ago by Keith Taylor <[email protected]>
[Update]: Updated regex explanation

github.com/otterkit/otterkit-cobol - c63e93b611fa434538c17fcce43747477203c43c authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Fixed and added number Regex

github.com/otterkit/otterkit-cobol - b525b8f1f3f295dcbf68092646e3eb1f4d27851b authored about 2 years ago by KTSnowy <[email protected]>
[WIP]: Commit unfinished Scope Analyzer code

github.com/otterkit/otterkit-cobol - ac744daa5bf4f62a1d74e1190e5ca6507811bf89 authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Remove an extra new line

github.com/otterkit/otterkit-cobol - 07bd25be1e4c1132ff87299a6dec436d7762e207 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Improved Lexer and Classifier outputs

github.com/otterkit/otterkit-cobol - 93c049f6314b5449d604847c3c055e7db21657c1 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added FIND-STRING, TRIM, SIGN, FORMATTED-DATE and INTEGER-OF functions

github.com/otterkit/otterkit-cobol - ea64346f5a86f70be2e99eaf31ad2372d3b44402 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Commit Decimal128.so library file for linux

github.com/otterkit/otterkit-cobol - f25f0914783e11bffac30e182d9fd1edb41075b7 authored about 2 years ago by Keith Taylor <[email protected]>
[Update]: Commit Decimal128.so library file for linux

github.com/otterkit/otterkit-cobol - 2d071fe3732e533dff71969fa2a6a563245e9bde authored about 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed intrinsic function name formatting

github.com/otterkit/otterkit-cobol - b0e6b597f64802c07234e7912c112cd87b5eb9d2 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added Decimal128.dll

github.com/otterkit/otterkit-cobol - a0195e176adf3a27531c27acb310f56cbff649ff authored about 2 years ago by Keith Taylor <[email protected]>
[WIP]: Added unfinished intrinsic function implementations

github.com/otterkit/otterkit-cobol - ed6431017ff594900044ce2c720bd981b3c1bb25 authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed relaxed shift operator error

github.com/otterkit/otterkit-cobol - 48823be566ae650d24834afc62cd119505d90b83 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added IEEE 754 Decimal128

github.com/otterkit/otterkit-cobol - fc7e56168cafb39386db4537039e5e2ae3f6cc83 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added libmpdec license notice

github.com/otterkit/otterkit-cobol - 3a2c8630695e77793e168972534a69a1ba1ebea7 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added symbols to Classifier

github.com/otterkit/otterkit-cobol - 6c9f7f5a1e4742fd3fa90c22e93c1d9a6121f523 authored about 2 years ago by KTSnowy <[email protected]>
[WIP]: Commit DPDExtended 240-bit Decimal Number

github.com/otterkit/otterkit-cobol - 19ff5b6d9c23c1e04db4a44d87498be2ea5f1cb6 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Help message readability change

github.com/otterkit/otterkit-cobol - 6188fd83459e3538bb06738d205dea6fbe198ba1 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added COBOL symbols table

github.com/otterkit/otterkit-cobol - 869e5f88a6a380d8be2993c04562daf349f9d721 authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed DPD120 Multiply and Divide not returning the correct value

github.com/otterkit/otterkit-cobol - a3cabe2d89753d7ab4403006f20b947f8dca794a authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed the Add and Subtract methods using the wrong parameters for arithmetic

github.com/otterkit/otterkit-cobol - 2c3b3ba87b3648762f9a68a3bdaed874c5578e70 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Refactor classifier if..else statements

github.com/otterkit/otterkit-cobol - 176f6824d3f3f0e70105097825dcf319474acf21 authored about 2 years ago by KTSnowy <[email protected]>
[WIP]: Added DPD120 Pow, Exp, Log, Sqrt functions

github.com/otterkit/otterkit-cobol - 1f65c46408399b244c5ef76ac4d55c7d0296370b authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added DPD 120 %, == and != operators

github.com/otterkit/otterkit-cobol - 607b386a53cff91104d7fda7fd7247776bae4e36 authored about 2 years ago by KTSnowy <[email protected]>
[WIP]: Commit unfinished Token Classifier code

github.com/otterkit/otterkit-cobol - 0ecfa21e8677469245abc752ecb7955fc1c393ec authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Remove extra whitespace

github.com/otterkit/otterkit-cobol - 592d181db008be20d7d56a739da0ddbc6d1f1dc7 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Rename OtterkitDPD to DPD120

github.com/otterkit/otterkit-cobol - d57d583a451ce6f4130f55a062f185bff0152599 authored about 2 years ago by KTSnowy <[email protected]>
[WIP]: Commit, OtterkitDPD Divide, Multiply, Add and Subtract

github.com/otterkit/otterkit-cobol - c0cc908721351dc427fc7603689e70c06af7e3fc authored about 2 years ago by KTSnowy <[email protected]>
[WIP]: Commit unfinished DPD arithmetic

github.com/otterkit/otterkit-cobol - 9a990585dbc2aed70b5ee177586c6a98af57a41b authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added libotterkit as a dependency

github.com/otterkit/otterkit-cobol - 218fc259b0b4bc7fac43d272caf148e3a972e6d5 authored about 2 years ago by KTSnowy <[email protected]>