Top "Lexical" questions

The "Lexical" tag is used to denote a connection with words of a language, its grammar or the dictionary.

Is there a JavaScript equivalent of the Python pass statement that does nothing?

I am looking for a JavaScript equivalent of the Python: pass statement that does not run the function of the ... …

javascript python function lexical
Making a lexical Analyzer

I'm working with a Lexical Analyzer program right now and I'm using Java. I've been researching for answers on this …

java analyzer lexical
Lexical error: Encountered: "" (0), after : ""

I needed to start dealing with foreign characters, and in doing so, I think I royally screwed up a file's …

python lexical
Haskell: lexical error in string/character literal at character 'i'

I'm fairly new to Haskell programming and I'm having trouble understanding why I'm receiving this error in my code. My …

haskell recursion lexical
C++ parser generator

I'm writing my own scripting language and I need a software tool which generates C++ code for parsing my language. …

c++ parsing lexer lexical
What is the difference between corpus and lexicon in NLTK (python)

Can someone tell me the difference between a Corpora ,corpus and lexicon in NLTK ? What is the movie data set ? …

machine-learning nlp nltk corpus lexical
Lexical or Preprocessor Issue error (UIKit/UIKit.h file not found)

I've read the other question in regards to lexical and preprocessor issues and I've tried to use what helped solve …

iphone ios preprocessor xcode4.3 lexical
javaparser - Lexical error Encountered: <EOF> after : ""

I am using this javaparser https://github.com/javaparser/javaparser to parse a lot of java source codes of some …

java exception eof lexical javaparser
What is the difference between Lexical grammar and Syntactic grammar?

I am reading The Java Language Specification 8. I am trying to understand Chapter 2. Grammars. Here's what I have already learned: …

java grammar context-free-grammar lexical