-
#### Intro:
Using JEI and CT in a modpack, JEI.addItem() didn't work, so I decided to try it out on a bare-minimum install. #889 could be related; if so, is this an issue for the JEI repo instead?
…
-
Hey Bob,
First of all, congrats on the book. It looks fantastic and reads even better.
I was looking for a good way to publish articles on the web for some time now. First of all, I forbade myse…
-
The section is dedicated to automating the generation of Java code for data values. Unclear if you are comfortable adding dependencies but Lombok automates a lot of this template code. Might want to p…
-
# Objective
- Understand what it would take to create a reliable .RPP "Lexer" or "Scanner" and generator in JavaScript.
- Identify a Parsing or "Lexing" library to get started.
# Reading
T…
-
**Note:** Moved to Issue #76
# Objective
- Understand what it would take to create a reliable .RPP "Lexer" or "Scanner" and generator in JavaScript.
- Identify a Parsing or "Lexing" library to…
-
# Summary
Currently there is no method to sort lists. For this task we need to add `list.sort()` which would sort a list **in place**. There are methods in place for copying lists if the requirement …
-
Currently implemented lexer is setup in a strange pseudo-oop way as I was directly translating from [the crafting interpreters lexing tutorial](https://craftinginterpreters.com/scanning.html) with a f…
-
First of all, thank you for writing *Crafting Interpreters*!
While reading through the second part of the book, I stumbled upon a small mistake:
In the second aside of the [Design Note "Consider…
-
### Organizer
@kingcons
### Reading Objectives
* http://craftinginterpreters.com/scanning.html
* http://craftinginterpreters.com/representing-code.html
### Implementation Objectives
* Scan …
-
1. Computer Architecture 推荐阅读改为: Computer Systems: A Programmer's Perspective.
2. Languages and Compilers 推荐阅读改为: Crafting Interpreters.
3. Distributed Systems 推荐阅读改为: Designing Data-Intensive Appl…