
LIGO lexer later). Added field [is_file] to the state of the lexer to know if the input is a file or not (insert or not a first line directive). Fixed ReasonLIGO comments in entrypoints-contracts.md and website2.religo. WIP on the LIGO lexer to properly handle comments for all the syntaxes.
Ligo documentation
Running the documentation website
The website will be available at http://localhost:3000
To get the website running you want to do the commands:
cd website
npm run version next
cd ..
docker-compose up