About
+A basic tool for looking through scopes and quickly jumping to code within GF's resource grammar library (RGL), created out of necessity. All feedback is welcome.
+Understanding the scope information
The scope information shown by this tool is basically the output of running GF with the --tags flag. This lists all the functions visible in the scope of a module, one per line. Each line can have two possible forms:
1. Local functions
mkPrep oper-type /lib/src/english/ParadigmsEng.gf:204 Str -> {s : Str; lock_Prep : {}}
For locally defined functions, the second column oper-type indicates the judgement type, followed by the location in the souce file and its type information.
scandinavianAbout
-A basic tool for looking up module scopes and quickly looking at module sources, created out of necessity. It is experimental and is known to hang when handling large files. All feedback is welcome.
+Issues
-Known issues and To-do
+Something is missing or out of date
+All the scoping information shown is not read directly from the RGL on-demand. There is an in-between processing stage which must be run, so if something seems out of date just let me know and I can udpate things manually.
+ +To-Do
- Some way of browsing just the API
- The page sometimes stalls when handling large files (in particular the dictionary modules) @@ -89,7 +95,7 @@
loading...
+