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]: libotterkit Numeric byte magic fix

github.com/otterkit/otterkit-cobol - 22e416b4b769e25bcd445137ef21d8d9c99007ff authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Attempt to fix Numeric byte magic

github.com/otterkit/otterkit-cobol - 6f56b9cff251fe0c0a90b806244fe55cb26bc203 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: This should fix most of the byte magic issues

TODO: Benchmark this later and compare to the previous results

github.com/otterkit/otterkit-cobol - 31004f32a9a9af95871cf5a685d297d966b56240 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Update Otterkit Templates package version

github.com/otterkit/otterkit-cobol - 74c98d0e840d356bcb10d14f330c8bf96f65a5cb authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Libotterkit submodule and project templates

github.com/otterkit/otterkit-cobol - bca9dc657f8fc58e2226ab813a49150d1b95e0e1 authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fix Numeric formatter

github.com/otterkit/otterkit-cobol - 5622f1a62a455eaddf99ea99d06f00c1102c4e87 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Update README package versions

github.com/otterkit/otterkit-cobol - 3694bd855b7740bbbeaff4b91489d292de243fa0 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Update Nuget package version

github.com/otterkit/otterkit-cobol - 5da9356a0134079c1f15ad789dd790d51b1fec36 authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed codegen scope resolution

github.com/otterkit/otterkit-cobol - 3c4ba177fb6b9ef50ba517b2b2d511b708780193 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Commit WIP IF statement codegen

github.com/otterkit/otterkit-cobol - 12eb6201078428a029e990f6c3a30a1fddd5af09 authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed statement builder not recognizing lowercase keywords

github.com/otterkit/otterkit-cobol - 2fcf1a68876a2bbabebd8051d3a1f60266a6abe7 authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed codegen StringComparison, and not correctly running on Windows

github.com/otterkit/otterkit-cobol - 60b1ad59feb1bfaa325e3fea28829d3e14a4079b authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix/Update]: Fix conditional expression failing with functions, and commit WIP identifier parsing

github.com/otterkit/otterkit-cobol - e39539f6bc6fd4f50b51065f13db5f87ceecb14e authored almost 2 years ago by Keith Taylor <[email protected]>
[Update/Fix]: Fix and update WIP identifier parsing

github.com/otterkit/otterkit-cobol - 3459adc15642bbb21c7c521d1efba4531a652746 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update] Add a link to the now published 2023 standard

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

github.com/otterkit/otterkit-cobol - 7dbc4d6ce5b8f7273153ac2edf759c8fb0521aaa authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fix Numeric type byte magic *again*

This byte magic has a tendency to break

github.com/otterkit/otterkit-cobol - 6dd6860d8417c07194aa99968d5f433ce0cc69e1 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update/Submodule]: WIP Identifier parsing and libotterkit commit hash

github.com/otterkit/otterkit-cobol - 4b6e0845429f44a4112c7864a173c5ee90aee15e authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed Numeric type formatter and Numeric to Decimal conversion

github.com/otterkit/otterkit-cobol - 628a450fbc0ed4e91733f092fd791a259403b5a0 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Commit WIP identifier type parsing

github.com/otterkit/otterkit-cobol - 10c0db07b8be6370a528d54427df7dc761bae5d1 authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed DISPLAY not working with single quote COBOL strings

github.com/otterkit/otterkit-cobol - 53fa2b7a24e747f6602ec9fa527261799ef78f91 authored almost 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed single quotes not being classified as a string

github.com/otterkit/otterkit-cobol - 94b248cf4ca94d0f6fb41763d51a90f0761d7710 authored almost 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed broken division checks during the codegen stage

github.com/otterkit/otterkit-cobol - 830458c023a7af73314a29381b0e48ba63b335c3 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Added IdentifierType [Flags] enum

This will be used for checking which identifier types are allowed some parts of the code

github.com/otterkit/otterkit-cobol - c4b1c4e7915cc3421b0dc2bf30898f68eb47808c authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Add comparison/equality operators to Numeric type (#22)

* Add comparison/equality operators to Numeric type

* Added basic binary mathematic operators...

github.com/otterkit/otterkit-cobol - 26800115069dcdc7cebdbb282da0bf1b9c50dae2 authored almost 2 years ago by Sean Vo <[email protected]>
[Update]: Added function ORD (#21)

* Added function ORD

* [Fix]: Fixed out of the range exception

---------

Co-authored-by...

github.com/otterkit/otterkit-cobol - 310c088a53300b4141f2373fb7e8b5e19f7e267e authored almost 2 years ago by Sean Vo <[email protected]>
[Submodule]: Update libotterkit commit hash

github.com/otterkit/otterkit-cobol - 1784f70e64eb81d69a93bb137f975c90930ca456 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Move GenericTest to the Helpers class

github.com/otterkit/otterkit-cobol - 083e1473c8a832f217543e9e6e44bff12750a425 authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed generic function example

github.com/otterkit/otterkit-cobol - 0d9e66bbcad97d11b066550f314f5c1c9958f557 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Added a common interface for each COBOL type

github.com/otterkit/otterkit-cobol - aef9a29eca23084bf385335bf626bb7fe5ea14e4 authored almost 2 years ago by Keith Taylor <[email protected]>
[Fix]: Fixed getter and setter signature

github.com/otterkit/otterkit-cobol - db24fe54be7a6772acadbf0a6d4b91573d2134c7 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Added --parse:tokens command line option

github.com/otterkit/otterkit-cobol - 7dea45ecbaa2a65b20e693caec2711d4d4a64fee authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Optimize token classifier, avoid new list allocation

github.com/otterkit/otterkit-cobol - cccf2004e3b814fa7766246638db3d2bc49bd0bc authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Commit WIP source unit resolution

github.com/otterkit/otterkit-cobol - 0ca4320daf6991b32f87a7599f30b2e20c7557c6 authored almost 2 years ago by KTSnowy <[email protected]>
[Fix]: Fix SourceUnitSignature null reference warnings

github.com/otterkit/otterkit-cobol - 8b29c7accafe17965e8bb746563a66a4ccb1230a authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Change SourceUnitSignature and RepositorySignature to a record type

github.com/otterkit/otterkit-cobol - 381eabb515c288ea63cf80c2775cbca1993f105e authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Change Token from struct to record

github.com/otterkit/otterkit-cobol - e33b798b670ba9d0703a25e22f6ef68f12eea244 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Use StringComparison.OrdinalIgnoreCase for token comparison

github.com/otterkit/otterkit-cobol - e51c78971165fda014023d8484dcd4689a404915 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Fleshed out home page (#2)

github.com/otterkit/otterkit.com - 6b29009e3e4345ada51535ba3c548835d8b58f93 authored almost 2 years ago by Sean Vo <[email protected]>
[WIP]: Commit WIP SET statement

github.com/otterkit/otterkit-cobol - 3856a9813ab5ccb70f0c60042d23fdb63f5356af authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Handle multiple usings and types, and WIP full picture parsing

github.com/otterkit/otterkit-cobol - ca8bad1fcf868db068fbc40f92bf2e56c19b0c92 authored almost 2 years ago by Keith Taylor <[email protected]>
[Workflows]: Create CodeQL workflow

github.com/otterkit/otterkit-cobol - 8bda74447859e9ad6078c6669b6ec38c60c397ad authored almost 2 years ago by Gabriel Gonçalves <[email protected]>
[Update/Fix]: Update Nuget package version and copyright year

github.com/otterkit/otterkit-cobol - 5a682ff59ff00558d42d9178d64a5028b95368d1 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Parse PERFORM statement

github.com/otterkit/otterkit-cobol - 318ada6409c7f6f150935afadb18c89d882c0bda authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse EVALUATE statement

github.com/otterkit/otterkit-cobol - dfa36739596f530ca9c86671c7a9aeefc852bd88 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse SEARCH statement

github.com/otterkit/otterkit-cobol - eb47152e7d168401172a8a3834a9fa3fe3ee4b24 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Added SourceId, LevelStack and FileIndex comments

github.com/otterkit/otterkit-cobol - 23650037fe216a29b43bc24356fe4966a2a23e45 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Added source id stack for id resolution

github.com/otterkit/otterkit-cobol - 92becfe767e477d8865e28dad7df9cbc2ddacddd authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Added enum to usage string extension method

github.com/otterkit/otterkit-cobol - 9045f020d6f7f8356e59914f1ecc5e4d39e9dc8e authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Added level number and USAGE clause checks

github.com/otterkit/otterkit-cobol - db16e2fefc4146d0bdf62adfa76603b7e2947138 authored almost 2 years ago by KTSnowy <[email protected]>
[Update/Fix] Change Options to record, and more enums to a separate file

github.com/otterkit/otterkit-cobol - 9e2eedc3ac86cb6a19f9f9d549bc61e811cc39dd authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Optimize Lexer and Token Classifier

github.com/otterkit/otterkit-cobol - 761f0b801fe18a47b2c7fd69982682d0ebc88d2c authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Commit WIP data item clause check

github.com/otterkit/otterkit-cobol - 64f7ddfe37e13507ae829e2848da2680a3bba92a authored almost 2 years ago by KTSnowy <[email protected]>
[Fix]: Fix statement stack overflow on files with 25000+ lines

github.com/otterkit/otterkit-cobol - c9381359216a61d1a38bee956798e60dc3378c8e authored almost 2 years ago by Keith Taylor <[email protected]>
[Update}: Optimize token classifier

github.com/otterkit/otterkit-cobol - ea91873c1714007e7b6b538c7b4cd16c95eadd96 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Commit WIP identifier resolution

github.com/otterkit/otterkit-cobol - f6a27492237dcfac5ef484b7c1753e352c024539 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse OPTIONS paragraph and more data item clauses

github.com/otterkit/otterkit-cobol - 9f69b9843d16d345b3eaa02d4ab4148c5800f5d6 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse INSPECT statement

github.com/otterkit/otterkit-cobol - 8dbf029a901e88e6e51228c89d51e072143c8a62 authored almost 2 years ago by KTSnowy <[email protected]>
[Fix]: Add UNSTRING method to the statement parsing method

github.com/otterkit/otterkit-cobol - 64d2e6aff12542ac8c4e016efa3d6ca80686d63f authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse UNSTRING and WRITE statements

github.com/otterkit/otterkit-cobol - ad34e49f9042019204b721d93f63d03b2ab0b938 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse DECLARATIVES and their use defined sections

github.com/otterkit/otterkit-cobol - d4b4853db44b1c4defb415518f2869f2d8b28098 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse USE statement

github.com/otterkit/otterkit-cobol - 17872cf00ff691136e802023f0b3fa802f568b47 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Parse MERGE and SORT statements

github.com/otterkit/otterkit-cobol - 22a7fdd999edbdcec5d825bd388aa592a8261076 authored almost 2 years ago by Keith Taylor <[email protected]>
[Update]: Added analyzer static constructor

github.com/otterkit/otterkit-cobol - cbe104e4b75a7786b3d854108b1a24fbed0f1232 authored almost 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed ErrorHandler pretty error display, and infinite parser loop

github.com/otterkit/otterkit-cobol - 68c7ba3311ae6c05a3dd3c179eb1d79042c7b230 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse STRING statement

github.com/otterkit/otterkit-cobol - d85e6b93e05f3f417d7861e695db952041badcb9 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse SEND and START statements

github.com/otterkit/otterkit-cobol - 5245eec9a94bf16c7486bf0cfe823b2948a43c61 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Add project icon to the README header

github.com/otterkit/otterkit-cobol - 79b18384ae3ee125f1c2ecf55fd54e82a895bc96 authored almost 2 years ago by Gabriel Gonçalves <[email protected]>
[Fix]: Fixed Nuget package version in the README file

github.com/otterkit/otterkit-cobol - 0683324e8d33a787cf387c1dab1b7acf6c28f5c4 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Update README and Nuget package version

github.com/otterkit/otterkit-cobol - c119664862c0da59ce899b8fac54aaa53a371215 authored almost 2 years ago by KTSnowy <[email protected]>
[Fix]: Fix standard year (#9)

github.com/otterkit/otterkit-cobol - 9b26e444f02c5faf555259555f60548d6b232950 authored almost 2 years ago by Sean Vo <[email protected]>
[Update]: Parse INTERFACE-ID, method, program and function prototypes

github.com/otterkit/otterkit-cobol - ca425d52ddd66efd0837c0f7fd1d60d84acc55b4 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Added installation and about sections to ReadMe (#8)

github.com/otterkit/otterkit-cobol - e54f9b67f58a9bc72f19b49b0793deb324cdd463 authored almost 2 years ago by Sean Vo <[email protected]>
[Update]: Parse CLASS-ID, FACTORY, OBJECT and METHOD-ID

github.com/otterkit/otterkit-cobol - bb8219cb2f946cafb3a6ee0c2cc9aa3224b72d50 authored almost 2 years ago by KTSnowy <[email protected]>
[Update]: Parse INITIALIZE, INVOKE, OPEN, READ and RECEIVE

github.com/otterkit/otterkit-cobol - 96bd6c93bbf48472367c94e2f3595d59dde61477 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Parse multiple source files

github.com/otterkit/otterkit-cobol - c1713d6bed68b77319537ee123765fa1afdc7e95 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Removed data name resolution from the parser

github.com/otterkit/otterkit-cobol - f6a65cb992344b9e64395af571d6a14f413ac4b8 authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Removed unused variable and assignment

github.com/otterkit/otterkit-cobol - 48b4980a5717d4dff5fe2bdbc80709b9c0781a68 authored about 2 years ago by Keith Taylor <[email protected]>
[Update/Fix]: Apply Roslyn Analyzers fixes and change suggestions

github.com/otterkit/otterkit-cobol - edb09dfb3f1bda8c1039199d95bae58a22ed41be authored about 2 years ago by Keith Taylor <[email protected]>
[Update/Fix]: Apply Roslyn Analyzers fixes and change suggestions

github.com/otterkit/otterkit-cobol - a0256a76d928fc84e82eee7f302c8cee16547890 authored about 2 years ago by Keith Taylor <[email protected]>
[Update]: Added identifier check to the parser

github.com/otterkit/otterkit-cobol - cb4f33e7d3562ea4dab14989b9063275ce0d5633 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Parse procedure division USING clause

github.com/otterkit/otterkit-cobol - aff9d6f1f40738b2d1c94645ed37484ea777ac85 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Parse the REPOSITORY paragraph

github.com/otterkit/otterkit-cobol - f0b13561bc4f328be54b10b61976a2352833b82c authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Parse METHOD-ID

github.com/otterkit/otterkit-cobol - 9d6702dd3f8b076c2b9c973d99a27c847af387eb authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Parse CLASS-ID and INTERFACE-ID

github.com/otterkit/otterkit-cobol - b89b0708cd32b1a935721dbf62e8fc7a389951c5 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Improve parser's error handling

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

github.com/otterkit/otterkit-cobol - b3f5454157dac44d5f594be0b44435e3826ea0af authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Parse a complete PROGRAM-ID

github.com/otterkit/otterkit-cobol - f46cc9c28a8bee829643ca5efe93e03388ab3b30 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Parse English-like conditional expressions

github.com/otterkit/otterkit-cobol - 6d0f20e33c81f4020ac2489512d574e843daf4b6 authored about 2 years ago by KTSnowy <[email protected]>
[Fix]: Fixed merge conflict

github.com/otterkit/otterkit-cobol - 4f5240392a2a107fb4f1d45f214e9b5eedc36dee authored about 2 years ago by KTSnowy <[email protected]>
[Update/Fix]: Apply Roslyn Analyzer fixes and change suggestions

github.com/otterkit/otterkit-cobol - 87c35fb1223f42a07c2860797be15404289c2cb8 authored about 2 years ago by Keith Taylor <[email protected]>
[Submodule]: Apply libotterkit Roslyn Analyzer changes

github.com/otterkit/otterkit-cobol - 4d52a9ef35741fec1772ffaa087d1f580effc285 authored about 2 years ago by Keith Taylor <[email protected]>
[Update/Fix]: Apply Roslyn Analyzers fixes and change suggestions

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

github.com/otterkit/otterkit-cobol - 824bc17a412bc4449510a73b98ffc2b618ff0df3 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added functionality for RANDOM Function (#20)

* Added functionality for RANDOM Fucntion

* [Update]: Added a line to make sure that it stays...

github.com/otterkit/otterkit-cobol - a32e1d2853e5275c74eca88a81fd315112bffa2f authored about 2 years ago by Henry Nguyen <[email protected]>
[Fix]: Fixed Numeric formatter only returning the first digit

github.com/otterkit/otterkit-cobol - 46a280e658b854b9e33ccd5f97463427e587ea26 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Added helper method to compile boolean expressions

github.com/otterkit/otterkit-cobol - 97e6d86fba4afb7cd3becd0e53688d65fc55b7d5 authored about 2 years ago by KTSnowy <[email protected]>
[Fix/Update]: Fixed boolean postfix evaluator, and slightly refactored parser

github.com/otterkit/otterkit-cobol - 7b4cbfa20b51099bf7ec34d505f78ad91638b910 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Small help message change and update libotterkit

github.com/otterkit/otterkit-cobol - d84a9369f210ccb7e500ea39249abb4cf0326f73 authored about 2 years ago by KTSnowy <[email protected]>
[Update]: Replace DLLImport with LibraryImport

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