Ecosyste.ms: OpenCollective

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

github.com/JuliaLang/JuliaSyntax.jl

The Julia compiler frontend
https://github.com/JuliaLang/JuliaSyntax.jl

lex binary numbers (#57)

52fe31181d14d1c601f866f167b7920a9b0b5b7d authored almost 8 years ago by ZacNugent <[email protected]>
add precompilation directives (#53)

7a669a438a02c593daa65cd169ee4467e7dd43ed authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
use better padding for printing (#52)

5aad2128ac1629a091e4c0df7a68a1368f0bcb1a authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
add some tests (#50)

fc3fbe044fa7a5217eda8f3b27b3ca169d28feb3 authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
add coverage badge

846a4346bf35ed749072335e3b2374e9375a8d9a authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
identifier fixes (#48)

6cb39186fde63e58c095db9c0b25664ae004a75c authored almost 8 years ago by ZacNugent <[email protected]>
add invisble keywords (#46)

* add invisble keywords

* add ccall

49c4ecbef3b11b1c1009b4774a771f110360446f authored almost 8 years ago by ZacNugent <[email protected]>
lex identifiers faster (#45)

* lex identifiers faster

* remove special case lexing first chars

* fix version check on I...

e0097d6c88c49bb6fcadd98a199eeb0b1e27fc8b authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
only use buffer internally (#43)

1f557bf626d63556cc5180cd229250fe27801e30 authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
static if on version (#42)

80fd035e96aed43f5e92e69760a85c20cf419391 authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
always use emit to emit tokens (#40)

2f65be412cc9bd2d85f72d7df1a1fad80a73311d authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
Move OR, remove VERTICAL_LINE (#37)

* remove 2nd instance of `|`

* fix

ed878b1006d54ec81620c9c7e13b709d7eb7431d authored almost 8 years ago by ZacNugent <[email protected]>
Fix lex i (#36)

* fix lex_i

* fix test

2d50d119ffa36cf76a663a27b3905c64773777fa authored almost 8 years ago by ZacNugent <[email protected]>
fix lex_bool (#35)

* fix lex_bool

* add test

e06f91d12b0484f6d0a78be9c58f16ce5361dd11 authored almost 8 years ago by ZacNugent <[email protected]>
fix prime handling (#34)

* fix prime handling

* speedup

* tests

* typo

* another typo

a576699e78d2d078329849e398f288a25f35ea13 authored almost 8 years ago by ZacNugent <[email protected]>
fix lex comments (#32)

6c019034ac48c03f4bb78ed553ada950b0eb8bfc authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
use tuple instead of allocating vector (#33)

143056069eabca2791cb9c90d417656f224091fe authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
Anon func (#30)

* ds

* anon func def

c50c69cea3bea9fcf96107a8c64700bbb12bc783 authored almost 8 years ago by ZacNugent <[email protected]>
Fix juxtaposed dots and function calls (#29)

* ds

* fix juxtaposed numbers

771e7cde7801f15e857f259da6e4634bc36107ca authored almost 8 years ago by ZacNugent <[email protected]>
Merge pull request #27 from KristofferC/ZacLN-patch-1

correct operator precedence order

90d4b56e85050e212b301bb31a1ea523636f15ce authored almost 8 years ago by ZacNugent <[email protected]>
correct order

882a8d834cc04fa40d02d4809d5b427cdfffe7a1 authored almost 8 years ago by ZacNugent <[email protected]>
clean up testing

0f9db4dbe7e86fcafabb30553520c2cb3561e0ff authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
add untokenize for iterables of tokens

80d9bfdded5ccd05f1386c4b3ffa65b1de13963b authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
Update README.md

9b04a8a7e2ba060f95e8f12f317914414c2dc9ef authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
use global charstore

cd3c93f906de5d1006304fa93009d45453f4dc76 authored almost 8 years ago by Zac Nugent <[email protected]>
replace Char[] w IObuffer

fd8c69f3f20a21833313a00946e6b36a5430af3e authored almost 8 years ago by Zac Nugent <[email protected]>
Merge pull request #25 from ZacLN/use-iobuffer

replace Char[] w IObuffer

460a33dd16b107d81bb3b189330a186c1660f7b6 authored almost 8 years ago by ZacNugent <[email protected]>
Merge pull request #24 from ZacLN/move-bools

make bools literals

bcc933d6e22956479ad2f885dc27a1efda67785f authored almost 8 years ago by ZacNugent <[email protected]>
more tests

4c66012ee00681f125f72b7cb80be97570bcbcd2 authored almost 8 years ago by Zac Nugent <[email protected]>
fix lexer, add tests

569ce3c314585ffb519c98eb1bb6fdb227525057 authored almost 8 years ago by Zac Nugent <[email protected]>
make bools literals

ddea19bcaf8204f57ac7d90133c0a2a186cf7eae authored almost 8 years ago by Zac Nugent <[email protected]>
restructure token kinds

a0b0192a00e21fad96dda7e68c6bee75472258bf authored almost 8 years ago by Zac Nugent <[email protected]>
Merge pull request #23 from ZacLN/restructure-kinds

restructure token kinds

5546b94741b4e5d24d266cdd98a3fd6d22b80ddf authored almost 8 years ago by ZacNugent <[email protected]>
fix deprecation (#21)

6930727540dca73f8f59242af08f16b507513d91 authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
add `in` and `isa` as operators (#20)

* add newline

* add `in` and `isa` as operators

* fix 0.5 test

88173ef5cb7d908e485c3ccd9f369f41966055b8 authored almost 8 years ago by ZacNugent <[email protected]>
restructure operators inline with parser (#19)

* fix RBITSHIFT lexing

* add etst

* add missing operators and precedence structure

48c408b575a6fb056ecdce725b100e586bc3fa69 authored almost 8 years ago by ZacNugent <[email protected]>
fix RBITSHIFT lexing (#18)

* fix RBITSHIFT lexing

* add test

1fbc162e4af0f8fdc9e6787ba5d1ff1764357dd2 authored almost 8 years ago by ZacNugent <[email protected]>
update build on win (#16)

* update build on win

* remove precompile stuff

* fix some 32 bit issues

109f26d78d39796e852d9bc67cee14791453bceb authored almost 8 years ago by Kristoffer Carlsson <[email protected]>
fix methods of iterator interface (#14)

842a956821c9291091006e8af4e94a87631eee5b authored about 8 years ago by Kenta Sato (佐藤 建太) <[email protected]>
fix ishex (#15)

6f7eb387e5cc24e21faa571326fff0e2afb707c3 authored about 8 years ago by Kenta Sato (佐藤 建太) <[email protected]>
Add 'catch' keyword (#13)

4688efcce05fa4fff627bff02f094e28bb2998b8 authored about 8 years ago by Michael Hatherly <[email protected]>
[WIP] Tests (#11)

* correctly parse 1.12..1.32
fixes #5

* some tests

* test #5

d272c6ce2e6efbfe809c495c8aee2cb02b035c45 authored about 8 years ago by Sebastian Pfitzner <[email protected]>
Merge pull request #12 from KristofferC/sp/floatdotdot

Correctly parse 1.12..1.32

01a87eeb731e5a683927222ee4cecbdfa1e99bea authored about 8 years ago by Sebastian Pfitzner <[email protected]>
correctly parse 1.12..1.32

fixes #5

a3260950b9571a82a53f4d1cc3badfe4471767cd authored about 8 years ago by Sebastian Pfitzner <[email protected]>
remove 0.4 support

713d08438fe6eb7cc7f2d3d48d2372c78fd94dcf authored about 8 years ago by Sebastian Pfitzner <[email protected]>
lexer docs and cleanup

3ff807417ed84a3dc122fb932791488baa0653ca authored about 8 years ago by Sebastian Pfitzner <[email protected]>
export `untokenize` and `Tokens`

fa03ae2cec16a27a69753dba19d5ea65130eef80 authored about 8 years ago by Sebastian Pfitzner <[email protected]>
fix stuff (#9)

26144eb45194c0ae22b525293d03552ef97565f3 authored about 8 years ago by Kristoffer Carlsson <[email protected]>
add tests (#8)

* add tests

* fix some deprecations

d49c846b1d41f4df6235e50013c47272266630b6 authored about 8 years ago by Kristoffer Carlsson <[email protected]>
Update README.md

4012a0113ad9e73883607855ca0ab3ffb586d250 authored about 8 years ago by Kristoffer Carlsson <[email protected]>
Various fixes (#7)

* fix transpose lexing

* fix digit parsing for juxtaposition
e.g. `2_foo`, where `_foo` is t...

3bf22b268418a72a868241b1b4b9d8a181c6c7b7 authored about 8 years ago by Sebastian Pfitzner <[email protected]>
Replace is with ===

c278616fa6f18ea5cafdca55ba7b8d43a9d9d1fe authored about 8 years ago by Tim Holy <[email protected]>
add finally keyword (#4)

4c60dbed945d80c8d7b48223e032dd22b0b4c1a6 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
lex underscore in numbers

8117f307cfa59e8d669c856a325094cfb0b49e64 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
only precomp on 0.5

be7a1d1e45e161054c12734c0317248b2e1b5760 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
few updates

b118e7648f1f0bb623dc83684e42f73973d181f0 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Update Tokenize.jl

78524307c2ed9cd35b3253f5a82b5f5312c13d03 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Update Tokenize.jl

728338dadb290b13868f7cc0b6044e74a5bca26d authored over 8 years ago by Kristoffer Carlsson <[email protected]>
precompile a few methods

f11f9dc9629c68002af35169481f91ff6b6a777f authored over 8 years ago by Kristoffer Carlsson <[email protected]>
fix missing return

5b220b42325300c725f0cfd57e590457213d60c8 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Update README.md

12dd8520e6ca3698d0fc61115cd24ac95ce724e8 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Update README.md

1f1c54b511b0ce1713e31fcea319c4fcb2d6dc5e authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Merge pull request #1 from iamed2/patch-1

Add typealias keyword

75deb79851fc0b11ff28fa63a940c91e7a8eebdc authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Add typealias keyword

e5789ea06dabd8e8bc5f7745e44284e43e6872d5 authored over 8 years ago by Eric Davies <[email protected]>
Update README.md

cc8d9c42316104b303beab891812c10f010d0d22 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Update README.md

61c5e4a87f10dda89b38d180cd2ad8fa34365b80 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Merge branch 'master' of https://github.com/KristofferC/Tokenize.jl

b4e471bb9613ca790f6119b2e0413159f1e706a7 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
fix off by one in token column number

de680fa3aee207a5b44789434b9938a57804505f authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Update README.md

a5312f67d9f26c19c8d2b1b30a18923609b86034 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Update README.md

1d7d1e1808278ccd2f45790e042b65167d9719aa authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Update README.md

d1c86442ecbc0c659b84269f0d249db13ee85b04 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
update readme

4e963da2ce196ad6bb03b47b96df024e759d7268 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
always parse + and - as operators

51c006d4108d30c5b787a4b7140195ce62a59276 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
dsad

f3119c63cf663f29f6d71ea1ac291cb0cae17340 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
lol

dcf40f46579fd04af23effbf866937f92a0df205 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
bleh

2779783130ddcb1828259f67bbe3797a455a329e authored over 8 years ago by Kristoffer Carlsson <[email protected]>
das

b2ccae87ec2e9f9a38cda00388c6764ac214c2ac authored over 8 years ago by Kristoffer Carlsson <[email protected]>
fdsf

a21e5a67f01a24eddac7dfc77ac3b60452380ac9 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
dsad

0d35a74b7640989e2dde7cf8915690c3f3138b9a authored over 8 years ago by Kristoffer Carlsson <[email protected]>
dsada

398c248847fdabdfd7d8870adf1f06b2e5d15558 authored over 8 years ago by Kristoffer Carlsson <[email protected]>
Tokenize.jl generated files.

license: MIT
authors: Kristoffer Carlsson
years: 2016
user:

Julia Ver...

f055a2e727ba751b155c50fde9850d483198baab authored over 8 years ago by Kristoffer Carlsson <[email protected]>
initial empty commit

e47e052bc0869540e003e27dc09f5c546b64e869 authored over 8 years ago by Kristoffer Carlsson <[email protected]>