-
Hello, I have the following grammar file for ANTLR4.5.1:
```
grammar Test;
start : NAME+;
NAME : ('aaa'|'ab') {System.out.println("["+getText()+"]");}'X';
WS : . -> skip;
```
and java file:
```
i…
-
Hello,
First of all, thanks for the package! I just wanted to share that I encountered an error log while running the `unified-test.tex` and somehow I managed to solve it.
Here's the error messa…
-
It looks like triplets are computed - and scores calculated - even when each item has a different label, and that the abx score is computed "on" this label category. This should probably not happen a…
-
@giuliolunati noticed that:
>> s: copy "ab" parse s [p: to end :p insert "x"] s
Gave back `"abx"` when the expected result was `"xab"`.
-
There was a Move Lookup proposal from Martin Hosken in 2016:
https://github.com/OpenType/opentype-layout/blob/63d169c92160832cf5b2333f28b559c80c9a4389/proposals/20151104-movelookup.md
There are se…
-
Lexcial scpoe: variable avaliabe outside the function is automatically present inside function
![image](https://user-images.githubusercontent.com/59130610/188221162-84238e7d-114c-4018-9328-86cc26ec…
-
Hi,
I am getting Error for InternalHttpClientHandler for some powerNSX commands on ABX actions Docker Image based on photon:3.0-20200609 with modules VMware.PowerCLI -12.0.0.15947286, PowerNSX 3.0.1…
-
Hi,
I followed the instructions yet Cython is missing from dependencies when running the setup.py in ABX_src.
Should it be added to environment.yml?
Neil
lienz updated
2 years ago
-
`biblatex` has `\ifciteseen` and `\ifentryseen{}`, but it only has `\blx@citetracker` for adding the current entry to the list of cited entries.
I am playing around with an entry type in `biblatex-…
-
See https://sblhs2.com/2019/03/28/snippet-text-collections/
These kind of entries could be supported using a related entry.
Something like this MWE:
```TeX
\documentclass{article}
\usepacka…