Skip to content

Commit

Permalink
v.4.2.1
Browse files Browse the repository at this point in the history
* dynamic autocompletion in-context or context-free
* define,defined, .. actions can use a sequential list (mode-list) or a static hash (mode-hash)
* define,defined .. actions used raw group_replace in contrast to other actions (needed additional group number), fixed
* group_replace token ids in actions for block and non-block type of tokens (block=raw, non-block=non-raw), fixed
* fix a couple of typos in main grammars + some optimisations
  • Loading branch information
Nikos M committed Dec 11, 2016
1 parent b98edb1 commit 0092eb3
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 238 deletions.
2 changes: 1 addition & 1 deletion beeld.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tasks =[{}]
replace =[{}]

"@@ROOT@@" = "this"
"@@VERSION@@" = "4.2.0"
"@@VERSION@@" = "4.2.1"
"@@MODULE@@" = "PrismGrammar"

@
Expand Down
Loading

0 comments on commit 0092eb3

Please sign in to comment.