Disable keyword extraction
For now bare keywords are errors, since we have not included them as valid expressions.
This commit is contained in:
parent
50c8e3c0e6
commit
0bc7e59fc7
4 changed files with 522 additions and 367 deletions
21
test/corpus/identifiers.txt
Normal file
21
test/corpus/identifiers.txt
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
================================================================================
|
||||
_main identifier
|
||||
================================================================================
|
||||
|
||||
_main
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(ERROR
|
||||
(identifier))
|
||||
|
||||
================================================================================
|
||||
Normal identifier
|
||||
================================================================================
|
||||
|
||||
my_1st_variable
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
(ERROR
|
||||
(identifier))
|
||||
Loading…
Add table
Add a link
Reference in a new issue