Ecosyste.ms: OpenCollective

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

Swirl

Swirl. A high level, statically typed, compiled programming language.
Collective - Host: opensource - https://opencollective.com/swirl - Code: https://github.com/SwirlLang/Swirl

deleted a stupid line

github.com/SwirlLang/Swirl - 217e88d0181c1e8e5da0a4ff02e2cd495cfcdbbd authored almost 3 years ago by In-diaonic <[email protected]>
fixed a important bug

github.com/SwirlLang/Swirl - ae9fb5fb5baaebc404536a164215c9829f557271 authored almost 3 years ago by mrinmoyhaloi <[email protected]>
Merge branch 'main' of https://github.com/Lambda-Code-Organization/Lambda-Code into main

github.com/SwirlLang/Swirl - 86599dfbbc2a4793cd1adb162b8293c7b7509a49 authored almost 3 years ago by mrinmoyhaloi <[email protected]>
added contributions guidelines

github.com/SwirlLang/Swirl - 9bc60b21c17e52b07c3b8691a929be083b38ce93 authored almost 3 years ago by mrinmoyhaloi <[email protected]>
fixed file not found error #3

github.com/SwirlLang/Swirl - 1678bee8887fc24aadedf1640ca7a1a066e4d94b authored almost 3 years ago by In-diaonic <[email protected]>
fixed file not found error #2

github.com/SwirlLang/Swirl - b4a875ffa3f7faae29e4b75c2957639c11b4b58a authored almost 3 years ago by In-diaonic <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - 109fdd11267e55a8bb7d40db1c51e6d047e47c9a authored almost 3 years ago by In-diaonic <[email protected]>
fixed file not found error

github.com/SwirlLang/Swirl - f5419c1559bb4f98d62c6c0877782ceca238bd34 authored almost 3 years ago by In-diaonic <[email protected]>
update bug report template

github.com/SwirlLang/Swirl - 00b277ab1319567234177a7a5e32123b6f6dfb53 authored almost 3 years ago by mrinmoyhaloi <[email protected]>
properly indented functions, conditional and

loop statements.
Changed dummy code
of conditional and loop statements

github.com/SwirlLang/Swirl - 54f60dfe7639bb391e630c62c03c95db3a218677 authored almost 3 years ago by mrinmoyhaloi <[email protected]>
conventions

github.com/SwirlLang/Swirl - a825f1f756384caf77741ec76f311b721aa475ff authored almost 3 years ago by In-diaonic <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - 39d8ca6dfad7303966b782f252fffd3624d6f665 authored almost 3 years ago by In-diaonic <[email protected]>
invoking the pre processor will be done after the EOF and EOL checks, made a few function definitions

github.com/SwirlLang/Swirl - 2d67f43a86c4242f52a7f3a7283fd05b7d2f4ebe authored almost 3 years ago by In-diaonic <[email protected]>
Rewrote the config parser

github.com/SwirlLang/Swirl - 601ddb3ed3c0149432561f838edcd45d6d53c8a1 authored almost 3 years ago by 0x454d505459 <[email protected]>
Merge branch 'main' of https://github.com/Lambda-Code-Organization/Lambda-Code into main

github.com/SwirlLang/Swirl - d23824d786066be59b67c4094511d416fc6d422f authored almost 3 years ago by mrinmoyhaloi <[email protected]>
defined paths for configs

and packages for both linux and windows. Added command for reading
config file in linux

github.com/SwirlLang/Swirl - f2fd8a7b3d095a29348fdbb1c6ed9f25aaaa999d authored almost 3 years ago by mrinmoyhaloi <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - a9852b7b4e5abc086d9a76cb625b62613ffd0e4c authored almost 3 years ago by In-diaonic <[email protected]>
Error now does not inherits from Exception and is its own independent class, fixed a ton of issues with pre-processor

github.com/SwirlLang/Swirl - b2ab8a0c011851578874d3522a5cfef8fd46b02b authored almost 3 years ago by In-diaonic <[email protected]>
Fixed a typo

