Bug in parser
PoslavskySV opened this issue · 0 comments
PoslavskySV commented
Test case:
@Test
def testParse1: Unit = {
import syntax._
implicit val gf = GF(17, 3, "t")
implicit val ring = MultivariateRing(gf, Array("x", "y", "z"))
val t = ring("t")
}