- speed up syntax parsing - the parser is now 4 times faster
authorMichal Krol <mjkrol@gmail.org>
Wed, 20 Oct 2004 14:54:17 +0000 (14:54 +0000)
committerMichal Krol <mjkrol@gmail.org>
Wed, 20 Oct 2004 14:54:17 +0000 (14:54 +0000)
commit904ef741de76b41825d9f18153e3535a89390d5b
tree74e41fb4ba2905f8027b749d8ce44bea9400ddc3
parenta7855e835dc5e806a232a50ee7f2bea0ceb7dc9b
- speed up syntax parsing - the parser is now 4 times faster
  note: to use it you must use grammar_check_fast entry
- allow decimal format for literal integers in .syn files
- raise am error if syntax has duplicate or unreferenced
  symbols
- do some little clean-up with linked-list stuff
- make macro APPEND_CHARACTER a function
- fix minor typos and bugs
src/mesa/shader/grammar.c