Cradicle Explorer
adl
Info
Issues
Patches
Wallets
Source
Source
.cargo
.circleci
.github
.resources
adl-cli
compiler
errors
interpreter
test-framework
tests
expectations
tests
cli
compiler
execution
interpreter-leo
interpreter
parser-expression
parser-module
parser-statement
parser-tokenizer
parser
expression
finalize
functions
future
identifiers
program
async_basic.adl
backslash_eof.adl
bidi_comment_2_fail.adl
bidi_comment_fail.adl
circuit_deprecated_fail.adl
dollar_eof.adl
escape_u8_eof.adl
external_mapping.adl
hex_eof.adl
illegal_import_fail.adl
import.adl
import_fail.adl
locator_expression_fail.adl
mapping.adl
mapping_fail.adl
network_id.adl
non_aleo_network_fail.adl
pipe_eof.adl
q_eof.adl
record_with_visibility.adl
special_address.adl
sq_eof.adl
struct_with_visibility.adl
stub_fail.adl
tilde_eof.adl
unclosed_unicode_eof_fail.adl
statement
structs
tests
type_
unreachable
passes
README.md
utils
.codecov.yml
.gitattributes
.gitignore
.gitmodules
.rusty-hook.toml
CONTRIBUTING.md
Cargo.lock
Cargo.toml
DEVELOPMENT.md
LICENSE.md
README.md
build.rs
rust-toolchain.toml
rustfmt.toml
/
tests
/
tests
/
parser
/
program
/ pipe_eof.adl
pipe_eof.adl
1
2
program test.alpha {
3
function main() {
4
let x = 1u8;
5
}
6
|}