Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1020838 // tok_tokenLeftOfExpression - does the token at i indicate there an expression right of it?

JavaX fragment (include)

1  
sbool tok_tokenLeftOfExpression(LS tok, int i) {
2  
  ret eqGetOneOf(tok, i, "(", "=", ",") || isIdentifier(get(tok, i));
3  
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020838
Snippet name: tok_tokenLeftOfExpression - does the token at i indicate there an expression right of it?
Eternal ID of this version: #1020838/3
Text MD5: bacb75eb02f99f45d903595f8f3b87c7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-28 12:35:57
Source code size: 122 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 269 / 317
Version history: 2 change(s)
Referenced in: [show references]