]> OCCT Git - occt-copy.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)
committerbugmaster <bugmaster@opencascade.com>
Sat, 12 Sep 2020 15:54:50 +0000 (18:54 +0300)
commitd12cd16b171bbb753c6fbc50c31a0c98b19be048
treebcd58b3f5c0aa37ee663dc34c8f38fada176b3ef
parentad81d26ae89a4a36b55f6f9d13f26746b59ebf13
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]