Ecosyste.ms: OpenCollective

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

gbdev

gbdev community
Collective - Host: opensource - https://opencollective.com/gbdev - Website: https://gbdev.io/ - Code: https://github.com/gbdev

Implement `STRFMT` and more printf-like format specifiers for string interpolation (#646)

Fixes #570
Fixes #178

Use errors for inapplicable format spec flags instead of -Wstring-format

github.com/gbdev/rgbds - c0ce1da4c34f01493bbc5c4fd0735eb0cc2c4bfe authored almost 4 years ago by Rangi <[email protected]>
Implement `STRFMT` and more printf-like format specifiers for string interpolation (#646)

Fixes #570
Fixes #178

Use errors for inapplicable format spec flags instead of -Wstring-format

github.com/gbdev/rgbds-deb - c0ce1da4c34f01493bbc5c4fd0735eb0cc2c4bfe authored almost 4 years ago by Rangi <[email protected]>
Make Bison version detection more portable

- POSIX sh actually does NOT support `+=`,
but Bash does even in compatibility mode
- `mawk` d...

github.com/gbdev/rgbds-deb - aa27e714d4e8c9aee15d220dd9f207cfd2524bba authored almost 4 years ago by ISSOtm <[email protected]>
Make Bison version detection more portable

- POSIX sh actually does NOT support `+=`,
but Bash does even in compatibility mode
- `mawk` d...

github.com/gbdev/rgbds - aa27e714d4e8c9aee15d220dd9f207cfd2524bba authored almost 4 years ago by ISSOtm <[email protected]>
Implement `FOREACH` (#658)

This acts like `REPT` with a variable automatically
incremented across a range of values

Fix...

github.com/gbdev/rgbds - 6874f694e5eadfdeb5ddfcf24dea57413c02bd46 authored almost 4 years ago by Rangi <[email protected]>
Implement `FOREACH` (#658)

This acts like `REPT` with a variable automatically
incremented across a range of values

Fix...

github.com/gbdev/rgbds-deb - 6874f694e5eadfdeb5ddfcf24dea57413c02bd46 authored almost 4 years ago by Rangi <[email protected]>
`make checkpatch` and `make checkcodebase` check the same files

Only check src and include (not test), and
exclude src/extern and include/extern.

github.com/gbdev/rgbds-deb - 3690546795dec9adf4a1bc36f8a8465d999ca1f1 authored almost 4 years ago by Rangi <[email protected]>
`make checkpatch` and `make checkcodebase` check the same files

Only check src and include (not test), and
exclude src/extern and include/extern.

github.com/gbdev/rgbds - 3690546795dec9adf4a1bc36f8a8465d999ca1f1 authored almost 4 years ago by Rangi <[email protected]>
revert "primary" back to "master"

For now, keep "master" in this document because the SPI spec
has not yet adopted so-called inclu...

github.com/gbdev/pandocs - e4b29ab80a48645c7899305ac4a016bad9415f48 authored almost 4 years ago by Damian Yerrick <[email protected]>
fix some errors pointed out by ax6

@aaaaaa123456789 found a few errors in my first commit for #102.
I'll fix some of them:

- Add q...

github.com/gbdev/pandocs - a1c0b6191ad57f32c5144ff07d27aeb91ec87f33 authored almost 4 years ago by Damian Yerrick <[email protected]>
Consistent spelling of Game Boy and 8/16-bit

- 8bit -> 8-bit or 8 bits
- 16bit -> 16-bit or 16 bits
- Gameboy -> Game Boy
- ie. -> that is,

...

github.com/gbdev/pandocs - 9074ed40b1ff620d76fdf3ce798a0811d73b9b51 authored almost 4 years ago by Damian Yerrick <[email protected]>
Add section GBC Approval Process

On avivace's request, moved my text from
https://gbdev.gg8.se/wiki/articles/GBC_approval_process

github.com/gbdev/pandocs - c3083a10d4c96339086800ca5c80c972c9d4b720 authored almost 4 years ago by Damian Yerrick <[email protected]>
Polish header info (#98)

* Polish header info

Fix hex formatting
Improve pseudocode formatting

Co-authored-by: Ant...

github.com/gbdev/pandocs - 6e3ca8790a365e5131722ccf5eae1e4a3d14b920 authored almost 4 years ago by Eldred Habert <[email protected]>
Add overview of Video rendering, introduce some terminology (#73)

* Add overview of Game Boy rendering

* More formal style, corrections

* Clarify unit used ...

github.com/gbdev/pandocs - 964d7af3709933cfbdc93f401916a236350789ef authored almost 4 years ago by Eldred Habert <[email protected]>
Fix description of STOP (#15)

github.com/gbdev/gb-opcodes - e82f39db464cb5ba2b4d794aab3a5f8e7942ac66 authored almost 4 years ago by Antonio Niño Díaz <[email protected]>
Clean up temp test files even if interrupted

Avoids "tmp.*" piling up in /tmp

github.com/gbdev/rgbds - 7bc42d468b43529ccefec1eb813ee11cfa8176e7 authored almost 4 years ago by ISSOtm <[email protected]>
Clean up temp test files even if interrupted

Avoids "tmp.*" piling up in /tmp

github.com/gbdev/rgbds-deb - 7bc42d468b43529ccefec1eb813ee11cfa8176e7 authored almost 4 years ago by ISSOtm <[email protected]>
Prevent tests from running if RGBDS hasn't been built

Prevents a *lot* of spurious errors due to files not generating

github.com/gbdev/rgbds-deb - 097999cad3c5c565c4e15695e691e603476bed00 authored almost 4 years ago by ISSOtm <[email protected]>
Prevent tests from running if RGBDS hasn't been built

Prevents a *lot* of spurious errors due to files not generating

github.com/gbdev/rgbds - 097999cad3c5c565c4e15695e691e603476bed00 authored almost 4 years ago by ISSOtm <[email protected]>
Make gbdiff.bash handle CRLF sym files gracefully

Additionally, reduce the amount of lines piped through `cut`,
improving performance

github.com/gbdev/rgbds - f82edaa7ec6a2b9eed73f2a35819ae9e254cea54 authored almost 4 years ago by ISSOtm <[email protected]>
Make gbdiff.bash handle CRLF sym files gracefully

Additionally, reduce the amount of lines piped through `cut`,
improving performance

github.com/gbdev/rgbds-deb - f82edaa7ec6a2b9eed73f2a35819ae9e254cea54 authored almost 4 years ago by ISSOtm <[email protected]>
Update tested projects to latest commits

Compatibility fixes, etc.

github.com/gbdev/rgbds-deb - d8e8b796e7aa15956f1e648edbdc9ab6f7edb555 authored almost 4 years ago by ISSOtm <[email protected]>
Update tested projects to latest commits

Compatibility fixes, etc.

github.com/gbdev/rgbds - d8e8b796e7aa15956f1e648edbdc9ab6f7edb555 authored almost 4 years ago by ISSOtm <[email protected]>
Improve gbdiff script

Use better constructs where possible
- <<< instead of echo|
- Parameter expansions instead of `c...

github.com/gbdev/rgbds - 900fd8cabc919740344092a7318c9a4c357c5f5e authored almost 4 years ago by ISSOtm <[email protected]>
Improve gbdiff script

Use better constructs where possible
- <<< instead of echo|
- Parameter expansions instead of `c...

github.com/gbdev/rgbds-deb - 900fd8cabc919740344092a7318c9a4c357c5f5e authored almost 4 years ago by ISSOtm <[email protected]>
Add gb-boilerplate and gb-starter-kit (#199)

github.com/gbdev/awesome-gbdev - 141d05f95a80d820a2175b5b8e1ce2186f8102f8 authored almost 4 years ago by Eldred Habert <[email protected]>
Update Emulicious description a little

github.com/gbdev/awesome-gbdev - 5fbe241e172e31c73115aa23727846a7ce4f7506 authored almost 4 years ago by bbbbbr <[email protected]>
Update emulicious a little more

github.com/gbdev/awesome-gbdev - 58a4f09789936cce937272c92efb11fcd70ca300 authored almost 4 years ago by bbbbbr <[email protected]>
Add periods at end of descriptions

github.com/gbdev/awesome-gbdev - 044b3c43b651976851bbc198c7e3cc5668c884a3 authored almost 4 years ago by bbbbbr <[email protected]>
Divide the tools category into a couple sections. Could be split up further, but this seems like an ok starting point.

github.com/gbdev/awesome-gbdev - 718c7c6a2e5cf96eb57c8750ae0ed2f7c0883cfd authored almost 4 years ago by bbbbbr <[email protected]>
Remove duplicate GBDK-2020 entry (keep updated version), Simplify emulicious entry

github.com/gbdev/awesome-gbdev - 35594694499676fc39a2e8614a8e4dcce4612d77 authored almost 4 years ago by bbbbbr <[email protected]>
Add GBDK-2020, Emulicious & VSCode debug adapter, Tilemap Studio, romusage, Petris

github.com/gbdev/awesome-gbdev - f3b8a33c7a6405d8d9c6784105d5a6198239426e authored almost 4 years ago by bbbbbr <[email protected]>
Remove docs entry for GBDK-2020

github.com/gbdev/awesome-gbdev - 6e144fd0e76d47b35de7bddf11cf0b87605bd269 authored almost 4 years ago by bbbbbr <[email protected]>
Add dmg-acid2 and cgb-acid2 tests

github.com/gbdev/awesome-gbdev - 5e4920594d946df3ff31362d0a2b0746f8c8a67b authored almost 4 years ago by Matt Currie <[email protected]>
Refactor `readString`

Much more readable, and avoids `peek(nz)`

github.com/gbdev/rgbds - c20ac350746b318e6399b1bb11d1ad7800263bef authored almost 4 years ago by ISSOtm <[email protected]>
Refactor `readString`

Much more readable, and avoids `peek(nz)`

github.com/gbdev/rgbds-deb - c20ac350746b318e6399b1bb11d1ad7800263bef authored almost 4 years ago by ISSOtm <[email protected]>
Implement """triple-quoted""" multi-line strings

Fixes #589

github.com/gbdev/rgbds-deb - 255b8bf9ba04a4621cd41daadf498156c4bc3d80 authored almost 4 years ago by Rangi <[email protected]>
Implement """triple-quoted""" multi-line strings

Fixes #589

github.com/gbdev/rgbds - 255b8bf9ba04a4621cd41daadf498156c4bc3d80 authored almost 4 years ago by Rangi <[email protected]>
Support SOURCE_DATE_EPOCH for reproducible builds

See https://reproducible-builds.org/docs/source-date-epoch/

Fixes #286

github.com/gbdev/rgbds - ad6f17cd93fb5d505240802d6cf53a285086594f authored almost 4 years ago by Rangi <[email protected]>
Support SOURCE_DATE_EPOCH for reproducible builds

See https://reproducible-builds.org/docs/source-date-epoch/

Fixes #286

github.com/gbdev/rgbds-deb - ad6f17cd93fb5d505240802d6cf53a285086594f authored almost 4 years ago by Rangi <[email protected]>
`LOAD` blocks cannot create a ROM section

Fixes #576

github.com/gbdev/rgbds-deb - 063a22ddf9c822e3a060e45746175a75c6395cc9 authored almost 4 years ago by Rangi <[email protected]>
`LOAD` blocks cannot create a ROM section

Fixes #576

github.com/gbdev/rgbds - 063a22ddf9c822e3a060e45746175a75c6395cc9 authored almost 4 years ago by Rangi <[email protected]>
Macro arguments within a string literal are read into the string, not expanded

Fixes #643

github.com/gbdev/rgbds - 1d9cc01ae1f1c0493f53fb9fb018b7a924455dd7 authored almost 4 years ago by Rangi <[email protected]>
Macro arguments within a string literal are read into the string, not expanded

Fixes #643

github.com/gbdev/rgbds-deb - 1d9cc01ae1f1c0493f53fb9fb018b7a924455dd7 authored almost 4 years ago by Rangi <[email protected]>
Fix STRUPR and STRLWR after 5aabb915ecdb8dff5fc38489b9d4d84c615d73d6

Fixes #647

github.com/gbdev/rgbds-deb - f31deb5010b73b337b2611e2555a871ddac3cd28 authored almost 4 years ago by Rangi <[email protected]>
Fix STRUPR and STRLWR after 5aabb915ecdb8dff5fc38489b9d4d84c615d73d6

Fixes #647

github.com/gbdev/rgbds - f31deb5010b73b337b2611e2555a871ddac3cd28 authored almost 4 years ago by Rangi <[email protected]>
Document \#

github.com/gbdev/rgbds - 0956d300c4676c5ec6ddaf8e69de4a3d5a77fab7 authored almost 4 years ago by Rangi <[email protected]>
Document \#

github.com/gbdev/rgbds-deb - 0956d300c4676c5ec6ddaf8e69de4a3d5a77fab7 authored almost 4 years ago by Rangi <[email protected]>
Avoid interpreting Liquid in doc pages

They are auto-generated, so they wouldn't normally contain Liquid
(The post-processor may insert...

github.com/gbdev/rgbds-deb - 4ef490f3cb4bd875fa03bd63e46c9979b9a9e70b authored almost 4 years ago by ISSOtm <[email protected]>
Avoid interpreting Liquid in doc pages

They are auto-generated, so they wouldn't normally contain Liquid
(The post-processor may insert...

github.com/gbdev/rgbds - 4ef490f3cb4bd875fa03bd63e46c9979b9a9e70b authored almost 4 years ago by ISSOtm <[email protected]>
Add anonymous labels

Fix #497

github.com/gbdev/rgbds - 8f2a894b886cb9020c7b837170d924c03cdd31d9 authored almost 4 years ago by ISSOtm <[email protected]>
Add anonymous labels

Fix #497

github.com/gbdev/rgbds-deb - 8f2a894b886cb9020c7b837170d924c03cdd31d9 authored almost 4 years ago by ISSOtm <[email protected]>
Implement `\#` to expand to all unshifted macro arguments

Fixes #596

github.com/gbdev/rgbds-deb - 0e405437574b9c37f23c1ded0efc0d9b3d690931 authored almost 4 years ago by Rangi <[email protected]>
Implement `\#` to expand to all unshifted macro arguments

Fixes #596

github.com/gbdev/rgbds - 0e405437574b9c37f23c1ded0efc0d9b3d690931 authored almost 4 years ago by Rangi <[email protected]>
Allow {symbol} interpolation outside of strings

Fixes #629

Closes #631

github.com/gbdev/rgbds - ce58f6d6be1ea540930211a4d80de157a6e1f943 authored almost 4 years ago by Rangi <[email protected]>
Allow {symbol} interpolation outside of strings

Fixes #629

Closes #631

github.com/gbdev/rgbds-deb - ce58f6d6be1ea540930211a4d80de157a6e1f943 authored almost 4 years ago by Rangi <[email protected]>
Added flags for RP register

github.com/gbdev/hardware.inc - 69ef3aba917624253534b95c22e81c67867c3b04 authored almost 4 years ago by Optix <[email protected]>
Fix typos, convert tables (#89)

github.com/gbdev/pandocs - 8ea5c17bc77567c1ff76ec4f51b95393e87f8ffc authored almost 4 years ago by Antonio Vivace <[email protected]>
Use JetBrains Mono as monospaced typeface

github.com/gbdev/pandocs - 293026dd775c79d90f148265abcdb2641c4b1e10 authored almost 4 years ago by Antonio Vivace <[email protected]>
Improve wording

github.com/gbdev/pandocs - 14a4711f7e917dd96d11dcb55aa9d6b722e7ad2a authored almost 4 years ago by Antonio Vivace <[email protected]>
Overview/About -> Foreword

github.com/gbdev/pandocs - 7e9b783143adc7a6c8e30450d14477ab9bab5fa5 authored almost 4 years ago by Antonio Vivace <[email protected]>
Allow STRCAT to take any number of args

Fixes bullet point 1 of #625

github.com/gbdev/rgbds-deb - 5aabb915ecdb8dff5fc38489b9d4d84c615d73d6 authored almost 4 years ago by ISSOtm <[email protected]>
Allow STRCAT to take any number of args

Fixes bullet point 1 of #625

github.com/gbdev/rgbds - 5aabb915ecdb8dff5fc38489b9d4d84c615d73d6 authored almost 4 years ago by ISSOtm <[email protected]>
New SVG version of the LCD Refresh Diagram (#53)

github.com/gbdev/pandocs - c01b5d183f8087e1ea9cdbedc3be8dec754b4d5a authored almost 4 years ago by Antonio Vivace <[email protected]>
mediawiki import script: fix requirements (#68)

github.com/gbdev/pandocs - 3a2980d71aa34a70f3b553a4858e78f7443ca3f5 authored almost 4 years ago by Antonio Vivace <[email protected]>
Make charmap-converting a non-UTF8 string non-fatal

github.com/gbdev/rgbds-deb - 0d9de01f9dfb15198174f4f7eab209f00da9c7f9 authored almost 4 years ago by ISSOtm <[email protected]>
Make charmap-converting a non-UTF8 string non-fatal

github.com/gbdev/rgbds - 0d9de01f9dfb15198174f4f7eab209f00da9c7f9 authored almost 4 years ago by ISSOtm <[email protected]>
Document DIV being reset during STOP

Confirmed by gekkio, Baby Felix depends on this

github.com/gbdev/pandocs - ba8f35498d9ad000cead47aa8c1bbc67f24f5e60 authored almost 4 years ago by ISSOtm <[email protected]>
Remove custom action code when equivalent to default

Enables Bison to better reason about it, and should improve performance

github.com/gbdev/rgbds-deb - f5b0eae9cd6adf3e79fc20c8f412216c7c95716e authored almost 4 years ago by ISSOtm <[email protected]>
Remove custom action code when equivalent to default

Enables Bison to better reason about it, and should improve performance

github.com/gbdev/rgbds - f5b0eae9cd6adf3e79fc20c8f412216c7c95716e authored almost 4 years ago by ISSOtm <[email protected]>
Specify rgbfix --mbc-type by name

This supports the names listed in Pan Docs:
https://gbdev.io/pandocs/#_0147-cartridge-type
Space...

github.com/gbdev/rgbds - e6552064bfe69ae186be17641331beca9f55cc8c authored almost 4 years ago by Rangi <[email protected]>
Specify rgbfix --mbc-type by name

This supports the names listed in Pan Docs:
https://gbdev.io/pandocs/#_0147-cartridge-type
Space...

github.com/gbdev/rgbds-deb - e6552064bfe69ae186be17641331beca9f55cc8c authored almost 4 years ago by Rangi <[email protected]>
discardBlockComment sets lexerState->disableMacroArgs = true, like discardComment

github.com/gbdev/rgbds-deb - 861cb552c4edb52f1ed87ea5fab39f863526cb43 authored almost 4 years ago by Rangi <[email protected]>
discardBlockComment sets lexerState->disableMacroArgs = true, like discardComment

github.com/gbdev/rgbds - 861cb552c4edb52f1ed87ea5fab39f863526cb43 authored almost 4 years ago by Rangi <[email protected]>
update rgbds patch

github.com/gbdev/rgbds-live - 14eb3293e7384fbc61a136b35dc132cd96939a09 authored almost 4 years ago by Daid <[email protected]>
Allow 'dw' and 'dl' to apply to characters of strings

Fixes #568

The old behavior of `dw "string"` can be replicated with `dw ("string")`; likewise f...

github.com/gbdev/rgbds - 165bd8cb71c5ebe4f5cf79ed4179f9302834aa07 authored almost 4 years ago by Rangi <[email protected]>
Document dw and dl with strings

github.com/gbdev/rgbds - 417cceb0de454dd5312176e006cd41af6a6f0f4e authored almost 4 years ago by ISSOtm <[email protected]>
Document dw and dl with strings

github.com/gbdev/rgbds-deb - 417cceb0de454dd5312176e006cd41af6a6f0f4e authored almost 4 years ago by ISSOtm <[email protected]>
Allow 'dw' and 'dl' to apply to characters of strings

Fixes #568

The old behavior of `dw "string"` can be replicated with `dw ("string")`; likewise f...

github.com/gbdev/rgbds-deb - 165bd8cb71c5ebe4f5cf79ed4179f9302834aa07 authored almost 4 years ago by Rangi <[email protected]>
Correct underscore-in-number documentation

No radix actually allows underscores at the beginning of a literal

github.com/gbdev/rgbds-deb - e54e02dc77ae4e412905e168ff11e3017a481127 authored almost 4 years ago by ISSOtm <[email protected]>
Correct underscore-in-number documentation

No radix actually allows underscores at the beginning of a literal

github.com/gbdev/rgbds - e54e02dc77ae4e412905e168ff11e3017a481127 authored almost 4 years ago by ISSOtm <[email protected]>
Document underscores in numeric literals

github.com/gbdev/rgbds - 2bf3b08d762545c5e1b24ebcd73d63fbd09aa63b authored almost 4 years ago by ISSOtm <[email protected]>
Document underscores in numeric literals

github.com/gbdev/rgbds-deb - 2bf3b08d762545c5e1b24ebcd73d63fbd09aa63b authored almost 4 years ago by ISSOtm <[email protected]>
Fix not shifting CRLF at end of raw lines

Fixes line reporting errors on Windows

github.com/gbdev/rgbds-deb - 21b58b08b8e3961e16b2b21d4fa821d392d04570 authored almost 4 years ago by ISSOtm <[email protected]>
Fix not shifting CRLF at end of raw lines

Fixes line reporting errors on Windows

github.com/gbdev/rgbds - 21b58b08b8e3961e16b2b21d4fa821d392d04570 authored almost 4 years ago by ISSOtm <[email protected]>
Allow underscores in numeric literals

Fixes #539

Changes \@'s output to start with "_u", not "_", so it will be valid within labels b...

github.com/gbdev/rgbds - af530859f013d52507efcdc4c8f00ade0d7193c2 authored almost 4 years ago by Rangi <[email protected]>
Allow underscores in numeric literals

Fixes #539

Changes \@'s output to start with "_u", not "_", so it will be valid within labels b...

github.com/gbdev/rgbds-deb - af530859f013d52507efcdc4c8f00ade0d7193c2 authored almost 4 years ago by Rangi <[email protected]>
Implement `STRRIN`, like `STRIN` but searching from the right

github.com/gbdev/rgbds-deb - 58739b0bf2e4057783fed0e8acfc3d0a7668b568 authored almost 4 years ago by Rangi <[email protected]>
Implement `STRRIN`, like `STRIN` but searching from the right

github.com/gbdev/rgbds - 58739b0bf2e4057783fed0e8acfc3d0a7668b568 authored almost 4 years ago by Rangi <[email protected]>
Avoid error with old Bison versions

`api.token.raw` is only defined starting with Bison 3.5
Since it's not essential, define it on t...

github.com/gbdev/rgbds - 3e4c2fe712c80207f855a46420572fdd9f0d5f84 authored almost 4 years ago by ISSOtm <[email protected]>
Avoid error with old Bison versions

`api.token.raw` is only defined starting with Bison 3.5
Since it's not essential, define it on t...

github.com/gbdev/rgbds-deb - 3e4c2fe712c80207f855a46420572fdd9f0d5f84 authored almost 4 years ago by ISSOtm <[email protected]>
Avoid running version test when `git describe` fails

Can happen when not enough history has been fetched, notably in our CI

github.com/gbdev/rgbds-deb - bdfce25db047b64e48d33a1beeb348478c06c84b authored almost 4 years ago by ISSOtm <[email protected]>
Avoid running version test when `git describe` fails

Can happen when not enough history has been fetched, notably in our CI

github.com/gbdev/rgbds - bdfce25db047b64e48d33a1beeb348478c06c84b authored almost 4 years ago by ISSOtm <[email protected]>
Avoid using `yytoken_kind_t`

Apparently it was added in a fairly recent Bison version...

github.com/gbdev/rgbds - 2b6d9cd1e08284b462b8eaecbbca154791b923f5 authored almost 4 years ago by ISSOtm <[email protected]>
Avoid using `yytoken_kind_t`

Apparently it was added in a fairly recent Bison version...

github.com/gbdev/rgbds-deb - 2b6d9cd1e08284b462b8eaecbbca154791b923f5 authored almost 4 years ago by ISSOtm <[email protected]>
Add automated test for version consistency

Automatically check that the version number constants
(__RGBDS_MAJOR__ etc.) match `rgbasm -V`
S...

github.com/gbdev/rgbds-deb - bf789dd7b3d0ed655f5e071f0b67ba5114d4b8e3 authored almost 4 years ago by ISSOtm <[email protected]>
Add automated test for version consistency

Automatically check that the version number constants
(__RGBDS_MAJOR__ etc.) match `rgbasm -V`
S...

github.com/gbdev/rgbds - bf789dd7b3d0ed655f5e071f0b67ba5114d4b8e3 authored almost 4 years ago by ISSOtm <[email protected]>
Enable raw token types

Removes one layer of indirection for the parser, and helps remove all literals from the grammar
...

github.com/gbdev/rgbds - 9b6f01047c4329186375727290f9fe8380e0609b authored almost 4 years ago by ISSOtm <[email protected]>
Enable raw token types

Removes one layer of indirection for the parser, and helps remove all literals from the grammar
...

github.com/gbdev/rgbds-deb - 9b6f01047c4329186375727290f9fe8380e0609b authored almost 4 years ago by ISSOtm <[email protected]>
Switch to GNU Bison as a dependency

First step for #595

github.com/gbdev/rgbds-deb - 3fe2fa43bbc1c96df387e48c90f5d8c2b3cd604c authored almost 4 years ago by ISSOtm <[email protected]>