Ecosyste.ms: OpenCollective

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

github.com/One-Language/One

One (onelang) is an open-source system programming language that makes it easy to build reliable, efficient and performant software. (release as soon) 1️⃣ πŸ• 🩱
https://github.com/One-Language/One

Add Spanish README (#151)

Co-authored-by: Anderson GarcΓ­a <[email protected]>

Co-author...

25501a23e56ee1c261eb0e189feda2f1cf34acfe authored over 3 years ago
Start working on AST

51d5c124a90c6496a7243acf5f3dc7c2e75f1817 authored over 3 years ago
Fix bug of memory, I forget to malloc astfunction fn at parser_parse_fn

be81556148dabd9367298b604ba4d3d554ffcaee authored over 3 years ago
Adding ast to parser, but there is a bug and crash , looking for

1c8e988172e4a708301233fba832a0fe0ad070fe authored over 3 years ago
Run pre-commit and update readme-ar

80cd8dcad89d07a4cde6f533cf85f98bdd01fcde authored over 3 years ago
Merge pull request #138 from murataka/master

Update temp.js

978a3c5d1f9d9783c66963caa298c2f34d61bb3d authored over 3 years ago
Fix compile lib error in error.c file

4062ea0e816a0c919be1b98f2b751067baec7701 authored over 3 years ago
Use ast types in parser stage and parser funcs

ca01588115baeae911d6b8e1279437bf209f769c authored over 3 years ago
Fix UNKNOWN typo

9e588001ac00d62afb57f81c4668b52663bee92d authored over 3 years ago
Adding new ast_stmt_type to ast and adding match token

24c70e5f651dc48b2dbbee018b74c0310f21e406 authored over 3 years ago
IMprove header of ast

f72c09ea4e9720f35ce6e29fd0fe11f2e99e143a authored over 3 years ago
Adding ast_value_name to ast

2291ec03e54346ae41d9dd568c78bf0ffd90667b authored over 3 years ago
Change functions name of ast file

e6a73fb17c80016cc1bcc3c96b289c21d6854552 authored over 3 years ago
Start to create AST tree

64faf67545d6f8883f067ac3c291ed5e0c99e8c5 authored over 3 years ago
Merge branch 'master' of https://github.com/one-language/One

608c8e125918fb5bc35e83a7030119df05b9cf23 authored over 3 years ago
Fix bug of stmts parser and expr prints

14d8fdeed223fc36970b87c7a16ac937639ad911 authored over 3 years ago
design parse exprs at parser

6c09f04384478e6befaf628d48511a807b95da0a authored over 3 years ago
Adding print stmt to parser

819b31ccbe77ef096e7a19ac309d55896931fd62 authored over 3 years ago
Solve value of _ at token_name

a9edee2274ef7623e73ee5365c187a5180e68766 authored over 3 years ago
Detect user defined a package name or no, force user to define this at first statement of the file, set default value if user forget it

724e711fe754cc0e64fca9a3d62c3f4d9ee00a8d authored over 3 years ago
run pre-commit on parser file

ebabc937de9888596347abf72797679f63b73387 authored over 3 years ago
Show stage name in debug macro errors

8d86940f7c9c43cc7af264cbf0a0bc4379a1c7ad authored over 3 years ago
use debug_parser for PARSER_CURRENT_LOG macro

07774c704eb98c99375fe657d8c284fd79f91d8e authored over 3 years ago
Design macro for information and important data and show as bold text

91629b831700db097d12aeed67f9a7595dab57a4 authored over 3 years ago
Set diffrent color for every stages

eeb12aed77676c826771b53af1ba75531c259d70 authored over 3 years ago
Pre-commit running

1d13d4e5c15c29c635c7ba67ed474d6709e71870 authored over 3 years ago
Fix bug of color by merge color to target printf

fc847039b5445ba6ca5a0619dee4ffe1cb348be5 authored over 3 years ago
Adding color to debug and check macro / beauty macro code

43239a1bd0e2b75c2633fb028113c40332c2d534 authored over 3 years ago
Show token_type when face to a unknown kind of statement in parser

e7e0d740cb72dd674bf4b65452610b73037ab836 authored over 3 years ago
Store value of string, char and number in lexer stage, we need its value at parser

b5ea5117f6f2ab46490008850957a18b317da80f authored over 3 years ago
Design macro for parser, set ... argument of error functions optional and that will not required

31697f7369859f2233b96be52345ca199e55d97d authored over 3 years ago
Remove old-code and comment from lexer

8a2f060fb92b1de5946b7f344fbb84335a0ae551 authored over 3 years ago
Comment: you cannot try to free tokens at parser stage

0f2d6cbb65411387ea0fd222c1ddb132504a2f3f authored over 3 years ago
Adding path value to parser structure and show file-path and line at errors

42b69c96d1f0f749dadf30756fd6cd5c87dc49f6 authored over 3 years ago
Fast search in keyword table in lexer stage

07e8143373eb47ded8610106056df5d622591bed authored over 3 years ago
Complete lexer_identifier

079255b5fab472f3c6f6af19704741f203fe8cb4 authored over 3 years ago
Adding some new token and create KeyWord table

f5cedc6c8366dc964f0df28fb030205609d76416 authored over 3 years ago
Design lexer_identifier

85b1ef80a7a405e1b56ec544c28dd0f78ea49e19 authored over 3 years ago
Why we called parser_scan twice, i removed one

64a8f73a46ee4b8117c3ef7c4ddd949b959a13b1 authored over 3 years ago
Skip last / char from multi-line comment: Fix bug

47ece9b5f6fe7389243a565a826fd9573888faa5 authored over 3 years ago
Fix bug of lexer_parser comments

c4565fd25fcf7d25d775a61fdb95cdbcb9612efa authored over 3 years ago
Return token_error in lexer_check_comments

977b8938c6e3493f20f2629677a106b24238fd9b authored over 3 years ago
Move token_skip inline and multiline comments from token to lexer

0897e5ff442bb63191e7edebff11832fbc4f00cb authored over 3 years ago
Adding . and .. and ... to lexer

6a9617db7cf21bc95664a86e3242135115459cbf authored over 3 years ago
Change token to token* in lexer stage / we need pointer at parser stage

8211682d285a4ad250aef59f1c138febec236649 authored over 3 years ago
Adding parser struct and complete lexer loop to check al tokens

8a9d80690700e22e9abe5a0f0b2f203f096986c9 authored over 3 years ago
Adding token_recede

5d82a93c273176240d277b401e57084d14a90d54 authored over 3 years ago
solve #148

34ce304ea1deeac613179d0b1930bd57a18bce7c authored over 3 years ago
solve #148

feca0cfd739878fec50271697b591b6eb090a774 authored over 3 years ago
#148

0b2af03975719244e451195b964174c24d7b80df authored over 3 years ago
Merge pull request #142 from Majalian/README-Ar-Translation

Add README_AR.md

8bb0cd18e26b19c238b8aa2d401b465dcbf42536 authored over 3 years ago
Update README_AR.md

942ce17b0647f95a622f364b50b5a83fe341e810 authored over 3 years ago
Update README_AR.md

de1d4c7eb3c0e84c2baa4625e6f1fc9d9744e80e authored over 3 years ago
Update README_AR.md

0d48dd8eb99260a14b4d520e4453a17d53468f86 authored over 3 years ago
Update README.md

51f26b4799787c1eee917f8d88bcc71eda6e65f2 authored over 3 years ago
Merge branch 'One-Language:master' into master

b2cfd6aa7e04268d269ab3e372650960d6b0e685 authored over 3 years ago
docs: add basalumutgazi as a contributor for mentoring (#141)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authore...

e65a9bd64066420b4259a83582b37556e2a54cf3 authored over 3 years ago
Add prettier config (#135)

4467cb004faab57901ade0fdf6c259cee47c2bc7 authored over 3 years ago
Update temp.js

remove comma

f83345f2cc21e10d7a54f636dfae815ce25b9e54 authored over 3 years ago
Merge pull request #137 from basalumutgazi/add-link-to-readme

Add README link to README_TR

5931796377746a2e0f1e9cab66a94f9a1f75b96e authored over 3 years ago
Adding opeartor to lexer stage

26c71c2bcba600902d7d6ae0f45294b52552c1cd authored over 3 years ago
Adding ++ and -- to token

0e59e61a1056794e41fdb661aaf83e9a15c25ad4 authored over 3 years ago
Add README link to README_TR

f17342f42f7ded954df46463138eeb377eb090a2 authored over 3 years ago
Adding more operator to token

4e8a15a22c69875f2f2553a6d491e34e165515d3 authored over 3 years ago
pre-commit on the current branch and files

05802dd2d848dfc470a208b6b5f7d0b908107e2b authored over 3 years ago
Adding parser_init and parser_scan and fix _token _location typedef struct

e75427eb8215984788e452f5a32e0d7403f39760 authored over 3 years ago
Adding debug and change it's va_list macro

f4b63d22228bc502b49bf62ae02e986fa9d88235 authored over 3 years ago
Fix bug of argument parser strcmp need to == 0

5bd2329ee092bae77c110f172c7e5f03e521748e authored over 3 years ago
Fix refs error by remove static word and use header files

52ea065cee7d45dbd0f8349ac7b25bf72ff0b31e authored over 3 years ago
Adding token types

ee2418af22de09d7814c72c0cc3a7455ad2c9b3c authored over 3 years ago
Create token functionality

c37753804f1be942e5ab1a077bb62c5b5bf52df4 authored over 3 years ago
Move compiler into tmp directory and start rewrite again from scratch

12f22df2fde6bdac3eca0e6f495b34807d48c3b1 authored over 3 years ago
Merge pull request #134 from basalumutgazi/add-link-for-turkish

added a link to README page for TR translation

e1bd741bab926bca6853a3fcfb53271d4df27343 authored over 3 years ago
Adding github sponsor to FUND file

539833715ef53a5c7acccbded4dae5cbd81200dd authored over 3 years ago
added a link to README page for TR translation

1ae7ad7d8e9d79fce403f772a3bb11d08c1d1199 authored over 3 years ago
docs: add Majalian as a contributor for projectManagement (#133)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authore...

702812632f3ce9c12cce53e7c89da990ac796cd1 authored over 3 years ago
docs: add basalumutgazi as a contributor for projectManagement (#132)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authore...

09736af8d401386069c3e09cfea21662e400aaf6 authored over 3 years ago
docs: add basalumutgazi as a contributor for translation (#131)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authore...

2da2b5ca7a08c50ac403637a674a61c3c9a6cf52 authored over 3 years ago
add turkish readme page #130

Merge pull request #130 from basalumutgazi/add_turkish

837e56b9a580c4fa953ee4229e13249b02dc581b authored over 3 years ago
add turkish readme page

6065f342d3e9cf81b3fb2931d60cdc2e4f9348f9 authored over 3 years ago
Lint C file (#129)

d25bc3d0d28cb9a207d6d07c88266b20363a40d0 authored over 3 years ago
Bump github/super-linter from 4.1.0 to 4.2.0 (#128)

Bumps [github/super-linter](https://github.com/github/super-linter) from 4.1.0 to 4.2.0.
- [Rel...

6e2bacc6e6449218e73caeffdff8cfcd15005c09 authored over 3 years ago
Fix bug of tree stage to show unary - + operator without crash

39e382057ff41564e06f3a3cd5fc853ebb9f1bb6 authored over 3 years ago
Solve problem of input.one / mul operator was utf8 char and not *

4e1bfd0da055a813e7b8b9f9a77b222a39b3de63 authored over 3 years ago
Load token.h at vm.c and fix compile errors

f1b6b150e43ef0fcf2d39202c5d0a337b4f7b781 authored over 3 years ago
Change astOpType to tokenType / adding some new token to ast.c file

079080edc7d5ad97ccb098844f1d42dd864fc6a2 authored over 3 years ago
Finish step of expr parser at parser stage

2c2a9f11fb576c88ed6b36f97af9cd58e8eb0df6 authored over 3 years ago
Adding % operator, adding step 9 8 7 6 5 4 3 of the expr parser

e8ea4e90ed70a8740e55a57561c697affac30707 authored over 3 years ago
Adding != and !== token to token stage, adding step 7 to expression parser

c6cce51b9d5d0a1ee1d12250a5062ea309ff3051 authored over 3 years ago
Adding ^ token to token stage and complete parser step 15 14 13 12 11 10 9 8 of the expression parser

f227e90bf42da161d513c83693bc567a746db55d authored over 3 years ago
Adding ast_op_if ast_op_ifif and astExpression3 to ast and parser stage

818251888746b5a83a0164a103a8d083f09a6486 authored over 3 years ago
Adding ? and ?? token at token stage

9ccb7fe0a6cb59225bd1fd3f93e38ecdcb92b099 authored over 3 years ago
Adding 14 steps for expression parsing

5831ad76608c2a3a0aecceecfd0b9f9e229dcc6f authored over 3 years ago
Use .prettierignore to control format (#123)

Format some Markdown files

7c82c25c0fe47db2b98e70491db6297cda7e3006 authored over 3 years ago
Add prettier with pre-commit format JS (#120)

90b652517871ec35e3626d54c07670350429643a authored over 3 years ago
docs: add Majalian as a contributor (#122)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authore...

3a95f294faba962fdc6a2232753f4ef69e70cb75 authored over 3 years ago
update my name (#121)

My name was updated

a93ddeb92a0e600bb71424dc29ca1ea9c5270a2c authored over 3 years ago
Update README.md (#118)

587d5776e14cd0fa2efa742ddb730c1b06fc4de1 authored over 3 years ago
Merge pull request #115 from basalumutgazi/patch-2

Update CONTRIBUTORS.md

350c79c4d0e0575f3998f04c03ce01752e11e540 authored over 3 years ago
Update CONTRIBUTORS.md

I have written my name in the correct way.

e7c9f09c1df8e5d22bc00fdd2d7395604f64f61a authored over 3 years ago