Ecosyste.ms: OpenCollective

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

Malluscript

A programming language for malayalees
Collective - Host: opensource - https://opencollective.com/malluscript - Code: https://github.com/sreyas-sreelal/malluscript

documentation and readme

github.com/sreyas-sreelal/malluscript - 36b38c55ecaf26cf4e067d3930e4a5a32e561174 authored over 4 years ago by SyS <[email protected]>
new name new conventions

github.com/sreyas-sreelal/malluscript - 1c01141526a4eea31e241ddc44020e7fcf3562ca authored over 4 years ago by SyS <[email protected]>
rename project to malluscript

github.com/sreyas-sreelal/malluscript - 61cf8af55c7407d42c00b57602eece686d420a9a authored over 4 years ago by SyS <[email protected]>
rename workflow name

github.com/sreyas-sreelal/malluscript - 0beab2c442ac72c8183761e639e30d2637ac861e authored over 4 years ago by __SyS__ <[email protected]>
rename workflow file to build

github.com/sreyas-sreelal/malluscript - a0653dea3cc77673bde725ce6bc1e4e912865369 authored over 4 years ago by SyS <[email protected]>
message offset calculated correctly

github.com/sreyas-sreelal/malluscript - c5eac6e895c998c04522850eb2741ddffe7bdb77 authored over 4 years ago by SyS <[email protected]>
add '=' also as delimiter

github.com/sreyas-sreelal/malluscript - cd47d989322d25abcecf9697d8b1e5a7c1347ab8 authored over 4 years ago by SyS <[email protected]>
fix examples for new implementations

github.com/sreyas-sreelal/malluscript - f0c0f2e0019aba750597b03d4baf5075a932c875 authored over 4 years ago by SyS <[email protected]>
parse integers correctly

github.com/sreyas-sreelal/malluscript - 4311b6923c491f82c006723a4b05fc633d35569d authored over 4 years ago by SyS <[email protected]>
started working on cli interface

github.com/sreyas-sreelal/malluscript - cd3efbf06b3b0cd054281d43ae797121ae44406a authored over 4 years ago by SyS <[email protected]>
prime number example added

github.com/sreyas-sreelal/malluscript - aa4e80375894498563ae1b2312bd320b3d8f347b authored over 4 years ago by SyS <[email protected]>
Rewrite hello world example

github.com/sreyas-sreelal/malluscript - 9161e685a425b8d28745b878f070bce234219bc2 authored over 4 years ago by SyS <[email protected]>
logical conditions are re structured to fit in malayalam grammar

github.com/sreyas-sreelal/malluscript - 6ef2a4349128833f78e8dea61cc1a31d332b2557 authored over 4 years ago by SyS <[email protected]>
Modulo operation implemented

github.com/sreyas-sreelal/malluscript - 265857be19e55c03be304c30cb0826ccbe37c17d authored over 4 years ago by SyS <[email protected]>
string concatenation using addition operation is implemented

github.com/sreyas-sreelal/malluscript - 5fb963d690dbb8b0bac2cb1cd00a761e9746b6f7 authored over 4 years ago by SyS <[email protected]>
wrap parsing and parser errors in a function

github.com/sreyas-sreelal/malluscript - f4a1394e741ecc84582b1e462a70438c87c1f77e authored over 4 years ago by SyS <[email protected]>
lexcial errors are calculated correctly

github.com/sreyas-sreelal/malluscript - 9edfc62ee2932a800244a2e5932889baeff69dd7 authored over 4 years ago by SyS <[email protected]>
Started working on runtime error handling

github.com/sreyas-sreelal/malluscript - 419dd55ee2983a0af446d036a3e59fb1e91efd00 authored over 4 years ago by SyS <[email protected]>
avoid unnecessary allocation,flexible handling of source unit,fix parser generator generating erroneous code

github.com/sreyas-sreelal/malluscript - 65fb917d6d246884f016ec91a745e92e56f805cc authored almost 5 years ago by SyS <[email protected]>
properly evaluate special characters in string literals

github.com/sreyas-sreelal/malluscript - 17d284c353ea6a17ac9573874a56151f3ec82e37 authored almost 5 years ago by SyS <[email protected]>
string literals are part of expressions,treating them as such can simplify parsing

