diff --git a/content/gsoc/2024.md b/content/gsoc/2024.md index 8ac8692..fec113a 100644 --- a/content/gsoc/2024.md +++ b/content/gsoc/2024.md @@ -526,6 +526,10 @@ Implementing the support for any new file format counts as a microtask. See [New Implementing the support for any new architecture counts as a microtask. See [New-Architecture](https://github.com/rizinorg/ideas/labels/New%20Architecture) label for pending issues. +Two notable examples are updating existing bytecode plugins to support newer versions of the respective languages: +- [Support for the Lua 5.2 language changes](https://github.com/rizinorg/rizin/issues/3914) +- [Support for the Python 3.11 and 3.12 language changes](https://github.com/rizinorg/rizin/issues/3130) + ## Analysis The current code analysis has many caveats and issues which need addressing. Fixing them and writing more tests is important to stabilize and enhance rizin's analysis engine.