Skip to content

azawawi/app-perl6langserver

Repository files navigation

App::Perl6LangServer

Build Status Build status

This is usually used with a language client (e.g. ide-perl6). This language server only supports at the moment stdin / stdout mode.

This Note: This is currently experimental and API may change. Please DO NOT use in a production environment.

Example

# To run the language server in stdin / stdout mode
$ perl6-langserver

Installation

  • Install this module using zef:
$ zef install App::Perl6LangServer

Testing

  • To run tests:
$ prove -ve "perl6 -Ilib"
  • To run all tests including author tests (Please make sure Test::Meta is installed):
$ zef install Test::META
$ AUTHOR_TESTING=1 prove -e "perl6 -Ilib"

Author

Ahmad M. Zawawi, azawawi on #perl6.

License

MIT License