- cross-posted to:
- [email protected]
- [email protected]
- cross-posted to:
- [email protected]
- [email protected]
Originally taken from https://fosstodon.org/@squidfunk/111989558536475772.
Originally taken from https://fosstodon.org/@squidfunk/111989558536475772.
I give it half-baked code and ask it to complete it. Like say a few days ago, I wanted to implement NFA and Thompson Consturction. So I wrote this:
struct Transition { // implement this Transition *next; }; struct NFA { // implement this }; // and so on and so forth
This is how you get good results from it. Do half the work.