You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TopicBuilder enhancements:
Resolves#35Resolves#31Resolves#30Resolves#29Resolves#24Resolves#34
🚨 This PR adds some methods, properties to `TopicBuilder`, the wiki should be updated in consequences:
- `Clear()` method
- `Parse()` method
- `TryParse()` method
- New exception handling
- `MaxDepth` property
Add methods
Parse
andTryParse
to create a topic from astring
🚨 Check and test illegal constructions (
//
,/#/+
, etc.)The text was updated successfully, but these errors were encountered: