funcynim/partialproc/private/dsl/lexer/lexed_call

Source Edit

Procs

func args(self: LexedCall): seq[Token] {....raises: [], tags: [], forbids: [].}
Source Edit
func called(self: LexedCall): NimNode {....raises: [], tags: [], forbids: [].}
Source Edit
func lexedCall(called: NimNode; style: CallStyle; args: openArray[Token]): LexedCall {.
    ...raises: [], tags: [], forbids: [].}
Source Edit
func style(self: LexedCall): CallStyle {....raises: [], tags: [], forbids: [].}
Source Edit