]> OCCT Git - occt.git/commit
0030053: STEP read fails due to comment string
authordpasukhi <dpasukhi@opencascade.com>
Wed, 9 Sep 2020 10:00:15 +0000 (13:00 +0300)
committerabv <abv@opencascade.com>
Sat, 12 Sep 2020 17:42:19 +0000 (20:42 +0300)
commit183c99caf828311e4b20dbf074fa20b7fce591f6
tree298385088ebda42688c696b409948894abf55773
parente0a25f3d93927335402a1b68a82de36b357f0ac8
0030053: STEP read fails due to comment string

- Update .step scanner:
  - add rules to read anything within the comment
  - add a function to initialize of lexical scanner
  - add states for Commit & End instead of global variables modcom & modend
src/StepFile/lex.step.c
src/StepFile/recfile.pc
src/StepFile/step.lex
tests/bugs/step/bug30053 [new file with mode: 0644]