github.com/sreyas-sreelal/malluscript - 694083397de3175c0d261a3d81476352ef03972e authored almost 5 years ago by SyS <[email protected]>
modify examples to fit new features

github.com/sreyas-sreelal/malluscript - 19e6f85734daa3885fc14f353524f871d3f76a2e authored almost 5 years ago by SyS <[email protected]>
fix broken evaluation of logical expressions

github.com/sreyas-sreelal/malluscript - 87ee361f483b6860bfcb1ed0efa84bb8ba9c87cd authored almost 5 years ago by SyS <[email protected]>
refactor project structure

github.com/sreyas-sreelal/malluscript - ed2947f683e44737ec96ca154a7ee500833fc702 authored almost 5 years ago by SyS <[email protected]>
properly handle datatypes

github.com/sreyas-sreelal/malluscript - 313186de5578c73d7fcc6d53ba490b2e0d6de1a8 authored almost 5 years ago by SyS <[email protected]>
updated example for new feature

github.com/sreyas-sreelal/malluscript - 44d4ccdcd53f64fb2a46516c288a82bbb739ffd1 authored almost 5 years ago by SyS <[email protected]>
parse unary minus expression

github.com/sreyas-sreelal/malluscript - 134c2e25060ab2ceda92f731b5f7d39af099a363 authored almost 5 years ago by SyS <[email protected]>
Added Unary minus node,Assignment and StringAlloc should be statements

github.com/sreyas-sreelal/malluscript - 6a863e8afcf72f13b930f92ebc0b5f6768e711c0 authored almost 5 years ago by SyS <[email protected]>
fix factorial example

github.com/sreyas-sreelal/malluscript - 5ab9240d6bd70efb199e38012abedb0becbcd6df authored almost 5 years ago by SyS <[email protected]>
parse iterative statements

github.com/sreyas-sreelal/malluscript - c76c311667a4e889f7906e4200d1f02a162bb524 authored almost 5 years ago by SyS <[email protected]>
properly tokenize loops

github.com/sreyas-sreelal/malluscript - 5ef90e7bb82af885fe2a2c1abcc279fc5e9fa4db authored almost 5 years ago by SyS <[email protected]>
AST node for loop contains source unit as branch node

github.com/sreyas-sreelal/malluscript - 8519d481a2216e716e787ecd1a274ca3a42dc564 authored almost 5 years ago by SyS <[email protected]>
evaluation of logical expressions and conditional blocks

github.com/sreyas-sreelal/malluscript - c0336c89638d6570d14bffb03c32a513c403e96e authored almost 5 years ago by SyS <[email protected]>
conditioanl expressions ast contains block of code instead of single expression or statement

github.com/sreyas-sreelal/malluscript - 22a23b3efdb234c7907373b0f597e6a9638a12bd authored almost 5 years ago by SyS <[email protected]>
parse conditional blocks and logical expressions

github.com/sreyas-sreelal/malluscript - 111483ca791ffdc7c816e4627a5bac2b8284475a authored almost 5 years ago by SyS <[email protected]>
tokenize conditional expressions and conditional blocks

github.com/sreyas-sreelal/malluscript - 5054893552f1ce2cfb25edec82455795c0feab47 authored almost 5 years ago by SyS <[email protected]>
test conditional expressions

github.com/sreyas-sreelal/malluscript - eb32d789c778f93107ed4da03479575daebc74b9 authored almost 5 years ago by SyS <[email protected]>
updated examples for testing new parser

github.com/sreyas-sreelal/malluscript - 240e2c6bfd055d9548b7ac09540cb51f0f9a5035 authored almost 5 years ago by SyS <[email protected]>
grammar of write expression must end with semicolon

github.com/sreyas-sreelal/malluscript - 51a24159927c0a98522992c2b1b63077fb646982 authored almost 5 years ago by SyS <[email protected]>
correctly tokenize numbers

github.com/sreyas-sreelal/malluscript - b1d340e205cf992019b36e55e4809081ddc6c2e9 authored almost 5 years ago by SyS <[email protected]>
evaluate artimetic expression,write expressions

