ligo/tools/lsp/pascaligo/test/corpus/examples.txt
2020-08-11 12:31:49 +04:00

30 lines
319 B
Plaintext

=========
Includes
=========
#include "foo.bar"
#include "qux.ligo"
---
(source_file
(include
(string))
(include
(string)))
=========
Functions
=========
function add (const a : int ; const b : int) : int is
block { skip } with 1
---
(source_file
(include
(string))
(include
(string)))