Jan Max Meyer

Results 89 comments of Jan Max Meyer

#39 could only be resolved when this notation also becomes possible: ``` print : *args, newline=true { ... } ``` In this case, any args should be taken, no nargs...

relates to #9 as well

Maybe implement an Op::LoadOrCallAttr for this?

Feature meanwhile enabled again, due compiler/iml rework.

> Sounds like a cool feature, but what benefits does this have over passing parselets to a function? Tokay programs are executed in two stages: 1. First a constant value...

Commit fffeeda6245025694144c9ccdddd9062f1e3a604 integrates the complete syntax for generic parselets and instances of generic parselets already. The generics feature is still pending, as further internal revisions are required.

b3285271d45f140dc8a6433f334d756ceb88b206 partly implements the Ascii-related builtin-character-classes as Token::Char/Token::Chars.

Should become a part of https://github.com/phorward/charclass

9070985 introduces a case where the Self parselet is obligatory: Due implementation of the `Token` prelude parselet in #51, the `Token` parselet from tokay.tok uses this Token, and needed to...

Another note on this: - `self` references the current parselet in runtime-mode - `Self` references the current parselet in compile-time mode - may only be used when the parselet is...