github.com/SwirlLang/Swirl - 9f8a4f342a3a12db73cc8f734e652b62a09b4f50 authored almost 3 years ago by Bruhh <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - 3065ec9fb4e8f0036edd5ccbac1ee4b3ae1a772c authored almost 3 years ago by In-diaonic <[email protected]>
Replaced print with sys.stdout.write

github.com/SwirlLang/Swirl - f5562c7601691eac8ea3ddaa96c0ec4b2fb2669d authored almost 3 years ago by In-diaonic <[email protected]>
added alias of info command show. Most programs

have both of this commands.

github.com/SwirlLang/Swirl - b9106ed46983c921d12d00f29daa5fe33bdc7e88 authored almost 3 years ago by mrinmoyhaloi <[email protected]>
Update README.md

github.com/SwirlLang/Swirl - a659cd94a3bc94ba022f98f3760704163209f43e authored almost 3 years ago by Mrinmoy Haloi <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - 4a037f0b30adc51c8c1cbc3a4d6ca9cb4603a76e authored almost 3 years ago by In-diaonic <[email protected]>
Added an input function to built-ins

github.com/SwirlLang/Swirl - 3422521a135e7338f05c4b76ae8798d13760b752 authored almost 3 years ago by In-diaonic <[email protected]>
Removed non-sense 'copyrights' in the compiler

github.com/SwirlLang/Swirl - f4b873f328e1c603953d6475d5f6df4135db61d8 authored about 3 years ago by 0x454d505459 <[email protected]>
Revert "Removed non-sense 'copyrights' in the compiler"

This reverts commit 3bfcdfc3549b071e11c552d2361ea298a802ae8e.

github.com/SwirlLang/Swirl - 6c5dfdcffeff98b3ae2a4246d55381b0781254ef authored about 3 years ago by 0x454d505459 <[email protected]>
Merge branch 'main' of github.com:Lambda-Code-Organization/Lambda-Code

github.com/SwirlLang/Swirl - 7affef1fb576dae1c3fd039378fa2f84282e761b authored about 3 years ago by 0x454d505459 <[email protected]>
Removed non-sense 'copyrights' in the compiler

github.com/SwirlLang/Swirl - 3bfcdfc3549b071e11c552d2361ea298a802ae8e authored about 3 years ago by 0x454d505459 <[email protected]>
fixed build failing

github.com/SwirlLang/Swirl - d8579fa78b0da74e72e9c73acabb492215066675 authored about 3 years ago by In-diaonic <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - adcf2d04ba34c2bde4c631788929f5da175ea0ef authored about 3 years ago by In-diaonic <[email protected]>
A huge update, rewritten entire function and class parser from scratch in a modern and readable way! Still needs improvements and bug fixes

github.com/SwirlLang/Swirl - 25418862035cb5821995355ad0012b90cc65afb1 authored about 3 years ago by In-diaonic <[email protected]>
Merge pull request #4 from Starpredetor/patch-1

Minor fix

github.com/SwirlLang/Swirl - 8ac380d2804e2fa1431b9d81acfb16ab3d554744 authored about 3 years ago by In-diaonic <[email protected]>
Even more minor change

github.com/SwirlLang/Swirl - dd179872b777952167886ee1245989c6b3968136 authored about 3 years ago by Starpredetor <[email protected]>
Minor fix

A minor fix in this file

github.com/SwirlLang/Swirl - b68421610ddcc71c11e9b60c2ac796ef6edf4949 authored about 3 years ago by Starpredetor <[email protected]>
changed operators lists

to tables for more readability

github.com/SwirlLang/Swirl - 6819bab4893da8b3c46012896a7ad01901d4f0b1 authored about 3 years ago by mrinmoyhaloi <[email protected]>
changed array to list data type

github.com/SwirlLang/Swirl - 935ab89edf4ae71eb8c21a01227f2a5f0b3f6976 authored about 3 years ago by mrinmoyhaloi <[email protected]>
changed import statement from inline code block

to block code

github.com/SwirlLang/Swirl - 59595bcff329f11d6564377e49cf5ab2deb72c1e authored about 3 years ago by mrinmoyhaloi <[email protected]>
formatted builtin functions for better readability.

renamed syntax.md file to specification.md

