# # ChangeLog for trunk/test/sandbox/lex # # Generated by Trac 1.2.2 # May 20, 2022, 10:28:09 PM Sat, 07 Jul 2012 22:25:52 GMT sam [1590] * trunk/src/Makefile.am (modified) * trunk/src/generated/lolfx-parser.cpp (added) * trunk/src/generated/lolfx-parser.h (added) * trunk/src/generated/lolfx-scanner.cpp (added) * trunk/src/gpu/lolfx-compiler.cpp (added) * trunk/src/gpu/lolfx-compiler.h (added) * trunk/src/gpu/lolfx-parser.y (moved) * trunk/src/gpu/lolfx-scanner.l (added) * trunk/src/gpu/testmaterial.lolfx (modified) * trunk/src/lolcore.vcxproj (modified) * trunk/src/lolcore.vcxproj.filters (modified) * trunk/test/sandbox/lex/.gitignore (deleted) * trunk/test/sandbox/lex/Makefile (deleted) * trunk/test/sandbox/lex/lolfx.l (deleted) * trunk/test/sandbox/lex/test.lolfx (deleted) core: start working on a higher level LolFx compiler based on the ... Mon, 11 Jun 2012 21:21:43 GMT sam [1454] * trunk/test/sandbox/lex/lolfx.l (modified) test: GLSL syntax fiddling. Wed, 30 May 2012 17:59:15 GMT sam [1427] * trunk/test/sandbox/lex/lolfx.l (modified) * trunk/test/sandbox/lex/lolfx.y (modified) * trunk/test/sandbox/lex/test.lolfx (modified) test: a better GLSL parser in the LolFx test parser. Thu, 24 May 2012 17:00:36 GMT sam [1413] * trunk/test/sandbox/lex/Makefile (modified) * trunk/test/sandbox/lex/lolfx.l (modified) * trunk/test/sandbox/lex/lolfx.y (modified) test: more grammar improvements. Thu, 24 May 2012 07:16:51 GMT sam [1412] * trunk/test/sandbox/lex/lolfx.l (modified) * trunk/test/sandbox/lex/lolfx.y (modified) test: add most of the GLSL grammar. Wed, 23 May 2012 17:30:54 GMT sam [1411] * trunk/test/sandbox/lex/lolfx.l (modified) * trunk/test/sandbox/lex/lolfx.y (modified) test: add more GLSL and HLSL keywords to our grammar. Wed, 23 May 2012 07:20:17 GMT sam [1410] * trunk/test/sandbox/lex/lolfx.l (modified) test: some grammar tweaks. Tue, 22 May 2012 23:48:57 GMT sam [1409] * trunk/test/sandbox/lex (added) * trunk/test/sandbox/lex/.gitignore (added) * trunk/test/sandbox/lex/Makefile (added) * trunk/test/sandbox/lex/lolfx.l (added) * trunk/test/sandbox/lex/lolfx.y (added) * trunk/test/sandbox/lex/test.lolfx (added) test: start working on a lexer/parser for LolFx using flex and bison.