github.com/sreyas-sreelal/malluscript - 5bdd4fa3009eb64b48debfe19f2a6b0d334845a3 authored almost 5 years ago by SyS <[email protected]>
start working on executor - " variable declarations"

github.com/sreyas-sreelal/malluscript - d6bca0f863d1e35f3db6d5af607da5557a0a64bc authored almost 5 years ago by SyS <[email protected]>
lexemes for paranthesis

github.com/sreyas-sreelal/malluscript - b5639cdcc6f0db68d6d4e753b7aa5db6d9180290 authored almost 5 years ago by SyS <[email protected]>
parse write expressions

github.com/sreyas-sreelal/malluscript - cbe9e555ac772dfdb6510fd78dfc7bbffd8144f4 authored almost 5 years ago by SyS <[email protected]>
write proper parser and generate ast for evaluation

github.com/sreyas-sreelal/malluscript - 72c609db9737b57b42b9f0db0b1e7a6bc4fb0143 authored almost 5 years ago by SyS <[email protected]>
added fibonacci example

github.com/sreyas-sreelal/malluscript - 9fba06415a2aac143d159c5d20b8d3e99b699e07 authored almost 5 years ago by Sreyas <[email protected]>
hello world example

github.com/sreyas-sreelal/malluscript - bca73cb01f527c321eddc71f16a47706980d77d5 authored almost 5 years ago by Sreyas <[email protected]>
64bit numbers,remove unnecessary comparisons

github.com/sreyas-sreelal/malluscript - a97bba52af825bcbc63728ae713cd961db9bd199 authored almost 5 years ago by Sreyas <[email protected]>
rewrite factorial example

github.com/sreyas-sreelal/malluscript - 381dee6919fc084a593867304430b1baec75a039 authored almost 5 years ago by Sreyas <[email protected]>
support constants and literals in logical expressions

github.com/sreyas-sreelal/malluscript - 797baae73c7230ec6003a2bdb02a3284439416e4 authored almost 5 years ago by Sreyas <[email protected]>
added factorial example

github.com/sreyas-sreelal/malluscript - d5b4785740aa3c6293563b169dec985e90eb24ac authored almost 5 years ago by Sreyas <[email protected]>
added support for input

github.com/sreyas-sreelal/malluscript - 2bd809fdff672f13cb2470d0923116b79dbb2a20 authored almost 5 years ago by Sreyas <[email protected]>
rename symbol ada_mwone tp pwoli_sadhanam

github.com/sreyas-sreelal/malluscript - cb13edf76de4c2d128a6832299cebbc891687a84 authored almost 5 years ago by Sreyas <[email protected]>
added loops and fixed parsing nested blocks

github.com/sreyas-sreelal/malluscript - 39d660d7579944d249a4f0e1ee57fc58031762e5 authored almost 5 years ago by SyS <[email protected]>
added lazy conditional statements

github.com/sreyas-sreelal/malluscript - c189f315461bd4fcd203e0ff8e52a3f600321a8a authored almost 5 years ago by SyS <[email protected]>
more guhanised error message

github.com/sreyas-sreelal/malluscript - dd644eb3e4561108b1ef6f608f03433a5c982e31 authored almost 5 years ago by SyS <[email protected]>
Check for undefined symbol in write

github.com/sreyas-sreelal/malluscript - ea4f2bbd4aef4643da75703a9aaaa9b83732e5c6 authored almost 5 years ago by SyS <[email protected]>
simplified error messages into a function

github.com/sreyas-sreelal/malluscript - a8986b946acb34e002648a9f5e1a62838fdcbd71 authored almost 5 years ago by SyS <[email protected]>
fix illegal expressions bug

github.com/sreyas-sreelal/malluscript - 701d2bd176f786c6c7a743673b97083655033bf4 authored almost 5 years ago by SyS <[email protected]>
intial commit (may be the worst code i written in entire life -_-)

github.com/sreyas-sreelal/malluscript - 1fe2c02d49ee2501abde32a11f678e9fbda2a47d authored almost 5 years ago by SyS <[email protected]>