github.com/SwirlLang/Swirl - fdfe14341fba3cfafd996b18c208cdc835ca518e authored about 3 years ago by mrinmoyhaloi <[email protected]>
added builtin functions to the specification

github.com/SwirlLang/Swirl - aebe9f249e79b4e4d2183a48e435f339cd142542 authored about 3 years ago by mrinmoyhaloi <[email protected]>
Changed the windows path

github.com/SwirlLang/Swirl - e28551bbf7608f302fd166c88209ce7cfe3a8311 authored about 3 years ago by 0x454d505459 <[email protected]>
Replaced normal strings with references

github.com/SwirlLang/Swirl - 4736d0908d66c4a1f22f63945692160b0750105a authored about 3 years ago by In-diaonic <[email protected]>
print can now take variable number arguments, fixed type casters

github.com/SwirlLang/Swirl - 0504d0ad7e3ba4f369e8fd8deecb21e0efb3dac8 authored about 3 years ago by In-diaonic <[email protected]>
updates built-ins

github.com/SwirlLang/Swirl - aba5eba766b824927cbd152fcfa9f2e7e500dca3 authored about 3 years ago by In-diaonic <[email protected]>
str to string

github.com/SwirlLang/Swirl - 41aea31bc26a775d79e86d20359a285d1a7c7ddf authored about 3 years ago by In-diaonic <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - c45c5448426c161ebcd2e07168af0415510eb501 authored about 3 years ago by In-diaonic <[email protected]>
Added built-ins, work on class EOF/EOL checker and separator continues.

github.com/SwirlLang/Swirl - 3f7281320310ac9cc16b8a18eb4ed1b0c7400c92 authored about 3 years ago by In-diaonic <[email protected]>
removed useless comment

github.com/SwirlLang/Swirl - 528ab7a14971882398d234ba5ac3726c23dece89 authored about 3 years ago by mrinmoyhaloi <[email protected]>
changed help message indention and shortened

info of packages shown
in the query page

github.com/SwirlLang/Swirl - ed96476e86cc2066765fb6c6479ffb586ba66053 authored about 3 years ago by mrinmoyhaloi <[email protected]>
Fixed missing URL making the query feature not working

github.com/SwirlLang/Swirl - 5486c68e8f9e5df2913df2aab6e83f4c9b26db02 authored about 3 years ago by 0x454d505459 <[email protected]>
Merge branch 'main' of https://github.com/Lambda-Code-Organization/Lambda-Code into main

github.com/SwirlLang/Swirl - 108dbf0c769293f9b22279fefac03cafd531de7f authored about 3 years ago by mrinmoyhaloi <[email protected]>
changed behaviour of lpm when no command is provided. Corrected one

more spelling of empty the great - unknow

github.com/SwirlLang/Swirl - 1fc3b953dedce71cf60e3046189242ce65e9ca5e authored about 3 years ago by mrinmoyhaloi <[email protected]>
Eight's binary search function

github.com/SwirlLang/Swirl - 1e4813cb884fe32436aac8b283579c93b41ab549 authored about 3 years ago by In-diaonic <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - 361b864c972399391104b0d48b7fce411ac40c92 authored about 3 years ago by In-diaonic <[email protected]>
Local imports are now supported!

github.com/SwirlLang/Swirl - 40a487c7cf465d89f11b4c1753eab5855f04d162 authored about 3 years ago by In-diaonic <[email protected]>
corrected another spelling.

Changed alignment of help message, and changed colors in help message

github.com/SwirlLang/Swirl - e077f66801fc17c78e99df39f0dcfa20ced4284b authored about 3 years ago by mrinmoyhaloi <[email protected]>
changed url of packages structure so that lpm can

work with the new url

github.com/SwirlLang/Swirl - 323090b9402ebb596577a9eab06b3fe9117b2872 authored about 3 years ago by mrinmoyhaloi <[email protected]>
Merge branch 'main' of https://github.com/Lambda-Code-Organization/Lambda-Code into main

github.com/SwirlLang/Swirl - 9b7c3bf05e8d525227fea8c306554ee279a3c39e authored about 3 years ago by mrinmoyhaloi <[email protected]>
Fixed spelling mistake in package manager

