Click here to Skip to main content
15,887,135 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Syntax Error Pin
jschell15-Mar-24 12:48
jschell15-Mar-24 12:48 
GeneralRe: Syntax Error Pin
honey the codewitch15-Mar-24 14:59
mvahoney the codewitch15-Mar-24 14:59 
GeneralRe: Syntax Error Pin
PIEBALDconsult15-Mar-24 8:14
mvePIEBALDconsult15-Mar-24 8:14 
GeneralRe: Syntax Error Pin
Mircea Neacsu15-Mar-24 8:40
Mircea Neacsu15-Mar-24 8:40 
GeneralRe: Syntax Error Pin
PIEBALDconsult15-Mar-24 10:05
mvePIEBALDconsult15-Mar-24 10:05 
GeneralRe: Syntax Error Pin
Mircea Neacsu15-Mar-24 10:10
Mircea Neacsu15-Mar-24 10:10 
GeneralRe: Syntax Error Pin
dandy7215-Mar-24 8:17
dandy7215-Mar-24 8:17 
GeneralRe: Syntax Error Pin
honey the codewitch15-Mar-24 10:07
mvahoney the codewitch15-Mar-24 10:07 
It wouldn't be part of the token in most tokenizer implementations.

"include" would be a preproc keyword.**

** or identifier if the tokenizer doesn't distinguish between idents and keywords as is often the case.

Most of the time, whitespace is hidden during tokenization before the parser gets to it so the parser wouldn't really care if there was no whitespace unless the developer put in extra effort for it to care.
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: Syntax Error Pin
jschell15-Mar-24 13:01
jschell15-Mar-24 13:01 
GeneralRe: Syntax Error Pin
honey the codewitch15-Mar-24 14:57
mvahoney the codewitch15-Mar-24 14:57 
GeneralRe: Syntax Error Pin
dandy7217-Mar-24 13:38
dandy7217-Mar-24 13:38 
GeneralRe: Syntax Error Pin
k505415-Mar-24 7:21
mvek505415-Mar-24 7:21 
GeneralRe: Syntax Error Pin
dandy7215-Mar-24 8:19
dandy7215-Mar-24 8:19 
GeneralReinforcement Learning Pin
Jo_vb.net15-Mar-24 0:59
mvaJo_vb.net15-Mar-24 0:59 
GeneralThis is a first... Pin
Sander Rossel15-Mar-24 0:02
professionalSander Rossel15-Mar-24 0:02 
GeneralRe: This is a first... Pin
raddevus15-Mar-24 2:24
mvaraddevus15-Mar-24 2:24 
GeneralRe: This is a first... Pin
Sander Rossel15-Mar-24 3:01
professionalSander Rossel15-Mar-24 3:01 
GeneralRe: This is a first... Pin
kmoorevs15-Mar-24 6:22
kmoorevs15-Mar-24 6:22 
GeneralRe: This is a first... Pin
Sander Rossel16-Mar-24 3:42
professionalSander Rossel16-Mar-24 3:42 
JokeHow it really went down Pin
honey the codewitch14-Mar-24 23:40
mvahoney the codewitch14-Mar-24 23:40 
GeneralRe: How it really went down Pin
OriginalGriff15-Mar-24 1:04
mveOriginalGriff15-Mar-24 1:04 
GeneralRe: How it really went down Pin
jmaida15-Mar-24 15:19
jmaida15-Mar-24 15:19 
GeneralRe: How it really went down Pin
jmaida15-Mar-24 16:54
jmaida15-Mar-24 16:54 
GeneralBeware the Ides of March! Pin
Daniel Pfeffer14-Mar-24 22:00
professionalDaniel Pfeffer14-Mar-24 22:00 
GeneralRe: Beware the Ides of March! Pin
honey the codewitch15-Mar-24 9:34
mvahoney the codewitch15-Mar-24 9:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.