StéphaneDucasse
StéphaneDucasse
I do not remember if this is done. We should check this.
- [x] advanced design mooc has been fully migrated - [ ] pharo mooc is under way - [x] created a new repo - [x] used the advanced mooc template...
Thanks I will have a look when time allows it.
We do not need to have regexp for each HTML element. We can do ``` initialize super initialize. dispatchTable := Dictionary new. dispatchTable at: AnchorMarkup put: MicAnchorBlock. dispatchTable at: HeaderMarkup...
We should pay attention to idetnfiy when to close the block. This is typically inside the canConsumeLine: method which should return false when facing The startAndStop does it like that...
I think that when the string is used in a FFI call it has to be pinned because the C call could call it back and it should not move...
Yes please what a bad idea. May be it should also accept XML, YAML, Java and more! What a strange idea.
There is a class `MicParentChildrenChecker` that can be used to identify children parent problems.