Skip to content

Archive of the code-browser example from the dylan-lang/http repository

License

Notifications You must be signed in to change notification settings

dylan-hackers/code-browser

Repository files navigation

This code was originally part of https://github.com/dylan-lang/http but was separated into its own repository for archiving.


Build the code-browser and start it from the top level directory of the http git repository:

dylan-compiler -build code-browser mkdir logs ./_build/bin/code-browser --config pwd/examples/code-browser/config.xml

The server will be running on port 8080.

Go to one of these URLs:

  • /symbol/<library-name>
  • /symbol/<library-name>/<module-name>
  • /symbol/<library-name>/<module-name>/<definition-name>
  • /search?search=xxx (seems to have problems)

About

Archive of the code-browser example from the dylan-lang/http repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published