github.com/SwirlLang/Swirl - 9d6d0a5712507b547355fe69837202d9e10792bf authored about 3 years ago by mrinmoyhaloi <[email protected]>
build failing fixed

github.com/SwirlLang/Swirl - ac2cb31c0c35c87cfe1141313fcb27db6827d9b5 authored about 3 years ago by In-diaonic <[email protected]>
import os

github.com/SwirlLang/Swirl - ddbeb845e67913e7d77ad9793798daf50c25f864 authored about 3 years ago by In-diaonic <[email protected]>
imported pathlib, build failing fixed

github.com/SwirlLang/Swirl - b856517b4085d721abf55f68130083871931bb12 authored about 3 years ago by In-diaonic <[email protected]>
Deleted sandbox

github.com/SwirlLang/Swirl - e00684169e493a5fc2d3255aab9b14040479ed85 authored about 3 years ago by In-diaonic <[email protected]>
Merge remote-tracking branch 'origin/main' into main

# Conflicts:
# core/sandbox/sandbox.py

github.com/SwirlLang/Swirl - 1fcdc2ce8af556952f59fef545bd1ccea76c5fc7 authored about 3 years ago by In-diaonic <[email protected]>
pre processor can now read from a single imported module on windows, linux and mac os

github.com/SwirlLang/Swirl - da08cd350a0808000c7f0e9d5ba0d0f739bd24e9 authored about 3 years ago by In-diaonic <[email protected]>
Removed sandbox from git

github.com/SwirlLang/Swirl - 673839a4d296727ea9e1882455f0408574bb8362 authored about 3 years ago by 0x454d505459 <[email protected]>
added sandbox folder to gitignore

github.com/SwirlLang/Swirl - 2fcbd93e46aa25443b5a40c90b56026448e183e9 authored about 3 years ago by mrinmoyhaloi <[email protected]>
fixed sandbox file error

github.com/SwirlLang/Swirl - 8ef8bb01b60658f8b311fbabae035c9d32abff7a authored about 3 years ago by mrinmoyhaloi <[email protected]>
removed unused imports

github.com/SwirlLang/Swirl - 17f6964141fa50fe06f54a2e1b650c8582a32f5f authored about 3 years ago by mrinmoyhaloi <[email protected]>
Update syntax.md

github.com/SwirlLang/Swirl - 7d87af36bc82f75502d540ea775578ab45302c69 authored about 3 years ago by In-diaonic <[email protected]>
Shipped pre processor

github.com/SwirlLang/Swirl - 8b32038f95d2b4dd8a8518a604b786317100f315 authored about 3 years ago by In-diaonic <[email protected]>
PEP-8 again

github.com/SwirlLang/Swirl - f24609c1f51ef220f0efd805b66db6e96000de72 authored about 3 years ago by In-diaonic <[email protected]>
class parser now outputs a visual ASCII tree of classes on the base of the AST whenever the 'debug' flag is passed to the class parser

github.com/SwirlLang/Swirl - 87d4d9bbb4fcccc516403edb1167fdc36d117037 authored about 3 years ago by In-diaonic <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - de40815b8516b670c5e3862b849f8aa8eab168d0 authored about 3 years ago by In-diaonic <[email protected]>
renamed parsed data to __ast__

github.com/SwirlLang/Swirl - fe002854a5c4cea3669540f80ee60264d352869d authored about 3 years ago by In-diaonic <[email protected]>
Merge pull request #2 from GNVageesh/main

Some Doc String Improvements

github.com/SwirlLang/Swirl - 44f2e3453bbbdc1d0ad487c03d203403f18733e4 authored about 3 years ago by In-diaonic <[email protected]>
Some Doc String Improvements

github.com/SwirlLang/Swirl - 0995a037b26115155c104f2ad0919763d993490c authored about 3 years ago by GNVageesh <[email protected]>
Fixed typo in windows install path

github.com/SwirlLang/Swirl - 5df0654cd2d6c98552796876a4309285f26ce5bb authored about 3 years ago by 0x454d505459 <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - 2e285bacde3071f61e6c3087803dbb5caaf96e0f authored about 3 years ago by In-diaonic <[email protected]>
Made a basic pre processor(currently in sandbox)

github.com/SwirlLang/Swirl - cae35101218a3233ed936653d4847dcf22bb780d authored about 3 years ago by In-diaonic <[email protected]>
Removed a useless print statement

github.com/SwirlLang/Swirl - 983aa971792966f0091ebd18adbdddd83fcdcba7 authored about 3 years ago by In-diaonic <[email protected]>
Function parser now raises an Exception if the the function name begins with an invalid character.

github.com/SwirlLang/Swirl - 5deb522152df95499762dd3f0c49a50a08c81699 authored about 3 years ago by In-diaonic <[email protected]>
Merge remote-tracking branch 'origin/main' into main

github.com/SwirlLang/Swirl - c31d79d7de2d101334ec0f459204f966d0f1afee authored about 3 years ago by In-diaonic <[email protected]>
Grammar exist

github.com/SwirlLang/Swirl - 88394848f4e6152d34f08751395856888302de3c authored about 3 years ago by In-diaonic <[email protected]>
Update syntax.md

github.com/SwirlLang/Swirl - d5bda00d854e91e2a10c852c44eb378fed30a136 authored about 3 years ago by In-diaonic <[email protected]>
removed space between lambda and cpp screenshot

github.com/SwirlLang/Swirl - 9457f364106c5638dce8e050d08fa0d3a07b890a authored about 3 years ago by mrinmoyhaloi <[email protected]>
reworked on syntax

github.com/SwirlLang/Swirl - 8948510b9d7564b4bffb1e55de135525ff98bbc7 authored about 3 years ago by mrinmoyhaloi <[email protected]>
deleted uneccesry tests folder

github.com/SwirlLang/Swirl - 4a5f6f2f25dd3c972e82e692e04d16ceca22cf34 authored about 3 years ago by mrinmoyhaloi <[email protected]>
changed test lc file

github.com/SwirlLang/Swirl - c37ebb47e96a4174dbb09e42b12896b1ef5b3458 authored about 3 years ago by mrinmoyhaloi <[email protected]>
fixed syntax in readme lc screenshot

github.com/SwirlLang/Swirl - ad08e8bbced0136c7efbb5494ede4a83f23d8756 authored about 3 years ago by mrinmoyhaloi <[email protected]>
Update syntax.md

github.com/SwirlLang/Swirl - 229df48ee4b78e533a18cb601bcaaf606ea153ce authored about 3 years ago by In-diaonic <[email protected]>
Update README.md

github.com/SwirlLang/Swirl - 88986fa138b4444709e78abd7dac11456586c365 authored about 3 years ago by In-diaonic <[email protected]>
Update README.md

github.com/SwirlLang/Swirl - 515e5de3090b10f60be5fa3f670b6e57db76c633 authored about 3 years ago by In-diaonic <[email protected]>
Update README.md

github.com/SwirlLang/Swirl - a0799c4c7cd9a5b6c247da341b5546550d8f65f2 authored about 3 years ago by In-diaonic <[email protected]>
Update README.md

github.com/SwirlLang/Swirl - 7d202e76f5a73bfd11f2906fc63c3cc789e66511 authored about 3 years ago by In-diaonic <[email protected]>
Update README.md

github.com/SwirlLang/Swirl - 9a911fed2f5724fe845efd547c55146516b7cb06 authored about 3 years ago by In-diaonic <[email protected]>
Update README.md

github.com/SwirlLang/Swirl - 533f7906ae988d4a17447a983a22337ed8f62d8d authored about 3 years ago by In-diaonic <[email protected]>
Function parser now has a 'debug' flag, on passing, it outputs an eye-easing ASCII tree of the parse tree.

github.com/SwirlLang/Swirl - 7e5680bf23036dbd2b54d0feb536d6692ff6ab77 authored about 3 years ago by In-diaonic <[email protected]>
Deleted deprecated master parser sandbox file

github.com/SwirlLang/Swirl - dc05e9952a771b730163ce0e663f1968fe0cccc4 authored about 3 years ago by In-diaonic <[email protected]>