Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-20 | - speed up syntax parsing - the parser is now 4 times faster | Michal Krol | |
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 | |||
2004-10-02 | fix indentation | Brian Paul | |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch ↵ | Brian Paul | |
1015696) | |||
2004-07-20 | fix compare w/ zero warnings (bug #988766) | Brian Paul | |
2004-05-04 | Fix minor warnings found with g++. | Brian Paul | |
2004-04-02 | add braces to silence warnings | Brian Paul | |
2004-03-29 | fix the build | Brian Paul | |
2004-03-04 | Added missing Copyrights. | Michal Krol | |
2004-03-03 | Grammar package supporting 8-bit registers. | Michal Krol | |
TODO: - add checking for duplicate symbols (or is it done already?) - move all the statics (grammar objects list and last error message) to the GL context state; I think simple pointer initialized in a first call to ProgramString() is sufficent. - apply an optimized version of match() - this will be needed for glslang compiler. |