edktool
is a tool for Eduction that allows you to compile and test your grammars. edktool
can perform the following functions:
On Linux, edktool
requires the C++ library, libstdc++.so
. To ensure the tool can locate the required library, set the Library Path:
setenv LD_LIBRARY_PATH bin:$LD_LIBRARY_PATH
|