ligo/tools/lsp/pascaligo/test/corpus/examples.txt

30 lines
319 B
Plaintext
Raw Normal View History

2020-04-30 14:39:51 +04:00
=========
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)))