📄 readme
字号:
This directory contains the necessary files to produce a third-party parserfor Source-Navigator.The ebrowser.l file is a Source-Navigator parser written in GNU flex for theELF programming language. There are two example ELF source files: sql.elf blobsql.elfTo try out the parser, replace "SN=/usr/local/snavigator" in the Makefilewith the path to your Source-Navigator installation.Because different operating systems have different library names for thedynamic loading library, you may need to change the "-ldl" library nameto the library which supports dynamic loading on your system. This is requiredto get rid of libtcl8.1 linker errors.Build and test the parser by running "make test". The Source-Navigatorproject database will be created in the .snprj subdirectory. During the test,the names of the known functions in the project will be displayed.Refer to the Source-Navigator Programmer's Reference Guide for details onwriting additional parsers for other programming languages.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -