From f752d1a356587cdf715e897ca431584989f705d3 Mon Sep 17 00:00:00 2001 From: rv-jenkins Date: Wed, 27 Mar 2024 14:45:17 +0000 Subject: [PATCH] gh-pages: Updated the website --- CNAME | 1 + ...irefly-Download-Icon-Inverted.32636383.png | Bin 0 -> 571 bytes assets/css/Firefly-Download-Icon.8094a4f0.png | Bin 0 -> 586 bytes assets/css/fontawesome-webfont.0caf0c90.ttf | Bin 0 -> 165548 bytes assets/css/fontawesome-webfont.3981e506.eot | Bin 0 -> 165742 bytes assets/css/fontawesome-webfont.58488e7e.woff2 | Bin 0 -> 77160 bytes assets/css/fontawesome-webfont.a9323ae9.svg | 1 + assets/css/fontawesome-webfont.ed962b83.woff | Bin 0 -> 98024 bytes assets/css/iconfont.960c72b2.eot | Bin 0 -> 2216 bytes assets/css/iconfont.a07d77e0.woff2 | Bin 0 -> 892 bytes assets/css/iconfont.b2a06094.woff | Bin 0 -> 1296 bytes assets/css/index.css | 1 + assets/css/owl.video.play.e7a23fb2.png | Bin 0 -> 2794 bytes assets/css/select-arrow.b8e89c0c.svg | 1 + assets/img/404.png | Bin 0 -> 33413 bytes assets/img/500.png | Bin 0 -> 45305 bytes assets/img/android-chrome-192x192.png | Bin 0 -> 8642 bytes assets/img/android-chrome-512x512.png | Bin 0 -> 17774 bytes assets/img/apple-touch-icon.png | Bin 0 -> 7679 bytes assets/img/favicon-16x16.png | Bin 0 -> 489 bytes assets/img/favicon-32x32.png | Bin 0 -> 972 bytes assets/img/favicon.ico | Bin 0 -> 15406 bytes assets/img/hero/kerc20-hero-image.png | Bin 0 -> 208144 bytes assets/img/hero/test-coverage-hero-image.png | Bin 0 -> 56813 bytes assets/img/hero/test-runner-hero-image.png | Bin 0 -> 208144 bytes assets/img/k-logo-dark.png | Bin 0 -> 32908 bytes assets/img/k-logo.png | Bin 0 -> 5022 bytes assets/img/lang.jpg | Bin 0 -> 1619 bytes assets/img/new.gif | Bin 0 -> 275 bytes assets/img/rv-logo-dark.png | Bin 0 -> 3624 bytes assets/img/rv-logo.png | Bin 0 -> 6988 bytes assets/img/try-it-online.jpg | Bin 0 -> 1562 bytes assets/js/index.js | 212 + assets/sass/icons/iconfont.css | 36 + assets/sass/icons/iconfont.eot | Bin 0 -> 2216 bytes assets/sass/icons/iconfont.svg | 30 + assets/sass/icons/iconfont.ttf | Bin 0 -> 2048 bytes assets/sass/icons/iconfont.woff | Bin 0 -> 1296 bytes assets/sass/icons/iconfont.woff2 | Bin 0 -> 884 bytes docs/cheat_sheet/index.html | 372 + docs/ktools/index.html | 726 + docs/user_manual/index.html | 4075 +++ editor_support/index.html | 455 + .../index.html | 401 + exports/K.epub | Bin 0 -> 1045264 bytes exports/K.html | 23703 ++++++++++++++++ exports/K.mobi | Bin 0 -> 2335423 bytes exports/K.pdf | Bin 0 -> 1238888 bytes faq/index.html | 467 + index.html | 420 + install | 71 + k-distribution/INSTALL/index.html | 596 + .../kframework/builtin/domains/index.html | 3838 +++ .../include/kframework/builtin/ffi/index.html | 619 + .../kframework/builtin/json/index.html | 428 + .../kframework/builtin/kast/index.html | 959 + .../kframework/builtin/prelude/index.html | 399 + .../include/kframework/builtin/rat/index.html | 620 + .../builtin/substitution/index.html | 484 + k-distribution/include/kframework/index.html | 405 + .../1_basic/01_installing/index.html | 473 + .../k-tutorial/1_basic/02_basics/index.html | 612 + .../k-tutorial/1_basic/03_parsing/index.html | 780 + .../1_basic/04_disambiguation/index.html | 729 + .../k-tutorial/1_basic/05_modules/index.html | 670 + .../1_basic/06_ints_and_bools/index.html | 608 + .../1_basic/07_side_conditions/index.html | 621 + .../08_literate_programming/index.html | 571 + .../1_basic/09_unparsing/index.html | 718 + .../k-tutorial/1_basic/10_strings/index.html | 554 + .../k-tutorial/1_basic/11_casts/index.html | 617 + .../1_basic/12_syntactic_lists/index.html | 577 + .../1_basic/13_rewrite_rules/index.html | 696 + .../1_basic/14_evaluation_order/index.html | 707 + .../1_basic/15_configurations/index.html | 663 + .../1_basic/16_collections/index.html | 742 + .../1_basic/17_cell_multiplicity/index.html | 577 + .../18_equality_and_conditionals/index.html | 483 + .../1_basic/19_debugging/index.html | 912 + .../k-tutorial/1_basic/20_backends/index.html | 503 + .../1_basic/21_symbolic_execution/index.html | 583 + .../k-tutorial/1_basic/22_proofs/index.html | 819 + k-distribution/k-tutorial/1_basic/index.html | 401 + .../2_intermediate/01_macros/index.html | 567 + .../02_fresh_constants/index.html | 397 + .../2_intermediate/03_klabels/index.html | 397 + .../2_intermediate/04_overloading/index.html | 397 + .../05_matching_logic/index.html | 397 + .../06_function_context/index.html | 397 + .../07_record_productions/index.html | 397 + .../2_intermediate/08_fun_and_let/index.html | 397 + .../2_intermediate/09_as/index.html | 397 + .../10_matching_operator/index.html | 397 + .../11_evaluation_order/index.html | 397 + .../12_floats_and_machine_ints/index.html | 397 + .../2_intermediate/13_substitution/index.html | 397 + .../2_intermediate/14_io/index.html | 397 + .../15_string_buffers_and_bytes/index.html | 397 + .../2_intermediate/16_kore/index.html | 397 + .../17_debugging_proofs/index.html | 397 + .../k-tutorial/2_intermediate/index.html | 430 + .../3_advanced/1_parsing/1_layout/index.html | 387 + .../1_parsing/2_ambiguities/index.html | 387 + .../1_parsing/3_locations/index.html | 387 + .../3_advanced/2_libraries/1_json/index.html | 387 + .../3_advanced/2_libraries/2_rat/index.html | 387 + .../3_advanced/2_libraries/3_ffi/index.html | 387 + .../3_extending_k/1_custom_hooks/index.html | 387 + .../3_extending_k/2_scripting_k/index.html | 387 + .../k-tutorial/3_advanced/index.html | 387 + k-distribution/k-tutorial/index.html | 398 + .../pl-tutorial/1_k/1_lambda/index.html | 404 + .../1_k/1_lambda/lesson_1/NOTES/index.html | 379 + .../1_k/1_lambda/lesson_1/index.html | 471 + .../1_k/1_lambda/lesson_2.5/NOTES/index.html | 379 + .../1_k/1_lambda/lesson_2/NOTES/index.html | 385 + .../1_k/1_lambda/lesson_2/index.html | 453 + .../1_k/1_lambda/lesson_3/NOTES/index.html | 377 + .../1_k/1_lambda/lesson_3/index.html | 418 + .../1_k/1_lambda/lesson_4/NOTES/index.html | 376 + .../1_k/1_lambda/lesson_4/index.html | 412 + .../1_k/1_lambda/lesson_5/NOTES/index.html | 381 + .../1_k/1_lambda/lesson_5/index.html | 465 + .../1_k/1_lambda/lesson_6/index.html | 421 + .../1_k/1_lambda/lesson_7/NOTES/index.html | 379 + .../1_k/1_lambda/lesson_7/index.html | 459 + .../exercises/SK-combinators/index.html | 415 + .../lesson_8/exercises/mu-derived/index.html | 380 + .../1_k/1_lambda/lesson_8/index.html | 432 + .../1_k/1_lambda/lesson_9/index.html | 445 + .../1_k/1_lambda/lesson_9/lambda/index.html | 540 + .../pl-tutorial/1_k/2_imp/NOTES/index.html | 379 + .../pl-tutorial/1_k/2_imp/index.html | 403 + .../pl-tutorial/1_k/2_imp/lesson_1/index.html | 541 + .../pl-tutorial/1_k/2_imp/lesson_2/index.html | 453 + .../pl-tutorial/1_k/2_imp/lesson_3/index.html | 591 + .../exercises/purely-syntactic/index.html | 382 + .../uninitialized-variables/index.html | 381 + .../pl-tutorial/1_k/2_imp/lesson_4/index.html | 497 + .../1_k/2_imp/lesson_5/imp/index.html | 547 + .../pl-tutorial/1_k/2_imp/lesson_5/index.html | 400 + .../pl-tutorial/1_k/3_lambda++/index.html | 399 + .../lesson_1/exercises/NOTES/index.html | 378 + .../lesson_1/exercises/callCC/index.html | 378 + .../from-call-CC-to-callcc/index.html | 377 + .../from-callcc-to-call-CC/index.html | 381 + .../1_k/3_lambda++/lesson_1/index.html | 486 + .../1_k/3_lambda++/lesson_2/index.html | 535 + .../1_k/3_lambda++/lesson_3/NOTES/index.html | 393 + .../1_k/3_lambda++/lesson_3/index.html | 408 + .../1_k/3_lambda++/lesson_4/NOTES/index.html | 397 + .../1_k/3_lambda++/lesson_4/index.html | 469 + .../1_k/3_lambda++/lesson_5/index.html | 444 + .../lesson_6/exercises/NOTES/index.html | 378 + .../lesson_6/exercises/callCC/index.html | 379 + .../from-call-CC-to-callcc/index.html | 377 + .../from-callcc-to-call-CC/index.html | 378 + .../1_k/3_lambda++/lesson_6/index.html | 394 + .../1_k/3_lambda++/lesson_6/lambda/index.html | 539 + .../pl-tutorial/1_k/4_imp++/index.html | 408 + .../1_k/4_imp++/lesson_1/NOTES/index.html | 381 + .../1_k/4_imp++/lesson_1/index.html | 465 + .../1_k/4_imp++/lesson_2/NOTES/index.html | 376 + .../1_k/4_imp++/lesson_2/index.html | 447 + .../1_k/4_imp++/lesson_3/NOTES/index.html | 377 + .../1_k/4_imp++/lesson_3/index.html | 413 + .../1_k/4_imp++/lesson_4/NOTES/index.html | 382 + .../1_k/4_imp++/lesson_4/index.html | 484 + .../1_k/4_imp++/lesson_5/index.html | 434 + .../1_k/4_imp++/lesson_6/index.html | 542 + .../1_k/4_imp++/lesson_7/index.html | 465 + .../1_k/4_imp++/lesson_8/imp/index.html | 914 + .../1_k/4_imp++/lesson_8/index.html | 401 + .../pl-tutorial/1_k/5_types/index.html | 392 + .../1_k/5_types/lesson_1.9/NOTES/index.html | 383 + .../1_k/5_types/lesson_1/NOTES/index.html | 376 + .../1_k/5_types/lesson_1/index.html | 492 + .../1_k/5_types/lesson_2/NOTES/index.html | 377 + .../1_k/5_types/lesson_2/index.html | 447 + .../1_k/5_types/lesson_3/index.html | 434 + .../1_k/5_types/lesson_4/NOTES/index.html | 380 + .../1_k/5_types/lesson_4/index.html | 577 + .../1_k/5_types/lesson_5/index.html | 433 + .../1_k/5_types/lesson_6/NOTES/index.html | 377 + .../1_k/5_types/lesson_6/index.html | 487 + .../1_k/5_types/lesson_7/NOTES/index.html | 378 + .../1_k/5_types/lesson_7/index.html | 492 + .../1_k/5_types/lesson_8/NOTES/index.html | 377 + .../1_k/5_types/lesson_8/index.html | 425 + .../1_k/5_types/lesson_9.5/NOTES/index.html | 376 + .../1_k/5_types/lesson_9/index.html | 542 + k-distribution/pl-tutorial/1_k/index.html | 397 + .../1_simple/1_untyped/NOTES/index.html | 393 + .../1_untyped/simple-untyped/index.html | 1701 ++ .../2_typed/1_static/NOTES/index.html | 380 + .../functions-with-throws/tests/index.html | 379 + .../1_static/simple-typed-static/index.html | 1150 + .../2_dynamic/simple-typed-dynamic/index.html | 1141 + .../1_simple/2_typed/programs/index.html | 379 + .../2_kool/1_untyped/kool-untyped/index.html | 1518 + .../1_dynamic/kool-typed-dynamic/index.html | 1382 + .../2_kool/2_typed/2_static/NOTES/index.html | 380 + .../2_static/kool-typed-static/index.html | 1424 + .../1_environment/fun-untyped/index.html | 1225 + .../2_substitution/fun-untyped/index.html | 723 + .../4_logik/basic/logik/index.html | 712 + .../pl-tutorial/2_languages/index.html | 396 + k-distribution/pl-tutorial/LICENSE/index.html | 406 + k-distribution/pl-tutorial/NOTES/index.html | 455 + k-distribution/pl-tutorial/index.html | 578 + .../checks/markdownErrorLocation/index.html | 393 + .../regression-new/imp++-llvm/imp/index.html | 961 + .../set-balance-spec/index.html | 433 + .../kprove-markdown/set-balance/index.html | 1227 + .../markdownSelectors/a-spec/index.html | 381 + .../markdownSelectors/test/index.html | 407 + .../1_untyped/simple-untyped/index.html | 1709 ++ .../1_static/simple-typed-static/index.html | 1150 + .../2_dynamic/simple-typed-dynamic/index.html | 1141 + .../2_kool/1_untyped/kool-untyped/index.html | 1521 + .../1_dynamic/kool-typed-dynamic/index.html | 1380 + .../2_static/kool-typed-static/index.html | 1424 + .../1_environment/fun-untyped/index.html | 1226 + news/k-framework-demo/index.html | 354 + overview/index.html | 356 + projects/index.html | 447 + sitemap.xml | 711 + 227 files changed, 130175 insertions(+) create mode 100644 CNAME create mode 100644 assets/css/Firefly-Download-Icon-Inverted.32636383.png create mode 100644 assets/css/Firefly-Download-Icon.8094a4f0.png create mode 100644 assets/css/fontawesome-webfont.0caf0c90.ttf create mode 100644 assets/css/fontawesome-webfont.3981e506.eot create mode 100644 assets/css/fontawesome-webfont.58488e7e.woff2 create mode 100644 assets/css/fontawesome-webfont.a9323ae9.svg create mode 100644 assets/css/fontawesome-webfont.ed962b83.woff create mode 100644 assets/css/iconfont.960c72b2.eot create mode 100644 assets/css/iconfont.a07d77e0.woff2 create mode 100644 assets/css/iconfont.b2a06094.woff create mode 100644 assets/css/index.css create mode 100644 assets/css/owl.video.play.e7a23fb2.png create mode 100644 assets/css/select-arrow.b8e89c0c.svg create mode 100644 assets/img/404.png create mode 100644 assets/img/500.png create mode 100644 assets/img/android-chrome-192x192.png create mode 100644 assets/img/android-chrome-512x512.png create mode 100644 assets/img/apple-touch-icon.png create mode 100644 assets/img/favicon-16x16.png create mode 100644 assets/img/favicon-32x32.png create mode 100644 assets/img/favicon.ico create mode 100644 assets/img/hero/kerc20-hero-image.png create mode 100644 assets/img/hero/test-coverage-hero-image.png create mode 100644 assets/img/hero/test-runner-hero-image.png create mode 100644 assets/img/k-logo-dark.png create mode 100644 assets/img/k-logo.png create mode 100644 assets/img/lang.jpg create mode 100644 assets/img/new.gif create mode 100644 assets/img/rv-logo-dark.png create mode 100644 assets/img/rv-logo.png create mode 100644 assets/img/try-it-online.jpg create mode 100644 assets/js/index.js create mode 100644 assets/sass/icons/iconfont.css create mode 100644 assets/sass/icons/iconfont.eot create mode 100644 assets/sass/icons/iconfont.svg create mode 100644 assets/sass/icons/iconfont.ttf create mode 100644 assets/sass/icons/iconfont.woff create mode 100644 assets/sass/icons/iconfont.woff2 create mode 100644 docs/cheat_sheet/index.html create mode 100644 docs/ktools/index.html create mode 100644 docs/user_manual/index.html create mode 100644 editor_support/index.html create mode 100644 events/k-a-rewriting-based-language-definitional-framework/index.html create mode 100644 exports/K.epub create mode 100644 exports/K.html create mode 100644 exports/K.mobi create mode 100644 exports/K.pdf create mode 100644 faq/index.html create mode 100644 index.html create mode 100644 install create mode 100644 k-distribution/INSTALL/index.html create mode 100644 k-distribution/include/kframework/builtin/domains/index.html create mode 100644 k-distribution/include/kframework/builtin/ffi/index.html create mode 100644 k-distribution/include/kframework/builtin/json/index.html create mode 100644 k-distribution/include/kframework/builtin/kast/index.html create mode 100644 k-distribution/include/kframework/builtin/prelude/index.html create mode 100644 k-distribution/include/kframework/builtin/rat/index.html create mode 100644 k-distribution/include/kframework/builtin/substitution/index.html create mode 100644 k-distribution/include/kframework/index.html create mode 100644 k-distribution/k-tutorial/1_basic/01_installing/index.html create mode 100644 k-distribution/k-tutorial/1_basic/02_basics/index.html create mode 100644 k-distribution/k-tutorial/1_basic/03_parsing/index.html create mode 100644 k-distribution/k-tutorial/1_basic/04_disambiguation/index.html create mode 100644 k-distribution/k-tutorial/1_basic/05_modules/index.html create mode 100644 k-distribution/k-tutorial/1_basic/06_ints_and_bools/index.html create mode 100644 k-distribution/k-tutorial/1_basic/07_side_conditions/index.html create mode 100644 k-distribution/k-tutorial/1_basic/08_literate_programming/index.html create mode 100644 k-distribution/k-tutorial/1_basic/09_unparsing/index.html create mode 100644 k-distribution/k-tutorial/1_basic/10_strings/index.html create mode 100644 k-distribution/k-tutorial/1_basic/11_casts/index.html create mode 100644 k-distribution/k-tutorial/1_basic/12_syntactic_lists/index.html create mode 100644 k-distribution/k-tutorial/1_basic/13_rewrite_rules/index.html create mode 100644 k-distribution/k-tutorial/1_basic/14_evaluation_order/index.html create mode 100644 k-distribution/k-tutorial/1_basic/15_configurations/index.html create mode 100644 k-distribution/k-tutorial/1_basic/16_collections/index.html create mode 100644 k-distribution/k-tutorial/1_basic/17_cell_multiplicity/index.html create mode 100644 k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/index.html create mode 100644 k-distribution/k-tutorial/1_basic/19_debugging/index.html create mode 100644 k-distribution/k-tutorial/1_basic/20_backends/index.html create mode 100644 k-distribution/k-tutorial/1_basic/21_symbolic_execution/index.html create mode 100644 k-distribution/k-tutorial/1_basic/22_proofs/index.html create mode 100644 k-distribution/k-tutorial/1_basic/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/01_macros/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/02_fresh_constants/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/03_klabels/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/04_overloading/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/05_matching_logic/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/06_function_context/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/07_record_productions/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/08_fun_and_let/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/09_as/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/10_matching_operator/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/11_evaluation_order/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/13_substitution/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/14_io/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/16_kore/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/index.html create mode 100644 k-distribution/k-tutorial/2_intermediate/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/1_parsing/1_layout/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/1_parsing/2_ambiguities/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/1_parsing/3_locations/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/2_libraries/1_json/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/2_libraries/2_rat/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/2_libraries/3_ffi/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/3_extending_k/1_custom_hooks/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/3_extending_k/2_scripting_k/index.html create mode 100644 k-distribution/k-tutorial/3_advanced/index.html create mode 100644 k-distribution/k-tutorial/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_2.5/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/SK-combinators/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/mu-derived/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/index.html create mode 100644 k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/lambda/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/purely-syntactic/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/uninitialized-variables/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_5/imp/index.html create mode 100644 k-distribution/pl-tutorial/1_k/2_imp/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/callCC/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-call-CC-to-callcc/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-callcc-to-call-CC/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/callCC/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-call-CC-to-callcc/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-callcc-to-call-CC/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/index.html create mode 100644 k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/lambda/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/imp/index.html create mode 100644 k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_1.9/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_1/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_1/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_2/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_2/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_3/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_4/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_4/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_5/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_6/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_6/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_7/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_7/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_8/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_8/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_9.5/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/1_k/5_types/lesson_9/index.html create mode 100644 k-distribution/pl-tutorial/1_k/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/exercises/functions-with-throws/tests/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/1_simple/2_typed/programs/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html create mode 100644 k-distribution/pl-tutorial/2_languages/index.html create mode 100644 k-distribution/pl-tutorial/LICENSE/index.html create mode 100644 k-distribution/pl-tutorial/NOTES/index.html create mode 100644 k-distribution/pl-tutorial/index.html create mode 100644 k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html create mode 100644 k-distribution/tests/regression-new/imp++-llvm/imp/index.html create mode 100644 k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html create mode 100644 k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html create mode 100644 k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html create mode 100644 k-distribution/tests/regression-new/markdownSelectors/test/index.html create mode 100644 k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html create mode 100644 k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html create mode 100644 k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html create mode 100644 k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html create mode 100644 k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html create mode 100644 k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html create mode 100644 k-distribution/tests/regression-new/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html create mode 100644 news/k-framework-demo/index.html create mode 100644 overview/index.html create mode 100644 projects/index.html create mode 100644 sitemap.xml diff --git a/CNAME b/CNAME new file mode 100644 index 00000000000..f5515ee7595 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +kframework.org diff --git a/assets/css/Firefly-Download-Icon-Inverted.32636383.png b/assets/css/Firefly-Download-Icon-Inverted.32636383.png new file mode 100644 index 0000000000000000000000000000000000000000..c87605a3d70a8940e7b547a9b635d7b16e4a80f5 GIT binary patch literal 571 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA3?vioaBc-soCO|{#S9F3${@^GvDCf{D9DoT z=V7Kx3{!3H#Rm@RFoGN7Zny3L`6l0hKBh0`FeYM zxr2b4yPKPfi?gGngM)*;y}g~St&NS1wY9aCiHWhXv5}FHp`oFHfq}lBo-T7@;bfr0 z7?Zr+T^Kr8Wj%mwZci7-kcwMxuO9C^WFXR-n0$z5FVEhVdo}M`zt`{a6j}H>p;)>;SGa5`8rZVeRFzh(Hb>4lifTn)N2h0bw9j*)SZ14;J#60Ks zTV8wSds}{||6r&PT6t~S=Z5XNqP`M#4u!!>ogA*MPV+IF@X<<`X;a99 z7ES8lQK@yUVw`9EPIJfU|FH}Q#D2G4>)v~pc?07F@wtUtt=>JUc3?QO#e7$U)Bjgb zHvc-k!rXL&L%1oQfzl<<{DO=X>)1Oc*fF@I)CzQL_-$aY<@Q8Q=I9BWjmno#f4s>0 zHT6&0>0Qi=Zk?ZfRf(NtI{W5>@d?c{S$R5|m1|xf{>Ojhi*tdk^e+)$7%_Od`njxg HN@xNAMg{L! literal 0 HcmV?d00001 diff --git a/assets/css/Firefly-Download-Icon.8094a4f0.png b/assets/css/Firefly-Download-Icon.8094a4f0.png new file mode 100644 index 0000000000000000000000000000000000000000..e0fdca7b4c45cfd913001c3a4e58442e40f5d6b2 GIT binary patch literal 586 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 z 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 d0mW2@EHO9NV8h3u2x_sp}KECIB>@9+Qn{FBV{ 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 G*yFsbY~cLNXLP73aA74Mq6M9f^&YV`isWW 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

5q!RY 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 literal 0 HcmV?d00001 diff --git a/assets/css/fontawesome-webfont.a9323ae9.svg b/assets/css/fontawesome-webfont.a9323ae9.svg new file mode 100644 index 00000000000..756bf0896c7 --- /dev/null +++ b/assets/css/fontawesome-webfont.a9323ae9.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/css/fontawesome-webfont.ed962b83.woff b/assets/css/fontawesome-webfont.ed962b83.woff new file mode 100644 index 0000000000000000000000000000000000000000..400014a4b06eee3d0c0d54402a47ab2601b2862b GIT binary patch literal 98024 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 SdSQM28?+M|D(2r_;{O0|uQ74} literal 0 HcmV?d00001 diff --git a/assets/css/iconfont.960c72b2.eot b/assets/css/iconfont.960c72b2.eot new file mode 100644 index 0000000000000000000000000000000000000000..63c3474526541909b8c7f080484239aaad77102f GIT binary patch literal 2216 zcmd^A&u<$=6n^91@w&BXaZ(jRSBisCX}xYjuvH~MBS=(~l&CFHFQMIT)^?)xu4S*I zq~cIfg|-5rsFzBK$f4rE0Ra-CDkE6vH{A_0$JpdOBE@7Ozfw# zWK)&e=AF9z+3R7|N+`HrYM}t>DmcgEX=bSM# z`s-;E`p3{`t-9G5+j{srM+5F|)mf=LH+^fGDEu?@uWPnB-}`|!hsi(DU#)=skY-tjC`_~I|DzXv^2Hbv6*D&u&-{B2fS3Z!8B$S9t1~Fc{bmq~;^yovxDsBIms$687V5A513)F9Dfz&Ue>#v2YfuCcg;fQAAn_FoI%F z*zd#|MWNlK+mJ7)v5J#R+uso8cC?wwTl4frM|5H`x`Qeo97E7J>b*LWiy3~K$I#)i zcu#srbO9{ya10|N2Om*35#~Fw$H+xTu!PRB@?#GJML8nDQT^XrN+#ffN&_;|;mmPX zdBo3%JHM_DZh$-AL>`F#^Bx9vzywD@#)zy1TeO1Z5nIg-Uu%q$jAFi z`S@4Y7u%buxkUc$#Q2dL+NQlPkw2X{)%_I^eTvU%7{7fDD{*MhM>Cn1KJ{1uQd0y2b?`J2Ek z43t(l0^Fx?6uuo%I0pWx!by6Wh7{J|(HwRVksdG^YA75+(YUH`82l#+M}RjKj-rfw zsc;PZj|wMITz*qnqZh@|1&FFul}DBxU>B2E|9zRy-VY6 zt4S14R~Au|e2nv?(`8zLY|#>m?GRWWMOa5~qR7^PCR9nbQHUL29r@TV1?e#zjbkMMOkJOvFWkGM3}D?BkWT376)z{76-^4k|Zaa+~9y7EQ1O^9K_dt zy6?DmB~pMaY}8ML>r_`F3P(zSkm-059>^yDJC}ce>5vcQ-B1xg*ZVn2o4zz1sL4&C z1AczS0L!@vPr@7zJeT`7Cg=jW=TR1B`IvOp8lqVsVK0UTj;St^2NEqf)s6()1P2t+ z|IKcQ<$!_$!2tI~i{iGqGXohp4es6wi4XBdP7;YRj7 z1V<#`(hJ)1Z{Lt^9w;^<*qYn+1fcyd-;NhRL+Sv5LJKq)xg4cTNBso}L_;Nr!o>N> zhTz+k%X~|!L@sr#q8XNh#Q(c6xe`Eu0uJ9oJaT~o4+u1PKw!WF0t+4xIDohjJb-FY z2e^h?fpCWWhM``EQWeCBp~M+Xk1^j&h(TgqYi^6ftVM|n(i&}LsanY^B8Ek43q`Eu zb%s<@6xoC+&CSU?>1V|(zh$m)dQKM(;*M%5yBz=ciFwJw0_iQ?#XJf?(Vm|EbjQq- zo{y8C9%X(34%oWHY+tG3*Q;=mt=pJ2dUG1L1DG8vbue(`!yoGf3-p`T03Hs*;Y#IZrg`$uFn=qV64x zMekqg@31v*`(Ddx{!dN30C*qMHPCs9K%l^8aG0sM_;s=%_A_;3zRU`H{wWI;h$1Kp zjJ2Nk6U%=l85A$nTwMxl05s4Rf|axroM4C$4XfLqG+2>9;tE79Qz9tU4hUMU1E7Ik z5v*qS1gF*`ANcw`IO^q8gDv^^Iw3#Y=R*s%UVTE0eT7OOVojx>Bs1gH?jU9)z z8LX3%I;h~fqj%;$WQ;pZ!6T?ie@IHRvAUX$ZSiYdhcFFipy^LblTeV2Q3+3@e-(AF>axc+KgG6Ks2(riALL#%x!5#)>Mse SKJpDgOw_r+M2(v}0000s%Y`uj literal 0 HcmV?d00001 diff --git a/assets/css/iconfont.b2a06094.woff b/assets/css/iconfont.b2a06094.woff new file mode 100644 index 0000000000000000000000000000000000000000..5c0b2e3a596643441bcd143b36b2a7bf3b5fb24e GIT binary patch literal 1296 zcmXT-cXMN4WB>wI0S0am&A|ZSgV?CRJvh_}C<#=+U=73}3f-zz{=xc2Krt5}-xi3& zY|eTnCg&y=0L5B>{6rwV&34z<8|gWfX+ZW1AeIB-4br}od^1uLQy3VSLFVZJv6)yC zcWeew5GZB=Ya$jMIzsY?LzfjkBQ#uCOyxrr4( zdzpclK^}+|7)2Qj@)C1XfnpPYc4{&(Fp15czK^RQzqo{ffn^U+O)wDW{obY5SurO$ zAtfQnws=ELsC`g3^9 z8)6a-P98YGp~SGXh;uE_0TpxJPCUqaK!Jx@mZLI6b}946SO4PG7L*;5=q+*ErXuQ=j zdvW(>R>A8R`i>eNVC2{VZ_L;9%;$r-o`97K9v0pya z7=72{780-SjquT5$F)iOUq<^9RmZfW6N{J@&)NR-?V6A4VoRU-@ry0mDY@g-mAMQ# zo8C#Lg;*+hcrM73{rykzy!HLQ`91L;Jm=hvm)x&iZ=-WGd9TjV6}R-*e<$jmO6A?a zHX+AF6ch*G_-A@BFj~M=#$dOBsTE`nLzDCkLk7n;tb)LR2LTg?42Cv_MGU(bZb0oxNDoL% zNMvACQ+USY#Mbsd!H$`M=Q*Pr&>g80Z1WB|h_oC}@L&pR64BJ$9Ll9MbN(b|2Y<)u zhh}Uw+_d*vmE)q*oJB1%ipx8Snq)MRKW8N9+SeQB-+On8f$c|YdsXF*+^oG(I~H0M z&ilcq*cX-!p+&L`0>`<-Eqq)`<|77PfdOZ|-_fhfAvj3WIChu>tt~j*4 zVEVuQ0)Fj3oZmmb;=O!AWTWPtAobrmThc54t=qCTD0qdZfn78(pGsTp4Scdy;i--8rMhUfE?d+)#GrsJ^=QiuN*H ztzTQiW+)u^p|v$(RmLR6smIz*n)a;`<+I84x^B4kN7T6|OLm^gx~HP7{qOy*?Tdvk z@^8pp=5@y4k#PKz=4X6A?QI3)Rse$)6qZR13=+M3Hza3D%#@6jh?Kl3aZ}P#f@M+=FnYz-o^W{pNoj+Yy>YV(^I+cfq K;Yxy790LF=Ir-iI literal 0 HcmV?d00001 diff --git a/assets/css/index.css b/assets/css/index.css new file mode 100644 index 00000000000..5fdaff40711 --- /dev/null +++ b/assets/css/index.css @@ -0,0 +1 @@ +:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{color:#212529;text-align:left;background-color:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;line-height:1.5}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration:underline;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;background-color:#0000;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{vertical-align:middle;overflow:hidden}table{border-collapse:collapse}caption{color:#6c757d;text-align:left;caption-side:bottom;padding-top:.75rem;padding-bottom:.75rem}th{text-align:inherit;text-align:-webkit-match-parent}label{margin-bottom:.5rem;display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{resize:vertical;overflow:auto}fieldset{min-width:0;border:0;margin:0;padding:0}legend{width:100%;max-width:100%;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal;margin-bottom:.5rem;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{border:0;border-top:1px solid #0000001a;margin-top:1rem;margin-bottom:1rem}.small,small{font-size:.875em;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-unstyled,.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{text-transform:uppercase;font-size:90%}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{color:#6c757d;font-size:.875em;display:block}.blockquote-footer:before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{max-width:100%;height:auto;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{color:#6c757d;font-size:90%}code{color:#e83e8c;word-wrap:break-word;font-size:87.5%}a>code{color:inherit}kbd{color:#fff;background-color:#212529;border-radius:.2rem;padding:.2rem .4rem;font-size:87.5%}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{color:#212529;font-size:87.5%;display:block}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;display:-ms-flexbox;display:flex}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{width:100%;padding-left:15px;padding-right:15px;position:relative}.col{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}@media (min-width:576px){.col-sm{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-sm-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-sm-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-sm-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-sm-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-sm-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-sm-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-sm-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-sm-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-sm-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-sm-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-sm-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-sm-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-sm-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-sm-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-sm-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-sm-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-sm-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-sm-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-sm-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}}@media (min-width:768px){.col-md{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-md-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-md-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-md-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-md-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-md-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-md-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-md-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-md-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-md-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-md-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-md-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-md-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-md-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-md-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-md-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-md-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-md-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-md-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-md-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}}@media (min-width:992px){.col-lg{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-lg-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-lg-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-lg-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-lg-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-lg-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-lg-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-lg-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-lg-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-lg-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-lg-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-lg-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-lg-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-lg-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-lg-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-lg-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-lg-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-lg-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-lg-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-lg-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}}@media (min-width:1200px){.col-xl{max-width:100%;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.row-cols-xl-1>*{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.row-cols-xl-2>*{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.row-cols-xl-3>*{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.row-cols-xl-4>*{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.row-cols-xl-5>*{max-width:20%;-ms-flex:0 0 20%;flex:0 0 20%}.row-cols-xl-6>*{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-xl-auto{width:auto;max-width:100%;-ms-flex:none;flex:none}.col-xl-1{max-width:8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}.col-xl-2{max-width:16.6667%;-ms-flex:0 0 16.6667%;flex:0 0 16.6667%}.col-xl-3{max-width:25%;-ms-flex:0 0 25%;flex:0 0 25%}.col-xl-4{max-width:33.3333%;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%}.col-xl-5{max-width:41.6667%;-ms-flex:0 0 41.6667%;flex:0 0 41.6667%}.col-xl-6{max-width:50%;-ms-flex:0 0 50%;flex:0 0 50%}.col-xl-7{max-width:58.3333%;-ms-flex:0 0 58.3333%;flex:0 0 58.3333%}.col-xl-8{max-width:66.6667%;-ms-flex:0 0 66.6667%;flex:0 0 66.6667%}.col-xl-9{max-width:75%;-ms-flex:0 0 75%;flex:0 0 75%}.col-xl-10{max-width:83.3333%;-ms-flex:0 0 83.3333%;flex:0 0 83.3333%}.col-xl-11{max-width:91.6667%;-ms-flex:0 0 91.6667%;flex:0 0 91.6667%}.col-xl-12{max-width:100%;-ms-flex:0 0 100%;flex:0 0 100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}}.table{width:100%;color:#212529;margin-bottom:1rem}.table td,.table th{vertical-align:top;border-top:1px solid #dee2e6;padding:.75rem}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(2n+1){background-color:#0000000d}.table-hover tbody tr:hover{color:#212529;background-color:#00000013}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:#00000013}.table-hover .table-active:hover{background-color:#00000013}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:#00000013}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(2n+1){background-color:#ffffff0d}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:#ffffff13}@media (max-width:575.98px){.table-responsive-sm{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{width:100%;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.table-responsive>.table-bordered{border:0}.form-control{width:100%;height:calc(1.5em + .75rem + 2px);color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:block}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:#0000;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{opacity:1;background-color:#e9ecef}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:#0000;text-shadow:0 0 #495057}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{width:100%;display:block}.col-form-label{font-size:inherit;margin-bottom:0;padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{width:100%;color:#212529;background-color:#0000;border:1px solid #0000;border-width:1px 0;margin-bottom:0;padding:.375rem 0;font-size:1rem;line-height:1.5;display:block}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);border-radius:.2rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.form-control-lg{height:calc(1.5em + 1rem + 2px);border-radius:.3rem;padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{margin-top:.25rem;display:block}.form-row{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-5px;margin-right:-5px;display:-ms-flexbox;display:flex}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{padding-left:1.25rem;display:block;position:relative}.form-check-input{margin-top:.3rem;margin-left:-1.25rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;margin-right:.75rem;padding-left:0;display:-ms-inline-flexbox;display:inline-flex}.form-check-inline .form-check-input{margin-top:0;margin-left:0;margin-right:.3125rem;position:static}.valid-feedback{width:100%;color:#28a745;margin-top:.25rem;font-size:.875em;display:none}.valid-tooltip{z-index:5;max-width:100%;color:#fff;background-color:#28a745e6;border-radius:.25rem;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;display:none;position:absolute;top:100%;left:0}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#28a745;padding-right:calc(1.5em + .75rem)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.was-validated select.form-control:valid,select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") right 1.75rem center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #28a74540}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem #28a74540}.invalid-feedback{width:100%;color:#dc3545;margin-top:.25rem;font-size:.875em;display:none}.invalid-tooltip{z-index:5;max-width:100%;color:#fff;background-color:#dc3545e6;border-radius:.25rem;margin-top:.1rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;display:none;position:absolute;top:100%;left:0}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right calc(.375em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.75em + .375rem) calc(.75em + .375rem);border-color:#dc3545;padding-right:calc(1.5em + .75rem)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.was-validated select.form-control:invalid,select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:right calc(.375em + .1875rem) top calc(.375em + .1875rem);padding-right:calc(1.5em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") right 1.75rem center/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat;border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #dc354540}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem #dc354540}.form-inline{-ms-flex-flow:wrap;flex-flow:wrap;align-items:center;display:-ms-flexbox;display:flex}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center;align-items:center;margin-bottom:0;display:-ms-flexbox;display:flex}.form-inline .form-group{-ms-flex-flow:wrap;flex-flow:wrap;-ms-flex:none;flex:none;align-items:center;margin-bottom:0;display:-ms-flexbox;display:flex}.form-inline .form-control{width:auto;vertical-align:middle;display:inline-block}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{width:auto;justify-content:center;align-items:center;padding-left:0;display:-ms-flexbox;display:flex}.form-inline .form-check-input{-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-left:0;margin-right:.25rem;position:relative}.form-inline .custom-control{justify-content:center;align-items:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#0000;border:1px solid #0000;border-radius:.25rem;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem #007bff40}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem #268fff80}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #268fff80}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem #828a9180}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #828a9180}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem #48b46180}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #48b46180}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem #3ab0c380}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #3ab0c380}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem #deaa0c80}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #deaa0c80}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem #e1536180}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #e1536180}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem #d8d9db80}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #d8d9db80}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem #52585d80}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #52585d80}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:#0000}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #007bff80}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:#0000}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #6c757d80}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:#0000}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #28a74580}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:#0000}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #17a2b880}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:#0000}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #ffc10780}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:#0000}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #dc354580}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:#0000}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #f8f9fa80}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:#0000}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem #343a4080}.btn-link{color:#007bff;font-weight:400;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.btn-block{width:100%;display:block}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;transition:height .35s;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.collapsing.width{width:0;height:auto;transition:width .35s}@media (prefers-reduced-motion:reduce){.collapsing.width{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top-color:currentColor;border-bottom:0;margin-left:.255em;display:inline-block}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{z-index:1000;float:left;min-width:10rem;color:#212529;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #00000026;border-radius:.25rem;margin:.125rem 0 0;padding:.5rem 0;font-size:1rem;list-style:none;display:none;position:absolute;top:100%;left:0}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem;top:auto;bottom:100%}.dropup .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-top:0;border-bottom-color:currentColor;margin-left:.255em;display:inline-block}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem;top:0;left:100%;right:auto}.dropright .dropdown-toggle:after{vertical-align:.255em;content:"";border:.3em solid #0000;border-left-color:currentColor;border-right:0;margin-left:.255em;display:inline-block}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem;top:0;left:auto;right:100%}.dropleft .dropdown-toggle:after{vertical-align:.255em;content:"";margin-left:.255em;display:inline-block}.dropleft .dropdown-toggle:after{display:none}.dropleft .dropdown-toggle:before{vertical-align:.255em;content:"";border-top:.3em solid #0000;border-bottom:.3em solid #0000;border-right:.3em solid;margin-right:.255em;display:inline-block}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{height:0;border-top:1px solid #e9ecef;margin:.5rem 0;overflow:hidden}.dropdown-item{width:100%;clear:both;color:#212529;text-align:inherit;white-space:nowrap;background-color:#0000;border:0;padding:.25rem 1.5rem;font-weight:400;display:block}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;background-color:#e9ecef;text-decoration:none}.dropdown-item.active,.dropdown-item:active{color:#fff;background-color:#007bff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:#0000}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;white-space:nowrap;margin-bottom:0;padding:.5rem 1.5rem;font-size:.875rem;display:block}.dropdown-item-text{color:#212529;padding:.25rem 1.5rem;display:block}.btn-group,.btn-group-vertical{vertical-align:middle;display:-ms-inline-flexbox;display:inline-flex;position:relative}.btn-group-vertical>.btn,.btn-group>.btn{-ms-flex:auto;flex:auto;position:relative}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start;display:-ms-flexbox;display:flex}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{-ms-flex-direction:column;flex-direction:column;justify-content:center;align-items:flex-start}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;align-items:stretch;display:-ms-flexbox;display:flex;position:relative}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{width:1%;min-width:0;-ms-flex:auto;flex:auto;margin-bottom:0;position:relative}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{align-items:center;display:-ms-flexbox;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-append,.input-group-prepend{display:-ms-flexbox;display:flex}.input-group-append .btn,.input-group-prepend .btn{z-index:2;position:relative}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;align-items:center;margin-bottom:0;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:-ms-flexbox;display:flex}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;padding:.5rem 1rem;font-size:1.25rem;line-height:1.5}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{z-index:1;min-height:1.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;print-color-adjust:exact;padding-left:1.5rem;display:block;position:relative}.custom-control-inline{margin-right:1rem;display:-ms-inline-flexbox;display:inline-flex}.custom-control-input{z-index:-1;width:1rem;height:1.25rem;opacity:0;position:absolute;left:0}.custom-control-input:checked~.custom-control-label:before{color:#fff;background-color:#007bff;border-color:#007bff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem #007bff40}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label:before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{vertical-align:top;margin-bottom:0;position:relative}.custom-control-label:before{width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:1px solid #adb5bd;display:block;position:absolute;top:.25rem;left:-1.5rem}.custom-control-label:after{width:1rem;height:1rem;content:"";background:50%/50% 50% no-repeat;display:block;position:absolute;top:.25rem;left:-1.5rem}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#007bff;border-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:#007bff80}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{width:1.75rem;pointer-events:all;border-radius:.5rem;left:-2.25rem}.custom-switch .custom-control-label:after{width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;top:calc(.25rem + 2px);left:calc(2px - 2.25rem)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;-webkit-transform:translate(.75rem);transform:translate(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:#007bff80}.custom-select{width:100%;height:calc(1.5em + .75rem + 2px);color:#495057;vertical-align:middle;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;display:inline-block}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem #007bff40}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;background-image:none;padding-right:.75rem}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:#0000;text-shadow:0 0 #495057}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0;display:inline-block;position:relative}.custom-file-input{z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);opacity:0;margin:0;position:relative;overflow:hidden}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{z-index:1;height:calc(1.5em + .75rem + 2px);color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;padding:.375rem .75rem;font-weight:400;line-height:1.5;position:absolute;top:0;left:0;right:0;overflow:hidden}.custom-file-label:after{z-index:3;height:calc(1.5em + .75rem);color:#495057;content:"Browse";border-left:inherit;background-color:#e9ecef;border-radius:0 .25rem .25rem 0;padding:.375rem .75rem;line-height:1.5;display:block;position:absolute;top:0;bottom:0;right:0}.custom-range{width:100%;height:1.4rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;padding:0}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem #007bff40}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;-webkit-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:#0000;cursor:pointer;background-color:#dee2e6;border-color:#0000;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:#0000;cursor:pointer;background-color:#dee2e6;border-color:#0000;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;appearance:none;background-color:#007bff;border:0;border-radius:1rem;margin-top:0;margin-left:.2rem;margin-right:.2rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:#0000;cursor:pointer;background-color:#0000;border-width:.5rem;border-color:#0000}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem;margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;padding-left:0;list-style:none;display:-ms-flexbox;display:flex}.nav-link{padding:.5rem 1rem;display:block}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{background-color:#0000;border:1px solid #0000;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{isolation:isolate;border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:#0000;border-color:#0000}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{background:0 0;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item,.nav-fill>.nav-link{text-align:center;-ms-flex:auto;flex:auto}.nav-justified .nav-item,.nav-justified>.nav-link{text-align:center;-ms-flex-positive:1;-ms-flex-preferred-size:0;flex-grow:1;flex-basis:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:-ms-flexbox;display:flex;position:relative}.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;align-items:center;display:-ms-flexbox;display:flex}.navbar-brand{font-size:1.25rem;line-height:inherit;white-space:nowrap;margin-right:1rem;padding-top:.3125rem;padding-bottom:.3125rem;display:inline-block}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{-ms-flex-direction:column;flex-direction:column;margin-bottom:0;padding-left:0;list-style:none;display:-ms-flexbox;display:flex}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;display:inline-block}.navbar-collapse{-ms-flex-positive:1;-ms-flex-preferred-size:100%;flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{background-color:#0000;border:1px solid #0000;border-radius:.25rem;padding:.25rem .75rem;font-size:1.25rem;line-height:1}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat;display:inline-block}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-ms-flex-flow:row;flex-flow:row;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{-ms-flex-preferred-size:auto;flex-basis:auto;display:-ms-flexbox!important;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid #00000020;border-radius:.25rem;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{min-height:1px;-ms-flex:auto;flex:auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:#00000008;border-bottom:1px solid #00000020;margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{background-color:#00000008;border-top:1px solid #00000020;padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem;margin-left:-.625rem;margin-right:-.625rem}.card-header-pills{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:calc(.25rem - 1px);padding:1.25rem;position:absolute;inset:0}.card-img,.card-img-bottom,.card-img-top{width:100%;-ms-flex-negative:0;flex-shrink:0}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{-ms-flex-flow:wrap;flex-flow:wrap;margin-left:-15px;margin-right:-15px;display:-ms-flexbox;display:flex}.card-deck .card{-ms-flex:1 0;flex:1 0;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{-ms-flex-flow:wrap;flex-flow:wrap;display:-ms-flexbox;display:flex}.card-group>.card{-ms-flex:1 0;flex:1 0;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;orphans:1;widows:1;column-gap:1.25rem}.card-columns .card{width:100%;display:inline-block}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{background-color:#e9ecef;border-radius:.25rem;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem;padding:.75rem 1rem;list-style:none;display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;color:#6c757d;content:"/";padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{border-radius:.25rem;padding-left:0;list-style:none;display:-ms-flexbox;display:flex}.page-link{color:#007bff;background-color:#fff;border:1px solid #dee2e6;margin-left:-1px;padding:.5rem .75rem;line-height:1.25;display:block;position:relative}.page-link:hover{z-index:2;color:#0056b3;background-color:#e9ecef;border-color:#dee2e6;text-decoration:none}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem #007bff40}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;margin-left:0}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;display:inline-block}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem #007bff80}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem #6c757d80}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem #28a74580}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem #17a2b880}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem #ffc10780}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem #dc354580}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem #f8f9fa80}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem #343a4080}.jumbotron{background-color:#e9ecef;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid #0000;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{z-index:2;color:inherit;padding:.75rem 1.25rem;position:absolute;top:0;right:0}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{height:1rem;background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;line-height:0;display:-ms-flexbox;display:flex;overflow:hidden}.progress-bar{color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;-ms-flex-direction:column;flex-direction:column;justify-content:center;transition:width .6s;display:-ms-flexbox;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,#ffffff26 25%,#0000 25% 50%,#ffffff26 50% 75%,#0000 75%,#0000);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{align-items:flex-start;display:-ms-flexbox;display:flex}.media-body{-ms-flex:1;flex:1}.list-group{border-radius:.25rem;-ms-flex-direction:column;flex-direction:column;margin-bottom:0;padding-left:0;display:-ms-flexbox;display:flex}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;background-color:#f8f9fa;text-decoration:none}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{background-color:#fff;border:1px solid #00000020;padding:.75rem 1.25rem;display:block;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.list-group-horizontal-sm{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.list-group-horizontal-md{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.list-group-horizontal-lg{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.list-group-horizontal-xl{-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-top-right-radius:0;border-bottom-left-radius:.25rem}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;color:#000;text-shadow:0 1px #fff;opacity:.5;font-size:1.5rem;font-weight:700;line-height:1}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:#0000;border:0;padding:0}a.close.disabled{pointer-events:none}.toast{max-width:350px;opacity:0;background-color:#ffffffd9;background-clip:padding-box;border:1px solid #0000001a;border-radius:.25rem;-ms-flex-preferred-size:350px;flex-basis:350px;font-size:.875rem;box-shadow:0 .25rem .75rem #0000001a}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{opacity:1;display:block}.toast.hide{display:none}.toast-header{color:#6c757d;background-color:#ffffffd9;background-clip:padding-box;border-bottom:1px solid #0000000d;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);align-items:center;padding:.25rem .75rem;display:-ms-flexbox;display:flex}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow:hidden auto}.modal{z-index:1050;width:100%;height:100%;outline:0;display:none;position:fixed;top:0;left:0;overflow:hidden}.modal-dialog{width:auto;pointer-events:none;margin:.5rem;position:relative}.modal.fade .modal-dialog{transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{-webkit-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{max-height:calc(100% - 1rem);display:-ms-flexbox;display:flex}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{min-height:calc(100% - 1rem);align-items:center;display:-ms-flexbox;display:flex}.modal-dialog-centered:before{height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:"";display:block}.modal-dialog-centered.modal-dialog-scrollable{height:100%;-ms-flex-direction:column;flex-direction:column;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid #0003;border-radius:.3rem;outline:0;-ms-flex-direction:column;flex-direction:column;display:-ms-flexbox;display:flex;position:relative}.modal-backdrop{z-index:1040;width:100vw;height:100vh;background-color:#000;position:fixed;top:0;left:0}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);justify-content:space-between;align-items:flex-start;padding:1rem;display:-ms-flexbox;display:flex}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{-ms-flex:auto;flex:auto;padding:1rem;position:relative}.modal-footer{border-top:1px solid #dee2e6;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;align-items:center;padding:.75rem;display:-ms-flexbox;display:flex}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{width:50px;height:50px;position:absolute;top:-9999px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{z-index:1070;text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;word-wrap:break-word;opacity:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;display:block;position:absolute}.tooltip.show{opacity:.9}.tooltip .arrow{width:.8rem;height:.4rem;display:block;position:absolute}.tooltip .arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-width:.4rem .4rem 0;border-top-color:#000;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{width:.4rem;height:.8rem;left:0}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-width:.4rem .4rem .4rem 0;border-right-color:#000;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-width:0 .4rem .4rem;border-bottom-color:#000;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{width:.4rem;height:.8rem;right:0}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-width:.4rem 0 .4rem .4rem;border-left-color:#000;left:0}.tooltip-inner{max-width:200px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem;padding:.25rem .5rem}.popover{z-index:1060;max-width:276px;text-align:left;text-align:start;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid #0003;border-radius:.3rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5;text-decoration:none;display:block;position:absolute;top:0;left:0}.popover .arrow{width:1rem;height:.5rem;margin:0 .3rem;display:block;position:absolute}.popover .arrow:after,.popover .arrow:before{content:"";border-style:solid;border-color:#0000;display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-width:.5rem .5rem 0;border-top-color:#00000040;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-width:.5rem .5rem 0;border-top-color:#fff;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{width:.5rem;height:1rem;margin:.3rem 0;left:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-width:.5rem .5rem .5rem 0;border-right-color:#00000040;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-width:.5rem .5rem .5rem 0;border-right-color:#fff;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-width:0 .5rem .5rem;border-bottom-color:#00000040;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-width:0 .5rem .5rem;border-bottom-color:#fff;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{width:1rem;content:"";border-bottom:1px solid #f7f7f7;margin-left:-.5rem;display:block;position:absolute;top:0;left:50%}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{width:.5rem;height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-width:.5rem 0 .5rem .5rem;border-left-color:#00000040;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-width:.5rem 0 .5rem .5rem;border-left-color:#fff;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);margin-bottom:0;padding:.5rem .75rem;font-size:1rem}.popover-header:empty{display:none}.popover-body{color:#212529;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{width:100%;position:relative;overflow:hidden}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{float:left;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-right:-100%;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;display:none;position:relative}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){-webkit-transform:translate(100%);transform:translate(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){-webkit-transform:translate(-100%);transform:translate(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;-webkit-transform:none;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{z-index:1;width:15%;color:#fff;text-align:center;opacity:.5;background:0 0;border:0;justify-content:center;align-items:center;padding:0;transition:opacity .15s;display:-ms-flexbox;display:flex;position:absolute;top:0;bottom:0}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{width:20px;height:20px;background:50%/100% 100% no-repeat;display:inline-block}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{z-index:15;justify-content:center;margin-left:15%;margin-right:15%;padding-left:0;list-style:none;display:-ms-flexbox;display:flex;position:absolute;bottom:0;left:0;right:0}.carousel-indicators li{box-sizing:content-box;width:30px;height:3px;text-indent:-999px;cursor:pointer;opacity:.5;background-color:#fff;background-clip:padding-box;border-top:10px solid #0000;border-bottom:10px solid #0000;-ms-flex:0 auto;flex:0 auto;margin-left:3px;margin-right:3px;transition:opacity .6s}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{z-index:10;color:#fff;text-align:center;padding-top:20px;padding-bottom:20px;position:absolute;bottom:20px;left:15%;right:15%}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid;border-right-color:#0000;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;display:inline-block}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}.spinner-grow{width:2rem;height:2rem;vertical-align:-.125em;opacity:0;background-color:currentColor;border-radius:50%;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite;display:inline-block}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:#0000!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-left-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-responsive{width:100%;padding:0;display:block;position:relative;overflow:hidden}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{width:100%;height:100%;border:0;position:absolute;top:0;bottom:0;left:0}.embed-responsive-21by9:before{padding-top:42.8571%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:auto!important;flex:auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:auto!important;flex:auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:auto!important;flex:auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:auto!important;flex:auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:auto!important;flex:auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{z-index:1030;position:fixed;top:0;left:0;right:0}.fixed-bottom{z-index:1030;position:fixed;bottom:0;left:0;right:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{z-index:1020;position:-webkit-sticky;position:sticky;top:0}}.sr-only{width:1px;height:1px;clip:rect(0,0,0,0);white-space:nowrap;border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{width:auto;height:auto;clip:auto;white-space:normal;position:static;overflow:visible}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{z-index:1;pointer-events:auto;content:"";background-color:#0000;position:absolute;inset:0}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:#0000;text-shadow:none;background-color:#0000;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title)")"}pre{white-space:pre-wrap!important}blockquote,pre{page-break-inside:avoid;border:1px solid #adb5bd}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body,.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}@-webkit-keyframes bs-notify-fadeOut{0%{opacity:.9}to{opacity:0}}@-o-keyframes bs-notify-fadeOut{0%{opacity:.9}to{opacity:0}}@keyframes bs-notify-fadeOut{0%{opacity:.9}to{opacity:0}}.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px�;vertical-align:middle}.bootstrap-select>.dropdown-toggle{width:100%;text-align:right;white-space:nowrap;justify-content:space-between;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;position:relative}.bootstrap-select>.dropdown-toggle:after{margin-top:-1px}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover{color:#ffffff80}.bootstrap-select>select{border:none;bottom:0;left:50%;width:.5px!important;height:100%!important;opacity:0!important;z-index:0!important;padding:0!important;display:block!important;position:absolute!important}.bootstrap-select>select.mobile-device{top:0;left:0;width:100%!important;z-index:2!important;display:block!important}.bootstrap-select.is-invalid .dropdown-toggle,.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle,.was-validated .bootstrap-select select:invalid+.dropdown-toggle{border-color:#b94a48}.bootstrap-select.is-valid .dropdown-toggle,.was-validated .bootstrap-select select:valid+.dropdown-toggle{border-color:#28a745}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus,.bootstrap-select>select.mobile-device:focus+.dropdown-toggle{outline-offset:-2px;outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important}.bootstrap-select.form-control{height:auto;border:none;margin-bottom:0;padding:0}:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{float:none;z-index:auto}.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]){width:auto}.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-]{float:none;margin-left:0;display:inline-block}.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select{margin-bottom:0}.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control{padding:0}.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle{font-size:inherit;line-height:inherit;border-radius:inherit}.bootstrap-select.form-control-sm .dropdown-toggle{padding:.25rem .5rem}.bootstrap-select.form-control-lg .dropdown-toggle{padding:.5rem 1rem}.form-inline .bootstrap-select .form-control{width:100%}.bootstrap-select.disabled,.bootstrap-select>.disabled{cursor:not-allowed}.bootstrap-select.disabled:focus,.bootstrap-select>.disabled:focus{outline:0!important}.bootstrap-select.bs-container{position:absolute;top:0;left:0;height:0!important;padding:0!important}.bootstrap-select.bs-container .dropdown-menu{z-index:1060}.bootstrap-select .dropdown-toggle .filter-option{float:left;height:100%;width:100%;text-align:left;-webkit-box-flex:0;-webkit-flex:0 auto;-ms-flex:0 auto;flex:0 auto;position:static;top:0;left:0;overflow:hidden}.bs3.bootstrap-select .dropdown-toggle .filter-option{padding-right:inherit}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option{padding-top:inherit;padding-bottom:inherit;padding-left:inherit;float:none;position:absolute}.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner{padding-right:inherit}.bootstrap-select .dropdown-toggle .filter-option-inner-inner{overflow:hidden}.bootstrap-select .dropdown-toggle .filter-expand{float:left;overflow:hidden;width:0!important;opacity:0!important}.bootstrap-select .dropdown-toggle .caret{vertical-align:middle;margin-top:-2px;position:absolute;top:50%;right:12px}.input-group .bootstrap-select.form-control .dropdown-toggle{border-radius:inherit}.bootstrap-select[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select .dropdown-menu>.inner:focus{outline:0!important}.bootstrap-select .dropdown-menu.inner{float:none;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;margin:0;padding:0;position:static}.bootstrap-select .dropdown-menu li{position:relative}.bootstrap-select .dropdown-menu li.active small{color:#ffffff80!important}.bootstrap-select .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select .dropdown-menu li a.opt{padding-left:2.25em;position:relative}.bootstrap-select .dropdown-menu li a span.check-mark{display:none}.bootstrap-select .dropdown-menu li a span.text{display:inline-block}.bootstrap-select .dropdown-menu li small{padding-left:.5em}.bootstrap-select .dropdown-menu .notify{width:96%;min-height:26px;pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background:#f5f5f5;border:1px solid #e3e3e3;margin:0 2%;padding:3px 5px;position:absolute;bottom:5px;-webkit-box-shadow:inset 0 1px 1px #0000000d;box-shadow:inset 0 1px 1px #0000000d}.bootstrap-select .dropdown-menu .notify.fadeOut{-webkit-animation:bs-notify-fadeOut .3s linear .75s forwards;-o-animation:bs-notify-fadeOut .3s linear .75s forwards;animation:bs-notify-fadeOut .3s linear .75s forwards}.bootstrap-select .no-results{white-space:nowrap;background:#f5f5f5;margin:0 5px;padding:3px}.bootstrap-select.fit-width .dropdown-toggle .filter-option{padding:0;display:inline;position:static}.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner{display:inline}.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before{content:" "}.bootstrap-select.fit-width .dropdown-toggle .caret{margin-top:-1px;position:static;top:auto}.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{display:inline-block;position:absolute;top:5px;right:15px}.bootstrap-select.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select .bs-ok-default:after{content:"";width:.5em;height:1em;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;border-style:solid;border-width:0 .26em .26em 0;display:block;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before{content:"";border-bottom:7px solid #ccc3;border-left:7px solid #0000;border-right:7px solid #0000;display:none;position:absolute;bottom:-4px;left:9px}.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after{content:"";border-bottom:6px solid #fff;border-left:6px solid #0000;border-right:6px solid #0000;display:none;position:absolute;bottom:-4px;left:10px}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before{border-top:7px solid #ccc3;border-bottom:0;top:-4px;bottom:auto}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after{border-top:6px solid #fff;border-bottom:0;top:-4px;bottom:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before{left:auto;right:12px}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after{left:auto;right:13px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{width:100%;float:none;margin-bottom:0}@font-face{font-family:FontAwesome;src:url(fontawesome-webfont.3981e506.eot);src:url(fontawesome-webfont.3981e506.eot#iefix&v=4.7.0)format("embedded-opentype"),url(fontawesome-webfont.58488e7e.woff2)format("woff2"),url(fontawesome-webfont.ed962b83.woff)format("woff"),url(fontawesome-webfont.0caf0c90.ttf)format("truetype"),url(fontawesome-webfont.a9323ae9.svg#fontawesomeregular)format("svg");font-weight:400;font-style:normal}.fa{font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.fa-lg{vertical-align:-15%;font-size:1.33333em;line-height:.75em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{margin-left:2.14286em;padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{width:2.14286em;text-align:center;position:absolute;top:.142857em;left:-2.14286em}.fa-li.fa-lg{left:-1.85714em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8,end) infinite;animation:fa-spin 1s steps(8,end) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{width:2em;height:2em;vertical-align:middle;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{width:100%;text-align:center;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{width:1px;height:1px;clip:rect(0,0,0,0);border:0;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{width:auto;height:auto;clip:auto;margin:0;position:static;overflow:visible}.mfp-bg{width:100%;height:100%;z-index:1042;opacity:.8;background:#0b0b0b;position:fixed;top:0;left:0;overflow:hidden}.mfp-wrap{width:100%;height:100%;z-index:1043;-webkit-backface-visibility:hidden;position:fixed;top:0;left:0;outline:none!important}.mfp-container{text-align:center;width:100%;height:100%;box-sizing:border-box;padding:0 8px;position:absolute;top:0;left:0}.mfp-container:before{content:"";height:100%;vertical-align:middle;display:inline-block}.mfp-align-top .mfp-container:before{display:none}.mfp-content{vertical-align:middle;text-align:left;z-index:1045;margin:0 auto;display:inline-block;position:relative}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;width:auto;text-align:center;z-index:1044;margin-top:-.8em;position:absolute;top:50%;left:8px;right:8px}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-ready .mfp-preloader,.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{cursor:pointer;-webkit-appearance:none;z-index:1046;box-shadow:none;touch-action:manipulation;background:0 0;border:0;outline:none;padding:0;display:block;overflow:visible}button::-moz-focus-inner{border:0;padding:0}.mfp-close{width:44px;height:44px;text-align:center;opacity:.65;color:#fff;padding:0 0 18px 10px;font-family:Arial,Baskerville,monospace;font-size:28px;font-style:normal;line-height:44px;text-decoration:none;position:absolute;top:0;right:0}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#fff;text-align:right;width:100%;padding-right:6px;right:-6px}.mfp-counter{color:#ccc;white-space:nowrap;font-size:12px;line-height:18px;position:absolute;top:0;right:0}.mfp-arrow{opacity:.65;width:90px;height:110px;-webkit-tap-highlight-color:transparent;margin:-55px 0 0;padding:0;position:absolute;top:50%}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:"";width:0;height:0;border:inset #0000;margin-top:35px;margin-left:35px;display:block;position:absolute;top:0;left:0}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{opacity:.7;border-top-width:21px;border-bottom-width:21px}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left:before{border-right:27px solid #3f3f3f;margin-left:25px}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{width:100%;max-width:900px;line-height:0}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;padding-top:56.25%;overflow:hidden}.mfp-iframe-scaler iframe{width:100%;height:100%;background:#000;display:block;position:absolute;top:0;left:0;box-shadow:0 0 8px #0009}img.mfp-img{width:auto;max-width:100%;height:auto;box-sizing:border-box;margin:0 auto;padding:40px 0;line-height:0;display:block}.mfp-figure{line-height:0}.mfp-figure:after{content:"";width:auto;height:auto;z-index:-1;background:#444;display:block;position:absolute;inset:40px 0;box-shadow:0 0 8px #0009}.mfp-figure small{color:#bdbdbd;font-size:12px;line-height:14px;display:block}.mfp-figure figure{margin:0}.mfp-bottom-bar{width:100%;cursor:auto;margin-top:-36px;position:absolute;top:100%;left:0}.mfp-title{text-align:left;color:#f3f3f3;word-wrap:break-word;padding-right:36px;line-height:18px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{margin-left:5px;display:inline}.mfp-img-mobile .mfp-bottom-bar{box-sizing:border-box;background:#0009;margin:0;padding:3px 5px;position:fixed;top:auto;bottom:0}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{top:3px;right:5px}.mfp-img-mobile .mfp-close{width:35px;height:35px;text-align:center;background:#0009;padding:0;line-height:35px;position:fixed;top:0;right:0}}@media (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{width:100%;z-index:1;display:none}.owl-carousel .owl-stage{-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;position:relative}.owl-carousel .owl-stage:after{content:".";clear:both;visibility:hidden;height:0;line-height:0;display:block}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate(0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{width:100%;display:block}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{color:inherit;font:inherit;background:0 0;border:none;padding:0!important}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{height:100%;background:#000;position:relative}.owl-carousel .owl-video-play-icon{height:80px;width:80px;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;background:url(owl.video.play.e7a23fb2.png) no-repeat;margin-top:-40px;margin-left:-40px;transition:transform .1s;position:absolute;top:50%;left:50%}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3);transform:scale(1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:50%;background-repeat:no-repeat;background-size:contain;transition:opacity .4s}.owl-carousel .owl-video-frame{z-index:1;height:100%;width:100%;position:relative}.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#fff;cursor:pointer;background:#d6d6d6;border-radius:3px;margin:5px;padding:4px 7px;font-size:14px;display:inline-block}.owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#869791;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{zoom:1;display:inline-block}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;-webkit-backface-visibility:visible;background:#d6d6d6;border-radius:30px;margin:5px 7px;transition:opacity .2s;display:block}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{float:right;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);font-size:20px;font-weight:700;line-height:1;position:relative;top:-.3em;right:-.3em}.toast-close-button:focus,.toast-close-button:hover{color:#000;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);text-decoration:none}.rtl .toast-close-button{float:left;left:-.3em;right:.3em}button.toast-close-button{cursor:pointer;-webkit-appearance:none;background:0 0;border:0;padding:0}.toast-top-center{width:100%;top:0;right:0}.toast-bottom-center{width:100%;bottom:0;right:0}.toast-top-full-width{width:100%;top:0;right:0}.toast-bottom-full-width{width:100%;bottom:0;right:0}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{bottom:12px;right:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{z-index:999999;pointer-events:none;position:fixed}#toast-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#toast-container>div{pointer-events:auto;width:300px;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);background-position:15px;background-repeat:no-repeat;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;margin:0 0 6px;padding:15px 15px 15px 50px;position:relative;overflow:hidden;-webkit-box-shadow:0 0 12px #999;-moz-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999}#toast-container>div.rtl{direction:rtl;background-position:right 15px center;padding:15px 50px 15px 15px}#toast-container>div:hover{opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer;-webkit-box-shadow:0 0 12px #000;-moz-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{height:4px;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40);background-color:#000;position:absolute;bottom:0;left:0}@media (max-width:240px){#toast-container>div{width:11em;padding:8px 8px 8px 50px}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{top:-.2em;right:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:241px) and (max-width:480px){#toast-container>div{width:18em;padding:8px 8px 8px 50px}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{top:-.2em;right:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media (min-width:481px) and (max-width:768px){#toast-container>div{width:25em;padding:15px 15px 15px 50px}#toast-container>div.rtl{padding:15px 50px 15px 15px}}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:matrix(1,0,0,1.1,0,-30);transform:matrix(1,0,0,1.1,0,-30)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:matrix(1,0,0,1.05,0,-15);transform:matrix(1,0,0,1.05,0,-15)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleY(.95);transform:scaleY(.95)}90%{-webkit-transform:matrix(1,0,0,1.02,0,-4);transform:matrix(1,0,0,1.02,0,-4)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:matrix(1,0,0,1.1,0,-30);transform:matrix(1,0,0,1.1,0,-30)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:matrix(1,0,0,1.05,0,-15);transform:matrix(1,0,0,1.05,0,-15)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:scaleY(.95);transform:scaleY(.95)}90%{-webkit-transform:matrix(1,0,0,1.02,0,-4);transform:matrix(1,0,0,1.02,0,-4)}}.animate__bounce{-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-animation-name:bounce;animation-name:bounce}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale(1.25,.75);transform:scale(1.25,.75)}40%{-webkit-transform:scale(.75,1.25);transform:scale(.75,1.25)}50%{-webkit-transform:scale(1.15,.85);transform:scale(1.15,.85)}65%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}75%{-webkit-transform:scale(1.05,.95);transform:scale(1.05,.95)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale(1.25,.75);transform:scale(1.25,.75)}40%{-webkit-transform:scale(.75,1.25);transform:scale(.75,1.25)}50%{-webkit-transform:scale(1.15,.85);transform:scale(1.15,.85)}65%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}75%{-webkit-transform:scale(1.05,.95);transform:scale(1.05,.95)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-10px);transform:translate(-10px)}20%,40%,60%,80%{-webkit-transform:translate(10px);transform:translate(10px)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate(-10px);transform:translate(-10px)}20%,40%,60%,80%{-webkit-transform:translate(10px);transform:translate(10px)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}20%,40%,60%,80%{-webkit-transform:translateY(10px);transform:translateY(10px)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}20%,40%,60%,80%{-webkit-transform:translateY(10px);transform:translateY(10px)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translate(0);transform:translate(0)}6.5%{-webkit-transform:translate(-6px)rotateY(-9deg);transform:translate(-6px)rotateY(-9deg)}18.5%{-webkit-transform:translate(5px)rotateY(7deg);transform:translate(5px)rotateY(7deg)}31.5%{-webkit-transform:translate(-3px)rotateY(-5deg);transform:translate(-3px)rotateY(-5deg)}43.5%{-webkit-transform:translate(2px)rotateY(3deg);transform:translate(2px)rotateY(3deg)}50%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes headShake{0%{-webkit-transform:translate(0);transform:translate(0)}6.5%{-webkit-transform:translate(-6px)rotateY(-9deg);transform:translate(-6px)rotateY(-9deg)}18.5%{-webkit-transform:translate(5px)rotateY(7deg);transform:translate(5px)rotateY(7deg)}31.5%{-webkit-transform:translate(-3px)rotateY(-5deg);transform:translate(-3px)rotateY(-5deg)}43.5%{-webkit-transform:translate(2px)rotateY(3deg);transform:translate(2px)rotateY(3deg)}50%{-webkit-transform:translate(0);transform:translate(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top;transform-origin:top;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9)rotate(-3deg);transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate(3deg);transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate(-3deg);transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9)rotate(-3deg);transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate(3deg);transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1)rotate(-3deg);transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate(-25%)rotate(-5deg);transform:translate(-25%)rotate(-5deg)}30%{-webkit-transform:translate(20%)rotate(3deg);transform:translate(20%)rotate(3deg)}45%{-webkit-transform:translate(-15%)rotate(-3deg);transform:translate(-15%)rotate(-3deg)}60%{-webkit-transform:translate(10%)rotate(2deg);transform:translate(10%)rotate(2deg)}75%{-webkit-transform:translate(-5%)rotate(-1deg);transform:translate(-5%)rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate(-25%)rotate(-5deg);transform:translate(-25%)rotate(-5deg)}30%{-webkit-transform:translate(20%)rotate(3deg);transform:translate(20%)rotate(3deg)}45%{-webkit-transform:translate(-15%)rotate(-3deg);transform:translate(-15%)rotate(-3deg)}60%{-webkit-transform:translate(10%)rotate(2deg);transform:translate(10%)rotate(2deg)}75%{-webkit-transform:translate(-5%)rotate(-1deg);transform:translate(-5%)rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skew(-12.5deg)skewY(-12.5deg);transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{-webkit-transform:skew(6.25deg)skewY(6.25deg);transform:skew(6.25deg)skewY(6.25deg)}44.4%{-webkit-transform:skew(-3.125deg)skewY(-3.125deg);transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{-webkit-transform:skew(1.5625deg)skewY(1.5625deg);transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{-webkit-transform:skew(-.78125deg)skewY(-.78125deg);transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{-webkit-transform:skew(.390625deg)skewY(.390625deg);transform:skew(.390625deg)skewY(.390625deg)}88.8%{-webkit-transform:skew(-.195313deg)skewY(-.195313deg);transform:skew(-.195313deg)skewY(-.195313deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skew(-12.5deg)skewY(-12.5deg);transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{-webkit-transform:skew(6.25deg)skewY(6.25deg);transform:skew(6.25deg)skewY(6.25deg)}44.4%{-webkit-transform:skew(-3.125deg)skewY(-3.125deg);transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{-webkit-transform:skew(1.5625deg)skewY(1.5625deg);transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{-webkit-transform:skew(-.78125deg)skewY(-.78125deg);transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{-webkit-transform:skew(.390625deg)skewY(.390625deg);transform:skew(.390625deg)skewY(.390625deg)}88.8%{-webkit-transform:skew(-.195313deg)skewY(-.195313deg);transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation-name:jello;animation-name:jello}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,-1200);transform:matrix(.7,0,0,.7,0,-1200)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,-1200);transform:matrix(.7,0,0,.7,0,-1200)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,-2000,0);transform:matrix(.7,0,0,.7,-2000,0)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,-2000,0);transform:matrix(.7,0,0,.7,-2000,0)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,2000,0);transform:matrix(.7,0,0,.7,2000,0)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,2000,0);transform:matrix(.7,0,0,.7,2000,0)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,1200);transform:matrix(.7,0,0,.7,0,1200)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,1200);transform:matrix(.7,0,0,.7,0,1200)}80%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,700);transform:matrix(.7,0,0,.7,0,700)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,700);transform:matrix(.7,0,0,.7,0,700)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,-2000,0);transform:matrix(.7,0,0,.7,-2000,0)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,-2000,0);transform:matrix(.7,0,0,.7,-2000,0)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,2000,0);transform:matrix(.7,0,0,.7,2000,0)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,2000,0);transform:matrix(.7,0,0,.7,2000,0)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,-700);transform:matrix(.7,0,0,.7,0,-700)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:scale(.7);transform:scale(.7)}to{opacity:.7;-webkit-transform:matrix(.7,0,0,.7,0,-700);transform:matrix(.7,0,0,.7,0,-700)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(1,0,0,3,0,-3000);transform:matrix(1,0,0,3,0,-3000)}60%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,25);transform:matrix(1,0,0,.9,0,25)}75%{-webkit-transform:matrix(1,0,0,.95,0,-10);transform:matrix(1,0,0,.95,0,-10)}90%{-webkit-transform:matrix(1,0,0,.985,0,5);transform:matrix(1,0,0,.985,0,5)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(1,0,0,3,0,-3000);transform:matrix(1,0,0,3,0,-3000)}60%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,25);transform:matrix(1,0,0,.9,0,25)}75%{-webkit-transform:matrix(1,0,0,.95,0,-10);transform:matrix(1,0,0,.95,0,-10)}90%{-webkit-transform:matrix(1,0,0,.985,0,5);transform:matrix(1,0,0,.985,0,5)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(3,0,0,1,-3000,0);transform:matrix(3,0,0,1,-3000,0)}60%{opacity:1;-webkit-transform:translate(25px);transform:translate(25px)}75%{-webkit-transform:matrix(.98,0,0,1,-10,0);transform:matrix(.98,0,0,1,-10,0)}90%{-webkit-transform:matrix(.995,0,0,1,5,0);transform:matrix(.995,0,0,1,5,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(3,0,0,1,-3000,0);transform:matrix(3,0,0,1,-3000,0)}60%{opacity:1;-webkit-transform:translate(25px);transform:translate(25px)}75%{-webkit-transform:matrix(.98,0,0,1,-10,0);transform:matrix(.98,0,0,1,-10,0)}90%{-webkit-transform:matrix(.995,0,0,1,5,0);transform:matrix(.995,0,0,1,5,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(3,0,0,1,3000,0);transform:matrix(3,0,0,1,3000,0)}60%{opacity:1;-webkit-transform:translate(-25px);transform:translate(-25px)}75%{-webkit-transform:matrix(.98,0,0,1,10,0);transform:matrix(.98,0,0,1,10,0)}90%{-webkit-transform:matrix(.995,0,0,1,-5,0);transform:matrix(.995,0,0,1,-5,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(3,0,0,1,3000,0);transform:matrix(3,0,0,1,3000,0)}60%{opacity:1;-webkit-transform:translate(-25px);transform:translate(-25px)}75%{-webkit-transform:matrix(.98,0,0,1,10,0);transform:matrix(.98,0,0,1,10,0)}90%{-webkit-transform:matrix(.995,0,0,1,-5,0);transform:matrix(.995,0,0,1,-5,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(1,0,0,5,0,3000);transform:matrix(1,0,0,5,0,3000)}60%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,-20);transform:matrix(1,0,0,.9,0,-20)}75%{-webkit-transform:matrix(1,0,0,.95,0,10);transform:matrix(1,0,0,.95,0,10)}90%{-webkit-transform:matrix(1,0,0,.985,0,-5);transform:matrix(1,0,0,.985,0,-5)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:matrix(1,0,0,5,0,3000);transform:matrix(1,0,0,5,0,3000)}60%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,-20);transform:matrix(1,0,0,.9,0,-20)}75%{-webkit-transform:matrix(1,0,0,.95,0,10);transform:matrix(1,0,0,.95,0,10)}90%{-webkit-transform:matrix(1,0,0,.985,0,-5);transform:matrix(1,0,0,.985,0,-5)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:matrix(1,0,0,.985,0,10);transform:matrix(1,0,0,.985,0,10)}40%,45%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,-20);transform:matrix(1,0,0,.9,0,-20)}to{opacity:0;-webkit-transform:matrix(1,0,0,3,0,2000);transform:matrix(1,0,0,3,0,2000)}}@keyframes bounceOutDown{20%{-webkit-transform:matrix(1,0,0,.985,0,10);transform:matrix(1,0,0,.985,0,10)}40%,45%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,-20);transform:matrix(1,0,0,.9,0,-20)}to{opacity:0;-webkit-transform:matrix(1,0,0,3,0,2000);transform:matrix(1,0,0,3,0,2000)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:matrix(.9,0,0,1,20,0);transform:matrix(.9,0,0,1,20,0)}to{opacity:0;-webkit-transform:matrix(2,0,0,1,-2000,0);transform:matrix(2,0,0,1,-2000,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:matrix(.9,0,0,1,20,0);transform:matrix(.9,0,0,1,20,0)}to{opacity:0;-webkit-transform:matrix(2,0,0,1,-2000,0);transform:matrix(2,0,0,1,-2000,0)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:matrix(.9,0,0,1,-20,0);transform:matrix(.9,0,0,1,-20,0)}to{opacity:0;-webkit-transform:matrix(2,0,0,1,2000,0);transform:matrix(2,0,0,1,2000,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:matrix(.9,0,0,1,-20,0);transform:matrix(.9,0,0,1,-20,0)}to{opacity:0;-webkit-transform:matrix(2,0,0,1,2000,0);transform:matrix(2,0,0,1,2000,0)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:matrix(1,0,0,.985,0,-10);transform:matrix(1,0,0,.985,0,-10)}40%,45%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,20);transform:matrix(1,0,0,.9,0,20)}to{opacity:0;-webkit-transform:matrix(1,0,0,3,0,-2000);transform:matrix(1,0,0,3,0,-2000)}}@keyframes bounceOutUp{20%{-webkit-transform:matrix(1,0,0,.985,0,-10);transform:matrix(1,0,0,.985,0,-10)}40%,45%{opacity:1;-webkit-transform:matrix(1,0,0,.9,0,20);transform:matrix(1,0,0,.9,0,20)}to{opacity:0;-webkit-transform:matrix(1,0,0,3,0,-2000);transform:matrix(1,0,0,3,0,-2000)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate(-100%);transform:translate(-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate(-100%);transform:translate(-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate(-2000px);transform:translate(-2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate(-2000px);transform:translate(-2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate(100%);transform:translate(100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate(100%);transform:translate(100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate(2000px);transform:translate(2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate(2000px);transform:translate(2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-100%);transform:translate(-100%)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-100%);transform:translate(-100%)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-2000px);transform:translate(-2000px)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-2000px);transform:translate(-2000px)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%);transform:translate(100%)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%);transform:translate(100%)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate(2000px);transform:translate(2000px)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate(2000px);transform:translate(2000px)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(100%,-100%);transform:translate(100%,-100%)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate(-100%,100%);transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn);transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg);transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg);transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:matrix3d(.95,0,0,0,0,.95,0,0,0,0,.95,-.002375,0,0,0,1);transform:matrix3d(.95,0,0,0,0,.95,0,0,0,0,.95,-.002375,0,0,0,1)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,-.0025,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,-.0025,0,0,0,1)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn);transform:perspective(400px)scaleX(1)translateZ(0)rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg);transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg);transform:perspective(400px)scaleX(1)translateZ(150px)rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:matrix3d(.95,0,0,0,0,.95,0,0,0,0,.95,-.002375,0,0,0,1);transform:matrix3d(.95,0,0,0,0,.95,0,0,0,0,.95,-.002375,0,0,0,1)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,-.0025,0,0,0,1);transform:matrix3d(1,0,0,0,0,1,0,0,0,0,1,-.0025,0,0,0,1)}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateX(-20deg);transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}80%{-webkit-transform:perspective(400px)rotateX(-5deg);transform:perspective(400px)rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateX(-20deg);transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px)rotateX(10deg);transform:perspective(400px)rotateX(10deg)}80%{-webkit-transform:perspective(400px)rotateX(-5deg);transform:perspective(400px)rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateY(-20deg);transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}80%{-webkit-transform:perspective(400px)rotateY(-5deg);transform:perspective(400px)rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px)rotateY(-20deg);transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px)rotateY(10deg);transform:perspective(400px)rotateY(10deg)}80%{-webkit-transform:perspective(400px)rotateY(-5deg);transform:perspective(400px)rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px)rotateX(-20deg);transform:perspective(400px)rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px)rotateX(-20deg);transform:perspective(400px)rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px)rotateX(90deg);transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px)rotateY(-15deg);transform:perspective(400px)rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px)rotateY(-15deg);transform:perspective(400px)rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px)rotateY(90deg);transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate(100%)skew(-30deg);transform:translate(100%)skew(-30deg)}60%{opacity:1;-webkit-transform:skew(20deg);transform:skew(20deg)}80%{-webkit-transform:skew(-5deg);transform:skew(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate(100%)skew(-30deg);transform:translate(100%)skew(-30deg)}60%{opacity:1;-webkit-transform:skew(20deg);transform:skew(20deg)}80%{-webkit-transform:skew(-5deg);transform:skew(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate(-100%)skew(30deg);transform:translate(-100%)skew(30deg)}60%{opacity:1;-webkit-transform:skew(-20deg);transform:skew(-20deg)}80%{-webkit-transform:skew(5deg);transform:skew(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate(-100%)skew(30deg);transform:translate(-100%)skew(30deg)}60%{opacity:1;-webkit-transform:skew(-20deg);transform:skew(-20deg)}80%{-webkit-transform:skew(5deg);transform:skew(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%)skew(30deg);transform:translate(100%)skew(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%)skew(30deg);transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-100%)skew(-30deg);transform:translate(-100%)skew(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate(-100%)skew(-30deg);transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-transform-origin:100% 100%;transform-origin:100% 100%;-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{opacity:1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translateY(700px);transform:translateY(700px)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{opacity:1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translateY(700px);transform:translateY(700px)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transform:scale(.1)rotate(30deg);transform:scale(.1)rotate(30deg)}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-transform:scale(.1)rotate(30deg);transform:scale(.1)rotate(30deg)}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate(-100%)rotate(-120deg);transform:translate(-100%)rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate(-100%)rotate(-120deg);transform:translate(-100%)rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%)rotate(120deg);transform:translate(100%)rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate(100%)rotate(120deg);transform:translate(100%)rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translateY(-100px)scale3d(.1,.1,.1);transform:translateY(-100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translateY(60px);transform:scale3d(.475,.475,.475)translateY(60px)}}@keyframes zoomInDown{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translateY(-100px)scale3d(.1,.1,.1);transform:translateY(-100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translateY(60px);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate(-100px)scale3d(.1,.1,.1);transform:translate(-100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translate(10px);transform:scale3d(.475,.475,.475)translate(10px)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate(-100px)scale3d(.1,.1,.1);transform:translate(-100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translate(10px);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate(100px)scale3d(.1,.1,.1);transform:translate(100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translate(-10px);transform:scale3d(.475,.475,.475)translate(-10px)}}@keyframes zoomInRight{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translate(100px)scale3d(.1,.1,.1);transform:translate(100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translate(-10px);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translateY(100px)scale3d(.1,.1,.1);transform:translateY(100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translateY(-60px);transform:scale3d(.475,.475,.475)translateY(-60px)}}@keyframes zoomInUp{0%{opacity:0;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:translateY(100px)scale3d(.1,.1,.1);transform:translateY(100px)scale3d(.1,.1,.1)}60%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475)translateY(-60px);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475)translateY(-60px);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:translateY(200px)scale3d(.1,.1,.1);transform:translateY(200px)scale3d(.1,.1,.1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475)translateY(-60px);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:translateY(200px)scale3d(.1,.1,.1);transform:translateY(200px)scale3d(.1,.1,.1)}}.animate__zoomOutDown{-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate(42px);transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;-webkit-transform:matrix(.1,0,0,.1,-200,0);transform:matrix(.1,0,0,.1,-200,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate(42px);transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;-webkit-transform:matrix(.1,0,0,.1,-200,0);transform:matrix(.1,0,0,.1,-200,0)}}.animate__zoomOutLeft{-webkit-transform-origin:0;transform-origin:0;-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate(-42px);transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;-webkit-transform:matrix(.1,0,0,.1,200,0);transform:matrix(.1,0,0,.1,200,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475)translate(-42px);transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;-webkit-transform:matrix(.1,0,0,.1,200,0);transform:matrix(.1,0,0,.1,200,0)}}.animate__zoomOutRight{-webkit-transform-origin:100%;transform-origin:100%;-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475)translateY(60px);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:translateY(-200px)scale3d(.1,.1,.1);transform:translateY(-200px)scale3d(.1,.1,.1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475)translateY(60px);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:translateY(-200px)scale3d(.1,.1,.1);transform:translateY(-200px)scale3d(.1,.1,.1)}}.animate__zoomOutUp{-webkit-transform-origin:bottom;transform-origin:bottom;-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{visibility:visible;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{visibility:visible;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{visibility:visible;-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{visibility:visible;-webkit-transform:translate(-100%);transform:translate(-100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{visibility:visible;-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{visibility:visible;-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{visibility:visible;-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{visibility:visible;-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translateY(100%);transform:translateY(100%)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate(-100%);transform:translate(-100%)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate(-100%);transform:translate(-100%)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate(100%);transform:translate(100%)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate(100%);transform:translate(100%)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translateY(-100%);transform:translateY(-100%)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}code[class*=language-],pre[class*=language-]{color:#000;text-shadow:0 1px #fff;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;background:0 0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;line-height:1.5}pre[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,code[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{white-space:normal;border-radius:.3em;padding:.1em}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#9a6e3a;background:#ffffff80}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function,.token.class-name{color:#dd4a68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre[class*=language-].line-numbers{counter-reset:linenumber;padding-left:3.8em;position:relative}pre[class*=language-].line-numbers>code{white-space:inherit;position:relative}.line-numbers .line-numbers-rows{pointer-events:none;width:3em;letter-spacing:-1px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-right:1px solid #999;font-size:100%;position:absolute;top:0;left:-3.8em}.line-numbers-rows>span{counter-increment:linenumber;display:block}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;text-align:right;padding-right:.8em;display:block}#vl-menu{z-index:1200;position:relative}.vlmenu,.vlmenu ul{margin:0;padding:0;list-style:none}.vlmenu>li{float:left;padding:0 20px}.vlmenu li li{position:relative}.vlmenu li>a{display:block}.vlmenu a i{padding-right:10px;font-size:10px}.vlmenu .search a i,.vlmenu a i.arrow{padding-right:0}.vlmenu>li>a>i.arrow{margin-top:3px;margin-left:10px}.vlmenu a{color:#222;text-decoration:none}.vlmenu>li>a{padding:20px 0}.vlmenu>li{padding:0 20px}.vlmenu>li>a:hover,.vlmenu>li.active>a{color:#000}.vlmenu ul{width:190px;z-index:1300;display:none;position:absolute}.vlmenu>li.menu-right>ul ul{left:-190px}.vlmenu ul a{color:#222;padding:10px 20px}.vlmenu li:hover>ul{display:block}.vlmenu ul ul{top:0;left:190px}.container-fluid .vlmenu>li.menu-right>ul,.container-fluid .vlmenu>li.menu-right>div{right:0}.vlmenu li a i.arrow{float:right;margin-top:5px}.vlmenu li.search a i.arrow{display:none}.vlmenu ul a:hover,.mega-menu ol li a:hover{background:#ffffff1a}.vlmenu li>div{padding:10px}.mega-menu ol{padding-left:0;list-style:none}.mega-menu ol li a{color:#222;padding:10px 20px}.mega-menu h1,.mega-menu h2,.mega-menu h3,.mega-menu h4,.mega-menu h5,.mega-menu h6,.mega-menu p{padding-left:20px;font-weight:400}.vlmenu .full-nav,.vlmenu .half-nav,.vlmenu .quarter-nav{z-index:1300;display:none;position:absolute}.vlmenu>li:hover>div{display:block}.vlmenu .full-nav{width:100%;left:0;right:0}.vlmenu .half-nav{width:50%;left:auto;right:auto}.vlmenu .quarter-nav{width:25%;left:auto;right:auto}.vlmenu li.menu-right .half-nav{width:50%;left:auto;right:0}.vlmenu li.menu-right .quarter-nav{width:25%;left:auto;right:0}.vlmenu li>div input{box-shadow:none;border:none;border-radius:0}.vlmenu.light-sub-menu input{border:1px solid #ddd}.vlmenu li>div input:focus,.vlmenu.light-sub-menu input:focus{box-shadow:none}.light-sub-menu .mega-menu li a span,.dark-sub-menu .mega-menu li a span{color:#bbb;display:block}.light-sub-menu .mega-menu li a:hover span,.dark-sub-menu .mega-menu li a:hover span{color:#fff}.light-sub-menu .mega-menu li a span,.light-sub-menu .mega-menu li a:hover span,.dark-sub-menu .mega-menu li a span{-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.vlmenu .col1,.vlmenu .col2,.vlmenu .col3,.vlmenu .col4,.vlmenu .col5,.vlmenu .col6{float:left}.mega-menu .col1{width:100%}.mega-menu .col2{width:50%}.mega-menu .col3{width:33.33%}.mega-menu .col4{width:25%}.mega-menu .col5{width:20%}.mega-menu .col6{width:16.66%}.grid .col1,.grid .col2,.grid .col3,.grid .col4,.grid .col5,.grid .col6{margin-right:1%;padding:5px;display:inline-block}.grid.gray .col1,.grid.gray .col2,.grid.gray .col3,.grid.gray .col4,.grid.gray .col5,.grid.gray .col6{background:#ddd}.grid .mega-menu .col1{width:99%}.grid .mega-menu .col2{width:49%}.grid .mega-menu .col3{width:32.33%}.grid .mega-menu .col4{width:24%}.grid .mega-menu .col5{width:19%}.grid .mega-menu .col6{width:15.66%}.menu-row{width:100%;margin-bottom:10px;margin-left:.5%;display:inline-block}.menu-row:last-child{margin-bottom:0}.dark-sub-menu ul,.dark-sub-menu li>div{background:#222}.dark-sub-menu ul a,.dark-sub-menu li>div a,.dark-sub-menu li>div h1,.dark-sub-menu li>div h2,.dark-sub-menu li>div h3,.dark-sub-menu li>div h4,.dark-sub-menu li>div h5,.dark-sub-menu li>div h6,.dark-sub-menu li>div p{color:#fff}.light-sub-menu ul,.light-sub-menu li>div{background:#fff;box-shadow:0 0 1px #d1d1d1}.light-sub-menu ul a,.light-sub-menu li>div a,.light-sub-menu li>div h1,.light-sub-menu li>div h2,.light-sub-menu li>div h3,.light-sub-menu li>div h4,.light-sub-menu li>div h5,.light-sub-menu li>div h6,.light-sub-menu li>div p{color:#222}.light-sub-menu ul a:hover,.light-sub-menu ol li a:hover{color:#fff}.light-sub-menu ul a:hover,.light-sub-menu ol li a:hover{color:#fff;background:#222}.container header{width:100%;display:inline-block}.container header .vl-logo{margin-left:20px}.container header .nav-btn{margin-right:20px}.container header.float-menu{width:100%;margin-top:50px;display:inline-block}.container header.float-menu .vl-logo{margin-left:20px}.container header.float-menu .nav-btn{margin-right:20px}.center-menu{text-align:center}.center-menu .center-logo,.center-menu .vlmenu{display:inline-block}.center-menu .vlmenu ul,.center-menu .vlmenu li>div{text-align:left!important}.no-bg{background:0 0}.dark-menu{background:#000}.dark-menu a{color:#fff}.menu-bg{background-position:100% 100%!important;background-repeat:no-repeat!important;background-size:auto!important}.grid .mega-menu .col1 img,.grid .mega-menu .col2 img,.grid .mega-menu .col3 img,.grid .mega-menu .col4 img,.grid .mega-menu .col5 img,.grid .mega-menu .col6 img{width:100%;height:auto;margin-bottom:10px}.contact-form{padding:0 20px}.contact-form input,.contact-form textarea{width:100%;height:35px;color:#222;background:#fff;border:1px solid #ddd;margin-bottom:10px;padding-left:10px;padding-right:10px;display:inline-block}input[type=checkbox]{width:auto;height:auto;float:left;margin-right:10px}.contact-form input:focus,.contact-form textarea:focus{outline:0}.contact-form textarea{height:150px}.vl-btn{border:none;padding:10px 20px}@media (max-width:1480px){#blog-menu>ul{right:-100px}}@media (max-width:1024px){.menu,.menu ul,div.mega-menu{display:inline-block;background:#333!important}.mega-menu p{padding-left:40px!important}.vl-logo{margin-top:10px}.vlmenu,.vlmenu ul,div.mega-menu{display:inline-block;background:#333!important}.vlmenu a{color:#fff!important}.vlmenu li{z-index:1300;background:#333;position:relative}.vlmenu>li{width:100%;border-bottom:1px solid #ffffff0d;padding:0;display:block}.vlmenu>li>a,.vlmenu>li>a>i.arrow{line-height:50px}.vlmenu>li>a{padding:0 20px}.vlmenu>li a:hover{background:#111}.vlmenu>li>a>i.arrow{margin-right:0}.vlmenu ul{width:100%;border:none;display:none;position:relative;overflow:hidden}.hidden-sub{display:none!important}.visible-sub{visibility:visible;opacity:1;display:block!important}.vlmenu ul a,.vlmenu li>div,.mega-menu ol li a{padding:10px 20px}.mega-menu ol li a,.vlmenu ul a{border-top:1px solid #ffffff0d}.vlmenu li>div{padding:10px 0}.vlmenu ul ul,.vlmenu>li.menu-right>ul ul{left:0}.vlmenu li li a{padding-left:40px}.vlmenu li li li a{padding-left:60px}.vlmenu li li li li a{padding-left:80px}.vlmenu li li li li li a{padding-left:100px}.vlmenu li li li li li li a{padding-left:120px}.vlmenu .full-nav,.vlmenu .half-nav,.vlmenu .quarter-nav{display:block;position:relative}.vlmenu .col1,.vlmenu .col2,.vlmenu .col3,.vlmenu .col4,.vlmenu .col5,.vlmenu .col6,.mega-menu ol,.grid .col1,.grid .col2,.grid .col3,.grid .col4,.grid .col5,.grid .col6{width:100%!important}.grid .col1,.grid .col2,.grid .col3,.grid .col4,.grid .col5,.grid .col6{margin-bottom:10px;display:inline-block}.vlmenu li>div{border:none}.vlmenu h1,.vlmenu h2,.vlmenu h3,.vlmenu h4,.vlmenu h5,.vlmenu h6{color:#fff;margin:10px 20px}.vlmenu p{color:#fff;padding:10px 20px}.vlmenu ul a:hover,.mega-menu ol li a:hover{color:#fff;background:#111}.mega-menu ol li a{margin-bottom:0}.wrapper,.vlmenu .half-nav,.vlmenu .quarter-nav,.vlmenu li.menu-right .half-nav,.vlmenu li.menu-right .quarter-nav{width:100%}.vlmenu{width:100%;display:none}.light-sub-menu ul a,.light-sub-menu li>div a,.light-sub-menu li>div h1,.light-sub-menu li>div h2,.light-sub-menu li>div h3,.light-sub-menu li>div h4,.light-sub-menu li>div h5,.light-sub-menu li>div h6,.light-sub-menu li>div p,.light-sub-menu li>div span{color:#fff}.light-sub-menu ul,.light-sub-menu li>div{box-shadow:none}.vlmenu ul,.vlmenu li>div{top:auto}.vlmenu>li>a{height:53px;border-radius:0;border:none!important}.vlmenu>li,.menu-row{margin:0}.center-menu .vlmenu ul,.center-menu .vlmenu li>div{top:0}.center-menu{text-align:left}.center-menu .vlmenu{display:none}.nav-btn{float:right;cursor:pointer;margin-top:10px;margin-bottom:10px;margin-right:0;display:block}.nav-btn .bars{vertical-align:bottom;height:2px;width:30px;background-color:#333;display:inline-block;position:relative;top:-5px}.nav-btn .bars:before,.nav-btn .bars:after{content:"";width:30px;height:2px;background-color:#333;display:inline-block;position:absolute;top:-8px}.nav-btn .bars:after{top:8px}#blog-menu>ul{right:0}}.introjs-overlay{box-sizing:content-box;z-index:999999;opacity:0;background-color:#000;background:-moz-radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );background:-webkit-gradient( radial,center center,0px,center center,100%,color-stop(0%,#0006),color-stop(100%,#000000e6));background:-webkit-radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );background:-o-radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );background:-ms-radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );background:radial-gradient( center,ellipse farthest-corner,#0006 0,#000000e6 100% );filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter:alpha(opacity=50);-o-transition:all .3s ease-out;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;position:absolute}.introjs-fixParent{z-index:auto!important;opacity:1!important;-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important}.introjs-showElement,tr.introjs-showElement>td,tr.introjs-showElement>th{z-index:9999999!important}.introjs-disableInteraction{opacity:0;filter:alpha(opacity=0);background-color:#fff;position:absolute;z-index:99999999!important}.introjs-relativePosition,tr.introjs-showElement>td,tr.introjs-showElement>th{position:relative}.introjs-helperLayer{box-sizing:content-box;z-index:9999998;-o-transition:all .3s ease-out;background-color:#ffffffe6;border:1px solid #00000080;border-radius:4px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;position:absolute;box-shadow:0 2px 15px #0006}.introjs-tooltipReferenceLayer{box-sizing:content-box;visibility:hidden;z-index:100000000;-o-transition:all .3s ease-out;background-color:#0000;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;transition:all .3s ease-out;position:absolute}.introjs-helperLayer *,.introjs-helperLayer :before,.introjs-helperLayer :after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-ms-box-sizing:content-box;-o-box-sizing:content-box}.introjs-helperNumberLayer{box-sizing:content-box;visibility:visible;color:#fff;text-align:center;text-shadow:1px 1px 1px #0000004d;background:-moz-linear-gradient(#cf0404 0%,#ff3019 100%);background:-ms-linear-gradient(top,#ff3019 0%,#cf0404 100%);width:20px;height:20px;filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";filter:"progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";background:-moz-linear-gradient(#cf0404 0%,#ff3019 100%);background:-webkit-linear-gradient(#cf0404 0%,#ff3019 100%);background:-webkit-gradient(linear,0 0,0 100%,from(#ff3019),to(#cf0404));background:-moz-linear-gradient(#cf0404 0%,#ff3019 100%);background:-o-linear-gradient(#cf0404 0%,#ff3019 100%);background:linear-gradient(#ff3019 0%,#cf0404 100%);border:3px solid #fff;border-radius:50%;padding:2px;font-family:Arial,verdana,tahoma;font-size:13px;font-weight:700;line-height:20px;position:absolute;top:-16px;left:-16px;box-shadow:0 2px 5px #0006;z-index:2147483647!important}.introjs-arrow{content:"";border:5px solid #0000;position:absolute}.introjs-arrow.top{border-bottom-color:#fff;top:-10px}.introjs-arrow.top-right{border-bottom-color:#fff;top:-10px;right:10px}.introjs-arrow.top-middle{border-bottom-color:#fff;margin-left:-5px;top:-10px;left:50%}.introjs-arrow.right{border-left-color:#fff;top:10px;right:-10px}.introjs-arrow.right-bottom{border-left-color:#fff;bottom:10px;right:-10px}.introjs-arrow.bottom{border-top-color:#fff;bottom:-10px}.introjs-arrow.bottom-right{border-top-color:#fff;bottom:-10px;right:10px}.introjs-arrow.bottom-middle{border-top-color:#fff;margin-left:-5px;bottom:-10px;left:50%}.introjs-arrow.left{border-right-color:#fff;top:10px;left:-10px}.introjs-arrow.left-bottom{border-right-color:#fff;bottom:10px;left:-10px}.introjs-tooltip{box-sizing:content-box;visibility:visible;min-width:200px;max-width:300px;-o-transition:opacity .1s ease-out;background-color:#fff;border-radius:3px;padding:10px;-webkit-transition:opacity .1s ease-out;-moz-transition:opacity .1s ease-out;-ms-transition:opacity .1s ease-out;transition:opacity .1s ease-out;position:absolute;box-shadow:0 1px 10px #0006}.introjs-tooltipbuttons{text-align:right;white-space:nowrap}.introjs-button{box-sizing:content-box;text-shadow:1px 1px #fff;color:#333;white-space:nowrap;cursor:pointer;background-color:#ececec;background-image:linear-gradient(#f4f4f4,#ececec);-webkit-background-clip:padding;-moz-background-clip:padding;-o-background-clip:padding-box;zoom:1;background-image:-webkit-gradient(linear,0 0,0 100%,from(#f4f4f4),to(#ececec));background-image:-moz-linear-gradient(#f4f4f4,#ececec);background-image:-o-linear-gradient(#f4f4f4,#ececec);border:1px solid #d4d4d4;-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em;outline:none;margin:10px 0 0;padding:.3em .8em;font:11px sans-serif;text-decoration:none;display:inline;position:relative;overflow:visible}.introjs-button:hover{border-color:#bcbcbc;text-decoration:none;box-shadow:0 1px 1px #e3e3e3}.introjs-button:focus,.introjs-button:active{background-image:-webkit-gradient(linear,0 0,0 100%,from(#ececec),to(#f4f4f4));background-image:-moz-linear-gradient(#ececec,#f4f4f4);background-image:-o-linear-gradient(#ececec,#f4f4f4);background-image:linear-gradient(#ececec,#f4f4f4)}.introjs-button::-moz-focus-inner{border:0;padding:0}.introjs-skipbutton{box-sizing:content-box;color:#7a7a7a;margin-right:5px}.introjs-prevbutton{border-right:none;-webkit-border-radius:.2em 0 0 .2em;-moz-border-radius:.2em 0 0 .2em;border-radius:.2em 0 0 .2em}.introjs-prevbutton.introjs-fullbutton{border:1px solid #d4d4d4;-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em}.introjs-nextbutton{-webkit-border-radius:0 .2em .2em 0;-moz-border-radius:0 .2em .2em 0;border-radius:0 .2em .2em 0}.introjs-nextbutton.introjs-fullbutton{-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em}.introjs-disabled,.introjs-disabled:hover,.introjs-disabled:focus{color:#9a9a9a;box-shadow:none;cursor:default;background-color:#f4f4f4;background-image:none;border-color:#d4d4d4;text-decoration:none}.introjs-hidden{display:none}.introjs-bullets{text-align:center}.introjs-bullets ul{box-sizing:content-box;clear:both;margin:15px auto 0;padding:0;display:inline-block}.introjs-bullets ul li{box-sizing:content-box;float:left;margin:0 2px;list-style:none}.introjs-bullets ul li a{box-sizing:content-box;width:6px;height:6px;cursor:pointer;background:#ccc;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-decoration:none;display:block}.introjs-bullets ul li a:hover{background:#999}.introjs-bullets ul li a.active{background:#999}.introjs-progress{box-sizing:content-box;height:10px;background-color:#ecf0f1;border-radius:4px;margin:10px 0 5px;overflow:hidden}.introjs-progressbar{box-sizing:content-box;float:left;width:0%;height:100%;text-align:center;background-color:#08c;font-size:10px;line-height:10px}.introjsFloatingElement{height:0;width:0;position:absolute;top:50%;left:50%}.introjs-fixedTooltip{position:fixed}.introjs-hint{box-sizing:content-box;width:20px;height:15px;cursor:pointer;background:0 0;position:absolute}.introjs-hint:focus{border:0;outline:0}.introjs-hidehint{display:none}.introjs-fixedhint{position:fixed}.introjs-hint:hover>.introjs-hint-pulse{border:5px solid #3c3c3c91}.introjs-hint-pulse{box-sizing:content-box;width:10px;height:10px;z-index:10;-o-transition:all .2s ease-out;background-color:#8888883d;border:5px solid #3c3c3c45;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;transition:all .2s ease-out;position:absolute}.introjs-hint-no-anim .introjs-hint-dot{-webkit-animation:none;-moz-animation:none;animation:none}.introjs-hint-dot{box-sizing:content-box;height:50px;width:50px;z-index:1;opacity:0;background:0 0;border:10px solid #9292925c;-webkit-border-radius:60px;-moz-border-radius:60px;border-radius:60px;-webkit-animation:introjspulse 3s ease-out infinite;-moz-animation:introjspulse 3s ease-out infinite;animation:introjspulse 3s ease-out infinite;position:absolute;top:-25px;left:-25px}@-webkit-keyframes introjspulse{0%{opacity:0;-webkit-transform:scale(0)}25%{opacity:.1;-webkit-transform:scale(0)}50%{opacity:.3;-webkit-transform:scale(.1)}75%{opacity:.5;-webkit-transform:scale(.5)}to{opacity:0;-webkit-transform:scale(1)}}@-moz-keyframes introjspulse{0%{opacity:0;-moz-transform:scale(0)}25%{opacity:.1;-moz-transform:scale(0)}50%{opacity:.3;-moz-transform:scale(.1)}75%{opacity:.5;-moz-transform:scale(.5)}to{opacity:0;-moz-transform:scale(1)}}@keyframes introjspulse{0%{opacity:0;transform:scale(0)}25%{opacity:.1;transform:scale(0)}50%{opacity:.3;transform:scale(.1)}75%{opacity:.5;transform:scale(.5)}to{opacity:0;transform:scale(1)}}@font-face{font-family:iconfont;src:url(iconfont.960c72b2.eot#iefix)format("embedded-opentype"),url(iconfont.a07d77e0.woff2)format("woff2"),url(iconfont.b2a06094.woff)format("woff")}.icon{line-height:1}.icon:before{vertical-align:top;font-style:normal;font-family:iconfont!important;font-weight:400!important}.icon-close-fullscreen:before{content:""}.icon-open-fullscreen:before{content:""}.icon-output:before{content:""}.icon-coverage:before{content:""}.icon-more:before{content:""}.icon-copy:before{content:""}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;font-family:Nunito,sans-serif;font-size:16px;font-weight:400;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth}a{color:#09c;word-break:break-word;text-decoration:none;transition:all .3s}a:hover{color:#069;text-decoration:none}button,a,.btn{outline:0;transition:all .3s}button:focus,a:focus,.btn:focus{outline:none;text-decoration:none;box-shadow:none!important}img{max-width:100%;height:auto}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:Nunito,sans-serif;font-weight:700;transition:all .3s}h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a{color:#242424}h1 a:hover,.h1 a:hover,h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h4 a:hover,.h4 a:hover,h5 a:hover,.h5 a:hover,h6 a:hover,.h6 a:hover{color:#09c;text-decoration:none}@media (min-width:576px){h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{margin-top:-64px;padding-top:64px}}h1,.h1{font-size:32px}h2,.h2{font-size:28px}h3,.h3{font-size:24px}h4,.h4{font-size:20px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}.section-gap{padding-top:3rem;padding-bottom:3rem;position:relative}@media (max-width:991px){h1,.h1{font-size:32px}h2,.h2{font-size:28px}h3,.h3{font-size:24px}h4,.h4{font-size:20px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}.app-header+.section-gap{padding-top:5rem}}@media (max-width:767px){h1,.h1{font-size:28px}h2,.h2{font-size:26px}h3,.h3{font-size:24px}h4,.h4{font-size:20px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}}@media (max-width:667px){h1,.h1{font-size:26px}h2,.h2{font-size:24px}h3,.h3{font-size:22px}h4,.h4{font-size:20px}h5,.h5{font-size:18px}h6,.h6{font-size:16px}}@media (min-width:769px){.section-gap{padding-top:7.5rem;padding-bottom:7.5rem}}.vlmenu>li>a:hover,.vlmenu>li.active>a{color:#09c}.hamburger{cursor:pointer;font:inherit;color:inherit;text-transform:none;background-color:#0000;border:0;margin:10px 0 0;padding:0;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;display:inline-block;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#000}@media screen and (prefers-color-scheme:dark){.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#fff}}.hamburger-box{width:20px;height:17px;display:inline-block;position:relative}.hamburger-inner{margin-top:-2px;display:block;top:50%}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:20px;height:2px;background-color:#000;border-radius:4px;transition-property:transform;transition-duration:.15s;transition-timing-function:ease;position:absolute}@media screen and (prefers-color-scheme:dark){.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{background-color:#fff}}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--slider .hamburger-inner{top:2px}.hamburger--slider .hamburger-inner:before{width:14px;transition-property:transform,opacity;transition-duration:.15s;transition-timing-function:ease;top:7px}.hamburger--slider .hamburger-inner:after{top:14px}.hamburger--slider.is-active .hamburger-inner{transform:translateY(7px)rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{opacity:0;transform:rotate(-45deg)translate(-5.71429px,-6px)}.hamburger--slider.is-active .hamburger-inner:after{transform:translateY(-14px)rotate(-90deg)}.vl-accordion{font-family:Nunito,sans-serif!important}@media (max-width:1024px){.vlmenu{margin-top:10px}.app-header{width:100%;z-index:10;background:#fff;padding:.3em 0;position:absolute;top:auto}.app-header .logo-dark{height:50px;display:block}.app-header .logo-light{display:none}}@media screen and (max-width:1024px) and (prefers-color-scheme:dark){.app-header{background:#000}}@media (max-width:1024px){.app-header.transparent-header .logo-light{display:none}.header-links.navbar{position:absolute;right:15px}.vlmenu .vl-accordion .fa-angle-down{display:none}.vlmenu li li a{font-family:Nunito,sans-serif}.vlmenu>li>a{cursor:pointer}.mega-menu h3{font-size:14px;font-weight:700}.vlmenu .vl-accordion .fa-angle-down,.nav-extra-link{display:none}}@media (max-width:767px){.header-links.navbar{right:25px}}@media (min-width:1025px){.app-header{width:100%;z-index:10;background:#fff;transition:all .1s;position:absolute;top:auto}.app-header .navbar-brand{margin-top:0}.app-header .logo-light{display:none}.app-header.transparent-header .logo-light{display:block}.app-header.sticky-nav{z-index:1030;background:#fff;padding:0;animation:smoothScroll .3s forwards;position:fixed;top:0;bottom:auto;box-shadow:0 1px 10px #97a4af26}@keyframes smoothScroll{0%{transform:translateY(-100px)}to{transform:translateY(0)}}.transparent-header{background:0 0;padding-top:2rem;top:auto}.transparent-header .vlmenu>li>a{color:#fff}.transparent-header .vlmenu>li>a:hover{opacity:.7}.transparent-header .logo-dark{height:70px;display:none}.transparent-header.sticky-nav{background:#fff;top:0;box-shadow:0 1px 10px #97a4af26}.transparent-header.sticky-nav .vlmenu>li>a{color:#242424}.transparent-header.sticky-nav .vlmenu>li>a:hover{color:#09c}.transparent-header.sticky-nav .logo-light{display:none}.transparent-header.sticky-nav .logo-dark{height:50px;display:block}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.transparent-header.sticky-nav{background:#000;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.transparent-header.sticky-nav .vlmenu>li>a{color:#fff}}@media (min-width:1025px){.transparent-header-dark-nav .vlmenu>li>a{color:#242424}.transparent-header-dark-nav .vlmenu>li>a:hover{color:#09c}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.transparent-header-dark-nav .vlmenu>li>a{color:#fff}}@media (min-width:1025px){.transparent-header-dark-nav .logo-dark{display:block}.transparent-header-dark-nav .logo-light{display:none!important}.vlmenu>li>a>i.arrow{display:none;position:relative;top:2px}.light-sub-menu ul,.light-sub-menu li>div{box-shadow:0 1px 15px 1px #45414e1a}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.light-sub-menu ul,.light-sub-menu li>div{color:#fff;background-color:#141414}}@media (min-width:1025px){.vlmenu ul{width:250px;padding-top:15px;padding-bottom:15px}.vlmenu ul a{padding:12px 30px;font-size:14px}.vlmenu ul ul{left:251px}.vlmenu li>div{padding:30px}.vlmenu li>div p{font-size:12px}.vlmenu>li.menu-right>ul ul{left:-251px}.vlmenu h3{margin-bottom:20px;font-size:14px;font-weight:700}.vlmenu .mega-menu ol li a{border-radius:6px;padding:12px 20px;font-size:14px}.vlmenu>li{padding:0 10px}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.light-sub-menu ul a,.light-sub-menu ol li a{color:#fff}}@media (min-width:1025px){.light-sub-menu ul a:hover,.light-sub-menu ol li a:hover{color:#fff;background:#09c}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){.light-sub-menu ul a:hover,.light-sub-menu ol li a:hover{color:#fff}}@media (min-width:1025px){.vlmenu>li>a{cursor:pointer;padding:19.5px 0}.nav-btn{display:none}.vlmenu .half-nav,.vlmenu .full-nav,.vlmenu ul{border-radius:6px}.nav-extra-link .mt-3{margin-top:.85rem!important}}.overlay-nav{z-index:6;position:relative;top:1.7rem}.toggle-wrap{height:16px;width:20px;cursor:pointer;z-index:100;-webkit-transition:opacity .25s;transition:opacity .25s;position:absolute;top:3%;right:0}.toggle-wrap.active .top{background:#fff;-webkit-transform:translateY(7px)rotate(45deg);transform:translateY(7px)rotate(45deg)}.toggle-wrap.active .middle{opacity:0;background:#fff}.toggle-wrap.active .bottom{background:#fff;-webkit-transform:translateY(-7px)translate(0)rotate(-45deg);transform:translateY(-7px)translate(0)rotate(-45deg)}.toggle-wrap span{height:2px;width:100%;cursor:pointer;background:#242424;border:none;-webkit-transition:all .35s;transition:all .35s;position:absolute;top:0;left:0}.toggle-wrap span:nth-of-type(2){width:60%;top:7px}.toggle-wrap span:nth-of-type(3){top:14px}.overlay{width:100%;height:0;opacity:0;visibility:hidden;background:#242424;-webkit-transition:opacity .35s,visibility .35s,height .35s;transition:opacity .35s,visibility .35s,height .35s;position:fixed;top:0;left:0;overflow:hidden}.overlay.open{opacity:1;visibility:visible;height:100%}.overlay.open li{-webkit-animation:fadeInDown .5s .35s forwards;animation:fadeInDown .5s .35s forwards}.overlay.open li:nth-of-type(2){-webkit-animation-delay:.4s;animation-delay:.4s}.overlay.open li:nth-of-type(3){-webkit-animation-delay:.45s;animation-delay:.45s}.overlay.open li:nth-of-type(4){-webkit-animation-delay:.5s;animation-delay:.5s}.overlay.open li:nth-of-type(5){-webkit-animation-delay:.55s;animation-delay:.55s}.overlay.open li:nth-of-type(6){-webkit-animation-delay:.6s;animation-delay:.6s}.overlay.open li:nth-of-type(7){-webkit-animation-delay:.65s;animation-delay:.65s}.overlay.open li:nth-of-type(8){-webkit-animation-delay:.7s;animation-delay:.7s}.overlay nav{height:60%;text-align:center;font-size:1.5rem;position:relative;top:45%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.overlay ul{height:100%;margin:0 auto;padding:0;list-style:none;display:inline-block;position:relative}.overlay ul li{height:10%;min-height:50px;opacity:0;display:block;position:relative}.overlay ul li a{color:#fff;padding:0 0 10px;text-decoration:none;display:block;position:relative;overflow:hidden}.overlay ul li a:hover{color:#09c}.overlay ul li a:hover:after,.overlay ul li a:focus:after,.overlay ul li a:active:after{width:100%}.overlay ul li a:after{content:"";width:0%;height:1px;background:#09c;-webkit-transition:all .35s;transition:all .35s;position:absolute;bottom:5px;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}.overlay-nav-social-link a{color:#8c8c8c;opacity:0;margin:0 .8rem;font-size:18px}.overlay-nav-social-link a:hover{color:#09c}.overlay-nav-social-link.open a{-webkit-animation:fadeInDown .6s .8s forwards;animation:fadeInDown .6s .8s forwards}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{opacity:1;-webkit-transform:translate(0,0);transform:translate(0,0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.app-footer{border-top:1px solid #e8e8e8;padding:3rem 0;font-family:Arial,Helvetica,sans-serif}.app-footer .footer-link{margin-bottom:.5rem;padding:0}.app-footer .footer-link li{margin-bottom:.5rem;margin-right:15px;display:inline-block}.app-footer .footer-link li a{text-transform:uppercase;color:#8c8c8c;font-size:12px}.app-footer .footer-link li a:hover{color:#242424;text-decoration:none}.app-footer .footer-link li:last-child{margin-right:0}.app-footer .social-links li a{font-size:16px}.app-footer .copyright{color:#8c8c8c;margin:0;font-size:14px}@media screen and (prefers-color-scheme:dark){.app-footer{border-color:#414141}}.app-footer.bg-dark{color:#fff;padding:4rem 0}.app-footer.bg-dark .border-right{border-right:1px solid #616161!important}.app-footer.bg-dark .border-left{border-left:1px solid #616161!important}.app-footer.bg-dark .border-top{border-top:1px solid #616161!important}.app-footer.bg-dark .border-bottom{border-bottom:1px solid #616161!important}.app-secondary-footer{background:#171717;padding:2rem 0}.two-col-link li{width:50%;float:left;box-sizing:border-box;margin-right:0!important}.instagram-feed a{width:75px;height:75px;margin:0 .3rem .2rem 0;display:inline-block;overflow:hidden}.instagram-feed a img{width:100%;height:100%}.social-media-list{padding:0;list-style:none}.social-media-list a{text-transform:capitalize;color:#242424;margin-bottom:.5rem;font-size:18px;font-weight:700;display:inline-block}.social-media-list a:hover{color:#09c}.go-up-link i{font-weight:700}.go-up-link:hover{text-decoration:none}@media (max-width:767px){.app-footer .border-right,.app-footer.bg-dark .border-right{border-right:none!important}.app-footer,.app-footer.bg-dark{padding:2rem 0}.social-media-list a{font-size:14px}.footer-logo{max-height:32px}}img.footer-icon{width:28px;height:28px;margin:0}@media screen and (prefers-color-scheme:dark){code[class*=language-],pre[class*=language-]{color:#c5c8c6;text-shadow:0 1px #0000004d;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace;line-height:1.5}pre[class*=language-]{border-radius:.3em;margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#1d1f21}:not(pre)>code[class*=language-]{border-radius:.3em;padding:.1em}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#7c7c7c}.token.punctuation{color:#c5c8c6}.namespace{opacity:.7}.token.property,.token.keyword,.token.tag{color:#96cbfe}.token.class-name{color:#ffffb6;text-decoration:underline}.token.boolean,.token.constant{color:#9c9}.token.symbol,.token.deleted{color:#f92672}.token.number{color:#ff73fd}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#a8ff60}.token.variable{color:#c6c5fe}.token.operator{color:#ededed;background-color:inherit}.token.entity{color:#ffffb6;cursor:help}.token.url{color:#96cbfe}.language-css .token.string,.style .token.string{color:#87c38a}.token.atrule,.token.attr-value{color:#f9ee98}.token.function{color:#dad085}.token.regex{color:#e9c062}.token.important{color:#fd971f}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}}.hero-img{background-position:50%;background-repeat:no-repeat;background-size:cover}.hero-img,.bg-overlay,.bg-overlay:before,.bg-theme-overlay,.bg-theme-overlay:before,.bg-navy-overlay,.bg-navy-overlay:before,.bg-gradient-overlay,.bg-gradient-overlay:before{position:absolute;inset:0}.bg-overlay:before{content:"";background-color:#242424}.bg-theme-overlay:before{content:"";background:#09c}.bg-navy-overlay:before{content:"";background:#1d2b40}.bg-gradient-overlay:before{content:"";background-image:linear-gradient(90deg,#09c 0%,#7431ff 100%)}[data-overlay="0"]:before{opacity:0}[data-overlay="1"]:before{opacity:.1}[data-overlay="2"]:before{opacity:.2}[data-overlay="3"]:before{opacity:.3}[data-overlay="4"]:before{opacity:.4}[data-overlay="5"]:before{opacity:.5}[data-overlay="6"]:before{opacity:.6}[data-overlay="7"]:before{opacity:.7}[data-overlay="8"]:before{opacity:.8}[data-overlay="9"]:before{opacity:.9}@media (max-width:768px){.section-top{padding-top:5rem}.hero-avatar-bottom{position:relative;bottom:-3rem}.scroll-down{bottom:10px;left:0;right:0}.scroll-down span{color:#09c;display:block}.scroll-down-circle{display:none}}@media (min-width:769px){.section-full>.section-full-exception,.section-full>.container:not(#homepage-container)>.row{min-height:calc(100vh - 20.8125rem)}.section-full .container>.row:before{min-height:inherit;content:""}.section-top{padding-top:13.3125rem}.scroll-down{bottom:50px;left:0;right:0}.scroll-down span{color:#09c;display:block}.scroll-down-circle{width:80px;height:80px;background:#fff;border-radius:50%;line-height:80px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%);box-shadow:0 .2rem .8rem #24242426}}.btn{text-transform:uppercase;white-space:nowrap;padding:.75rem 2rem;font-size:11px;font-weight:700}.btn.btn-sm{padding:.485rem 1.2rem;font-size:10px;font-weight:700;line-height:1.6}.btn.btn-lg{padding:.965rem 2rem}.btn-pill{border-radius:5rem}.btn-theme{background:#09c;border:2px solid #09c;color:#fff!important}.btn-theme:hover{color:#fff;background:#069;border:2px solid #069}.btn-rv-blue{background:#09c;border:2px solid #09c;color:#fff!important}.btn-rv-blue:hover{color:#fff;background:#069;border:2px solid #069}.btn-outline{cursor:pointer;color:#242424;background:#fff;border:2px solid #e8e8e8;margin-left:2em}.btn-outline:hover{background:#242424;border-color:#242424;color:#fff!important}@media screen and (prefers-color-scheme:dark){.btn-outline{color:#fff;background:#000;border-color:#e8e8e8}.btn-outline:hover{border-color:#777}}.btn-outline-dark{color:#242424;background:0 0;border:2px solid #242424}.btn-outline-dark:hover{color:#fff;background:#242424;border-color:#242424}.btn-outline-light{color:#fff;background:0 0;border:2px solid #fff}.btn-outline-light:hover{color:#242424;background:#fff;border-color:#fff}.btn-solid-light{color:#242424;background:#fff;border:2px solid #fff}.btn-solid-light:hover{color:#fff;background:#09c;border-color:#09c}.btn-solid-dark{color:#fff;background:#242424;border:2px solid #242424}.btn-solid-dark:hover{color:#fff;background:#09c;border-color:#09c}.video-btn .video-play-icon,.video-btn span{display:inline-block}.video-btn .video-play-icon{width:46px;height:46px;text-align:center;color:#242424;cursor:pointer;background:#fff;border-radius:50%;line-height:46px;box-shadow:0 3px 6px #0000000d}.video-btn .video-play-icon i{font-size:12px;position:relative;top:0;left:2px}.video-btn .video-play-icon:hover i{color:#09c}.video-btn span{text-transform:uppercase;font-size:11px;font-weight:700;position:relative;left:10px}.video-play-btn-align-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-read-more{display:inline-block;position:relative}.btn-read-more:hover{text-decoration:none}.btn-read-more:hover:after{right:-30px}@media (max-width:767px){.btn.btn-sm{padding:.4rem 1rem}.btn{padding:.5rem 1.3rem}.btn.btn-lg{padding:.7rem 1.4rem}}.accordion .card{border-color:#e8e8e8}.accordion .card p{color:#8c8c8c}.accordion .card-header{border-color:#e8e8e8;padding:0}.accordion .card-header h6{margin-bottom:0;font-size:16px;font-weight:400}.accordion .card-header a{cursor:pointer;color:#09c;background:#fff;border-radius:4px 4px 0 0;padding:1.2rem 1.5rem;display:block;position:relative}.accordion .card-header a:hover{color:#09c}.accordion .card-header .collapsed{color:#242424}.accordion .card-header .collapsed:after{content:""}.accordion .accordion-list{list-style:none}.accordion .accordion-list li{margin-bottom:.5rem}.accordion .accordion-list li a{color:#8c8c8c}.accordion .accordion-list li a i{font-size:14px}.accordion .accordion-list li a:hover{color:#09c;text-decoration:none}.accordion.accordion-style-1 .card-header a{color:#09c;background:#fff}.accordion.accordion-style-1 .card-header a:hover{color:#09c}.accordion.accordion-style-1 .card-header a:hover:after{color:#fff;background:#09c;border:1px solid #09c;transition:all .3s}.accordion.accordion-style-1 .card-header .collapsed{color:#242424}.accordion.accordion-style-1 .card-header .collapsed:after{content:"";color:#8c8c8c;background:#fff;border:1px solid #ccc}.accordion.accordion-style-2 .card{border-radius:4px;margin-bottom:10px}.accordion.accordion-style-2 .card .card-header{background:0 0;border:none;margin-bottom:0}.accordion.accordion-style-2 .card .card-header a:after{content:"";font-family:fontawesome;font-size:14px;position:absolute;top:35%;right:20px}.accordion.accordion-style-2 .card .card-header a.collapsed{border-radius:4px;position:relative}.accordion.accordion-style-2 .card .card-header a.collapsed:after{content:""}.accordion.accordion-style-2 .card:not(:first-of-type):not(:last-of-type){border-radius:4px}.accordion.accordion-style-2 .card:first-of-type,.accordion.accordion-style-2 .card:not(:first-of-type):not(:last-of-type){border-bottom:1px solid #e8e8e8}.accordion.accordion-style-3 .card,.accordion.accordion-style-3 .card-header,.accordion.accordion-style-3 .card-header a{background:0 0;border:none}.accordion.accordion-style-3 .card-header a{color:#09c;padding:1.2rem 0 1.2rem 4rem}.accordion.accordion-style-3 .card-header a:before{width:40px;height:40px;text-align:center;color:#fff;content:"";background:#09c;border-radius:50%;font-family:fontawesome;font-size:14px;line-height:40px;position:absolute;top:8px;left:5px}.accordion.accordion-style-3 .card-header a:after{content:""}.accordion.accordion-style-3 .card-header .collapsed{color:#242424}.accordion.accordion-style-3 .card-header .collapsed:before{content:"";width:40px;height:40px;text-align:center;color:#242424;background:#fff;border:1px solid #f5f5f5;border-radius:50%;line-height:38px;box-shadow:0 3px 6px #0000000d}.accordion.accordion-style-3 .card-body{padding:1.25rem 0 1.25rem 4rem}.accordion.accordion-style-4 .card{border-radius:4px;margin-bottom:10px}.accordion.accordion-style-4 .card .card-header{background:0 0;border:none;margin-bottom:0;position:relative}.accordion.accordion-style-4 .card .card-header a{color:#242424;padding:2.5rem 1.5rem;font-weight:700}.accordion.accordion-style-4 .card .card-header a.collapsed{border-radius:4px;position:relative}.accordion.accordion-style-4 .card .card-header a.collapsed:after{content:""}.accordion.accordion-style-4 .card .card-header i{color:#09c;position:absolute;top:28px}.accordion.accordion-style-4 .card .card-header span{padding-left:3rem}.accordion.accordion-style-4 .card:not(:first-of-type):not(:last-of-type){border-radius:4px}.accordion.accordion-style-4 .card:first-of-type,.accordion.accordion-style-4 .card:not(:first-of-type):not(:last-of-type){border-bottom:1px solid #e8e8e8}.blurb i{margin-bottom:2rem;font-size:3rem;display:inline-block}.blurb p{color:#8c8c8c;padding-right:2rem}.blurb.text-right p{padding-left:2rem;padding-right:0}.blurb-border{background:#fff;border:1px solid #e8e8e8;border-radius:6px;padding:1.8rem}.blurb-border p{margin-bottom:.5rem;padding:0}@media (max-width:767px){.blurb i{font-size:2.5rem}.blurb-border{margin-bottom:1.5rem}}.list-group-right-arrow a{position:relative}.list-group-right-arrow a:after{content:"";width:25px;height:25px;text-align:center;border:1px solid #e8e8e8;border-radius:50%;padding-left:2px;font-family:fontawesome;font-size:14px;line-height:23px;position:absolute;top:30%;right:20px}.list-group-right-arrow a:hover:after{color:#fff;background:#09c;border-color:#09c;transition:all .3s}.list-group-right-arrow .list-group-item.active{color:#09c;background:#fff;border-color:#e8e8e8}.list-group-right-arrow .list-group-item.active:after{color:#fff;background:#09c;border-color:#09c}.list-group-right-arrow-on-hover a:after{opacity:0;width:30px;height:30px;border:3px solid #fff;line-height:25px;top:33%;right:13px}.list-group-right-arrow-on-hover a:hover:after{opacity:1;width:30px;height:30px;border:3px solid #fff;line-height:25px;right:-13px}.list-group-right-arrow-on-hover .list-group-item.active:after{opacity:1;width:30px;height:30px;border:3px solid #fff;line-height:25px;right:-13px}.list-group .list-group-item h6{color:#242424}.list-group .list-group-item:hover h6{color:#09c}.list-group-gap .list-group-item{border-radius:6px;margin-bottom:10px;padding:1.8rem 1.25rem}@media (prefers-color-scheme:dark){.list-group-item{color:#fff;background-color:#1b1b1b;border-color:#414141}}.custom-list{padding:0;list-style:none}.custom-list li{padding:.8rem 0}.custom-list li a{color:#242424}.custom-list li a:hover{color:#09c;text-decoration:none}.custom-list-border li{border-bottom:1px solid #e8e8e8}.custom-list-border li:first-child{border-top:1px solid #e8e8e8}@media (prefers-color-scheme:dark){.list-group-item{color:#fff;background-color:#1b1b1b;border-color:#414141}}.clients-thumb{width:100%;max-width:10rem;height:auto;opacity:.5;margin-left:auto;margin-right:auto}.clients-thumb:hover{opacity:1}.dot-style-1.owl-theme .owl-dots .owl-dot span{width:6px;height:6px;background:#242424;transition:all .3s}.dot-style-1.owl-theme .owl-dots .owl-dot.active span{transform:scale(1.5)}.dot-style-2.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;background:#ccc;transition:all .3s}.dot-style-2.owl-theme .owl-dots .owl-dot.active span{width:20px;height:10px;background:#09c;margin:5px 3px}.owl-carousel.text-center .owl-stage{display:inline-block}.carousel-highlighter.owl-carousel .owl-item{opacity:.2}.carousel-highlighter.owl-carousel .owl-item .card-img-overlay{opacity:0}.carousel-highlighter.owl-carousel .owl-item.center,.carousel-highlighter.owl-carousel .owl-item.center .card-img-overlay{opacity:1}.carousel-zoom-img .owl-stage-outer{overflow:visible}.carousel-zoom-img .owl-item .item h6{opacity:0}.carousel-zoom-img .owl-item.center .item{z-index:100;position:relative;transform:scale(1.2)}.carousel-zoom-img .owl-item.center .item h6{opacity:1}.carousel-zoom-img .owl-dots{margin-top:4rem}.owl-theme .owl-nav,.owl-theme .owl-nav.disabled+.owl-dots{margin-top:30px}.nav-circle.owl-theme .owl-nav [class*=owl-],.nav-circle-light.owl-theme .owl-nav [class*=owl-],.nav-circle-solid-light.owl-theme .owl-nav [class*=owl-]{width:50px;height:50px;text-align:center;color:#8c8c8c;border:1px solid #ccc;border-radius:50%;margin-bottom:2rem;font-size:12px;line-height:50px;position:relative}.nav-circle.owl-theme .owl-nav [class*=owl-]:hover,.nav-circle-light.owl-theme .owl-nav [class*=owl-]:hover,.nav-circle-solid-light.owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#242424;border-color:#242424}.nav-circle-light.owl-theme .owl-nav [class*=owl-]:hover{color:#242424;background:#fff;border-color:#fff}.nav-circle-solid-light.owl-theme .owl-nav [class*=owl-]{color:#242424;background:#fff;border-color:#fff}.nav-circle-solid-light.owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#09c;border-color:#09c}.nav-round.owl-theme .owl-nav [class*=owl-]{width:40px;height:90px;text-align:center;color:#fff;background:#0000004d;border-radius:6px;margin-bottom:2rem;font-size:12px;line-height:90px;position:relative}.nav-round.owl-theme .owl-nav [class*=owl-]:hover{background:#242424}.nav-round.owl-carousel .owl-nav .owl-prev,.nav-round.owl-carousel .owl-nav .owl-next{margin-top:-90px;position:absolute;top:50%}.nav-round.owl-carousel .owl-nav .owl-prev{border-radius:0 6px 6px 0;left:-5px}.nav-round.owl-carousel .owl-nav .owl-next{border-radius:6px 0 0 6px;right:-5px}.custom-testimonial.owl-theme .owl-nav{margin-top:0;bottom:2%}.custom-testimonial.owl-theme .owl-nav [class*=owl-]{width:35px;height:35px;text-align:center;color:#8c8c8c;border:1px solid #ccc;border-radius:50%;font-size:12px;line-height:35px;position:relative}.custom-testimonial.owl-theme .owl-nav [class*=owl-]:hover{color:#fff;background:#242424;border-color:#242424}.owl-carousel .owl-item img{width:auto}@media (min-width:1025px){.nav-circle.owl-carousel .owl-nav .owl-prev,.nav-circle.owl-carousel .owl-nav .owl-next,.nav-circle-light.owl-carousel .owl-nav .owl-prev,.nav-circle-light.owl-carousel .owl-nav .owl-next,.nav-circle-solid-light.owl-carousel .owl-nav .owl-prev,.nav-circle-solid-light.owl-carousel .owl-nav .owl-next,.nav-inside.owl-carousel .owl-nav .owl-prev,.nav-inside.owl-carousel .owl-nav .owl-next{margin-top:-50px;position:absolute;top:50%}.nav-circle.owl-carousel .owl-nav .owl-prev,.nav-circle-light.owl-carousel .owl-nav .owl-prev,.nav-circle-solid-light.owl-carousel .owl-nav .owl-prev{left:-8%}.nav-circle.owl-carousel .owl-nav .owl-next,.nav-circle-light.owl-carousel .owl-nav .owl-next,.nav-circle-solid-light.owl-carousel .owl-nav .owl-next{right:-8%}.nav-inside.owl-carousel .owl-nav .owl-prev,.nav-inside.owl-carousel .owl-nav .owl-prev{left:3%}.nav-inside.owl-carousel .owl-nav .owl-next,.nav-inside.owl-carousel .owl-nav .owl-next{right:3%}.custom-testimonial.owl-theme .owl-nav{z-index:100;margin-top:0;position:absolute;bottom:8%;right:11%}}.t-star-icon{font-size:8px;position:relative;bottom:2px}.justify-content-between .card-arrow-icon{width:25px;height:25px;text-align:center;border:1px solid #ddd;border-radius:50%;line-height:25px;transition:all .3s;position:relative}.justify-content-between .card-arrow-icon:after{content:"";font-family:fontawesome;font-size:14px;position:absolute;top:-1px;left:9px}.justify-content-between>a{text-decoration:none}.justify-content-between>a:hover+.card-arrow-icon{color:#fff;background:#09c;border-color:#09c}.card-img-overlay{top:auto;left:auto;right:auto}.box-hover,img.box-hover{transition:top .2s,box-shadow .2s;position:relative;top:0;box-shadow:0 0 #0000}.box-hover:hover,img.box-hover:hover{top:-.5rem;box-shadow:0 .2rem .8rem #24242426}@media (min-width:768px){.card.flex-md-row .card-img{object-fit:cover;border-radius:.375rem 0 0 .375rem}.card.flex-md-row .card-img-right{object-fit:cover;border-radius:0 .375rem .375rem 0}}@media (max-width:991.98px){.card.flex-column .card-img{border-radius:.375rem .375rem 0 0}.card.flex-md-row .card-img-right{border-radius:0 0 .375rem .375rem}}.form-control,.custom-select,.custom-file,.custom-file-input,.custom-file-label{height:calc(2.25rem + 12px);border:1px solid #e8e8e8}.form-control:focus,.custom-select:focus,.custom-file:focus,.custom-file-input:focus,.custom-file-label:focus{box-shadow:none}@media screen and (prefers-color-scheme:dark){.form-control,.form-control:focus{color:#fff;background-color:#1b1b1b;border-color:#414141}}.form-inline .form-control{height:calc(2.25rem + 8px)}.custom-file{border:none}.custom-file-label{padding:.65rem .75rem}.custom-file-label:after{height:2.85rem;padding:inherit;background:#fafafa;border-radius:0 .15rem .15rem 0}.icon-field,.icon-field-right{position:relative}.icon-field i,.icon-field-right i{user-select:none;cursor:default;color:#8c8c8c;position:absolute}.icon-field i{top:15px;left:15px}.icon-field input{padding-left:45px}.icon-field-right i{top:15px;right:15px}.icon-field-right input{padding-right:45px}.custom-control-label:before,.custom-control-label:after{width:1.3rem;height:1.3rem;top:.1rem;left:-1.5rem}.custom-control-label:before{border:1px solid #e8e8e8}.custom-control-label{padding-left:10px}.custom-switch .custom-control-label:before{width:40px;pointer-events:all;height:24px;background:#e8e8e8;border-radius:5rem;left:-2.25rem}.custom-switch .custom-control-label:after{width:calc(1.4rem - 2px);height:calc(1.4rem - 2px);background-color:#fff;border-radius:5rem;top:calc(.25rem - 1px);left:calc(3px - 2.25rem)}.custom-switch .custom-control-input:checked~.custom-control-label:after{transform:translate(.95rem)}.custom-switch .custom-control-label{padding-left:20px}.custom-file-input:focus~.custom-file-label,.custom-control-input:focus~.custom-control-label:before{box-shadow:none}.custom-control-input:checked~.custom-control-label:before,.custom-control-input:focus:not(:checked)~.custom-control-label:before{border:1px solid #e8e8e8}.custom-select{background:#fff url(select-arrow.b8e89c0c.svg) right .75rem center/8px 10px no-repeat}.login-content{color:#fff;text-align:center;width:100%;padding:2rem;position:absolute;top:50%;transform:translateY(-50%)}.login-circle-logo{width:80px;height:80px;background:#fff;border-radius:50%;line-height:80px;display:inline-block;box-shadow:0 .2rem .8rem #24242426}.c-form-content,.coming-soon-social{color:#fff;text-align:center;width:100%;padding:3rem;position:absolute;bottom:3%}.coming-soon-social{left:0}@media (max-width:991px){.coming-soon-social{margin-top:3rem;padding:0;position:relative}}@media (max-width:767px){.form-inline .form-control{height:2.25rem}}.steps-solid,.steps-dashed,.steps-dashed-light{width:150px;height:150px;text-align:center;background:#fff;border:2px solid #e8e8e8;border-radius:50%;line-height:150px;display:inline-block;position:relative}.steps-solid:after,.steps-dashed:after,.steps-dashed-light:after{content:"";width:100px;border-bottom:1px dashed #ccc;position:absolute;top:50%;right:-110%}.steps-solid i,.steps-dashed i,.steps-dashed-light i{line-height:150px}.steps-solid .step-number,.steps-dashed .step-number,.steps-dashed-light .step-number{color:#fff;background:#09c;border:3px solid #fff;border-radius:30px;padding:2px 10px;font-size:12px;font-weight:700;line-height:normal;position:absolute;top:10px;right:5px}.steps-solid.step-last:after,.steps-dashed.step-last:after,.steps-dashed-light.step-last:after{border-bottom:none}.steps-dashed{background:0 0;border:2px dashed #ccc}.steps-dashed-light{background:0 0;border:2px dashed #fff}.steps-dashed-light i{color:#fff}.steps-dashed-light:after{border-bottom:2px dashed #fff}.steps-dashed-light+.steps-info{color:#fff}.steps-info{padding:0 2rem}@media (max-width:1024px){.steps-solid:after,.steps-dashed:after,.steps-dashed-light:after{width:100%;top:50%;right:-110%}}@media (max-width:991px){.steps-solid:after,.steps-dashed:after,.steps-dashed-light:after{width:55%;right:-60%}}@media (max-width:767px){.steps-solid,.steps-dashed,.steps-dashed-light{width:100px;height:100px;line-height:100px}.steps-solid i,.steps-dashed i,.steps-dashed-light i{line-height:100px}.steps-solid:after,.steps-dashed:after,.steps-dashed-light:after{border-bottom:none}.steps-solid .step-number,.steps-dashed .step-number,.steps-dashed-light .step-number{right:-15px}.steps-info{margin-bottom:2rem}}.block-image{width:100%;height:100%;z-index:0;top:0;left:0}img.block-image{object-fit:cover}.block-image:not([class*=absolute]){position:absolute}.img-caption{width:70%;background:#ffffffe6;border-radius:0 .375rem .375rem 0;padding:1.5rem;position:absolute;bottom:10%;left:0}@media (min-width:1025px){.parallax-img{background-attachment:fixed}}@media (max-width:767px){.img-caption{padding:1rem}}.custom-progress{height:2px;box-shadow:none;background:#e8e8e8;border-radius:0;margin-top:4rem;position:relative}.custom-progress .progress-bar .skills-info{color:#242424;text-align:left;font-size:14px;position:relative;top:-20px}.custom-progress .progress-bar span{float:right;color:#242424;line-height:normal;position:relative;bottom:0}.custom-progress:first-child{margin-top:1.5rem}.custom-progress.progress{overflow:visible}.custom-progress.dark-progress .progress-bar,.custom-progress-inside.dark-progress .progress-bar{background:#242424}.progress-light-txt .progress-bar .skills-info,.progress-light-txt .progress-bar span{color:#fff}.custom-progress-inside{height:30px;background:#e8e8e8;margin-top:2rem}.custom-progress-inside .progress-bar .skills-info{color:#fff;text-align:left;padding:0 1rem;font-size:14px;position:relative;top:0}.custom-progress-inside .progress-bar span{float:right;color:#fff;line-height:normal;position:relative;bottom:0}.custom-progress-inside:first-child{margin-top:0}.nav.nav-group{display:inline-block}.nav.nav-group>li{text-align:center;float:left;margin:0 auto}.nav.nav-group>li .nav-link{color:#242424;padding:1rem 2rem;display:block}@media screen and (prefers-color-scheme:dark){.nav.nav-group>li .nav-link{color:#fff}}.nav.nav-group li a{background:#f9f9f9;border:1px solid #e8e8e8;margin-right:-1px}@media screen and (prefers-color-scheme:dark){.nav.nav-group li a{color:#fff;background-color:#000;border:1px solid #2f2f2f}}.nav.nav-group li a.active{color:#09c;background:#fff}@media screen and (prefers-color-scheme:dark){.nav.nav-group li a.active{background-color:#000}}.nav.nav-group li:first-child a{border-radius:30px 0 0 30px}.nav.nav-group li:last-child a{border-radius:0 30px 30px 0}.nav-line{border-bottom:1px solid #e8e8e8}.nav-line>li .nav-link{color:#242424;border-bottom:1px solid #0000;padding:1.5rem 3rem;display:block;position:relative;bottom:-1px}.nav-line>li a.active{color:#09c;border-bottom:1px solid #242424}.nav-vertical{border-right:1px solid #e8e8e8}.nav-vertical .nav-link{color:#242424;border-right:1px solid #0000;padding:1rem;display:block;position:relative;right:-1px}.nav-vertical i{position:relative;top:5px}.nav-vertical a.active{color:#09c;border-right:1px solid #242424}@media (max-width:1024px){.nav.nav-group>li .nav-link,.nav.nav-line>li .nav-link{padding:.6rem 1.5rem}}@media (max-width:767px){.nav-vertical{margin-bottom:2rem}}@media screen and (prefers-color-scheme:dark){.nav-tabs{border-color:#777}.nav-tabs .nav-link{color:#fff!important}.nav-tabs .nav-link.active{background-color:inherit;border-color:#777}}.vl-custom-table{border-spacing:0 1em;border-collapse:separate}.vl-custom-table h6{color:#616161;margin-top:0;padding-top:0;font-size:16px}.vl-custom-table thead th{vertical-align:middle;border-bottom:none;padding:.5rem 1.75rem}.vl-custom-table th,.vl-custom-table td{vertical-align:middle;border-top:none;font-family:Nunito,sans-serif}.vl-custom-table td:first-child{border-left:1px solid #e8e8e8;border-top-left-radius:10px;border-bottom-left-radius:10px}.vl-custom-table td:last-child{border-right:1px solid #e8e8e8;border-top-right-radius:10px;border-bottom-right-radius:10px}.vl-custom-table tbody td{background:#fff;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;padding:1.75rem}@media screen and (prefers-color-scheme:dark){.vl-custom-table h6{color:#777}.vl-custom-table td:first-child,.vl-custom-table td:last-child{border-color:#414141}.vl-custom-table tbody .report-row-header>td{background-color:#000;border-color:#414141}.vl-custom-table tbody .report-output-row>td{color:#fff;background-color:#000}.vl-custom-table tbody .report-output-row>td .report-view-box{color:#fff}.vl-custom-table tbody td{background-color:inherit}}.table-striped td,.table-striped th{vertical-align:middle}.table-striped tbody tr:nth-of-type(2n+1){background-color:#00000006}.table thead th{border-bottom-width:1px}.table .btn{white-space:nowrap}@media screen and (prefers-color-scheme:dark){.table thead,.table td{color:#fff}}.team-card{cursor:pointer;position:relative;overflow:hidden;box-shadow:0 8px 16px #0000001a}.team-card:hover{transition:all .3s;box-shadow:0 8px 16px #0003}@media screen and (prefers-color-scheme:dark){.team-card{color:#fff;background-color:#000}}.team-info .top-section{flex-direction:row;display:flex}.team-info .top-section .profile-img{width:200px;height:200px;background-color:#efefef;background-size:cover;margin-bottom:24px;margin-right:24px}.team-info .top-section .team-title p.team-position{margin-bottom:.5rem;font-size:14px}.team-info .top-section .team-social-links a{display:inline-block}@media (max-width:568px){.team-info .top-section{flex-direction:column;margin-bottom:16px}.team-info .top-section .profile-img{margin:0 auto 24px}}.team-info .modal-header{border-bottom:none;padding-bottom:0}@media screen and (prefers-color-scheme:dark){.team-info{color:#fff;background-color:#000}}.social-links a{color:#8c8c8c;margin-right:15px;display:inline-block}.social-links a:hover{color:#09c}@-webkit-keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}@keyframes blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.typist-blink:after{height:26px;content:" ";border-right:2px solid;margin-left:3px;margin-right:7px;animation:blink 1s step-start infinite;display:inline-block;position:relative;top:3px}@media (max-width:667px){.typist-blink:after{height:22px;top:2px}}.typist-blink>.selectedText{display:none}.typist-mark>.selectedText{color:#fff;background-color:#242424;font-style:normal}@media screen and (max-width:1080px) and (min-width:768px){.firefly-typist-header{min-height:180px}}@media screen and (max-width:767px) and (min-width:668px){.firefly-typist-header{min-height:102px}}@media screen and (max-width:667px){.firefly-typist-header{min-height:124px}}.count-block{width:150px;height:150px;text-align:center;margin:0 20px;display:inline-block}.count-block h2{margin:2.5rem 0 0;font-weight:700}.count-block span{font-size:16px}.count-solid-light .count-block{background:#fff;border:1px solid #e8e8e8;margin-bottom:20px}.count-solid-dark .count-block{background:#242424;margin-bottom:20px}.count-solid-dark .count-block h2,.count-solid-dark .count-block span{color:#fff}.circle .count-block{border-radius:50%}.round .count-block{border-radius:6px}@media screen and (max-width:767px){.count-block{width:100px;height:100px}.count-block h2{margin:1.5rem 0 0}}.portfolio-filter{margin-bottom:50px;padding:0 1rem;list-style:none}.portfolio-filter li{margin:0 20px;font-family:Lora,serif;display:inline-block;position:relative}.portfolio-filter li a{color:#8c8c8c;text-transform:capitalize;font-size:16px;text-decoration:none}.portfolio-filter li a:hover{color:#242424}.portfolio-filter li:after{content:"/";color:#8c8c8c;position:absolute;top:0;right:-30px}.portfolio-filter li:last-child:after{content:" "}.portfolio-filter li.active a{color:#242424}.portfolio-grid .portfolio-item{float:left}.portfolio-grid .portfolio-item a{text-decoration:none}.portfolio-grid .portfolio-item a:focus{outline:none}.portfolio-grid .portfolio-item .portfolio-image{display:block;position:relative}.portfolio-grid .portfolio-item .portfolio-image img{width:100%;height:auto;display:block}.portfolio-grid .portfolio-item .portfolio-image .portfolio-hover-title{opacity:0;background-color:#242424e6;justify-content:center;align-items:center;margin:0;padding:30px;transition:all .3s;position:absolute;inset:0}.portfolio-grid .portfolio-item .portfolio-image .portfolio-hover-title .portfolio-content{width:100%;text-align:left;transition:all .3s;position:absolute;bottom:2rem;left:2rem}.portfolio-grid .portfolio-item .portfolio-image .portfolio-hover-title .portfolio-content h6{color:#fff;margin-bottom:.2rem;font-size:16px}.portfolio-grid .portfolio-item .portfolio-image .portfolio-hover-title .portfolio-content .portfolio-category span{color:#ccc;margin-right:5px;font-family:Lora,serif;font-size:14px}.portfolio-grid .portfolio-item:hover .portfolio-hover-title{opacity:1}.portfolio-grid .portfolio-title{margin:5% 0}.portfolio-grid .portfolio-title .portfolio-content h6{color:#242424;margin-bottom:.2rem}.portfolio-grid .portfolio-title .portfolio-content span{color:#8c8c8c;font-family:Lora,serif}.portfolio-grid.grid-2 .portfolio-item{width:50%}@media (max-width:768px){.portfolio-grid.grid-2 .portfolio-item{width:50%}}@media (max-width:568px){.portfolio-grid.grid-2 .portfolio-item{width:100%}}.portfolio-grid.grid-3 .portfolio-item{width:33.33%}@media (max-width:768px){.portfolio-grid.grid-3 .portfolio-item{width:50%}}@media (max-width:568px){.portfolio-grid.grid-3 .portfolio-item{width:100%}}.portfolio-grid.grid-4 .portfolio-item{width:25%}@media (max-width:768px){.portfolio-grid.grid-4 .portfolio-item{width:50%}}@media (max-width:568px){.portfolio-grid.grid-4 .portfolio-item{width:100%}}.portfolio-grid.grid-4 .portfolio-item .portfolio-content h6{font-size:16px}.portfolio-grid.grid-4 .portfolio-item .portfolio-content span{font-size:14px}.portfolio-grid.grid-5 .portfolio-item{width:20%}@media (max-width:768px){.portfolio-grid.grid-5 .portfolio-item{width:50%}}@media (max-width:568px){.portfolio-grid.grid-5 .portfolio-item{width:100%}}.portfolio-grid.grid-5 .portfolio-item .portfolio-content h6,.portfolio-grid.grid-5 .portfolio-item .portfolio-content span{font-size:14px}.portfolio-grid.grid-2.gutter{margin-right:-2%}.portfolio-grid.grid-2.gutter .portfolio-item{width:48%;margin-bottom:2%;margin-right:2%}@media (max-width:768px){.portfolio-grid.grid-2.gutter .portfolio-item{width:48%}}@media (max-width:568px){.portfolio-grid.grid-2.gutter .portfolio-item{width:98%}}.portfolio-grid.grid-3.gutter{margin-right:-2%}.portfolio-grid.grid-3.gutter .portfolio-item{width:31.33%;margin-bottom:2%;margin-right:2%}@media (max-width:768px){.portfolio-grid.grid-3.gutter .portfolio-item{width:48%}}@media (max-width:568px){.portfolio-grid.grid-3.gutter .portfolio-item{width:98%}}.portfolio-grid.grid-4.gutter{margin-right:-2%}.portfolio-grid.grid-4.gutter .portfolio-item{width:23%;margin-bottom:2%;margin-right:2%}@media (max-width:768px){.portfolio-grid.grid-4.gutter .portfolio-item{width:48%}}@media (max-width:568px){.portfolio-grid.grid-4.gutter .portfolio-item{width:98%}}.portfolio-grid.grid-5.gutter{margin-right:-2%}.portfolio-grid.grid-5.gutter .portfolio-item{width:18%;margin-bottom:2%;margin-right:2%}@media (max-width:768px){.portfolio-grid.grid-5.gutter .portfolio-item{width:48%}}@media (max-width:568px){.portfolio-grid.grid-5.gutter .portfolio-item{width:98%}}.portfolio-masonry .portfolio-title{padding-left:3%}.portfolio-masonry.gutter .portfolio-title{padding-left:0}.portfolio-grid.gutter .portfolio-item .portfolio-image .portfolio-hover-title,.portfolio-masonry.gutter .portfolio-item .portfolio-image .portfolio-hover-title,.portfolio-grid.gutter img,.portfolio-masonry.gutter img{border-radius:6px}.isotope-item{z-index:2}.isotope-hidden.isotope-item{pointer-events:none;z-index:1}.isotope,.isotope .isotope-item{transition-duration:.8s}.isotope{transition-property:height,width}.isotope .isotope-item{transition-property:transform,opacity}.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition{transition-duration:0s}.isotope.infinite-scrolling{transition:none}.twitter-feed-style{background:#fff;border:1px solid #e8e8e8;position:relative}.twitter-feed-style:after{content:"";color:#e8e8e8;font-family:FontAwesome;font-size:24px;position:absolute;top:1rem;right:1.5rem}.twitter-feed-style ul{margin-bottom:0;padding:0;list-style:none}.twitter-feed-style ul li{padding:2rem;position:relative;overflow:hidden}.twitter-feed-style .user{width:18%;float:left;margin-bottom:.928571em}.twitter-feed-style .user img{max-width:80%;height:auto;border-radius:50%}.twitter-feed-style .user [data-scribe=component\:author]{margin-left:1.3rem;position:absolute;top:10%;left:18%}.twitter-feed-style .user [data-scribe=component\:author] a{text-decoration:none}.twitter-feed-style .user [data-scribe=component\:author] span{display:block}.twitter-feed-style .user [data-scribe=component\:author] [data-scribe=element\:name]{color:#242424;font-weight:700}.twitter-feed-style .user [data-scribe=component\:author] [data-scribe=element\:screen_name]{color:#8c8c8c;font-size:14px}.twitter-feed-style .tweet{color:#8c8c8c;word-break:break-all;margin-top:4rem;margin-bottom:.464286em}.twitter-feed-style .tweet a{margin:0 3px}.twitter-feed-style .tweet,.twitter-feed-style .timePosted{width:82%;float:right}.twitter-feed-style .timePosted{margin-bottom:0;font-size:14px}.twitter-feed-style .timePosted a{color:#8c8c8c}.twitter-feed-style .interact{display:none}.twitter-feed-alt .user [data-scribe=component\:author]{display:none}.twitter-feed-alt .tweet{margin-top:0}.twitter-feed-alt:after{content:""}.floating-search-wrap{position:fixed;top:40%;left:3%}.floating-search-wrap a{color:#242424;margin-bottom:1.5rem;text-decoration:none;display:block}.floating-search-wrap a:hover{color:#09c}.floating-social-link{position:fixed;top:70%;right:0%;transform:translate(30%)rotate(-90deg)}.floating-social-link a{color:#242424;margin-left:.5rem;text-decoration:none}.floating-social-link a:hover{color:#09c}.floating-social-link span{color:#ccc}@media (max-width:1249px){.floating-search-wrap,.floating-social-link{display:none}}.blog-post{border-bottom:1px solid #ccc;margin-bottom:3.5rem;padding-bottom:3rem}.meta a,.meta.text-white a{color:#616161}.meta .meta-separator,.meta.text-white .meta-separator{width:30px;border-top:1px solid #616161;margin:0 15px;display:inline-block;position:relative;bottom:3px}.meta.text-white a{color:#fff}.meta.text-white .meta-separator{border-top:1px solid #fff}.blog-widget .instagram-feed a{width:95px;height:95px}.blog-single p{margin-bottom:3rem}.single-post .comments-area,.single-post .comments{margin-bottom:5rem;display:block}.single-post .comments-area .comments-title,.single-post .comments .comments-title{margin-bottom:5rem;font-size:28px}.single-post .comments-area ol,.single-post .comments-area ul,.single-post .comments ol,.single-post .comments ul,.single-post .comments-area ol ol,.single-post .comments-area ol ul,.single-post .comments-area ul ol,.single-post .comments-area ul ul,.single-post .comments ol ol,.single-post .comments ol ul,.single-post .comments ul ol,.single-post .comments ul ul{list-style:none}.single-post .comment-list,.single-post .comments>ul{margin:0;padding:0;list-style:none}.single-post .comment-list li,.single-post .comments>ul li{margin-bottom:1rem}.single-post .comment-list li .comment-body,.single-post .comments>ul li .comment-body{border-bottom:1px solid #e8e8e8;margin-bottom:3rem;padding-bottom:1.5rem;position:relative}.single-post .comment-list .comment-meta,.single-post .comments>ul .comment-meta{margin-bottom:1rem}.single-post .comment-list .comment-meta .comment-author img,.single-post .comments>ul .comment-meta .comment-author img{width:100px;height:100px;float:left;border-radius:6px;margin-right:2rem}.single-post .comment-list .comment-meta .comment-author a,.single-post .comments>ul .comment-meta .comment-author a{font-size:16px;font-weight:700}.single-post .comment-list .comment-meta .comment-author .says,.single-post .comments>ul .comment-meta .comment-author .says{display:none}.single-post .comment-list .comment-meta .comment-metadata a,.single-post .comments>ul .comment-meta .comment-metadata a{color:#8c8c8c;font-size:14px}.single-post .comment-list .comment-content,.single-post .comments>ul .comment-content{overflow:hidden}.single-post .comment-list .reply,.single-post .comments>ul .reply{position:absolute;top:0;right:0}.single-post .comment-list .reply a,.single-post .comments>ul .reply a{color:#09c}.single-post .comment-list .reply a:hover,.single-post .comments>ul .reply a:hover{color:#242424}@media (max-width:991px){.single-post .comments-area .comments-title,.comment-reply-title{font-size:1.5rem}.single-post .comments-area .comments-title{margin-bottom:3rem}}@media (max-width:767px){.single-post .comments-area .comments-title,.comment-reply-title{font-size:1.2rem}.single-post .comments-area .comment-list .comment-meta .comment-author img{width:50px;height:auto}.blog-post{margin-bottom:1.5rem;padding-bottom:1.5rem}}.form-qty{height:calc(2.25rem + 8px)}.bd-toc{order:2;padding-top:1.5rem;padding-bottom:1.5rem;font-size:.875rem}@supports (position: sticky){.bd-toc{height:calc(100vh - 4rem);position:sticky;top:4rem;overflow-y:auto}}.section-nav{border-left:1px solid #eee;padding-left:0}.section-nav ul{padding-left:1rem}.toc-entry{display:block}.toc-entry a{color:#77757a;padding:.125rem 1.5rem;display:block}.toc-entry a:hover{color:#007bff;text-decoration:none}.bd-sidebar{order:0}@media (min-width:768px){.bd-sidebar{border-right:1px solid #0000001a}@supports (position: sticky){.bd-sidebar{z-index:1000;height:calc(100vh - 4rem);position:sticky;top:4rem}}}@media (min-width:1200px){.bd-sidebar{flex:0 320px}}@media (prefers-color-scheme:dark){.bd-sidebar{border-right-color:#414141}}.bd-links{margin-left:-15px;margin-right:-15px;padding-top:1rem;padding-bottom:1rem}@media (min-width:768px){@supports (position: sticky){.bd-links{max-height:calc(100vh - 9rem);overflow-y:auto}}.bd-links{display:block!important}}.bd-search{border-bottom:1px solid #0000000d;margin-left:-15px;margin-right:-15px;padding:1rem 15px;position:relative}.bd-search .form-control:focus{border-color:#fc0;box-shadow:0 0 0 3px #ffcc0040}.bd-search-docs-toggle{color:#212529}@media screen and (prefers-color-scheme:dark){.bd-search-docs-toggle{color:#ccc}.bd-search-docs-toggle:hover{color:#e8e8e8}}.bd-sidenav{display:none}.bd-toc-link{color:#000000a6;padding:.25rem 1.5rem;font-weight:600;display:block}.bd-toc-link:hover{color:#000000d9;text-decoration:none}.bd-toc-link code{color:#e83e8c}.bd-toc-link.selected{color:#09c;font-weight:800}.bd-toc-link.selected:hover{color:#069}@media screen and (prefers-color-scheme:dark){.bd-toc-link{color:#fff}.bd-toc-link:hover{color:#ccc}}.bd-toc-item.active{margin-bottom:1rem}.bd-toc-item.active:not(:first-child){margin-top:1rem}.bd-toc-item.active>.bd-toc-link{color:#000000d9}.bd-toc-item.active>.bd-toc-link:hover{background-color:#0000}.bd-toc-item.active>.bd-sidenav{display:block}.bd-sidebar .nav>li>a{color:#000000a6;padding:.25rem 1.5rem;font-size:90%;display:block}.bd-sidebar .nav>li>a:hover{color:#000000d9;background-color:#0000;text-decoration:none}.bd-sidebar .nav>.active>a,.bd-sidebar .nav>.active:hover>a{color:#000000d9;background-color:#0000;font-weight:600}.navbar{flex-wrap:wrap;justify-content:space-between;align-items:center;padding:.5rem 1rem;display:flex;position:relative}.navbar>.container,.navbar>.container-fluid{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.navbar-brand{font-size:1.25rem;line-height:inherit;white-space:nowrap;margin-right:1rem;padding-top:.3125rem;padding-bottom:.3125rem;display:inline-block}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{flex-direction:column;margin-bottom:0;padding-left:0;list-style:none;display:flex}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;display:inline-block}.navbar-collapse{flex-grow:1;flex-basis:100%;align-items:center}.navbar-toggler{background-color:#0000;border:1px solid #0000;border-radius:.25rem;padding:.25rem .75rem;font-size:1.25rem;line-height:1}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.navbar-toggler:not(:disabled):not(.disabled){cursor:pointer}.navbar-toggler-icon{width:1.5em;height:1.5em;vertical-align:middle;content:"";background:50%/100% 100% no-repeat;display:inline-block}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{flex-flow:row;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{left:auto;right:0}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{flex-basis:auto;display:flex!important}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:#000000e6}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#000000e6}.navbar-light .navbar-nav .nav-link{color:#00000080}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#000000b3}.navbar-light .navbar-nav .nav-link.disabled{color:#0000004d}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active{color:#000000e6}.navbar-light .navbar-toggler{color:#00000080;border-color:#0000001a}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,")}.navbar-light .navbar-text{color:#00000080}.navbar-light .navbar-text a{color:#000000e6}.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#000000e6}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#ffffff80}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:#ffffffbf}.navbar-dark .navbar-nav .nav-link.disabled{color:#ffffff40}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#ffffff80;border-color:#ffffff1a}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,")}.navbar-dark .navbar-text{color:#ffffff80}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.bd-navbar{min-height:4rem;background-color:#fff;box-shadow:0 .5rem 1rem #0000000d,inset 0 -1px #0000001a}@media (max-width:991.98px){.bd-navbar{padding-left:.5rem;padding-right:.5rem}.bd-navbar .navbar-nav-scroll{max-width:100%;height:2.5rem;margin-top:.25rem;font-size:.875rem;overflow:hidden}.bd-navbar .navbar-nav-scroll .navbar-nav{white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:2rem;overflow-x:auto}}@media (min-width:768px){@supports (position: sticky){.bd-navbar{z-index:1071;position:sticky;top:0}}}.bd-navbar .navbar-nav .nav-link{color:#09c;padding-left:.5rem;padding-right:.5rem}.bd-navbar .navbar-nav .nav-link.active,.bd-navbar .navbar-nav .nav-link:hover{color:#069;background-color:#0000}.bd-navbar .navbar-nav .nav-link.active{font-weight:500}.bd-navbar .navbar-nav-svg{width:1rem;height:1rem;vertical-align:text-top;display:inline-block}.bd-navbar .dropdown-menu{font-size:.875rem}.bd-navbar .dropdown-item.active{color:#212529;background-color:#0000;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:.4rem .6rem;background-repeat:no-repeat;background-size:.75rem .75rem;font-weight:500}@media screen and (prefers-color-scheme:dark){.bd-navbar{color:#fff;background-color:#0f0f0f;box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}}.bg-primary{background:#09c}.bg-success{background:#96be5d}.bg-warning{background:#fab63f}.bg-info{background:#18b9d4}.bg-danger{background:#ef5a5a}.text-primary{color:#09c}.text-purple{color:#7431ff}.text-muted{color:#8c8c8c!important}.rounded{border-radius:6px!important}.card{border-color:#e8e8e8;border-radius:6px}.card-img-top{border-top-left-radius:6px;border-top-right-radius:6px}.card-footer{background:0 0;border-top:1px solid #0000000f;padding:1.1rem 1.25rem}.bg-dark .card-footer{border-top:1px solid #ffffff0f}.alert-secondary{color:#242424;background-color:#f4f5f7;border-color:#e8e8e8}.alert-warning{color:#fab63f;background-color:#fef8ec;border-color:#fab63f}.alert-success{color:#7dad14;background-color:#f3f8ed;border-color:#7dad14}.alert-danger{color:#ef5a5a;background-color:#fdeced;border-color:#ef5a5a}.alert-primary{color:#09c;background-color:#eaf4ff;border-color:#09c}.alert-solid-secondary{color:#242424;background-color:#e8e8e8;border-color:#e8e8e8}.alert-solid-warning{color:#fff;background-color:#fab63f;border-color:#fab63f}.alert-solid-success{color:#fff;background-color:#7dad14;border-color:#7dad14}.alert-solid-danger{color:#fff;background-color:#ef5a5a;border-color:#ef5a5a}.alert-solid-primary{color:#fff;background-color:#09c;border-color:#09c}.list-group-item{color:#8c8c8c;border-color:#e8e8e8;padding:1.3rem 1.25rem}.badge{position:relative;bottom:1px}.custom-modal .modal-body{padding:2.5rem}.custom-modal .modal-content{border:none}.custom-modal .modal-header{padding:1rem}.custom-modal .modal-header .close{padding:.5rem 1rem}.modal-body{padding:1.8rem}.modal-header,.modal-footer{padding:1rem 1.8rem}@media screen and (prefers-color-scheme:dark){.modal-header{border-bottom-color:#414141}.modal-footer{border-top-color:#414141}}.modal-image{border-top-left-radius:.25rem;border-top-right-radius:.25rem;position:relative}.modal-image .close{width:50px;height:50px;opacity:1;text-shadow:none;background:#fff;border-radius:50%;line-height:50px;position:absolute;top:1.875rem;right:1.875rem}.modal-image .close:hover{color:#fff;opacity:1;background:#09c}@media (min-width:576px){.modal-dialog{max-width:600px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}.ls-2{letter-spacing:1rem}.ls-3{letter-spacing:2rem}.lh-35{line-height:35px}.lh-45{line-height:45px}.h60{height:60%}.h70{height:70%}.curve-bottom-1,.curve-bottom-right{clip-path:polygon(0 0,100% 0,100% 85%,70% 100%,0 85%)}.curve-top-bottom{clip-path:polygon(100% 6%,100% 100%,68% 94%,0% 100%,0 10%,28% 0)}.curve-bottom-center{clip-path:polygon(0 0,100% 0,100% 70%,50% 100%,0 70%)}.font-lora{font-family:Lora,serif}.font-weight-300{font-weight:300}.font-weight-400{font-weight:400}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.font-size-12{font-size:12px}.font-size-14{font-size:14px}.font-size-16{font-size:16px}.font-size-20{font-size:20px!important}.font-size-60{font-size:60px}.font-size-72{font-size:72px}.i-size-60{font-size:60px}.section-gray,.bg-gray{background-color:#e8e8e8}@media screen and (prefers-color-scheme:dark){.section-gray,.bg-gray{background-color:#2f2f2f}.text-dark{color:#e8e8e8!important}}.bg-white{background:#fff}.bg-dark{background:#242424!important}.bg-dark hr{border-top:1px solid #ffffff80}@media screen and (prefers-color-scheme:dark){hr{border-top-color:#414141}}.bg-green-light{background:#d7f5e3}.bg-dark-alt{background:#303030}.bg-extra{background:#e5e8ec}.component-section{padding:4rem 0;position:relative;overflow:hidden}.show-markup-section{position:relative}.demo .btn{margin:0 .4rem 1rem}.title-separator{margin-bottom:4rem;position:relative}.title-separator:after{content:"";width:60px;height:2px;background:#fff;position:absolute;bottom:-2rem;left:0}.gradient-primary{background-image:linear-gradient(90deg,#09c 0%,#7431ff 100%)}.cta-img{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;overflow:hidden}.border-light{border-color:#ffffff20!important}.custom-dropdown{border:none;box-shadow:0 1px 10px #97a4af26}.custom-dropdown .dropdown-item{font-size:12px}.custom-dropdown-sm{min-width:6rem}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-100{opacity:1}.avatar-sm{width:35px;height:35px}.avatar,.avatar-md{width:70px;height:70px}.avatar-lg{width:140px;height:140px}.icon-sm{font-size:28px}.icon-md{font-size:42px}.icon-lg{font-size:56px}.ft-tag{color:#fff;background:#09c;border-radius:30px;padding:3px 12px;font-size:11px;font-weight:700}.ft-inside-tl{position:absolute;top:1rem;left:1rem}.ft-inside-tr{position:absolute;top:1rem;right:1rem}.ft-inside-bl{position:absolute;bottom:1rem;left:1rem}.ft-inside-br{position:absolute;bottom:1rem;right:1rem}.ft-overflow-bl{border:2px solid #fff;position:absolute;bottom:-.8rem;left:1rem}.ft-overflow-br{border:2px solid #fff;position:absolute;bottom:-.8rem;right:1rem}.ft-overflow-bc{border:2px solid #fff;position:absolute;bottom:-.8rem;left:50%;transform:translate(-50%)}.ft-overflow-tl{border:2px solid #fff;position:absolute;top:2rem;left:-2rem}.ft-overflow-tr{border:2px solid #fff;position:absolute;top:2rem;right:-2rem}.ft-overflow-tc{border:2px solid #fff;position:absolute;top:-1rem;left:50%;transform:translate(-50%)}@media (max-width:991px){.component-section{padding:3rem 0}}@media (max-width:767px){.i-size-60{font-size:3rem}.lh-35,.lh-45{line-height:normal}.ls-2{letter-spacing:.5rem}.font-size-60{font-size:28px}.font-size-72{font-size:32px}.icon-md{font-size:2rem}.icon-lg{font-size:2.5rem}.border-sm-right-0{border-right:none!important}.curve-top-bottom,.curve-bottom-1,.curve-bottom-right{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.btn-sm-block{width:100%;padding:.75rem 2rem;display:block}}@media (min-width:991px){.neg-mt-100{margin-top:-100px}.neg-mt-300{margin-top:-300px}.clab-shape{padding-bottom:13.5rem;overflow:hidden}.clab-shape:after{content:"ă";color:#1420f11a;font-size:1200px;font-weight:800;position:absolute;top:-35%;left:50%;transform:translate(-50%)}.clab-shape .container{z-index:1;position:relative}}.markup-example{position:relative}.markup-example .btn{z-index:2;padding:.385rem 1rem;line-height:normal;position:absolute;top:.5rem;right:.5rem}.markup-example pre[class*=language-]{background:#e8e8e8;border-radius:6px;padding:3rem 1rem 1rem}.component-section>button,.show-markup-section>button{z-index:1000;opacity:0;transition:opacity .2s linear;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.component-section:hover>button,.show-markup-section:hover>button{opacity:1}.clip-txt{text-align:center;color:#0000;background-position:50%;background-size:cover;background-clip:text;-webkit-background-clip:text;font-size:15rem;font-weight:700;line-height:normal}@media (max-width:565px){.clip-txt{font-size:6rem}}@media (min-width:769px){.clip-txt{font-size:25rem}}.landing-slider .owl-carousel .owl-item img{width:100%}@media screen and (max-width:991px){.wow{visibility:visible!important;animation-name:none!important}}.buy-link{color:#fff;z-index:1200;text-transform:uppercase;text-align:center;background:#82b440;border-radius:0 5px 5px 0;padding:.6rem;font-size:12px;font-weight:700;transition:all .3s;position:fixed;top:30%;left:-5px}.buy-link:hover{color:#fff;text-decoration:none;left:0}html body{background-color:#fff}@media screen and (prefers-color-scheme:dark){html body{color:#fff;background-color:#000}}body.modal-open{overflow:hidden}.report-view-box{height:80vh;white-space:pre-wrap;cursor:default;overflow:hidden}.report-view-box>div{height:100%;max-width:1035px;margin:auto;overflow:auto}.report-view-box .split-view-container{display:flex;overflow:hidden}.report-view-box .split-view-container .solidity-coverage-container{width:100%;min-width:0;flex-direction:column;flex-grow:0;display:flex}.report-view-box .split-view-container .solidity-coverage-container .solidity-coverage{height:100%;overflow:auto}.report-view-box .split-view-container .solidity-coverage-container .message-box{height:25%}@media screen and (prefers-color-scheme:dark){.report-view-box .split-view-container .solidity-coverage-container .message-box table.table-light{color:#fff;background-color:#000}}.report-view-box .split-view-container .bytecode-coverage{max-width:25%;overflow:auto}.report-view-box .split-view-container .contract-explorer{width:25%;background-color:#fcfcfc;padding:8px 0;font-size:.9rem;overflow:auto}.report-view-box .split-view-container .contract-explorer>ul>li{cursor:pointer;padding:4px 8px;transition:background .3s}.report-view-box .split-view-container .contract-explorer>ul>li:hover{background:#ddd}.report-view-box .split-view-container .contract-explorer>ul>li.active{background:#8ed3f1}.report-view-box .split-view-container .contract-explorer>ul>li:first-child{font-size:1rem}.report-view-box .split-view-container .contract-explorer>ul>li:not(:first-child){border-left:1px solid #ccc;margin-left:.75rem}@media screen and (prefers-color-scheme:dark){.report-view-box .split-view-container .contract-explorer{color:#fff;background-color:#000}.report-view-box .split-view-container .contract-explorer>ul>li.active{background:#09c}}.report-view-box .split-view-container tr{border-bottom:2px solid #0000}.report-view-box .split-view-container tr:hover{cursor:pointer}.report-view-box .split-view-container tr.covered:hover{border-bottom:2px solid #91daa6}.report-view-box .split-view-container tr.weak-covered:hover{border-bottom:2px solid #d2da91}.report-view-box .split-view-container tr.not-covered:hover{border-bottom:2px solid #da919a}.report-view-box .split-view-container tr.active{filter:brightness(85%)}.report-view-box .split-view-container tr.covered.active{border-bottom:2px solid #91daa6}.report-view-box .split-view-container tr.weak-covered.active{border-bottom:2px solid #d2da91}.report-view-box .split-view-container tr.not-covered.active{border-bottom:2px solid #da919a}.report-view-box .split-view-container .has-highlight tr.text-muted.not-covered,.report-view-box .split-view-container .has-highlight tr.text-muted.covered,.report-view-box .split-view-container .has-highlight tr.text-muted.weak-covered,.report-view-box .split-view-container .has-highlight tr.text-muted tr,.report-view-box .split-view-container .has-highlight tr.text-muted td{background-color:inherit!important}.report-view-box .split-view-container .has-highlight tr.message-muted{display:none}.benefits{padding-bottom:48px}.has-highlighted>table tr:not(.highlighted) *{color:#ccc!important;background-color:inherit!important}pre[class*=language-]{background-color:inherit;padding:0}.coverage{height:100%;font-size:14px;overflow:auto}.coverage:not(.solidity-coverage){font-size:13px}.coverage tr td,.coverage tr th{white-space:nowrap;border:0;padding:0 0 0 1em;border-radius:0!important}.coverage tr td pre,.coverage tr th pre{background:inherit;margin:0;padding:0}.coverage tr th{border-bottom:1px solid #dfdfdf;font-size:16px}.coverage tr td.index,.coverage tr th.index{text-align:right;width:3em;border-right:1px solid #ccc;padding-right:1ch}.coverage tr td.index{background-color:#fafbfc}.coverage tr td.opcode{font-weight:600}.coverage tr td.hit-count{text-align:center}.coverage tr.covered,.coverage tr.covered td{background-color:#e6ffed}.coverage tr.covered td.index{background-color:#dbffe3}.coverage tr.not-covered,.coverage tr.not-covered td{background-color:#ffe6e8}.coverage tr.not-covered td.index{background-color:#ffdbdf}.coverage tr.weak-covered,.coverage tr.weak-covered td{background-color:#fcffe6}.coverage tr.weak-covered td.index{background-color:#fbffdb}@media screen and (prefers-color-scheme:dark){.coverage{color:#ccc}.coverage th{color:#fff}.coverage tr.not-covered td.index,.coverage tr.covered td.index{color:#ccc}.coverage tr th.index{border-color:#414141}.coverage tr td.index{background-color:#000;border-color:#414141}.coverage tr td.opcode{color:#ccc}.coverage tr.covered,.coverage tr.covered td{background-color:#295234}.coverage tr.covered td.index{background-color:#214129}.coverage tr.not-covered,.coverage tr.not-covered td{background-color:#692217}.coverage tr.not-covered td.index{background-color:#541b12}.coverage tr.weak-covered,.coverage tr.weak-covered td{background-color:#68360b}.coverage tr.weak-covered td.index{background-color:#512a09}}.coverage table{width:100%}.mouse-pointer{cursor:pointer}.wizard-grid div{padding:10px}.wizard-grid .btn-outline,.wizard-box .btn-outline{margin-left:0}a.wizard-link:visited{color:purple}.code{background-color:#fafbfc;padding:10px}@media screen and (prefers-color-scheme:dark){.code{color:#fff;background-color:#2f2f2f}}.code-block-selectors{color:#000;width:fit-content;background-color:#e5e5e5;border-radius:4px;margin-bottom:8px;padding:2px 12px;position:absolute;top:0;left:0}@media screen and (prefers-color-scheme:dark){.code-block-selectors{color:#fff;background-color:#616161}}.nav-item{cursor:pointer}.ns-form{grid-column-gap:1rem;grid-template-columns:75% 25%;display:grid}.btn-disabled{background:#fff;border:2px solid #e8e8e8;margin-left:2em;color:gray!important}#firefly-reports,#firefly-report{margin-bottom:100px}#firefly-reports thead tr th,#firefly-report thead tr th{text-align:center;padding:.5rem .75rem}#firefly-reports tbody .report-row-header td,#firefly-report tbody .report-row-header td{text-align:center}#firefly-reports tbody .report-row-header td .report-id,#firefly-report tbody .report-row-header td .report-id{color:#09c;text-decoration:underline}#firefly-reports tbody .report-row-header td .report-id:hover,#firefly-report tbody .report-row-header td .report-id:hover{color:#007aa3}#firefly-reports .center-image,#firefly-report .center-image{padding-bottom:0;padding-left:21px;padding-right:21px}.report-buttons>ul{align-items:center;margin:0;display:flex}.report-buttons>ul>li p{margin:0}.report-buttons>ul>li:not(:last-child){margin-right:1.5rem}.report-buttons>ul .dropdown{display:inline-block}.report-buttons>ul .dropdown.show{outline:2px solid #09c}.report-buttons>ul .dropdown img{height:2rem}.report-buttons>ul .dropdown img:hover{outline:1px solid #09c}.report-buttons>ul .dropdown-toggle:after{content:none}@media screen and (prefers-color-scheme:dark){.report-buttons>ul{color:#fff}.report-buttons>ul .dropdown-menu,.report-buttons>ul .dropdown-item{color:#fff;background-color:#000}.report-buttons>ul .dropdown-item:hover{color:#c2c2c2}}@media (prefers-color-scheme:dark){.dropdown-menu,.dropdown-item{color:#fff;background-color:#1b1b1b}.dropdown-item:hover{color:#fff;background-color:#2f2f2f}}.report-coverage-row td{position:relative}.report-coverage-row .report-container .fullscreen-btn{cursor:pointer;color:#09c;font-size:2rem;position:absolute;top:.5rem;right:2rem}.report-coverage-row .report-container.fullscreen{width:100%;height:100%;z-index:10;background-color:#000000e6;padding:2rem;transition:all .15s linear;position:fixed;top:0;left:0}.report-coverage-row .report-container.fullscreen .report-wrapper{height:100%;background-color:#fff;border-radius:.3rem;padding:2rem;animation-name:zoom;animation-duration:.6s;position:relative;overflow:auto}.report-coverage-row .report-container.fullscreen .report-wrapper .fullscreen-btn{position:fixed;top:2rem;right:2.8rem}.report-coverage-row .report-container.fullscreen .report-wrapper .report-view-box{height:calc(100vh - 256px)}@media screen and (prefers-color-scheme:dark){.report-coverage-row .report-container.fullscreen .report-wrapper{background-color:#000}.report-coverage-row .report-container.fullscreen .report-wrapper th{color:#fff}}.report-coverage-row .report-container.fullscreen .coverage,.report-coverage-row .report-container.fullscreen .split-view-container{max-width:initial}.introjs-hint.introjs-fixedhint{z-index:11}i.fa{margin:0 1ch}.expandable-title{padding:.3rem 0;transition:all .3s}.expandable-title:hover{cursor:pointer;color:#09c}.expandable-title:not(.contract-title){font-weight:400}.contract-title .contract-coverage{float:right}.contract-hint-trigger{text-align:center;display:block}.contract-hint-trigger:hover{cursor:pointer;color:#fc0}.contract-hint-trigger .contract-hint-trigger-hidden{display:none}.source-name{border-bottom:1px solid #ccc;font-size:12px}@media screen and (prefers-color-scheme:dark){.source-name{color:#fff;border-color:#414141}}.indent-2{padding-left:2ch}.btn-download-report{background-image:url(Firefly-Download-Icon.8094a4f0.png)}.btn-download-report:hover{background-image:url(Firefly-Download-Icon-Inverted.32636383.png)}.btn-copy-report-id{cursor:pointer;background-size:cover;display:inline-block;font-size:1rem!important}@media (min-width:1025px){#firefly-header:not(.sticky-nav)>.container>.row>.col-12{min-height:150px}.vlmenu>li:not(:last-child){margin-right:20px}.vlmenu>li>a{padding-bottom:0}.vlmenu li:hover{border-bottom:2px solid #fc0}.vlmenu li.active{border-bottom:2px solid #fc0}.vlmenu li>ul{z-index:1}#dashboard-submenu{position:relative}#dashboard-submenu>ul{z-index:0;box-shadow:none;width:260px;justify-content:space-between;display:flex;position:absolute;top:50px;right:0}#dashboard-submenu>ul>li{display:inline-block}#dashboard-submenu>ul>li>a{padding:0;display:inline-block}#dashboard-submenu>ul>li>a:hover{color:#000;background:0 0}}@media screen and (min-width:1025px) and (prefers-color-scheme:dark){#dashboard-submenu>ul>li>a:hover{color:#fff}}.breadcrumb{background-color:inherit}.breadcrumb-item+.breadcrumb-item:before{content:">"!important}div.table-responsive{padding:0 8px}#youtube-video{height:303.75px;width:540px;max-width:100%;background-color:#d7d7d7;justify-content:center;align-items:center;display:flex}video{width:100%!important;height:auto!important}.gif:hover{opacity:.7}.custom-control-input:checked~.custom-control-label:before{background-color:#09c}.divider-bar-closed{color:#fff;background:#09c}.divider-bar-closed:hover{background:#008ab8}.divider-bar-opened{background:#fc0}.divider-bar-opened:hover{background:#e6b800}.divider-bar{cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s ease-in-out;display:flex}.divider-bar span{letter-spacing:1px}@media screen and (prefers-color-scheme:dark){.divider-bar{color:#fff;background:#343434}.divider-bar:hover{background-color:#393939}}.divider-bar-vertical{width:1.3rem;flex-direction:column}.divider-bar-vertical span{writing-mode:vertical-lr;text-orientation:sideways}.divider-bar-vertical i{margin:1ch 0}.divider-bar-horizontal{height:1.3rem;flex-direction:row}#contact-links li:hover{cursor:pointer;border:none!important}#contact-links img{height:1.5rem}#firefly-profile .btn{margin:4px auto;padding:4px 1rem}.icon{color:#09c;font-size:2rem;transition:color .2s}.icon:hover{color:#069}.icon.active{color:#fc0}.icon.active:hover{color:#ccb400}@media screen and (prefers-color-scheme:dark){.introjs-tooltip{background-color:#000}.introjs-helperLayer{background-color:#414141e6}}.modal{width:100%;height:100%;background-color:#000000e6;display:none;position:fixed;top:0;left:0;overflow:auto}#email-modal{z-index:2000}.modal-content{width:80%;max-width:1024px;margin:auto;display:block}@media screen and (prefers-color-scheme:dark){.modal-content{color:#fff;background-color:#141414}}video.modal-content{margin-top:100px}#modal-caption{width:80%;max-width:700px;text-align:center;color:#ccc;margin:auto;padding:10px 0;display:block}.modal-content,#modal-caption{animation-name:zoom;animation-duration:.6s}@keyframes zoom{0%{transform:scale(0)}to{transform:scale(1)}}.close{color:#09c;z-index:99;font-size:50px;font-weight:700;transition:all .3s;position:absolute;top:15px;right:35px}.close:hover,.close:focus{color:#fc0;cursor:pointer;text-decoration:none}@media only screen and (max-width:1024px){.modal-content{width:100%}}#firefly-feedback{z-index:999;position:fixed;bottom:30px;right:30px}#firefly-feedback>picture>img{width:100px}#firefly-feedback img{cursor:pointer;opacity:.7;transition:opacity .3s}#firefly-feedback img:hover{opacity:1}#firefly-feedback .feedback-form{background:#fff;border-radius:4px;flex-direction:column;justify-content:space-evenly;padding:24px;display:flex;box-shadow:1px 2px 10px #0003}#firefly-feedback .feedback-form .fa-times{cursor:pointer;opacity:.5;transition:opacity .3s;position:absolute;top:25px;right:25px}#firefly-feedback .feedback-form .fa-times:hover{opacity:1}#firefly-feedback .feedback-form .feedback-rating{justify-content:space-evenly;display:flex}#firefly-feedback .feedback-form .feedback-rating>picture>img{height:120px;margin:4px 18px}#firefly-feedback .feedback-form .feedback-message{float:left;width:100%;height:150px;margin-top:10px;margin-bottom:10px;overflow:scroll}@media only screen and (max-width:767px){#firefly-feedback .feedback-form{position:fixed;bottom:8px;left:8px;right:8px}#firefly-feedback .feedback-form .feedback-rating>picture>img{height:100px}}@media screen and (prefers-color-scheme:dark){#firefly-feedback .feedback-form{color:#fff;background-color:#000}}#contact-links img{margin-right:1rem}#bytecodes,#solidity-files,#contract-links{margin-bottom:24px}.drop-area{text-align:center;height:64px;cursor:pointer;background-color:#f7f8fa;border-style:dashed;border-color:#616161;margin-top:0;margin-bottom:0}.drop-area:hover{background-color:#edf1f4}.drop-area p{margin:0;position:relative;top:50%;transform:translateY(-50%)}.drop-area.uploader{margin-bottom:0}@media screen and (prefers-color-scheme:dark){.drop-area{color:#242424;border-color:#777}}.ratings,.ratings p{display:inline-block}.ratings #positive{text-align:left}.ratings #indifferent{text-align:center}.ratings #negative{text-align:right}.feedback-table{height:70%}.color-erc20-green{color:#007f3a!important}.background-color-erc20-green{background-color:#007f3a!important}#erc20-dashboard .bytecode-row-header h6 a,#erc20-bytecode .bytecode-row-header h6 a,#erc20-dev-dashboard .bytecode-row-header h6 a{color:#09c;text-decoration:underline}#erc20-dashboard .bytecode-row-header h6 a:hover,#erc20-bytecode .bytecode-row-header h6 a:hover,#erc20-dev-dashboard .bytecode-row-header h6 a:hover{color:#007aa3}#erc20-dashboard .markdown-preview,#erc20-bytecode .markdown-preview,#erc20-dev-dashboard .markdown-preview{border:1px solid #e8e8e8;border-radius:4px;margin-bottom:32px;padding:8px}#erc20-dashboard .markdown-preview pre[class*=language-],#erc20-bytecode .markdown-preview pre[class*=language-],#erc20-dev-dashboard .markdown-preview pre[class*=language-]{word-break:normal;white-space:pre-wrap;background-color:#f7f8fa;padding:16px;font-size:.85rem;overflow:auto}@media screen and (prefers-color-scheme:dark){#erc20-dashboard .markdown-preview,#erc20-bytecode .markdown-preview,#erc20-dev-dashboard .markdown-preview{color:#e8e8e8;border:1px solid #414141}#erc20-dashboard .markdown-preview pre[class*=language-],#erc20-bytecode .markdown-preview pre[class*=language-],#erc20-dev-dashboard .markdown-preview pre[class*=language-]{background-color:#1d1f21}#erc20-dashboard,#erc20-bytecode,#erc20-dev-dashboard,#erc20-dashboard .table,#erc20-bytecode .table,#erc20-dev-dashboard .table{color:#fff}}.logo-link{color:#242424}@media screen and (prefers-color-scheme:dark){.logo-link{color:#fff}}pre[class*=language-],pre{word-break:normal;white-space:pre-wrap;background-color:#f7f8fa;padding:16px;font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace;font-size:.85rem;overflow:auto}code[class*=language-]{font-family:Inconsolata,Monaco,Consolas,Courier New,Courier,monospace}pre[class*=language-]{border-radius:.3em;margin:.5em 0;padding:1em;overflow:auto}@media screen and (prefers-color-scheme:dark){pre[class*=language-],pre{color:#c5c8c6;background-color:#1d1f21}}.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#09c}.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{color:#069}.rv-btn{color:#242424;background-color:#fff;border-color:#242424}.rv-btn:hover{background-color:#f2f2f2;border-color:#171717}@media screen and (prefers-color-scheme:dark){.rv-btn{color:#fff;background-color:#242424;border-color:#fff}.rv-btn:hover{color:#fff;background-color:#212121;border-color:#f2f2f2}}.rv-btn-yellow{color:#242424;background-color:#fc0;border-color:#fc0}.rv-btn-yellow:hover{background-color:#e6b800;border-color:#e6b800}@media screen and (prefers-color-scheme:dark){.rv-btn-yellow{background-color:#ccb400;border-color:#ccb400}.rv-btn-yellow:hover{background-color:#b39e00;border-color:#b39e00}}.rv-btn-blue{background-color:#09c;border-color:#09c;color:#fff!important}.rv-btn-blue:hover{background-color:#0086b3;border-color:#0086b3;color:#fff!important}@media screen and (prefers-color-scheme:dark){.rv-btn-blue{background-color:#069;border-color:#069}.rv-btn-blue:hover{background-color:#005580;border-color:#005580}}.rv-btn-red{background-color:#f04124;border-color:#f04124;color:#fff!important}.rv-btn-red:hover{background-color:#ea2f10;border-color:#ea2f10;color:#fff!important}@media screen and (prefers-color-scheme:dark){.rv-btn-red{background-color:#cf2a0e;border-color:#cf2a0e}.rv-btn-red:hover{background-color:#b7250c;border-color:#b7250c}}.rv-btn-green{background-color:#007f3a;border-color:#007f3a;color:#fff!important}.rv-btn-green:hover{background-color:#00662e;border-color:#00662e;color:#fff!important}@media screen and (prefers-color-scheme:dark){.rv-btn-green{background-color:#007f3a;border-color:#007f3a}.rv-btn-green:hover{background-color:#00662e;border-color:#00662e}}.card{position:relative;overflow:hidden;box-shadow:0 8px 16px #0000001a}.card:hover{transition:all .3s;box-shadow:0 8px 16px #0003}@media screen and (prefers-color-scheme:dark){.card{color:#fff;background-color:#141414;border-color:#414141}}blockquote{font-size:inherit;color:#5c5c5c;background-color:#f0f0f0;border-left:4px solid #d6d6d6;margin:16px 0;padding:0 15px}@media screen and (prefers-color-scheme:dark){blockquote{font-size:inherit;color:#fdfdfd;background-color:#323232;border-left:4px solid #474747;margin:16px 0;padding:0 15px}}.page-toc{background-color:#fff;border-left:1px solid #0000001a;border-right:none;overflow:auto}@media (max-width:767.98px){.page-toc{z-index:2000;height:100%;background-color:#fff;border:none;display:none;position:fixed;top:0;overflow:auto}}@media screen and (prefers-color-scheme:dark){.page-toc{background:#000;border-left-color:#414141}}.page-toc .bd-toc-link-wrapper .bd-toc-link{white-space:nowrap;padding:.25rem 0;display:inline}.page-toc .bd-toc-link-wrapper.highlighted .bd-toc-link{color:#09c;font-weight:800}.page-toc-toggle-btn{width:48px;height:48px;z-index:3000;border-radius:100%;padding:0;font-size:150%;display:none;position:fixed;bottom:12px;right:12px}@media (max-width:767.98px){.page-toc-toggle-btn{justify-content:center;align-items:center;display:flex}} \ No newline at end of file diff --git a/assets/css/owl.video.play.e7a23fb2.png b/assets/css/owl.video.play.e7a23fb2.png new file mode 100644 index 0000000000000000000000000000000000000000..aa387f962d13c7486d96919f339c9295b3c5c676 GIT binary patch literal 2794 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 literal 0 HcmV?d00001 diff --git a/assets/css/select-arrow.b8e89c0c.svg b/assets/css/select-arrow.b8e89c0c.svg new file mode 100644 index 00000000000..4c24a2a3427 --- /dev/null +++ b/assets/css/select-arrow.b8e89c0c.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/404.png b/assets/img/404.png new file mode 100644 index 0000000000000000000000000000000000000000..7e858c28a121b086601727f7365f3dca55c5c931 GIT binary patch literal 33413 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 literal 0 HcmV?d00001 diff --git a/assets/img/500.png b/assets/img/500.png new file mode 100644 index 0000000000000000000000000000000000000000..953bc1b5b15b19060d7a29c823d380cac7be42a8 GIT binary patch literal 45305 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 literal 0 HcmV?d00001 diff --git a/assets/img/android-chrome-192x192.png b/assets/img/android-chrome-192x192.png new file mode 100644 index 0000000000000000000000000000000000000000..358dc4b20ad91ce24436d86128bcd706df97c648 GIT binary patch literal 8642 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 Rcs2th|3T$_g_KF~{{va$*(3k} literal 0 HcmV?d00001 diff --git a/assets/img/android-chrome-512x512.png b/assets/img/android-chrome-512x512.png new file mode 100644 index 0000000000000000000000000000000000000000..ff0646b01242590af44e40ce662c92533d6693c7 GIT binary patch literal 17774 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 literal 0 HcmV?d00001 diff --git a/assets/img/apple-touch-icon.png b/assets/img/apple-touch-icon.png new file mode 100644 index 0000000000000000000000000000000000000000..5a7099aa748bc404c5633c15b7fff27d2a3de445 GIT binary patch literal 7679 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 WAe?S~ughSqtK;r0hgaqRZZjBAm&@4F! zXK-@AQbJns;USf$Y!$?3We=cjNQC8b`OFPGP9{^hf#GmStJOOA58Jjs zx`9XObov0O)oSRvPNh=W19V;A0qRxYR=?l><_5f8FNR@IE|B%`EW28e3fPSVDGD~ou2N1 z`$x|SglDtaTTRn0j)fIPVLTpxI2v|ANyl;Cn5Ox?R4S3r=P?Xp<2cScAox$fg~fme f!0j6auT#GPP;3b_nH$PV00000NkvXXu0mjf?(pHz literal 0 HcmV?d00001 diff --git a/assets/img/favicon-32x32.png b/assets/img/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..1b098ea27dfa4c4feeedda35e6ce8de9d873f1b2 GIT binary patch literal 972 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 literal 0 HcmV?d00001 diff --git a/assets/img/hero/kerc20-hero-image.png b/assets/img/hero/kerc20-hero-image.png new file mode 100644 index 0000000000000000000000000000000000000000..0908db01fcbeaf52c15e0b64741f7919cf7f8794 GIT binary patch literal 208144 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 z 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

aTjtYb7S8~sQxW=6 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 literal 0 HcmV?d00001 diff --git a/assets/img/hero/test-coverage-hero-image.png b/assets/img/hero/test-coverage-hero-image.png new file mode 100644 index 0000000000000000000000000000000000000000..b8a7bfe67394b003bf93afe511bbfb6aa5f60f7d GIT binary patch literal 56813 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 z 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

aTjtYb7S8~sQxW=6 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 literal 0 HcmV?d00001 diff --git a/assets/img/k-logo-dark.png b/assets/img/k-logo-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..3982958bae0974175e18b929cb5ea5cdc8704b13 GIT binary patch literal 32908 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 NyLJf8RZ?WI1_11iV2uC( literal 0 HcmV?d00001 diff --git a/assets/img/rv-logo-dark.png b/assets/img/rv-logo-dark.png new file mode 100644 index 0000000000000000000000000000000000000000..50f488b7b3b3f80d1dfa55a17de91047a7603096 GIT binary patch literal 3624 zcmV+@4%hLCP)-b2q4FZIU#R~!i@Db42NC4eSakJ!d zx$|pxXJ>YIK7bAJZg%$V-0pYZ%)EJnV1ZAbA9ZIi>jD4-5QJ|xTA>X)RG`1!=mO3b zXBe!;KMw+Wg{|ppTXuPhg@}fNuXhpgq$E>3mcTMjvb=pr8pZdrx43nu_@ zyMU^WgU)nSUd-bXL?pULdx#j8WsAoSM#WH51g|h2w2j$EqlHZZcw(ylixc5qaPM8| z;@)(ar?&Yl|WQ$88m?Y>- zOBu6m8bs6ufc>=Zycl|T1VvO*h7bY(%#ij~&ovt@kjp{{Pz@U^O4qglp6Zd?Gbu|5 zlZd*_RTLQSB^Cz}O#t9#+IIraa44wKht@QJTo0fvA&f{9#3~A5gr8t322q!nCx#wR z<{QJd5JtoWvC2XiQKTU9yd6Xw#>&LoYzq;G0xv1#jh%@+tHk+K%dG;yQA)ALi1<`; z?k{=g0D!Hu^QwA=M6?0`{j@@H`&rqv`|%hNxpAnv6F)MD=ma?Nv;M_!nM{r0iVy-^ zh+!RsFrug~v*^JhqD27sKJir~hP<}iNTk6+pbaeOS9mh?1@+DTGd-`Vi+8KvQI~pNL+Af)J|I zPeiM_Z9{XO%1hRp544XUdTGE8ZQ|YIxT4QS3*5o;D)D}FV|cCeZfK%zBI=u{H!oQp zVwb#{EcOGy14yirQ8_N{x^uoD9ud(am)f&zv^+x>y2nUxAeu=II@85E%*-N?Xxu9= zI|l3a=uwDsK}4Gh#SQ@AjijE&PT(nv;mXd@qDe!PKzMVy(eA1gCBQ2Km_SrGS=KK;>v0A?C3^i9`LFMhhyjS00bY!(V}N>-kZiz$wR2D@q>#pp-pMs!7&ZHcz!U z1AwZJ!%p8dqMT@@s>ZGfi~UL#`Hwh>jK zGTr0|m2u3d%=$ln>xIx$cSK%(<0e7!km?!U`qR-W&7A5YU*cR45g&{nwq9NN++&Ka zZ38@)LBwvJ6(fRU&k)i665J9=6+@a)T2f8-AbPpHeJCvQ%WwC8{M)^r_YjLA)zfI| z@~t}4G$912U^iKpALs)wgawjJ|5Y_1WVr+D1~2J?@b{_OZ)cj?i(w5Ard+bXj>-xK zhqCY1)ww}st=i#XA+ zDc7z;W5f^u;O+fSZJVHtD`M#J)Ez%&=<#?w;Kk5skf@PkULKDP&c*QOUypq5KgYm( zKUm+0%j0PZ=VFM2wa@+c=eK{bzTK&(7_#i^5j%Dw*%~Aid^arN@|-14ySq-Ky2+3K z^&7u+XoDf5P4>__wY{jv4Y(6nqFn&^!nPeQ!Sm)^jU6>jqddbZ5pfQPV2?gt3_VRinEoCUlx391ExZ_d8jTk}PlTU9aS*=*PmW0u z^E=A%sq@Pt008*p`BB%h9Y#QcgYlq^<3SsdaNV{&9*@Ue0sw$n0Ch{~xHlfO@pPlz zjXpTtXzh*%ZLG7`MMT}aL9sf=MR9vYpD%elC4!(;j*B0obN;mRB^WAR*K3t)(}9Tk zqB0VDN1o zu|~vD;hxNm%8j2W*F(h6ErNPX=}!EQT8W`9u63C)fL880#BbEQ z8S0BC@W`{a`(~BIO@{)m>t^yrMMP^L-ndDX9eEKmux@Xj-dC3UP3xHWZ&x2NM67(e zD{M`zcWHPiJn%07pa(He(xXN4MfFlreh(De+r~?Xd1$vK#d;vwo)kZ{V?YGXp>kFzpX0ghBL<|veQ{yp_JKPHPfA|mS8l%Xv`;CmTc@%=+2_NPu9$?Pe*z0-~} zc@Eaa=X$oh`c-X`-7~89cZ@AW9M-3sTw!pAJ=-?$AR^KBk(n~+F#%r^?F&zRxz_F)!R+6nOfyU;+j z+-`TW8GuLG?Q>gohLfB69Cl7M>F?8zN$tX=B~@HC_{Zr!@J8 z{9XS-!C|)n;+d|2sy^_oJ!>@^Eu0vzLkm+g+KAW}e4Wf{u06{PAP&GSYHScIwk2r{ z;q!!iLY2yC9$^2v==QdW>a}M?TKBmao(?*d-vcGXxTkEk%VU>2whiEs^x#q`bV4uX zMY9hXUt%UvXcuRxO*c7WdHYbQOXb4E2?p0qZ$t1{R)C0}CO>m!T+VT?uq*nqC@-gi zUSHR?0a>{uhFNE19pkRZLwtX@ul0svrZVsxAn5w8ec1e@^#0C;5522VC9`)VIg zMy{mr8V}l7^)MTN%U$NT_dh*@XiU+OD|2A=%S(ubR>cs_x?RE*57H9C7a0+CvwDYY z2A?}|#W=u3sxe2zGX#JyZ5xpVUN?EKR4WYf;YYaS+B#$hgb)C@UF5C>Q!0nZ>t={% zMrC7bLLp=mEu!PCVR#b6D5+vN9<+r&WMv@QI$3W`0NfFvvh9#~Z@!Cc4q4mob0*=t zqJ!$}jZ=oi3`N47K&krpAp$)cZ*+$7&uj}~2@@tJ;Pw(^!P7*vVlwQesz};xSe6|Q zBAWa(zICo}Ho3xrc+3kGDr*gJ5)7badcs72>Wy?I*##nsdI_@F&VMMLx2kYgOh^#5 zTc%_Kq?j00v96VzRft}oq8A}I)GbGVzcSL$n(?5GKqSm8;SwKygiGT=n;WTrtv&6d z#^UXQIJTLQM)gKQNs`etcsDl*mQU5CtA~ifZXI)iPhx+sNW>tkxB?U#Gn?xrCV7FT zLgM5UrJxjNINs zcFI(=JYcY*Qf{1-KwxgYny{`01`%oMDfR4Z1FbsaqrH z+<1sMVdYgP)$Y_?2qR)S2vyht`_Q0?fA@pldKW{e8>noOSf=$7?eTRs*03cBVy*6V--zuyB=EArwtf?ZU)tHE%r% u=jp;lvW2H8$i0~JJgWfn{n}l*U;YoNf3JaF;vFUc0000Zr10={JKu}T^GDGGFQECx69uzH5+p6fP zao765T|uR%XnjB}TV(Nw&$`D_(ua@TiiWi+YSnmDl&%T^QQBGz6?t?o+#8fvBq0GI ziNs{jfAarszD#Dm`DX5&xik09@0@#*JI`;vJM)|W`=8g@*$G}lQ`G4Iz&=F)@Gb6? zbpVh6fLZ`pho4v?-sJh9IB1HBW12|g1MaVJtPC~W|2XC*8h@?dV~-FaLVDmC8ET5E z0KifJr~rT=4tHM(09CO>e4R&QE242Rf-X(t;p-Tw13+~|j^Tr*sE4fv9ZSTA=KB0( zE7DGe90|@guFLOV00W9k^#2P+kAtu3_drKm3$z_=g0>^3_a91NOVdG$90AU^koJ-& zEXap3BL~?5P{b1Pyy$nyPNbC# zHAO`dyoX=bfACNkeAWzTQ@#ZUzcImb-(ih)Fevdcv~GPLj_i#aSEHmj-;I=IC!vlW zc`{5WD}?c-d7zYZz|5&ToSp(!ZyXPa{e9r09UYL^*9xB<*NYN)~ih4Bw ztTH=WM1~QJNSO>ZMV(0YFnXu=)>r$TVQM)%m+k1b2V_)p&7vEr~a%ze? zpQOR0BsjdN04k;phPjs?^n?JdfW-LBTZ7=;zaD{xrdEC{B*i(gM7-L!!Q>d|K3Hyc z)e#v+Fd`)~)D#s}&niYbCyywBj(=VVjlLBz0Vnu5H&^p1pu5&U#mr7Cw_y%Vdmh!bZYcS)yRxd zQ&fCGPBUBQw}eM3J1?ciD3k6VDwc@9;BpK&mzQ$CH8`2iY=;{%tYuzf zzlo5+K!{%hz)ASe1(SxuQ%jtO#$*yEgoroh^mGhKWHTe_2i3^!7+T3K*UwLZ$3<5A znms&D_7SL}O&Hj$DQYRbbghnuBK68xB0g90{I*~ODXS*i%rBeASILHLMZUWL;KEoU zUdJ65Urs+0Xl{7z3uOsRQ`9E`V3y%`HUh7CJw{*fW634-adNGiqE<2@L}y7Rh!DeW z+V^bJz1D=2*gwZwI`o*oFaagl7a#gkSM3SYC|=VK7>O_tAR^puLu^PCH))C*3+m5J zW2+DlA)*Ygm9ClXv&hDTh3l3R$%)QiN-v0;B!1^Sl0xG|#yJORG9-t|9YEnTN3VO( z_qi%v`+I2lub=9k<@UDLUh6TY?~Y{+aQm`y-^Z2;kPsjH_YOVtg)pDY5nkffAQB;= z*1_1y>_{O)IERQ%26(NtL_)Ir0KE*(H(Nn5mT?!7GLqt=fX=C>kRn4aWJSl|irb*A z&}q7HY8d@iCDd0kBcSZ7_@vl{Y8)R3|bExHaEb-E6?zCoT*~b>`(Q$NWyG-2}Q6+AyYGR z5M~<0CV`sWNjd)u=u<<>%y45a&8saLlDekn8>4z$Km7(@2F9a#ZI6tq3ahLQD(Ens z5#n=e8g&Onn1BJ|9Oi^-@aaVh06a_&`wIFl!W97UGCkZihB9krs4@AZ8$9vgwH%N< zehY=JEg+MD2t8hy z$B$+ZIG%FOt2tLw)U5)~tq$I^4EA2(w0P`o@RVUpcS(4>cf}HMjr(3H3K25Ft%7yy z&BAhUnWm@@T9{6z%3p4{A(RZsX`-jLVc`V~eD)g!J3r*lC`$~a5vQsW{-$W~ZM zhRKkQA?IF}(M!ix0Z7OMjJ*?vn~?OVs|$VlB=KbGRv^>8Pv9YEBVJ zhB=0)7NZ!wo;s4ObbH(2v1hj`OG;{`P!%^ z>o)?boY|0ZQZ)8-{jZ@lXV{P_o1sj>h9DCmVqXBp;46r@7TTP%jA|z?CjrQc2wSq? zwo@FcxoFSJ>FehB2(S+NR@KhM>c4dm6rlA2H!!y z-HH^?i@&}9_4+c1BpFhL8XY`|gc)s0ccjhxwQZrflHGg1V*h4ZJ$cQ+woMWhS$qX~ zK<(-vW+kX%&I%VVG$1F;wQjrcg%!MHm?T4|b=}?P0*~XZ$wCbo%@TY=nkpH-Dp>cC%mJv~<@wZW!rAhQY-mHN zCg06wf%yQ?005r@z~d5QlNl#szl(iDaMjqJ!fi_EH@p)7zG+gf3$GtTqwdeuHle`x zP1Y0@-=0ITT-U+tf0^-tr3=_mk2R87JZA*l@PlCIDu3{I4Q4M*I&$xgCE|Xy4UG^X zr=hFKRPsuXQ7IT5>Hy_lXfOR{a?uA{gJ1PJv9B-xHB8wj5h8>d%x2iF{tU^kVDpxu zZmsITq2Q~^pT>JQ_@l})5hC~mW;0AWPuh#D8f%3Un6biw;lkiViGAMPra-pML4?#m z_O!`{%ngjQ+@Fh%gj@w9!(_LvY%K4Oc2IPpw6_OeP3E#?yl7pSm7r$l|6*}%FIzNb zV*Aau2s*}?TkNH?NKol{UM`ZQrl=ohswBPL2@QQMAw@YTwD1u{KdA36f^1AESC1?wgm2=WVGVDJ{)Xp`$=y%E( zfZbhQ)uBniIlBY22j#R)V;&2}=3K>ZgnPnIn(w_Y7e^hpDo*t9cR3^WEmHD8r^lkB$Yi zMg)csZ(mjpZ*4rpzRrjx;%TuN+JsFYt`XhXL^{2?tr`38QZu1@Y`nB+kK2vi7p-n~ zYAR*gO9jtK*YmU?EM@`Oy{vk$u;6t!Jz5snT-O3CGNV|=l~h7Y)F_MDDJ$&Ai>n?q zK~j)uG6tP%ih4K|Z#w-BqGO2WMCLvLQs$ns3YMp1S=DK*;VLb?E;twF=C0(=(T7jP z3oA;uy~7h>GyNb+ED^`%H%oDH=mCD7ZM6KkFJSe?U=*=k_qU|uxGr5p2;FaRQ9}03 zHix*>WZ5qE4?ggkqVA{i@pdY}YX`kCGnZw4c@W zW7fw8+E!Mh!{6j4Brlr3j6qY>nB;u|^c%Y#Hxc1_n{(yUIbv*qS*y^{p?Pf&;itmt z%@j+-XYr-X?^}`iTxC?*xmt@}I8L?-)}3RsubB~9FQw0AaX2+JE0mF1EQ_fr zoXZzjnH3!3CNc-;Ac-&?FM){}>J|NNisLV&drcNoU7YXdKx7#1;NF9A{+p~ZI=S7O z8~dkyNU}gReP`kb+Zyc`X)oC&p(@X@SpGwkWoYxWdq6uW-E9GVss(*Grdg4(2?Fix zqwBa)V$&9hz9dg`#}r9~P4u#3bG=KjEs(v=H_!`JBoXf7#$F?smqG_GPB-_-NVa3B z!#G+$+nM}dmP{~o#n3M|BY5oP9s%H9#ujcAI1tS2f(Ww~i7!b!pvG9eN|JP*w@_WG z%!(-yRw;5qVdG2E ziunDU%!gC_Omu8R8`4U;=0z6UV*~tB2W<&j$RxH20PYr4C(?nxM?NnZ=GT1!5Z)4A zqNeA8Lzh(8z=lg2J1n%0Jo*iUs1QP-wD>O6s$9zUj!sv zyl+b=N+4}9X(`}Nn_b^9BYPqyD>C{9U1J`nNaL}C5~V{V+_X-&JgLI0L!Xe)FSmzq)ZIaT3>p81l*lC+bZq57Ym_uSj%urra2 zEA(0_WLP7Rpim0Ai~DXycuYkW+GJcB>1B&2G?}P|L4ch)C5rWICa)<0) z0?1}TIFTUzM1kmBB55s_h!3?|X9km&pFu50=5|~MMJw_Cl#qU1r3A9jnxyf*`NKEd z94BKyDR$_Tne6l^(yr4K)l{6OAy7lMbq6^mh5`Puxq zQ1$u=scy4*BD`d3F+8aii?WljbPxGoc{n?Nd<(Wc^uL?#m(_PNJn2r9Nq z5Ft8Y4v?*EL5|K-%1GXX7^9~tDiY#yw7-45`U&WN-GiZWrXV4XI&%|r{Pj&}+TB~~ zn^Zm&X3y*cGpG7%Cq(?@kzvr#l+2XD0BhgVqfk}W6t&6X;mW5X07md{#h6G{HWqNm zA#}P(zq19!42rTTdKDXhuKnEFZgUzv((%Y^rF&wIeX$<~J^LTJcR5VJsyl{WE=hOs zw6pSI=2U+rLd1;^jEBwJlSH`1N2iGyUKXq~b7b)8eBn|T{Dbfz5oOs>F@jD_QBTnS z>=UDkH&#IVuO_POl3{pNM%1%)YHCPzIPvH4BY;NGk zlL_^h$NhqJM(L)9ifk9+!RORktUqpi;8FT9D^3tH*kwMMraY28kV)yR>OA|D+DMy= z%^U?8%0D*4KEXOs^nl1o*Y4IiB7vy7mSkujPKyq_4Nl>)!gH|gzdnEtBm(k51#MnV6c-v;%Sr*Gh zf#}C=j%k%Dn6|h$2YKUW5XH`lY;U5NO;0rw)2cN_LPQ&4;|q_#=(j2ZDJ7!!`$W}Z zowx~%2zBD2N;SR`BC5s)BD}$;;A$DXDY>0l#T(JSWfmoT)ifXH+vE^~L;;mvSuaFhBGuX{s@&E=w8^f?GplJy^CKz=cUw9x$_kbxyf{Kk zzP%3BZqTK~(#^rBOpnrP(W7(qQvVcm4P^6Fj1rg`AtGU+mp7fj<6ZXCGF~+XBEldw zc@nA045nUWy2(WkDl5u~adGqMrjH3cqPqf;QkN=3QXbItucBPw4R-3FL;(9`e3>;O z5+`;1WPp-;f^3@X<3tT#FIZQ>6Cz#9^MdU?zfXkq43Q9HiTE5!j@Cs&B%S&-&*&sn zy7u?JONw|tBx5{3N~>HgLssE>x|L1NNQg*SS1lfxwu;x7X7`<2`toJDnyHL`pt{{j zs>-71`*}8HsEVin!E#dDEEDzx1qVU}iI;>EER=8*DVTa<8oa10@IIz_v8zuAM2b8Kwm2MvD7qjW_`XE_MiFq|fA!-& zkuHQt($-QyXP|gQ2^5af^a2XldelvWDGc~7XgZ)5ZpC_q zNA|{{-h5Le!KF@%qEbD>iBu9uuh4>0;)cxt{XrO;Nv~D#1=wvre-f#bF0Nu$rQlr%(la zg&|btLWjrdB=ULPY9F*K^1m(pj_Ba=q@@DIwqEP9e@#0Pp)dD|eed>~HuQ>KjkMo&(3BrPcHWjP}a; zVd#5I5AJS@I(%y+k8u|@S%23-j|-G`F3d8CFbTS@0b~!mT=GSM_u@R`L(h@xCW&4% zO{5*+J_$hq-pM9yRq-62rTkGn%T1Eq0)a>!?TxejyiZ)0QYSL0B9BuMk>Ygv^zcBT zoe`xw2L68uG?SZt9o2D5YiWE^W2aLQhxt6QV?hP{>=d7|nX3L&1z07v!W@g{>(YU( zbhB#Yb-bI>9*yOj8tC_{vXMC5HiLJvpVM?TR}Ir+iMU>blpF)+n#9)OoP2`j2+^F- z{Fab|l^Klwu@GLNnKXAVDAeUh73)5Q(ufQlCg4J}#<`8{fK2q}4@; e5FyO~fd2<6@yD|3^Bcne00004B` zcrAjWvZe|Sw{wr0CQ(~gS66{RHZsuJt3}e)**XG2p-@7CLQ=xQQaVaFC7u5q-V*?W z1Y`hL5TXnSU?3m{!fOK*0008xE4Cni1|k4LVQ>Tzg%;#5)QJKD5D*lAf-o2q%HIy> z&jBa~CZ?oq0vEUQKqv=E=tRZeL#miowPNji7w{y{;A<$fGqznK!E)3r#0EL23#Fh&p5XNs11BEGR!^KSO5FSC|$~sX<3Dfv{ zRjnu$lKleKGq@KmiPs%hUEHGmF8g<|YyV634feNd6c7R-{O5rfU_Y?NVUW55WrWLi zSNd;oN9j3D;fb6WvChj%HzlB5?DMzb9bnFwbNS}UBCB!w(76!lv+hK;rgkS$XWuFq zziGe`(L4SKbA;d(Z+WSsH#BkZF!zD6c>*cLqw$4#tD9UxWQe}A(et|oY{#L>#nNF~ zuV%S^=Wdt0ul6PFSHbMLyHC6})poLmt>h$4O4gi-lvY)CTd{=pogS4R1>&e5HnGM2 zGA#)k^kQg`WvGhnX-VTYv$kLC0XYD-oG}oIoeiR%(8bUmk2;LF%6{&h!my$K86@$6 zSXpq4z#yOC((hM#FxS&51C-o_*UT1D-|Cw7v+#k4Wppm##uZA*=4kdUe3WaMlie9` zan`}+-H6M4b+1p-fczjK{yj3R=i%DvM>a+7wo`WIB{mVs!OcT-BR@xdeN)tx8l0WC zF2f=aWr<&tDh_d7k4>4tZJ(P+&f*sF0F+YV`Q0&kWZ5q-*pE|7k`>S^{>H9Wi@W+B zd@NTfh@59K-mn(uM=J5V^0T=O0dC!ucb-TO=dski@MBp#>b!-32gibl$?7ZWqf=rCE*pj}SM`YqP4j?- z*uy#81eY$nSR8RaoJ(1H6>LS`NQ-NuN{r4ie@&{%lVp0Fqj%L15NOL+d%cWGFJ13z za!j4zl+$R!iFx|R``so2%19c z+|JZn?ueDkPnyciA4MK*TLI)V&~NhgU&uC8Adx2fRkGe|+`5WCb;Q$jpIN~1uzmFM UMDmx$wPIUqYthE^{k)Oi03Y0)IRF3v literal 0 HcmV?d00001 diff --git a/assets/js/index.js b/assets/js/index.js new file mode 100644 index 00000000000..670ddccf7bb --- /dev/null +++ b/assets/js/index.js @@ -0,0 +1,212 @@ +var e="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{};var t={},n={},i=e.parcelRequire2b1d;null==i&&((i=function(e){if(e in t)return t[e].exports;if(e in n){var i=n[e];delete n[e];var o={id:e,exports:{}};return t[e]=o,i.call(o.exports,o,o.exports),o.exports}var s=new Error("Cannot find module '"+e+"'");throw s.code="MODULE_NOT_FOUND",s}).register=function(e,t){n[e]=t},e.parcelRequire2b1d=i),i.register("lJ4Q2",(function(e,t){ +/*! + * jQuery JavaScript Library v3.6.0 + * https://jquery.com/ + * + * Includes Sizzle.js + * https://sizzlejs.com/ + * + * Copyright OpenJS Foundation and other contributors + * Released under the MIT license + * https://jquery.org/license + * + * Date: 2021-03-02T17:08Z + */ +!function(t,n){"use strict";"object"==typeof e.exports?e.exports=t.document?n(t,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return n(e)}:n(t)}("undefined"!=typeof window?window:e.exports,(function(e,t){"use strict";var n=[],i=Object.getPrototypeOf,o=n.slice,s=n.flat?function(e){return n.flat.call(e)}:function(e){return n.concat.apply([],e)},r=n.push,a=n.indexOf,l={},c=l.toString,u=l.hasOwnProperty,d=u.toString,h=d.call(Object),f={},p=function(e){return"function"==typeof e&&"number"!=typeof e.nodeType&&"function"!=typeof e.item},m=function(e){return null!=e&&e===e.window},g=e.document,v={type:!0,src:!0,nonce:!0,noModule:!0};function y(e,t,n){var i,o,s=(n=n||g).createElement("script");if(s.text=e,t)for(i in v)(o=t[i]||t.getAttribute&&t.getAttribute(i))&&s.setAttribute(i,o);n.head.appendChild(s).parentNode.removeChild(s)}function b(e){return null==e?e+"":"object"==typeof e||"function"==typeof e?l[c.call(e)]||"object":typeof e}var _="3.6.0",w=function(e,t){return new w.fn.init(e,t)};function x(e){var t=!!e&&"length"in e&&e.length,n=b(e);return!p(e)&&!m(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}w.fn=w.prototype={jquery:_,constructor:w,length:0,toArray:function(){return o.call(this)},get:function(e){return null==e?o.call(this):e<0?this[e+this.length]:this[e]},pushStack:function(e){var t=w.merge(this.constructor(),e);return t.prevObject=this,t},each:function(e){return w.each(this,e)},map:function(e){return this.pushStack(w.map(this,(function(t,n){return e.call(t,n,t)})))},slice:function(){return this.pushStack(o.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},even:function(){return this.pushStack(w.grep(this,(function(e,t){return(t+1)%2})))},odd:function(){return this.pushStack(w.grep(this,(function(e,t){return t%2})))},eq:function(e){var t=this.length,n=+e+(e<0?t:0);return this.pushStack(n>=0&&n+~]|[\\x20\\t\\r\\n\\f])[\\x20\\t\\r\\n\\f]*"),U=new RegExp(H+"|>"),V=new RegExp(R),Q=new RegExp("^"+j+"$"),G={ID:new RegExp("^#("+j+")"),CLASS:new RegExp("^\\.("+j+")"),TAG:new RegExp("^("+j+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+R),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\([\\x20\\t\\r\\n\\f]*(even|odd|(([+-]|)(\\d*)n|)[\\x20\\t\\r\\n\\f]*(?:([+-]|)[\\x20\\t\\r\\n\\f]*(\\d+)|))[\\x20\\t\\r\\n\\f]*\\)|)","i"),bool:new RegExp("^(?:"+P+")$","i"),needsContext:new RegExp("^[\\x20\\t\\r\\n\\f]*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\([\\x20\\t\\r\\n\\f]*((?:-\\d)?\\d*)[\\x20\\t\\r\\n\\f]*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,X=/^(?:input|select|textarea|button)$/i,K=/^h\d$/i,Z=/^[^{]+\{\s*\[native \w/,J=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\[\\da-fA-F]{1,6}[\\x20\\t\\r\\n\\f]?|\\\\([^\\r\\n\\f])","g"),ne=function(e,t){var n="0x"+e.slice(1)-65536;return t||(n<0?String.fromCharCode(n+65536):String.fromCharCode(n>>10|55296,1023&n|56320))},ie=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,oe=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},se=function(){h()},re=_e((function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()}),{dir:"parentNode",next:"legend"});try{L.apply(O=$.call(w.childNodes),w.childNodes),O[w.childNodes.length].nodeType}catch(e){L={apply:O.length?function(e,t){N.apply(e,$.call(t))}:function(e,t){for(var n=e.length,i=0;e[n++]=t[i++];);e.length=n-1}}}function ae(e,t,i,o){var s,a,c,u,d,p,v,y=t&&t.ownerDocument,w=t?t.nodeType:9;if(i=i||[],"string"!=typeof e||!e||1!==w&&9!==w&&11!==w)return i;if(!o&&(h(t),t=t||f,m)){if(11!==w&&(d=J.exec(e)))if(s=d[1]){if(9===w){if(!(c=t.getElementById(s)))return i;if(c.id===s)return i.push(c),i}else if(y&&(c=y.getElementById(s))&&b(t,c)&&c.id===s)return i.push(c),i}else{if(d[2])return L.apply(i,t.getElementsByTagName(e)),i;if((s=d[3])&&n.getElementsByClassName&&t.getElementsByClassName)return L.apply(i,t.getElementsByClassName(s)),i}if(n.qsa&&!k[e+" "]&&(!g||!g.test(e))&&(1!==w||"object"!==t.nodeName.toLowerCase())){if(v=e,y=t,1===w&&(U.test(e)||q.test(e))){for((y=ee.test(e)&&ve(t.parentNode)||t)===t&&n.scope||((u=t.getAttribute("id"))?u=u.replace(ie,oe):t.setAttribute("id",u=_)),a=(p=r(e)).length;a--;)p[a]=(u?"#"+u:":scope")+" "+be(p[a]);v=p.join(",")}try{return L.apply(i,y.querySelectorAll(v)),i}catch(t){k(e,!0)}finally{u===_&&t.removeAttribute("id")}}}return l(e.replace(B,"$1"),t,i,o)}function le(){var e=[];return function t(n,o){return e.push(n+" ")>i.cacheLength&&delete t[e.shift()],t[n+" "]=o}}function ce(e){return e[_]=!0,e}function ue(e){var t=f.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function de(e,t){for(var n=e.split("|"),o=n.length;o--;)i.attrHandle[n[o]]=t}function he(e,t){var n=t&&e,i=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(i)return i;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function fe(e){return function(t){return"input"===t.nodeName.toLowerCase()&&t.type===e}}function pe(e){return function(t){var n=t.nodeName.toLowerCase();return("input"===n||"button"===n)&&t.type===e}}function me(e){return function(t){return"form"in t?t.parentNode&&!1===t.disabled?"label"in t?"label"in t.parentNode?t.parentNode.disabled===e:t.disabled===e:t.isDisabled===e||t.isDisabled!==!e&&re(t)===e:t.disabled===e:"label"in t&&t.disabled===e}}function ge(e){return ce((function(t){return t=+t,ce((function(n,i){for(var o,s=e([],n.length,t),r=s.length;r--;)n[o=s[r]]&&(n[o]=!(i[o]=n[o]))}))}))}function ve(e){return e&&void 0!==e.getElementsByTagName&&e}for(t in n=ae.support={},s=ae.isXML=function(e){var t=e&&e.namespaceURI,n=e&&(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},h=ae.setDocument=function(e){var t,o,r=e?e.ownerDocument||e:w;return r!=f&&9===r.nodeType&&r.documentElement?(p=(f=r).documentElement,m=!s(f),w!=f&&(o=f.defaultView)&&o.top!==o&&(o.addEventListener?o.addEventListener("unload",se,!1):o.attachEvent&&o.attachEvent("onunload",se)),n.scope=ue((function(e){return p.appendChild(e).appendChild(f.createElement("div")),void 0!==e.querySelectorAll&&!e.querySelectorAll(":scope fieldset div").length})),n.attributes=ue((function(e){return e.className="i",!e.getAttribute("className")})),n.getElementsByTagName=ue((function(e){return e.appendChild(f.createComment("")),!e.getElementsByTagName("*").length})),n.getElementsByClassName=Z.test(f.getElementsByClassName),n.getById=ue((function(e){return p.appendChild(e).id=_,!f.getElementsByName||!f.getElementsByName(_).length})),n.getById?(i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n=t.getElementById(e);return n?[n]:[]}}):(i.filter.ID=function(e){var t=e.replace(te,ne);return function(e){var n=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return n&&n.value===t}},i.find.ID=function(e,t){if(void 0!==t.getElementById&&m){var n,i,o,s=t.getElementById(e);if(s){if((n=s.getAttributeNode("id"))&&n.value===e)return[s];for(o=t.getElementsByName(e),i=0;s=o[i++];)if((n=s.getAttributeNode("id"))&&n.value===e)return[s]}return[]}}),i.find.TAG=n.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):n.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,i=[],o=0,s=t.getElementsByTagName(e);if("*"===e){for(;n=s[o++];)1===n.nodeType&&i.push(n);return i}return s},i.find.CLASS=n.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&m)return t.getElementsByClassName(e)},v=[],g=[],(n.qsa=Z.test(f.querySelectorAll))&&(ue((function(e){var t;p.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&g.push("[*^$]=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll("[selected]").length||g.push("\\[[\\x20\\t\\r\\n\\f]*(?:value|"+P+")"),e.querySelectorAll("[id~="+_+"-]").length||g.push("~="),(t=f.createElement("input")).setAttribute("name",""),e.appendChild(t),e.querySelectorAll("[name='']").length||g.push("\\[[\\x20\\t\\r\\n\\f]*name[\\x20\\t\\r\\n\\f]*=[\\x20\\t\\r\\n\\f]*(?:''|\"\")"),e.querySelectorAll(":checked").length||g.push(":checked"),e.querySelectorAll("a#"+_+"+*").length||g.push(".#.+[+~]"),e.querySelectorAll("\\\f"),g.push("[\\r\\n\\f]")})),ue((function(e){e.innerHTML="";var t=f.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&g.push("name[\\x20\\t\\r\\n\\f]*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&g.push(":enabled",":disabled"),p.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&g.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),g.push(",.*:")}))),(n.matchesSelector=Z.test(y=p.matches||p.webkitMatchesSelector||p.mozMatchesSelector||p.oMatchesSelector||p.msMatchesSelector))&&ue((function(e){n.disconnectedMatch=y.call(e,"*"),y.call(e,"[s!='']:x"),v.push("!=",R)})),g=g.length&&new RegExp(g.join("|")),v=v.length&&new RegExp(v.join("|")),t=Z.test(p.compareDocumentPosition),b=t||Z.test(p.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,i=t&&t.parentNode;return e===i||!(!i||1!==i.nodeType||!(n.contains?n.contains(i):e.compareDocumentPosition&&16&e.compareDocumentPosition(i)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},I=t?function(e,t){if(e===t)return d=!0,0;var i=!e.compareDocumentPosition-!t.compareDocumentPosition;return i||(1&(i=(e.ownerDocument||e)==(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!n.sortDetached&&t.compareDocumentPosition(e)===i?e==f||e.ownerDocument==w&&b(w,e)?-1:t==f||t.ownerDocument==w&&b(w,t)?1:u?z(u,e)-z(u,t):0:4&i?-1:1)}:function(e,t){if(e===t)return d=!0,0;var n,i=0,o=e.parentNode,s=t.parentNode,r=[e],a=[t];if(!o||!s)return e==f?-1:t==f?1:o?-1:s?1:u?z(u,e)-z(u,t):0;if(o===s)return he(e,t);for(n=e;n=n.parentNode;)r.unshift(n);for(n=t;n=n.parentNode;)a.unshift(n);for(;r[i]===a[i];)i++;return i?he(r[i],a[i]):r[i]==w?-1:a[i]==w?1:0},f):f},ae.matches=function(e,t){return ae(e,null,null,t)},ae.matchesSelector=function(e,t){if(h(e),n.matchesSelector&&m&&!k[t+" "]&&(!v||!v.test(t))&&(!g||!g.test(t)))try{var i=y.call(e,t);if(i||n.disconnectedMatch||e.document&&11!==e.document.nodeType)return i}catch(e){k(t,!0)}return ae(t,f,null,[e]).length>0},ae.contains=function(e,t){return(e.ownerDocument||e)!=f&&h(e),b(e,t)},ae.attr=function(e,t){(e.ownerDocument||e)!=f&&h(e);var o=i.attrHandle[t.toLowerCase()],s=o&&A.call(i.attrHandle,t.toLowerCase())?o(e,t,!m):void 0;return void 0!==s?s:n.attributes||!m?e.getAttribute(t):(s=e.getAttributeNode(t))&&s.specified?s.value:null},ae.escape=function(e){return(e+"").replace(ie,oe)},ae.error=function(e){throw new Error("Syntax error, unrecognized expression: "+e)},ae.uniqueSort=function(e){var t,i=[],o=0,s=0;if(d=!n.detectDuplicates,u=!n.sortStable&&e.slice(0),e.sort(I),d){for(;t=e[s++];)t===e[s]&&(o=i.push(s));for(;o--;)e.splice(i[o],1)}return u=null,e},o=ae.getText=function(e){var t,n="",i=0,s=e.nodeType;if(s){if(1===s||9===s||11===s){if("string"==typeof e.textContent)return e.textContent;for(e=e.firstChild;e;e=e.nextSibling)n+=o(e)}else if(3===s||4===s)return e.nodeValue}else for(;t=e[i++];)n+=o(t);return n},i=ae.selectors={cacheLength:50,createPseudo:ce,match:G,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||ae.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&ae.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&V.test(n)&&(t=r(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=C[e+" "];return t||(t=new RegExp("(^|[\\x20\\t\\r\\n\\f])"+e+"("+H+"|$)"),C(e,(function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})))},ATTR:function(e,t,n){return function(i){var o=ae.attr(i,e);return null==o?"!="===t:!t||(o+="","="===t?o===n:"!="===t?o!==n:"^="===t?n&&0===o.indexOf(n):"*="===t?n&&o.indexOf(n)>-1:"$="===t?n&&o.slice(-n.length)===n:"~="===t?(" "+o.replace(F," ")+" ").indexOf(n)>-1:"|="===t&&(o===n||o.slice(0,n.length+1)===n+"-"))}},CHILD:function(e,t,n,i,o){var s="nth"!==e.slice(0,3),r="last"!==e.slice(-4),a="of-type"===t;return 1===i&&0===o?function(e){return!!e.parentNode}:function(t,n,l){var c,u,d,h,f,p,m=s!==r?"nextSibling":"previousSibling",g=t.parentNode,v=a&&t.nodeName.toLowerCase(),y=!l&&!a,b=!1;if(g){if(s){for(;m;){for(h=t;h=h[m];)if(a?h.nodeName.toLowerCase()===v:1===h.nodeType)return!1;p=m="only"===e&&!p&&"nextSibling"}return!0}if(p=[r?g.firstChild:g.lastChild],r&&y){for(b=(f=(c=(u=(d=(h=g)[_]||(h[_]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===x&&c[1])&&c[2],h=f&&g.childNodes[f];h=++f&&h&&h[m]||(b=f=0)||p.pop();)if(1===h.nodeType&&++b&&h===t){u[e]=[x,f,b];break}}else if(y&&(b=f=(c=(u=(d=(h=t)[_]||(h[_]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]||[])[0]===x&&c[1]),!1===b)for(;(h=++f&&h&&h[m]||(b=f=0)||p.pop())&&((a?h.nodeName.toLowerCase()!==v:1!==h.nodeType)||!++b||(y&&((u=(d=h[_]||(h[_]={}))[h.uniqueID]||(d[h.uniqueID]={}))[e]=[x,b]),h!==t)););return(b-=o)===i||b%i==0&&b/i>=0}}},PSEUDO:function(e,t){var n,o=i.pseudos[e]||i.setFilters[e.toLowerCase()]||ae.error("unsupported pseudo: "+e);return o[_]?o(t):o.length>1?(n=[e,e,"",t],i.setFilters.hasOwnProperty(e.toLowerCase())?ce((function(e,n){for(var i,s=o(e,t),r=s.length;r--;)e[i=z(e,s[r])]=!(n[i]=s[r])})):function(e){return o(e,0,n)}):o}},pseudos:{not:ce((function(e){var t=[],n=[],i=a(e.replace(B,"$1"));return i[_]?ce((function(e,t,n,o){for(var s,r=i(e,null,o,[]),a=e.length;a--;)(s=r[a])&&(e[a]=!(t[a]=s))})):function(e,o,s){return t[0]=e,i(t,null,s,n),t[0]=null,!n.pop()}})),has:ce((function(e){return function(t){return ae(e,t).length>0}})),contains:ce((function(e){return e=e.replace(te,ne),function(t){return(t.textContent||o(t)).indexOf(e)>-1}})),lang:ce((function(e){return Q.test(e||"")||ae.error("unsupported lang: "+e),e=e.replace(te,ne).toLowerCase(),function(t){var n;do{if(n=m?t.lang:t.getAttribute("xml:lang")||t.getAttribute("lang"))return(n=n.toLowerCase())===e||0===n.indexOf(e+"-")}while((t=t.parentNode)&&1===t.nodeType);return!1}})),target:function(t){var n=e.location&&e.location.hash;return n&&n.slice(1)===t.id},root:function(e){return e===p},focus:function(e){return e===f.activeElement&&(!f.hasFocus||f.hasFocus())&&!!(e.type||e.href||~e.tabIndex)},enabled:me(!1),disabled:me(!0),checked:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&!!e.checked||"option"===t&&!!e.selected},selected:function(e){return e.parentNode&&e.parentNode.selectedIndex,!0===e.selected},empty:function(e){for(e=e.firstChild;e;e=e.nextSibling)if(e.nodeType<6)return!1;return!0},parent:function(e){return!i.pseudos.empty(e)},header:function(e){return K.test(e.nodeName)},input:function(e){return X.test(e.nodeName)},button:function(e){var t=e.nodeName.toLowerCase();return"input"===t&&"button"===e.type||"button"===t},text:function(e){var t;return"input"===e.nodeName.toLowerCase()&&"text"===e.type&&(null==(t=e.getAttribute("type"))||"text"===t.toLowerCase())},first:ge((function(){return[0]})),last:ge((function(e,t){return[t-1]})),eq:ge((function(e,t,n){return[n<0?n+t:n]})),even:ge((function(e,t){for(var n=0;nt?t:n;--i>=0;)e.push(i);return e})),gt:ge((function(e,t,n){for(var i=n<0?n+t:n;++i1?function(t,n,i){for(var o=e.length;o--;)if(!e[o](t,n,i))return!1;return!0}:e[0]}function xe(e,t,n,i,o){for(var s,r=[],a=0,l=e.length,c=null!=t;a-1&&(s[c]=!(r[c]=d))}}else v=xe(v===r?v.splice(p,v.length):v),o?o(null,r,v,l):L.apply(r,v)}))}function Ce(e){for(var t,n,o,s=e.length,r=i.relative[e[0].type],a=r||i.relative[" "],l=r?1:0,u=_e((function(e){return e===t}),a,!0),d=_e((function(e){return z(t,e)>-1}),a,!0),h=[function(e,n,i){var o=!r&&(i||n!==c)||((t=n).nodeType?u(e,n,i):d(e,n,i));return t=null,o}];l1&&we(h),l>1&&be(e.slice(0,l-1).concat({value:" "===e[l-2].type?"*":""})).replace(B,"$1"),n,l0,o=e.length>0,s=function(s,r,a,l,u){var d,p,g,v=0,y="0",b=s&&[],_=[],w=c,E=s||o&&i.find.TAG("*",u),C=x+=null==w?1:Math.random()||.1,S=E.length;for(u&&(c=r==f||r||u);y!==S&&null!=(d=E[y]);y++){if(o&&d){for(p=0,r||d.ownerDocument==f||(h(d),a=!m);g=e[p++];)if(g(d,r||f,a)){l.push(d);break}u&&(x=C)}n&&((d=!g&&d)&&v--,s&&b.push(d))}if(v+=y,n&&y!==v){for(p=0;g=t[p++];)g(b,_,r,a);if(s){if(v>0)for(;y--;)b[y]||_[y]||(_[y]=D.call(l));_=xe(_)}L.apply(l,_),u&&!s&&_.length>0&&v+t.length>1&&ae.uniqueSort(l)}return u&&(x=C,c=w),b};return n?ce(s):s}(s,o)),a.selector=e}return a},l=ae.select=function(e,t,n,o){var s,l,c,u,d,h="function"==typeof e&&e,f=!o&&r(e=h.selector||e);if(n=n||[],1===f.length){if((l=f[0]=f[0].slice(0)).length>2&&"ID"===(c=l[0]).type&&9===t.nodeType&&m&&i.relative[l[1].type]){if(!(t=(i.find.ID(c.matches[0].replace(te,ne),t)||[])[0]))return n;h&&(t=t.parentNode),e=e.slice(l.shift().value.length)}for(s=G.needsContext.test(e)?0:l.length;s--&&(c=l[s],!i.relative[u=c.type]);)if((d=i.find[u])&&(o=d(c.matches[0].replace(te,ne),ee.test(l[0].type)&&ve(t.parentNode)||t))){if(l.splice(s,1),!(e=o.length&&be(l)))return L.apply(n,o),n;break}}return(h||a(e,f))(o,t,!m,n,!t||ee.test(e)&&ve(t.parentNode)||t),n},n.sortStable=_.split("").sort(I).join("")===_,n.detectDuplicates=!!d,h(),n.sortDetached=ue((function(e){return 1&e.compareDocumentPosition(f.createElement("fieldset"))})),ue((function(e){return e.innerHTML="","#"===e.firstChild.getAttribute("href")}))||de("type|href|height|width",(function(e,t,n){if(!n)return e.getAttribute(t,"type"===t.toLowerCase()?1:2)})),n.attributes&&ue((function(e){return e.innerHTML="",e.firstChild.setAttribute("value",""),""===e.firstChild.getAttribute("value")}))||de("value",(function(e,t,n){if(!n&&"input"===e.nodeName.toLowerCase())return e.defaultValue})),ue((function(e){return null==e.getAttribute("disabled")}))||de(P,(function(e,t,n){var i;if(!n)return!0===e[t]?t.toLowerCase():(i=e.getAttributeNode(t))&&i.specified?i.value:null})),ae}(e);w.find=E,w.expr=E.selectors,w.expr[":"]=w.expr.pseudos,w.uniqueSort=w.unique=E.uniqueSort,w.text=E.getText,w.isXMLDoc=E.isXML,w.contains=E.contains,w.escapeSelector=E.escape;var C=function(e,t,n){for(var i=[],o=void 0!==n;(e=e[t])&&9!==e.nodeType;)if(1===e.nodeType){if(o&&w(e).is(n))break;i.push(e)}return i},S=function(e,t){for(var n=[];e;e=e.nextSibling)1===e.nodeType&&e!==t&&n.push(e);return n},T=w.expr.match.needsContext;function k(e,t){return e.nodeName&&e.nodeName.toLowerCase()===t.toLowerCase()}var I=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function A(e,t,n){return p(t)?w.grep(e,(function(e,i){return!!t.call(e,i,e)!==n})):t.nodeType?w.grep(e,(function(e){return e===t!==n})):"string"!=typeof t?w.grep(e,(function(e){return a.call(t,e)>-1!==n})):w.filter(t,e,n)}w.filter=function(e,t,n){var i=t[0];return n&&(e=":not("+e+")"),1===t.length&&1===i.nodeType?w.find.matchesSelector(i,e)?[i]:[]:w.find.matches(e,w.grep(t,(function(e){return 1===e.nodeType})))},w.fn.extend({find:function(e){var t,n,i=this.length,o=this;if("string"!=typeof e)return this.pushStack(w(e).filter((function(){for(t=0;t1?w.uniqueSort(n):n},filter:function(e){return this.pushStack(A(this,e||[],!1))},not:function(e){return this.pushStack(A(this,e||[],!0))},is:function(e){return!!A(this,"string"==typeof e&&T.test(e)?w(e):e||[],!1).length}});var O,D=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/;(w.fn.init=function(e,t,n){var i,o;if(!e)return this;if(n=n||O,"string"==typeof e){if(!(i="<"===e[0]&&">"===e[e.length-1]&&e.length>=3?[null,e,null]:D.exec(e))||!i[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(i[1]){if(t=t instanceof w?t[0]:t,w.merge(this,w.parseHTML(i[1],t&&t.nodeType?t.ownerDocument||t:g,!0)),I.test(i[1])&&w.isPlainObject(t))for(i in t)p(this[i])?this[i](t[i]):this.attr(i,t[i]);return this}return(o=g.getElementById(i[2]))&&(this[0]=o,this.length=1),this}return e.nodeType?(this[0]=e,this.length=1,this):p(e)?void 0!==n.ready?n.ready(e):e(w):w.makeArray(e,this)}).prototype=w.fn,O=w(g);var N=/^(?:parents|prev(?:Until|All))/,L={children:!0,contents:!0,next:!0,prev:!0};function $(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}w.fn.extend({has:function(e){var t=w(e,this),n=t.length;return this.filter((function(){for(var e=0;e-1:1===n.nodeType&&w.find.matchesSelector(n,e))){s.push(n);break}return this.pushStack(s.length>1?w.uniqueSort(s):s)},index:function(e){return e?"string"==typeof e?a.call(w(e),this[0]):a.call(this,e.jquery?e[0]:e):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(e,t){return this.pushStack(w.uniqueSort(w.merge(this.get(),w(e,t))))},addBack:function(e){return this.add(null==e?this.prevObject:this.prevObject.filter(e))}}),w.each({parent:function(e){var t=e.parentNode;return t&&11!==t.nodeType?t:null},parents:function(e){return C(e,"parentNode")},parentsUntil:function(e,t,n){return C(e,"parentNode",n)},next:function(e){return $(e,"nextSibling")},prev:function(e){return $(e,"previousSibling")},nextAll:function(e){return C(e,"nextSibling")},prevAll:function(e){return C(e,"previousSibling")},nextUntil:function(e,t,n){return C(e,"nextSibling",n)},prevUntil:function(e,t,n){return C(e,"previousSibling",n)},siblings:function(e){return S((e.parentNode||{}).firstChild,e)},children:function(e){return S(e.firstChild)},contents:function(e){return null!=e.contentDocument&&i(e.contentDocument)?e.contentDocument:(k(e,"template")&&(e=e.content||e),w.merge([],e.childNodes))}},(function(e,t){w.fn[e]=function(n,i){var o=w.map(this,t,n);return"Until"!==e.slice(-5)&&(i=n),i&&"string"==typeof i&&(o=w.filter(i,o)),this.length>1&&(L[e]||w.uniqueSort(o),N.test(e)&&o.reverse()),this.pushStack(o)}}));var z=/[^\x20\t\r\n\f]+/g;function P(e){return e}function H(e){throw e}function j(e,t,n,i){var o;try{e&&p(o=e.promise)?o.call(e).done(t).fail(n):e&&p(o=e.then)?o.call(e,t,n):t.apply(void 0,[e].slice(i))}catch(e){n.apply(void 0,[e])}}w.Callbacks=function(e){e="string"==typeof e?function(e){var t={};return w.each(e.match(z)||[],(function(e,n){t[n]=!0})),t}(e):w.extend({},e);var t,n,i,o,s=[],r=[],a=-1,l=function(){for(o=o||e.once,i=t=!0;r.length;a=-1)for(n=r.shift();++a-1;)s.splice(n,1),n<=a&&a--})),this},has:function(e){return e?w.inArray(e,s)>-1:s.length>0},empty:function(){return s&&(s=[]),this},disable:function(){return o=r=[],s=n="",this},disabled:function(){return!s},lock:function(){return o=r=[],n||t||(s=n=""),this},locked:function(){return!!o},fireWith:function(e,n){return o||(n=[e,(n=n||[]).slice?n.slice():n],r.push(n),t||l()),this},fire:function(){return c.fireWith(this,arguments),this},fired:function(){return!!i}};return c},w.extend({Deferred:function(t){var n=[["notify","progress",w.Callbacks("memory"),w.Callbacks("memory"),2],["resolve","done",w.Callbacks("once memory"),w.Callbacks("once memory"),0,"resolved"],["reject","fail",w.Callbacks("once memory"),w.Callbacks("once memory"),1,"rejected"]],i="pending",o={state:function(){return i},always:function(){return s.done(arguments).fail(arguments),this},catch:function(e){return o.then(null,e)},pipe:function(){var e=arguments;return w.Deferred((function(t){w.each(n,(function(n,i){var o=p(e[i[4]])&&e[i[4]];s[i[1]]((function(){var e=o&&o.apply(this,arguments);e&&p(e.promise)?e.promise().progress(t.notify).done(t.resolve).fail(t.reject):t[i[0]+"With"](this,o?[e]:arguments)}))})),e=null})).promise()},then:function(t,i,o){var s=0;function r(t,n,i,o){return function(){var a=this,l=arguments,c=function(){var e,c;if(!(t=s&&(i!==H&&(a=void 0,l=[e]),n.rejectWith(a,l))}};t?u():(w.Deferred.getStackHook&&(u.stackTrace=w.Deferred.getStackHook()),e.setTimeout(u))}}return w.Deferred((function(e){n[0][3].add(r(0,e,p(o)?o:P,e.notifyWith)),n[1][3].add(r(0,e,p(t)?t:P)),n[2][3].add(r(0,e,p(i)?i:H))})).promise()},promise:function(e){return null!=e?w.extend(e,o):o}},s={};return w.each(n,(function(e,t){var r=t[2],a=t[5];o[t[1]]=r.add,a&&r.add((function(){i=a}),n[3-e][2].disable,n[3-e][3].disable,n[0][2].lock,n[0][3].lock),r.add(t[3].fire),s[t[0]]=function(){return s[t[0]+"With"](this===s?void 0:this,arguments),this},s[t[0]+"With"]=r.fireWith})),o.promise(s),t&&t.call(s,s),s},when:function(e){var t=arguments.length,n=t,i=Array(n),s=o.call(arguments),r=w.Deferred(),a=function(e){return function(n){i[e]=this,s[e]=arguments.length>1?o.call(arguments):n,--t||r.resolveWith(i,s)}};if(t<=1&&(j(e,r.done(a(n)).resolve,r.reject,!t),"pending"===r.state()||p(s[n]&&s[n].then)))return r.then();for(;n--;)j(s[n],a(n),r.reject);return r.promise()}});var M=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;w.Deferred.exceptionHook=function(t,n){e.console&&e.console.warn&&t&&M.test(t.name)&&e.console.warn("jQuery.Deferred exception: "+t.message,t.stack,n)},w.readyException=function(t){e.setTimeout((function(){throw t}))};var R=w.Deferred();function F(){g.removeEventListener("DOMContentLoaded",F),e.removeEventListener("load",F),w.ready()}w.fn.ready=function(e){return R.then(e).catch((function(e){w.readyException(e)})),this},w.extend({isReady:!1,readyWait:1,ready:function(e){(!0===e?--w.readyWait:w.isReady)||(w.isReady=!0,!0!==e&&--w.readyWait>0||R.resolveWith(g,[w]))}}),w.ready.then=R.then,"complete"===g.readyState||"loading"!==g.readyState&&!g.documentElement.doScroll?e.setTimeout(w.ready):(g.addEventListener("DOMContentLoaded",F),e.addEventListener("load",F));var B=function(e,t,n,i,o,s,r){var a=0,l=e.length,c=null==n;if("object"===b(n))for(a in o=!0,n)B(e,t,a,n[a],!0,s,r);else if(void 0!==i&&(o=!0,p(i)||(r=!0),c&&(r?(t.call(e,i),t=null):(c=t,t=function(e,t,n){return c.call(w(e),n)})),t))for(;a1,null,!0)},removeData:function(e){return this.each((function(){X.remove(this,e)}))}}),w.extend({queue:function(e,t,n){var i;if(e)return t=(t||"fx")+"queue",i=Y.get(e,t),n&&(!i||Array.isArray(n)?i=Y.access(e,t,w.makeArray(n)):i.push(n)),i||[]},dequeue:function(e,t){t=t||"fx";var n=w.queue(e,t),i=n.length,o=n.shift(),s=w._queueHooks(e,t);"inprogress"===o&&(o=n.shift(),i--),o&&("fx"===t&&n.unshift("inprogress"),delete s.stop,o.call(e,(function(){w.dequeue(e,t)}),s)),!i&&s&&s.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return Y.get(e,n)||Y.access(e,n,{empty:w.Callbacks("once memory").add((function(){Y.remove(e,[t+"queue",n])}))})}}),w.fn.extend({queue:function(e,t){var n=2;return"string"!=typeof e&&(t=e,e="fx",n--),arguments.length\x20\t\r\n\f]*)/i,me=/^$|^module$|\/(?:java|ecma)script/i;de=g.createDocumentFragment().appendChild(g.createElement("div")),(he=g.createElement("input")).setAttribute("type","radio"),he.setAttribute("checked","checked"),he.setAttribute("name","t"),de.appendChild(he),f.checkClone=de.cloneNode(!0).cloneNode(!0).lastChild.checked,de.innerHTML="",f.noCloneChecked=!!de.cloneNode(!0).lastChild.defaultValue,de.innerHTML="",f.option=!!de.lastChild;var ge={thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&k(e,t)?w.merge([e],n):n}function ye(e,t){for(var n=0,i=e.length;n",""]);var be=/<|&#?\w+;/;function _e(e,t,n,i,o){for(var s,r,a,l,c,u,d=t.createDocumentFragment(),h=[],f=0,p=e.length;f-1)o&&o.push(s);else if(c=oe(s),r=ve(d.appendChild(s),"script"),c&&ye(r),n)for(u=0;s=r[u++];)me.test(s.type||"")&&n.push(s);return d}var we=/^([^.]*)(?:\.(.+)|)/;function xe(){return!0}function Ee(){return!1}function Ce(e,t){return e===function(){try{return g.activeElement}catch(e){}}()==("focus"===t)}function Se(e,t,n,i,o,s){var r,a;if("object"==typeof t){for(a in"string"!=typeof n&&(i=i||n,n=void 0),t)Se(e,a,n,i,t[a],s);return e}if(null==i&&null==o?(o=n,i=n=void 0):null==o&&("string"==typeof n?(o=i,i=void 0):(o=i,i=n,n=void 0)),!1===o)o=Ee;else if(!o)return e;return 1===s&&(r=o,o=function(e){return w().off(e),r.apply(this,arguments)},o.guid=r.guid||(r.guid=w.guid++)),e.each((function(){w.event.add(this,t,o,i,n)}))}function Te(e,t,n){n?(Y.set(e,t,!1),w.event.add(e,t,{namespace:!1,handler:function(e){var i,s,r=Y.get(this,t);if(1&e.isTrigger&&this[t]){if(r.length)(w.event.special[t]||{}).delegateType&&e.stopPropagation();else if(r=o.call(arguments),Y.set(this,t,r),i=n(this,t),this[t](),r!==(s=Y.get(this,t))||i?Y.set(this,t,!1):s={},r!==s)return e.stopImmediatePropagation(),e.preventDefault(),s&&s.value}else r.length&&(Y.set(this,t,{value:w.event.trigger(w.extend(r[0],w.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Y.get(e,t)&&w.event.add(e,t,xe)}w.event={global:{},add:function(e,t,n,i,o){var s,r,a,l,c,u,d,h,f,p,m,g=Y.get(e);if(Q(e))for(n.handler&&(n=(s=n).handler,o=s.selector),o&&w.find.matchesSelector(ie,o),n.guid||(n.guid=w.guid++),(l=g.events)||(l=g.events=Object.create(null)),(r=g.handle)||(r=g.handle=function(t){return void 0!==w&&w.event.triggered!==t.type?w.event.dispatch.apply(e,arguments):void 0}),c=(t=(t||"").match(z)||[""]).length;c--;)f=m=(a=we.exec(t[c])||[])[1],p=(a[2]||"").split(".").sort(),f&&(d=w.event.special[f]||{},f=(o?d.delegateType:d.bindType)||f,d=w.event.special[f]||{},u=w.extend({type:f,origType:m,data:i,handler:n,guid:n.guid,selector:o,needsContext:o&&w.expr.match.needsContext.test(o),namespace:p.join(".")},s),(h=l[f])||((h=l[f]=[]).delegateCount=0,d.setup&&!1!==d.setup.call(e,i,p,r)||e.addEventListener&&e.addEventListener(f,r)),d.add&&(d.add.call(e,u),u.handler.guid||(u.handler.guid=n.guid)),o?h.splice(h.delegateCount++,0,u):h.push(u),w.event.global[f]=!0)},remove:function(e,t,n,i,o){var s,r,a,l,c,u,d,h,f,p,m,g=Y.hasData(e)&&Y.get(e);if(g&&(l=g.events)){for(c=(t=(t||"").match(z)||[""]).length;c--;)if(f=m=(a=we.exec(t[c])||[])[1],p=(a[2]||"").split(".").sort(),f){for(d=w.event.special[f]||{},h=l[f=(i?d.delegateType:d.bindType)||f]||[],a=a[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),r=s=h.length;s--;)u=h[s],!o&&m!==u.origType||n&&n.guid!==u.guid||a&&!a.test(u.namespace)||i&&i!==u.selector&&("**"!==i||!u.selector)||(h.splice(s,1),u.selector&&h.delegateCount--,d.remove&&d.remove.call(e,u));r&&!h.length&&(d.teardown&&!1!==d.teardown.call(e,p,g.handle)||w.removeEvent(e,f,g.handle),delete l[f])}else for(f in l)w.event.remove(e,f+t[c],n,i,!0);w.isEmptyObject(l)&&Y.remove(e,"handle events")}},dispatch:function(e){var t,n,i,o,s,r,a=new Array(arguments.length),l=w.event.fix(e),c=(Y.get(this,"events")||Object.create(null))[l.type]||[],u=w.event.special[l.type]||{};for(a[0]=l,t=1;t=1))for(;c!==this;c=c.parentNode||this)if(1===c.nodeType&&("click"!==e.type||!0!==c.disabled)){for(s=[],r={},n=0;n-1:w.find(o,this,null,[c]).length),r[o]&&s.push(i);s.length&&a.push({elem:c,handlers:s})}return c=this,l\s*$/g;function Oe(e,t){return k(e,"table")&&k(11!==t.nodeType?t:t.firstChild,"tr")&&w(e).children("tbody")[0]||e}function De(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Ne(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Le(e,t){var n,i,o,s,r,a;if(1===t.nodeType){if(Y.hasData(e)&&(a=Y.get(e).events))for(o in Y.remove(t,"handle events"),a)for(n=0,i=a[o].length;n1&&"string"==typeof g&&!f.checkClone&&Ie.test(g))return e.each((function(o){var s=e.eq(o);v&&(t[0]=g.call(this,o,s.html())),ze(s,t,n,i)}));if(h&&(r=(o=_e(t,e[0].ownerDocument,!1,e,i)).firstChild,1===o.childNodes.length&&(o=r),r||i)){for(l=(a=w.map(ve(o,"script"),De)).length;d0&&ye(r,!l&&ve(e,"script")),a},cleanData:function(e){for(var t,n,i,o=w.event.special,s=0;void 0!==(n=e[s]);s++)if(Q(n)){if(t=n[Y.expando]){if(t.events)for(i in t.events)o[i]?w.event.remove(n,i):w.removeEvent(n,i,t.handle);n[Y.expando]=void 0}n[X.expando]&&(n[X.expando]=void 0)}}}),w.fn.extend({detach:function(e){return Pe(this,e,!0)},remove:function(e){return Pe(this,e)},text:function(e){return B(this,(function(e){return void 0===e?w.text(this):this.empty().each((function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=e)}))}),null,e,arguments.length)},append:function(){return ze(this,arguments,(function(e){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||Oe(this,e).appendChild(e)}))},prepend:function(){return ze(this,arguments,(function(e){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var t=Oe(this,e);t.insertBefore(e,t.firstChild)}}))},before:function(){return ze(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this)}))},after:function(){return ze(this,arguments,(function(e){this.parentNode&&this.parentNode.insertBefore(e,this.nextSibling)}))},empty:function(){for(var e,t=0;null!=(e=this[t]);t++)1===e.nodeType&&(w.cleanData(ve(e,!1)),e.textContent="");return this},clone:function(e,t){return e=null!=e&&e,t=null==t?e:t,this.map((function(){return w.clone(this,e,t)}))},html:function(e){return B(this,(function(e){var t=this[0]||{},n=0,i=this.length;if(void 0===e&&1===t.nodeType)return t.innerHTML;if("string"==typeof e&&!ke.test(e)&&!ge[(pe.exec(e)||["",""])[1].toLowerCase()]){e=w.htmlPrefilter(e);try{for(;n=0&&(l+=Math.max(0,Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-s-l-a-.5))||0),l}function Je(e,t,n){var i=je(e),o=(!f.boxSizingReliable()||n)&&"border-box"===w.css(e,"boxSizing",!1,i),s=o,r=Fe(e,t,i),a="offset"+t[0].toUpperCase()+t.slice(1);if(He.test(r)){if(!n)return r;r="auto"}return(!f.boxSizingReliable()&&o||!f.reliableTrDimensions()&&k(e,"tr")||"auto"===r||!parseFloat(r)&&"inline"===w.css(e,"display",!1,i))&&e.getClientRects().length&&(o="border-box"===w.css(e,"boxSizing",!1,i),(s=a in e)&&(r=e[a])),(r=parseFloat(r)||0)+Ze(e,t,n||(o?"border":"content"),s,i,r)+"px"}function et(e,t,n,i,o){return new et.prototype.init(e,t,n,i,o)}w.extend({cssHooks:{opacity:{get:function(e,t){if(t){var n=Fe(e,"opacity");return""===n?"1":n}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,gridArea:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnStart:!0,gridRow:!0,gridRowEnd:!0,gridRowStart:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{},style:function(e,t,n,i){if(e&&3!==e.nodeType&&8!==e.nodeType&&e.style){var o,s,r,a=V(t),l=Ge.test(t),c=e.style;if(l||(t=Ve(a)),r=w.cssHooks[t]||w.cssHooks[a],void 0===n)return r&&"get"in r&&void 0!==(o=r.get(e,!1,i))?o:c[t];"string"===(s=typeof n)&&(o=te.exec(n))&&o[1]&&(n=ae(e,t,o),s="number"),null!=n&&n==n&&("number"!==s||l||(n+=o&&o[3]||(w.cssNumber[a]?"":"px")),f.clearCloneStyle||""!==n||0!==t.indexOf("background")||(c[t]="inherit"),r&&"set"in r&&void 0===(n=r.set(e,n,i))||(l?c.setProperty(t,n):c[t]=n))}},css:function(e,t,n,i){var o,s,r,a=V(t);return Ge.test(t)||(t=Ve(a)),(r=w.cssHooks[t]||w.cssHooks[a])&&"get"in r&&(o=r.get(e,!0,n)),void 0===o&&(o=Fe(e,t,i)),"normal"===o&&t in Xe&&(o=Xe[t]),""===n||n?(s=parseFloat(o),!0===n||isFinite(s)?s||0:o):o}}),w.each(["height","width"],(function(e,t){w.cssHooks[t]={get:function(e,n,i){if(n)return!Qe.test(w.css(e,"display"))||e.getClientRects().length&&e.getBoundingClientRect().width?Je(e,t,i):Me(e,Ye,(function(){return Je(e,t,i)}))},set:function(e,n,i){var o,s=je(e),r=!f.scrollboxSize()&&"absolute"===s.position,a=(r||i)&&"border-box"===w.css(e,"boxSizing",!1,s),l=i?Ze(e,t,i,a,s):0;return a&&r&&(l-=Math.ceil(e["offset"+t[0].toUpperCase()+t.slice(1)]-parseFloat(s[t])-Ze(e,t,"border",!1,s)-.5)),l&&(o=te.exec(n))&&"px"!==(o[3]||"px")&&(e.style[t]=n,n=w.css(e,t)),Ke(0,n,l)}}})),w.cssHooks.marginLeft=Be(f.reliableMarginLeft,(function(e,t){if(t)return(parseFloat(Fe(e,"marginLeft"))||e.getBoundingClientRect().left-Me(e,{marginLeft:0},(function(){return e.getBoundingClientRect().left})))+"px"})),w.each({margin:"",padding:"",border:"Width"},(function(e,t){w.cssHooks[e+t]={expand:function(n){for(var i=0,o={},s="string"==typeof n?n.split(" "):[n];i<4;i++)o[e+ne[i]+t]=s[i]||s[i-2]||s[0];return o}},"margin"!==e&&(w.cssHooks[e+t].set=Ke)})),w.fn.extend({css:function(e,t){return B(this,(function(e,t,n){var i,o,s={},r=0;if(Array.isArray(t)){for(i=je(e),o=t.length;r1)}}),w.Tween=et,et.prototype={constructor:et,init:function(e,t,n,i,o,s){this.elem=e,this.prop=n,this.easing=o||w.easing._default,this.options=t,this.start=this.now=this.cur(),this.end=i,this.unit=s||(w.cssNumber[n]?"":"px")},cur:function(){var e=et.propHooks[this.prop];return e&&e.get?e.get(this):et.propHooks._default.get(this)},run:function(e){var t,n=et.propHooks[this.prop];return this.options.duration?this.pos=t=w.easing[this.easing](e,this.options.duration*e,0,1,this.options.duration):this.pos=t=e,this.now=(this.end-this.start)*t+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),n&&n.set?n.set(this):et.propHooks._default.set(this),this}},et.prototype.init.prototype=et.prototype,et.propHooks={_default:{get:function(e){var t;return 1!==e.elem.nodeType||null!=e.elem[e.prop]&&null==e.elem.style[e.prop]?e.elem[e.prop]:(t=w.css(e.elem,e.prop,""))&&"auto"!==t?t:0},set:function(e){w.fx.step[e.prop]?w.fx.step[e.prop](e):1!==e.elem.nodeType||!w.cssHooks[e.prop]&&null==e.elem.style[Ve(e.prop)]?e.elem[e.prop]=e.now:w.style(e.elem,e.prop,e.now+e.unit)}}},et.propHooks.scrollTop=et.propHooks.scrollLeft={set:function(e){e.elem.nodeType&&e.elem.parentNode&&(e.elem[e.prop]=e.now)}},w.easing={linear:function(e){return e},swing:function(e){return.5-Math.cos(e*Math.PI)/2},_default:"swing"},w.fx=et.prototype.init,w.fx.step={};var tt,nt,it=/^(?:toggle|show|hide)$/,ot=/queueHooks$/;function st(){nt&&(!1===g.hidden&&e.requestAnimationFrame?e.requestAnimationFrame(st):e.setTimeout(st,w.fx.interval),w.fx.tick())}function rt(){return e.setTimeout((function(){tt=void 0})),tt=Date.now()}function at(e,t){var n,i=0,o={height:e};for(t=t?1:0;i<4;i+=2-t)o["margin"+(n=ne[i])]=o["padding"+n]=e;return t&&(o.opacity=o.width=e),o}function lt(e,t,n){for(var i,o=(ct.tweeners[t]||[]).concat(ct.tweeners["*"]),s=0,r=o.length;s1)},removeAttr:function(e){return this.each((function(){w.removeAttr(this,e)}))}}),w.extend({attr:function(e,t,n){var i,o,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return void 0===e.getAttribute?w.prop(e,t,n):(1===s&&w.isXMLDoc(e)||(o=w.attrHooks[t.toLowerCase()]||(w.expr.match.bool.test(t)?ut:void 0)),void 0!==n?null===n?void w.removeAttr(e,t):o&&"set"in o&&void 0!==(i=o.set(e,n,t))?i:(e.setAttribute(t,n+""),n):o&&"get"in o&&null!==(i=o.get(e,t))?i:null==(i=w.find.attr(e,t))?void 0:i)},attrHooks:{type:{set:function(e,t){if(!f.radioValue&&"radio"===t&&k(e,"input")){var n=e.value;return e.setAttribute("type",t),n&&(e.value=n),t}}}},removeAttr:function(e,t){var n,i=0,o=t&&t.match(z);if(o&&1===e.nodeType)for(;n=o[i++];)e.removeAttribute(n)}}),ut={set:function(e,t,n){return!1===t?w.removeAttr(e,n):e.setAttribute(n,n),n}},w.each(w.expr.match.bool.source.match(/\w+/g),(function(e,t){var n=dt[t]||w.find.attr;dt[t]=function(e,t,i){var o,s,r=t.toLowerCase();return i||(s=dt[r],dt[r]=o,o=null!=n(e,t,i)?r:null,dt[r]=s),o}}));var ht=/^(?:input|select|textarea|button)$/i,ft=/^(?:a|area)$/i;function pt(e){return(e.match(z)||[]).join(" ")}function mt(e){return e.getAttribute&&e.getAttribute("class")||""}function gt(e){return Array.isArray(e)?e:"string"==typeof e&&e.match(z)||[]}w.fn.extend({prop:function(e,t){return B(this,w.prop,e,t,arguments.length>1)},removeProp:function(e){return this.each((function(){delete this[w.propFix[e]||e]}))}}),w.extend({prop:function(e,t,n){var i,o,s=e.nodeType;if(3!==s&&8!==s&&2!==s)return 1===s&&w.isXMLDoc(e)||(t=w.propFix[t]||t,o=w.propHooks[t]),void 0!==n?o&&"set"in o&&void 0!==(i=o.set(e,n,t))?i:e[t]=n:o&&"get"in o&&null!==(i=o.get(e,t))?i:e[t]},propHooks:{tabIndex:{get:function(e){var t=w.find.attr(e,"tabindex");return t?parseInt(t,10):ht.test(e.nodeName)||ft.test(e.nodeName)&&e.href?0:-1}}},propFix:{for:"htmlFor",class:"className"}}),f.optSelected||(w.propHooks.selected={get:function(e){var t=e.parentNode;return t&&t.parentNode&&t.parentNode.selectedIndex,null},set:function(e){var t=e.parentNode;t&&(t.selectedIndex,t.parentNode&&t.parentNode.selectedIndex)}}),w.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],(function(){w.propFix[this.toLowerCase()]=this})),w.fn.extend({addClass:function(e){var t,n,i,o,s,r,a,l=0;if(p(e))return this.each((function(t){w(this).addClass(e.call(this,t,mt(this)))}));if((t=gt(e)).length)for(;n=this[l++];)if(o=mt(n),i=1===n.nodeType&&" "+pt(o)+" "){for(r=0;s=t[r++];)i.indexOf(" "+s+" ")<0&&(i+=s+" ");o!==(a=pt(i))&&n.setAttribute("class",a)}return this},removeClass:function(e){var t,n,i,o,s,r,a,l=0;if(p(e))return this.each((function(t){w(this).removeClass(e.call(this,t,mt(this)))}));if(!arguments.length)return this.attr("class","");if((t=gt(e)).length)for(;n=this[l++];)if(o=mt(n),i=1===n.nodeType&&" "+pt(o)+" "){for(r=0;s=t[r++];)for(;i.indexOf(" "+s+" ")>-1;)i=i.replace(" "+s+" "," ");o!==(a=pt(i))&&n.setAttribute("class",a)}return this},toggleClass:function(e,t){var n=typeof e,i="string"===n||Array.isArray(e);return"boolean"==typeof t&&i?t?this.addClass(e):this.removeClass(e):p(e)?this.each((function(n){w(this).toggleClass(e.call(this,n,mt(this),t),t)})):this.each((function(){var t,o,s,r;if(i)for(o=0,s=w(this),r=gt(e);t=r[o++];)s.hasClass(t)?s.removeClass(t):s.addClass(t);else void 0!==e&&"boolean"!==n||((t=mt(this))&&Y.set(this,"__className__",t),this.setAttribute&&this.setAttribute("class",t||!1===e?"":Y.get(this,"__className__")||""))}))},hasClass:function(e){var t,n,i=0;for(t=" "+e+" ";n=this[i++];)if(1===n.nodeType&&(" "+pt(mt(n))+" ").indexOf(t)>-1)return!0;return!1}});var vt=/\r/g;w.fn.extend({val:function(e){var t,n,i,o=this[0];return arguments.length?(i=p(e),this.each((function(n){var o;1===this.nodeType&&(null==(o=i?e.call(this,n,w(this).val()):e)?o="":"number"==typeof o?o+="":Array.isArray(o)&&(o=w.map(o,(function(e){return null==e?"":e+""}))),(t=w.valHooks[this.type]||w.valHooks[this.nodeName.toLowerCase()])&&"set"in t&&void 0!==t.set(this,o,"value")||(this.value=o))}))):o?(t=w.valHooks[o.type]||w.valHooks[o.nodeName.toLowerCase()])&&"get"in t&&void 0!==(n=t.get(o,"value"))?n:"string"==typeof(n=o.value)?n.replace(vt,""):null==n?"":n:void 0}}),w.extend({valHooks:{option:{get:function(e){var t=w.find.attr(e,"value");return null!=t?t:pt(w.text(e))}},select:{get:function(e){var t,n,i,o=e.options,s=e.selectedIndex,r="select-one"===e.type,a=r?null:[],l=r?s+1:o.length;for(i=s<0?l:r?s:0;i-1)&&(n=!0);return n||(e.selectedIndex=-1),s}}}}),w.each(["radio","checkbox"],(function(){w.valHooks[this]={set:function(e,t){if(Array.isArray(t))return e.checked=w.inArray(w(e).val(),t)>-1}},f.checkOn||(w.valHooks[this].get=function(e){return null===e.getAttribute("value")?"on":e.value})})),f.focusin="onfocusin"in e;var yt=/^(?:focusinfocus|focusoutblur)$/,bt=function(e){e.stopPropagation()};w.extend(w.event,{trigger:function(t,n,i,o){var s,r,a,l,c,d,h,f,v=[i||g],y=u.call(t,"type")?t.type:t,b=u.call(t,"namespace")?t.namespace.split("."):[];if(r=f=a=i=i||g,3!==i.nodeType&&8!==i.nodeType&&!yt.test(y+w.event.triggered)&&(y.indexOf(".")>-1&&(b=y.split("."),y=b.shift(),b.sort()),c=y.indexOf(":")<0&&"on"+y,(t=t[w.expando]?t:new w.Event(y,"object"==typeof t&&t)).isTrigger=o?2:3,t.namespace=b.join("."),t.rnamespace=t.namespace?new RegExp("(^|\\.)"+b.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,t.result=void 0,t.target||(t.target=i),n=null==n?[t]:w.makeArray(n,[t]),h=w.event.special[y]||{},o||!h.trigger||!1!==h.trigger.apply(i,n))){if(!o&&!h.noBubble&&!m(i)){for(l=h.delegateType||y,yt.test(l+y)||(r=r.parentNode);r;r=r.parentNode)v.push(r),a=r;a===(i.ownerDocument||g)&&v.push(a.defaultView||a.parentWindow||e)}for(s=0;(r=v[s++])&&!t.isPropagationStopped();)f=r,t.type=s>1?l:h.bindType||y,(d=(Y.get(r,"events")||Object.create(null))[t.type]&&Y.get(r,"handle"))&&d.apply(r,n),(d=c&&r[c])&&d.apply&&Q(r)&&(t.result=d.apply(r,n),!1===t.result&&t.preventDefault());return t.type=y,o||t.isDefaultPrevented()||h._default&&!1!==h._default.apply(v.pop(),n)||!Q(i)||c&&p(i[y])&&!m(i)&&((a=i[c])&&(i[c]=null),w.event.triggered=y,t.isPropagationStopped()&&f.addEventListener(y,bt),i[y](),t.isPropagationStopped()&&f.removeEventListener(y,bt),w.event.triggered=void 0,a&&(i[c]=a)),t.result}},simulate:function(e,t,n){var i=w.extend(new w.Event,n,{type:e,isSimulated:!0});w.event.trigger(i,null,t)}}),w.fn.extend({trigger:function(e,t){return this.each((function(){w.event.trigger(e,t,this)}))},triggerHandler:function(e,t){var n=this[0];if(n)return w.event.trigger(e,t,n,!0)}}),f.focusin||w.each({focus:"focusin",blur:"focusout"},(function(e,t){var n=function(e){w.event.simulate(t,e.target,w.event.fix(e))};w.event.special[t]={setup:function(){var i=this.ownerDocument||this.document||this,o=Y.access(i,t);o||i.addEventListener(e,n,!0),Y.access(i,t,(o||0)+1)},teardown:function(){var i=this.ownerDocument||this.document||this,o=Y.access(i,t)-1;o?Y.access(i,t,o):(i.removeEventListener(e,n,!0),Y.remove(i,t))}}}));var _t=e.location,wt={guid:Date.now()},xt=/\?/;w.parseXML=function(t){var n,i;if(!t||"string"!=typeof t)return null;try{n=(new e.DOMParser).parseFromString(t,"text/xml")}catch(e){}return i=n&&n.getElementsByTagName("parsererror")[0],n&&!i||w.error("Invalid XML: "+(i?w.map(i.childNodes,(function(e){return e.textContent})).join("\n"):t)),n};var Et=/\[\]$/,Ct=/\r?\n/g,St=/^(?:submit|button|image|reset|file)$/i,Tt=/^(?:input|select|textarea|keygen)/i;function kt(e,t,n,i){var o;if(Array.isArray(t))w.each(t,(function(t,o){n||Et.test(e)?i(e,o):kt(e+"["+("object"==typeof o&&null!=o?t:"")+"]",o,n,i)}));else if(n||"object"!==b(t))i(e,t);else for(o in t)kt(e+"["+o+"]",t[o],n,i)}w.param=function(e,t){var n,i=[],o=function(e,t){var n=p(t)?t():t;i[i.length]=encodeURIComponent(e)+"="+encodeURIComponent(null==n?"":n)};if(null==e)return"";if(Array.isArray(e)||e.jquery&&!w.isPlainObject(e))w.each(e,(function(){o(this.name,this.value)}));else for(n in e)kt(n,e[n],t,o);return i.join("&")},w.fn.extend({serialize:function(){return w.param(this.serializeArray())},serializeArray:function(){return this.map((function(){var e=w.prop(this,"elements");return e?w.makeArray(e):this})).filter((function(){var e=this.type;return this.name&&!w(this).is(":disabled")&&Tt.test(this.nodeName)&&!St.test(e)&&(this.checked||!fe.test(e))})).map((function(e,t){var n=w(this).val();return null==n?null:Array.isArray(n)?w.map(n,(function(e){return{name:t.name,value:e.replace(Ct,"\r\n")}})):{name:t.name,value:n.replace(Ct,"\r\n")}})).get()}});var It=/%20/g,At=/#.*$/,Ot=/([?&])_=[^&]*/,Dt=/^(.*?):[ \t]*([^\r\n]*)$/gm,Nt=/^(?:GET|HEAD)$/,Lt=/^\/\//,$t={},zt={},Pt="*/".concat("*"),Ht=g.createElement("a");function jt(e){return function(t,n){"string"!=typeof t&&(n=t,t="*");var i,o=0,s=t.toLowerCase().match(z)||[];if(p(n))for(;i=s[o++];)"+"===i[0]?(i=i.slice(1)||"*",(e[i]=e[i]||[]).unshift(n)):(e[i]=e[i]||[]).push(n)}}function Mt(e,t,n,i){var o={},s=e===zt;function r(a){var l;return o[a]=!0,w.each(e[a]||[],(function(e,a){var c=a(t,n,i);return"string"!=typeof c||s||o[c]?s?!(l=c):void 0:(t.dataTypes.unshift(c),r(c),!1)})),l}return r(t.dataTypes[0])||!o["*"]&&r("*")}function Rt(e,t){var n,i,o=w.ajaxSettings.flatOptions||{};for(n in t)void 0!==t[n]&&((o[n]?e:i||(i={}))[n]=t[n]);return i&&w.extend(!0,e,i),e}Ht.href=_t.href,w.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:_t.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(_t.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Pt,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":w.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(e,t){return t?Rt(Rt(e,w.ajaxSettings),t):Rt(w.ajaxSettings,e)},ajaxPrefilter:jt($t),ajaxTransport:jt(zt),ajax:function(t,n){"object"==typeof t&&(n=t,t=void 0),n=n||{};var i,o,s,r,a,l,c,u,d,h,f=w.ajaxSetup({},n),p=f.context||f,m=f.context&&(p.nodeType||p.jquery)?w(p):w.event,v=w.Deferred(),y=w.Callbacks("once memory"),b=f.statusCode||{},_={},x={},E="canceled",C={readyState:0,getResponseHeader:function(e){var t;if(c){if(!r)for(r={};t=Dt.exec(s);)r[t[1].toLowerCase()+" "]=(r[t[1].toLowerCase()+" "]||[]).concat(t[2]);t=r[e.toLowerCase()+" "]}return null==t?null:t.join(", ")},getAllResponseHeaders:function(){return c?s:null},setRequestHeader:function(e,t){return null==c&&(e=x[e.toLowerCase()]=x[e.toLowerCase()]||e,_[e]=t),this},overrideMimeType:function(e){return null==c&&(f.mimeType=e),this},statusCode:function(e){var t;if(e)if(c)C.always(e[C.status]);else for(t in e)b[t]=[b[t],e[t]];return this},abort:function(e){var t=e||E;return i&&i.abort(t),S(0,t),this}};if(v.promise(C),f.url=((t||f.url||_t.href)+"").replace(Lt,_t.protocol+"//"),f.type=n.method||n.type||f.method||f.type,f.dataTypes=(f.dataType||"*").toLowerCase().match(z)||[""],null==f.crossDomain){l=g.createElement("a");try{l.href=f.url,l.href=l.href,f.crossDomain=Ht.protocol+"//"+Ht.host!=l.protocol+"//"+l.host}catch(e){f.crossDomain=!0}}if(f.data&&f.processData&&"string"!=typeof f.data&&(f.data=w.param(f.data,f.traditional)),Mt($t,f,n,C),c)return C;for(d in(u=w.event&&f.global)&&0==w.active++&&w.event.trigger("ajaxStart"),f.type=f.type.toUpperCase(),f.hasContent=!Nt.test(f.type),o=f.url.replace(At,""),f.hasContent?f.data&&f.processData&&0===(f.contentType||"").indexOf("application/x-www-form-urlencoded")&&(f.data=f.data.replace(It,"+")):(h=f.url.slice(o.length),f.data&&(f.processData||"string"==typeof f.data)&&(o+=(xt.test(o)?"&":"?")+f.data,delete f.data),!1===f.cache&&(o=o.replace(Ot,"$1"),h=(xt.test(o)?"&":"?")+"_="+wt.guid+++h),f.url=o+h),f.ifModified&&(w.lastModified[o]&&C.setRequestHeader("If-Modified-Since",w.lastModified[o]),w.etag[o]&&C.setRequestHeader("If-None-Match",w.etag[o])),(f.data&&f.hasContent&&!1!==f.contentType||n.contentType)&&C.setRequestHeader("Content-Type",f.contentType),C.setRequestHeader("Accept",f.dataTypes[0]&&f.accepts[f.dataTypes[0]]?f.accepts[f.dataTypes[0]]+("*"!==f.dataTypes[0]?", "+Pt+"; q=0.01":""):f.accepts["*"]),f.headers)C.setRequestHeader(d,f.headers[d]);if(f.beforeSend&&(!1===f.beforeSend.call(p,C,f)||c))return C.abort();if(E="abort",y.add(f.complete),C.done(f.success),C.fail(f.error),i=Mt(zt,f,n,C)){if(C.readyState=1,u&&m.trigger("ajaxSend",[C,f]),c)return C;f.async&&f.timeout>0&&(a=e.setTimeout((function(){C.abort("timeout")}),f.timeout));try{c=!1,i.send(_,S)}catch(e){if(c)throw e;S(-1,e)}}else S(-1,"No Transport");function S(t,n,r,l){var d,h,g,_,x,E=n;c||(c=!0,a&&e.clearTimeout(a),i=void 0,s=l||"",C.readyState=t>0?4:0,d=t>=200&&t<300||304===t,r&&(_=function(e,t,n){for(var i,o,s,r,a=e.contents,l=e.dataTypes;"*"===l[0];)l.shift(),void 0===i&&(i=e.mimeType||t.getResponseHeader("Content-Type"));if(i)for(o in a)if(a[o]&&a[o].test(i)){l.unshift(o);break}if(l[0]in n)s=l[0];else{for(o in n){if(!l[0]||e.converters[o+" "+l[0]]){s=o;break}r||(r=o)}s=s||r}if(s)return s!==l[0]&&l.unshift(s),n[s]}(f,C,r)),!d&&w.inArray("script",f.dataTypes)>-1&&w.inArray("json",f.dataTypes)<0&&(f.converters["text script"]=function(){}),_=function(e,t,n,i){var o,s,r,a,l,c={},u=e.dataTypes.slice();if(u[1])for(r in e.converters)c[r.toLowerCase()]=e.converters[r];for(s=u.shift();s;)if(e.responseFields[s]&&(n[e.responseFields[s]]=t),!l&&i&&e.dataFilter&&(t=e.dataFilter(t,e.dataType)),l=s,s=u.shift())if("*"===s)s=l;else if("*"!==l&&l!==s){if(!(r=c[l+" "+s]||c["* "+s]))for(o in c)if((a=o.split(" "))[1]===s&&(r=c[l+" "+a[0]]||c["* "+a[0]])){!0===r?r=c[o]:!0!==c[o]&&(s=a[0],u.unshift(a[1]));break}if(!0!==r)if(r&&e.throws)t=r(t);else try{t=r(t)}catch(e){return{state:"parsererror",error:r?e:"No conversion from "+l+" to "+s}}}return{state:"success",data:t}}(f,_,C,d),d?(f.ifModified&&((x=C.getResponseHeader("Last-Modified"))&&(w.lastModified[o]=x),(x=C.getResponseHeader("etag"))&&(w.etag[o]=x)),204===t||"HEAD"===f.type?E="nocontent":304===t?E="notmodified":(E=_.state,h=_.data,d=!(g=_.error))):(g=E,!t&&E||(E="error",t<0&&(t=0))),C.status=t,C.statusText=(n||E)+"",d?v.resolveWith(p,[h,E,C]):v.rejectWith(p,[C,E,g]),C.statusCode(b),b=void 0,u&&m.trigger(d?"ajaxSuccess":"ajaxError",[C,f,d?h:g]),y.fireWith(p,[C,E]),u&&(m.trigger("ajaxComplete",[C,f]),--w.active||w.event.trigger("ajaxStop")))}return C},getJSON:function(e,t,n){return w.get(e,t,n,"json")},getScript:function(e,t){return w.get(e,void 0,t,"script")}}),w.each(["get","post"],(function(e,t){w[t]=function(e,n,i,o){return p(n)&&(o=o||i,i=n,n=void 0),w.ajax(w.extend({url:e,type:t,dataType:o,data:n,success:i},w.isPlainObject(e)&&e))}})),w.ajaxPrefilter((function(e){var t;for(t in e.headers)"content-type"===t.toLowerCase()&&(e.contentType=e.headers[t]||"")})),w._evalUrl=function(e,t,n){return w.ajax({url:e,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,converters:{"text script":function(){}},dataFilter:function(e){w.globalEval(e,t,n)}})},w.fn.extend({wrapAll:function(e){var t;return this[0]&&(p(e)&&(e=e.call(this[0])),t=w(e,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&t.insertBefore(this[0]),t.map((function(){for(var e=this;e.firstElementChild;)e=e.firstElementChild;return e})).append(this)),this},wrapInner:function(e){return p(e)?this.each((function(t){w(this).wrapInner(e.call(this,t))})):this.each((function(){var t=w(this),n=t.contents();n.length?n.wrapAll(e):t.append(e)}))},wrap:function(e){var t=p(e);return this.each((function(n){w(this).wrapAll(t?e.call(this,n):e)}))},unwrap:function(e){return this.parent(e).not("body").each((function(){w(this).replaceWith(this.childNodes)})),this}}),w.expr.pseudos.hidden=function(e){return!w.expr.pseudos.visible(e)},w.expr.pseudos.visible=function(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)},w.ajaxSettings.xhr=function(){try{return new e.XMLHttpRequest}catch(e){}};var Ft={0:200,1223:204},Bt=w.ajaxSettings.xhr();f.cors=!!Bt&&"withCredentials"in Bt,f.ajax=Bt=!!Bt,w.ajaxTransport((function(t){var n,i;if(f.cors||Bt&&!t.crossDomain)return{send:function(o,s){var r,a=t.xhr();if(a.open(t.type,t.url,t.async,t.username,t.password),t.xhrFields)for(r in t.xhrFields)a[r]=t.xhrFields[r];for(r in t.mimeType&&a.overrideMimeType&&a.overrideMimeType(t.mimeType),t.crossDomain||o["X-Requested-With"]||(o["X-Requested-With"]="XMLHttpRequest"),o)a.setRequestHeader(r,o[r]);n=function(e){return function(){n&&(n=i=a.onload=a.onerror=a.onabort=a.ontimeout=a.onreadystatechange=null,"abort"===e?a.abort():"error"===e?"number"!=typeof a.status?s(0,"error"):s(a.status,a.statusText):s(Ft[a.status]||a.status,a.statusText,"text"!==(a.responseType||"text")||"string"!=typeof a.responseText?{binary:a.response}:{text:a.responseText},a.getAllResponseHeaders()))}},a.onload=n(),i=a.onerror=a.ontimeout=n("error"),void 0!==a.onabort?a.onabort=i:a.onreadystatechange=function(){4===a.readyState&&e.setTimeout((function(){n&&i()}))},n=n("abort");try{a.send(t.hasContent&&t.data||null)}catch(e){if(n)throw e}},abort:function(){n&&n()}}})),w.ajaxPrefilter((function(e){e.crossDomain&&(e.contents.script=!1)})),w.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(e){return w.globalEval(e),e}}}),w.ajaxPrefilter("script",(function(e){void 0===e.cache&&(e.cache=!1),e.crossDomain&&(e.type="GET")})),w.ajaxTransport("script",(function(e){var t,n;if(e.crossDomain||e.scriptAttrs)return{send:function(i,o){t=w(" + + + + + + + diff --git a/docs/ktools/index.html b/docs/ktools/index.html new file mode 100644 index 00000000000..9cc9a7b97a7 --- /dev/null +++ b/docs/ktools/index.html @@ -0,0 +1,726 @@ + + + + + + + + + + + + + + +K Tools | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + +

+ + + +
+
+
+ + +
+ +
+

K Tools

+

Here we document how to use some of the most commonly used K tools.

+

Minimizing Output

+

When one is working with kore-repl or the prover in general and looking at +specific configurations using config, sometimes the configurations can be huge.

+

One tool to help print configuration compactly is the pyk print utility:

+
sh
pyk print +
+

We are going to use --minimize option (which is actually used automatically +when printing with pyk). This will filter out many uninteresting cells for the +current config and make the result more compact.

+

Then, when invoking the prover, you can minimize your output by piping it into +the pyk print ... facility with arguments for controlling the output:

+
sh
kprove --output json --definition DEFN ... \ + | jq .term \ + | pyk print DEFN /dev/stdin --omit-labels ... --keep-labels ... +
+

You can also use this in the kore-repl more easily, by making a help script. +In your current directory, save a new script pykprint.sh:

+
sh
#!/bin/bash + +kast --input kore --output json --definition $1 /dev/stdin \ + | jq .term \ + | pyk print $1 /dev/stdin --omit-labels $2 +
+

Now call config | bash pykprint.sh DEFN in Kore REPL to make the output +smaller.

+

The options you have to control the output are as follows:

+
    +
  • --no-minimize: do not remove uninteresting cells.
  • +
  • --omit-cells: remove the selected cells from the output.
  • +
  • --keep-cells: keep only the selected cells in the output.
  • +
+

Note: Make sure that there is no whitespace around , in the omit list, +otherwise you'll get an error (, is a list separator, so this +requirement is strict).

+

Debugging

+

The LLVM Backend has support for integration with GDB. You can run the debugger +on a particular program by passing the --debugger flag to krun, or by +invoking the llvm backend interpreter directly. Below we provide a simple +tutorial to explain some of the basic commands supported by the LLVM backend.

+

LLDB Support

+

GDB is not well-supported on macOS, particularly on newer OS versions and Apple +Silicon ARM hardware. Consequently, if the --debugger option is passed to krun +on macOS, LLDB[^1] is launched instead of GDB. However, the K-specific debugger +scripts that GDB uses have not been ported to LLDB yet, and so the instructions +in the rest of this section will not work.

+

The K Definition

+

Here is a sample K definition we will use to demonstrate debugging +capabilities:

+
k
module TEST + imports INT + + configuration <k> foo(5) </k> + rule [test]: I:Int => I +Int 1 requires I <Int 10 + + syntax Int ::= foo(Int) [function] + rule foo(I) => 0 -Int I + +endmodule +
+

You should compile this definition with --backend llvm --enable-llvm-debug to +use the debugger most effectively.

+

Stepping

+

Important: When you first run krun with option --debugger, GDB / LLDB +will instruct you on how to modify ~/.gdbinit or ~/.lldbinit to enable +printing abstract syntax of K terms in the debugger. If you do not perform this +step, you can still use all the other features, but K terms will be printed as +their raw address in memory.

+

GDB will need the kompiled interpreter in its safe path in order to access the +pretty printing python script within it. A good way to do this would be to pick +a minimum top-level path that covers all of your kompiled semantics (ie. set auto-load safe-path ~/k-semantics). LLDB has slightly different security +policies that do not require fully-arbitrary code execution.

+

This section uses GDB syntax to demonstrate the debugging features. Please +refer to the GDB to LLDB command map on +macOS.

+

You can break before every step of execution is taken by setting a breakpoint +on the k_step function.

+
(gdb) break definition.kore:k_step
+Breakpoint 1 at 0x25e340
+(gdb) run
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("0", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb) continue
+Continuing.
+
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("1", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb) continue 2
+Will ignore next crossing of breakpoint 1.  Continuing.
+
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("3", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb)
+
+

Breaking on a specific rule

+

You can break when a rule is applied by giving the rule a rule label. If the +module name is TEST and the rule label is test, you can break when the rule +applies by setting a breakpoint on the TEST.test.rhs function:

+
(gdb) break TEST.test.rhs
+Breakpoint 1 at 0x25e250: file /home/dwightguth/test/./test.k, line 4.
+(gdb) run
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+
+

Note that the substitution associated with that rule is visible in the +description of the frame.

+

You can also break when a side condition is applied using the TEST.test.sc +function:

+
(gdb) break TEST.test.sc
+Breakpoint 1 at 0x25e230: file /home/dwightguth/test/./test.k, line 4.
+(gdb) run
+Breakpoint 1, TEST.test.sc (VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+
+

Note that every variable used in the side condition can have its value +inspected when stopped at this breakpoint, but other variables are not visible.

+

You can also break on a rule by its location:

+
(gdb) break test.k:4
+Breakpoint 1 at 0x25e230: test.k:4. (2 locations)
+(gdb) run
+Breakpoint 1, TEST.test.sc (VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.sc (VarI=#token("1", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+
+

Note that this sets a breakpoint at two locations: one on the side condition +and one on the right hand side. If the rule had no side condition, the first +would not be set. You can also view the locations of the breakpoints and +disable them individually:

+
(gdb) info breakpoint
+Num     Type           Disp Enb Address            What
+1       breakpoint     keep y   <MULTIPLE>
+        breakpoint already hit 3 times
+1.1                         y     0x000000000025e230 in TEST.test.sc at /home/dwightguth/test/./test.k:4
+1.2                         y     0x000000000025e250 in TEST.test.rhs at /home/dwightguth/test/./test.k:4
+(gdb) disable 1.1
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("1", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("2", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+
+

Now only the breakpoint when the rule applies is enabled.

+

Breaking on a function

+

You can also break when a particular function in your semantics is invoked:

+
(gdb) info functions foo
+All functions matching regular expression "foo":
+
+File /home/dwightguth/test/./test.k:
+struct __mpz_struct *Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int(struct __mpz_struct *);
+(gdb) break Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int
+Breakpoint 1 at 0x25e640: file /home/dwightguth/test/./test.k, line 6.
+(gdb) run
+Breakpoint 1, Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+6         syntax Int ::= foo(Int) [function]
+(gdb)
+
+

In this case, the variables have numbers instead of names because the names of +arguments in functions in K come from rules, and we are stopped before any +specific rule has applied. For example, _1 is the first argument to the +function.

+

You can also set a breakpoint in this location by setting it on the line +associated with its production:

+
(gdb) break test.k:6
+Breakpoint 1 at 0x25e640: file /home/dwightguth/test/./test.k, line 6.
+(gdb) run
+Breakpoint 1, Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+6         syntax Int ::= foo(Int) [function]
+
+

These two syntaxes are equivalent; use whichever is easier for you.

+

You can also view the stack of function applications:

+
(gdb) bt
+#0  Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+#1  0x000000000025e5f8 in apply_rule_111 (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList)) at /home/dwightguth/test/./test.k:9
+#2  0x0000000000268a52 in take_steps ()
+#3  0x000000000026b7b4 in main ()
+(gdb)
+
+

Here we see that foo was invoked while applying the rule on line 9 of test.k, +and we also can see the substitution of that rule. If foo was evaluated while +evaluating another function, we would also be able to see the arguments of that +function as well, unless the function was tail recursive, in which case no +stack frame would exist once the tail call was performed.

+

Breaking on a set of rules or functions

+

Using rbreak <regex> you can set breakpoints on multiple functions.

+
    +
  • +

    rbreak Lbl - sets a breakpoint on all non hooked functions

    +
  • +
  • +

    rbreak Lbl.*TEST - sets a breakpoint on all functions from module TEST

    +
  • +
  • +

    rbreak hook_INT - sets a breakpoint on all hooks from module INT

    +
  • +
+

Other debugger issues

+
    +
  • <optimized out> try kompiling without -O1, -O2, or -O3.
  • +
  • (gdb) break definition.kore:break -> No source file named definition.kore. +send --enable-llvm-debug to kompile in order to generate debug info symbols.
  • +
+

Profiling your K semantics

+

The first thing to be aware of is in order to get meaningful data, +you need to build the semantics and all of its dependencies with +optimizations enabled but without the frame pointer elimination +optimization. For example, for EVM, this means rebuilding GMP, MPFR, +JEMalloc, Crypto++, SECP256K1, etc with the following exports.

+
sh
export CFLAGS="-DNDEBUG -O2 -fno-omit-frame-pointer" +export CXXFLAGS="-DNDEBUG -O2 -fno-omit-frame-pointer" +
+

You can skip this step, but if you do, any samples within these +libraries will not have correct stack trace information, which means +you will likely not get a meaningful set of data that will tell you +where the majority of time is really being spent. Don't worry about +rebuilding literally every single dependency though. Just focus on the +ones that you expect to take a non-negligible amount of runtime. You +will be able to tell if you haven't done enough later, and you can go +back and rebuild more. Once this is done, you then build K with +optimizations and debug info enabled, like so:

+
sh
mvn package -Dproject.build.type="FastBuild" +
+

Next, you build the semantics with optimizations and debug info +enabled (i.e., kompile -ccopt -O2 --iterated -ccopt -fno-omit-frame-pointer).

+

Once all this is done, you should be ready to profile your +application. Essentially, you should run whatever test suite you +usually run, but with perf record -g -- prefixed to the front. For +example, for KEVM it's the following command. (For best data, don't +run this step in parallel.)

+
sh
perf record -g -- make test-conformance +
+

Finally, you want to filter out just the samples that landed within +the llvm backend and view the report. For this, you need to know the +name of the binary that was generated by your build system. Normally +it is interpreter, but e.g. if you are building the web3 client for +kevm, it would be kevm-client. You will want to run the following +command.

+
sh
perf report -g -c $binary_name +
+

If all goes well, you should see a breakdown of where CPU time has +been spent executing the application. You will know that sufficient +time was spent rebuilding dependencies with the correct flags when the +total time reported by the main method is close to 100%. If it's not +close to 100%, this is probably because a decent amount of self time +was reported in stack traces that were not built with frame pointers +enabled, meaning that perf was unable to walk the stack. You will have +to go back, rebuild the appropriate libraries, and then record your +trace again.

+

Your ultimate goal is to identify the hotspots that take the most +time, and make them execute faster. Entries like step and +step_1234 like functions refer to the cost of matching. An entry +like side_condition_1234 is a side condition and apply_rule_1234 +is constructing the rhs of a rule. You can convert from this rule +ordinal to a location using the llvm-kompile-compute-loc script in +the bin folder of the llvm backend repo. For example,

+
sh
llvm-kompile-compute-loc 5868 evm-semantics/.build/defn/llvm/driver-kompiled +
+

spits out the following text.

+
Line: 18529
+/home/dwightguth/evm-semantics/./.build/defn/llvm/driver.k:493:10
+
+

This is the line of definition.kore that the axiom appears on as +well as the original location of the rule in the K semantics. You can +use this information to figure out which rules and functions are +causing the most time and optimize them to be more efficient.

+

Running tests - kserver

+

The kserver is a front-end tool based on Nailgun +which helps to reduce the startup time of the JVM. Calling kserver in a terminal +window will wait for all kompile/kprove calls and force them to run in the same process +and share the same threads. This also reduces the thread contention significantly. kompile +uses all the threads available to do rule parsing. Another benefit is that it saves caches, +and each time you call kprove/kast, you can access those directly w/o extra disk usage. +Running the regression-new integration tests on a powerful machine (32 threads) takes 8m, +with the kserver active it takes 2m. You can start the kserver in two ways.

+
    +
  • blocking: call kserver in the command line. Close it after you are done testing. Useful for quick testing.
  • +
  • non-blocking: call spawn-kserver <log.flie> and close it with stop-kserver - this is used for automation on CI
  • +
+

Because we reuse caches, you should stop and restart the server between runs. +The Nailgun implementation hasn't been updated in the last 3-5 years, and it's not compatible with Java 18 onwards.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/docs/user_manual/index.html b/docs/user_manual/index.html new file mode 100644 index 00000000000..fc596a9184d --- /dev/null +++ b/docs/user_manual/index.html @@ -0,0 +1,4075 @@ + + + + + + + + + + + + + + +K User Manual | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K User Manual

+

NOTE: The K User Manual is still under construction; some features of K +may have partial or missing documentation.

+

Introduction

+

Why K?

+

The K Framework is a programming language and system design toolkit made for +practioners and researchers alike.

+

K For Practioners: +K is a framework for deriving programming languages tools from their semantic +specifications.

+

Typically, programming language tool development follows a similar pattern. +After a new programming language is designed, separate teams will develop +separate language tools (e.g. a compiler, interpreter, parser, symbolic +execution engine, etc). Code reuse is uncommon. The end result is that for each +new language, the same basic tools and patterns are re-implemented again and +again.

+

K approaches the problem differently -- it generates each of these tools from a single language specification. +The work of programming language design and tool implementation are made separate concerns. +The end result is that the exercise of +designing new languages and their associated tooling is now reduced to +developing a single language specification from which we derive our tooling for +free.

+

K For Researchers: +K is a configuration- and rewrite-based executable semantic framework.

+

In more detail, K specifications are:

+
    +
  1. Executable: compile into runnable and testable programs;
  2. +
  3. Semantic: correspond to a logical theory with a sound and relatively +complete proof system;
  4. +
  5. Configuration-based: organize system states into compositional, +hierarchical, labelled units called cells;
  6. +
  7. Rewrite-based: define system transitions using rewrite rules.
  8. +
+

K specifications are compiled into particular matching logic theories, giving +them a simple and expressive semantics. K semantic rules are implicitly defined +over the entire configuration structure, but omit unused cells, enabling a +highly modular definitional style. Furthermore, K has been used to develop +programming languages, type systems, and formal analysis tools.

+

Manual Objectives

+

As mentioned in the Why K? section above, the K Framework is designed as a +collection of language-generic command-line interface (CLI) tools which revolve +around K specifications. These tools cover a broad range of uses, but they +typically fall into one of the following categories:

+
    +
  1. Transforming K Specs (e.g. compilation)
  2. +
  3. Running K Specs (e.g. concrete and symbolic execution)
  4. +
  5. Analyzing K Specs (e.g. theorem proving)
  6. +
+

The main user-facing K tools include:

+
    +
  • kompile - the K compiler driver
  • +
  • kparse - the stanadlone K parser and abstract syntax tree (AST) +transformation tool
  • +
  • krun - the K interpreter and symbolic execution engine driver
  • +
  • kprove - the K theorem prover
  • +
+

This user manual is designed to be a tool reference. +In particular, it is not desgined to be a tutorial on how to write K +specifications or to teach the logical foundations of K. New K users should +consult our dedicated +K tutorial, +or the more language-design oriented +PL tutorial. +Researchers seeking to learn more about the logic underlying K are encouraged +to peruse the +growing literature on K and matching logic. +We will consider the manual complete when it provides a complete description of +all user-facing K tools and features.

+

Introduction to K

+

Since K specifications are the primary input into the entire system, let us +take a moment to describe them. At the highest level, K specifications describe +a programming language or system using three different pieces:

+
    +
  1. the system primitives, the base datatypes used during system operation, +e.g., numbers, lists, maps, etc;
  2. +
  3. the system state, a tuple or record over system primitives which gives a +complete snapshot of the system at any given moment;
  4. +
  5. the system behavior, a set of rules which defines possible system +evolutions.
  6. +
+

K specifications are then defined by a collection of sentences which +correspond to the three concepts above:

+
    +
  1. syntax declarations encode the system primitives;
  2. +
  3. configuration declarations encode the system state;
  4. +
  5. context and rule declarations encode the system behavior.
  6. +
+

K sentences are then organized into one or modules which are stored in one or +more files. In this scheme, files may require other files and modules may +import other modules, giving rise to a hierarchy of files and modules. We +give an intuitive sketch of the two levels of grouping in the diagram below:

+
   example.k file
+  +=======================+
+  | requires ".." --------|--> File_1
+  | ...                   |
+  | requires ".." --------|--> File_N
+  |                       |
+  |  +-----------------+  |
+  |  | module ..       |  |
+  |  |   imports .. ---|--|--> Module_1
+  |  |   ...           |  |
+  |  |   imports .. ---|--|--> Module_M
+  |  |                 |  |
+  |  |   sentence_1    |  |
+  |  |   ...           |  |
+  |  |   sentence_K    |  |
+  |  | endmodule       |  |
+  |  +-----------------+  |
+  |                       |
+  +=======================+
+
+

where:

+
    +
  • files and modules are denoted by double-bordered and single-borded boxes +respectively;
  • +
  • file or module identifiers are denoted by double dots (..);
  • +
  • potential repititions are denoted by triple dots (...).
  • +
+

In the end, we require that the file and module hierarchies both form a +directed acyclic graph (DAG). This is, no file may recursively require itself, +and likewise, no module may recursively import itself.

+

We now zoom in further to discuss the various kinds of sentences contained in K +specifications:

+
    +
  1. +

    sentences that define our system's primitives, including:

    +
      +
    • sort declarations: define new categories of primitive datatypes
    • +
    • Backus-Naur Form (BNF) grammar declarations: define the +operators that inhabit our primitive datatypes
    • +
    • lexical syntax declarations: define lexemes/tokens for the +lexer/tokenizer
    • +
    • syntax associativity declarations: specify the +associativity/grouping of our declared operators
    • +
    • syntax priority declarations: specify the priority of +potential ambiguous operators
    • +
    +
  2. +
  3. +

    sentences that define our system's state, including:

    +
      +
    • configuration declarations: define labelled, hierarchical records +using an nested XML-like syntax
    • +
    +
  4. +
  5. +

    sentences that define our system's behavior, including:

    +
      +
    • context declarations: describe how primitives and configurations +can simplify
    • +
    • context alias declarations: define templates that can generate new +contexts
    • +
    • rule declarations: define how the system transitions from one state +to the next
    • +
    +
  6. +
+

K Process Overview

+

We now examine how the K tools are generally used. The main input to all of the +K tools is a K specification. For effieciency reasons, this specification is +first compiled into an intermediate representation called Kore. Once we have +obtained this intermediate representation, we can use it to do:

+
    +
  1. parsing/pretty-printing, i.e., converting a K term, whose syntax is defined +by a K specification, into a alternate representation
  2. +
  3. concrete and abstract execution of a K specification
  4. +
  5. theorem proving, i.e., verifying whether a set of claims about a K +specification hold
  6. +
+

We represent the overall process using the graphic below:

+
 K Compilation Process
++============================================================+
+|                     +---------+                            |
+|  K Specification ---| kompile |--> Kore Specification --+  |
+|                     +---------+                         |  |
++=========================================================|==+
+                                                          |
+ K Execution Process                                      |
++=========================================================|==+
+|                                                         |  |
+|             +-------------------------------------------+  |
+|             |                                              |
+|             |       +---------+                            |
+|  K Term ----+-------| kparse  |--> K Term                  |
+|             |       +---------+                            |
+|             |                                              |
+|             |       +---------+                            |
+|  K Term ----+-------|  krun   |--> K Term                  |
+|             |       +---------+                            |
+|             |                                              |
+|             |       +---------+                            |
+|  K Claims --+-------| kprove  |--> K Claims                |
+|                     +---------+                            |
+|                                                            |
++============================================================+
+
+

where:

+
    +
  • process outlines are denoted by boxes with double-lined borders
  • +
  • executables are denoted by boxes with single-lined borders
  • +
  • inputs and outputs are denoted by words attached to lines
  • +
  • K terms typically correspond to programs defined in a particular +language's syntax (which are either parsed using kparse or executed using +krun)
  • +
  • K claims are a notation for describing how certain K programs should +execute (which are checked by our theorem prover kprove)
  • +
+

K Compilation Process: +Let us start with a description of the compilation process. According to the +above diagram, the compiler driver is called kompile. For our purposes, it is +enough to view the K compilation process as a black box that transforms a K +specification into a lower-level Kore specification that encodes the same +information, but that is easier to work with programmatically.

+

K Execution Process: +We now turn our attention to the K execution process. Abstractly, we can divide +the K execution process into the following stages:

+
    +
  1. the kore specification is loaded (which defines a lexer, parser, and +unparser among other things)
  2. +
  3. the input string is lexed into a token stream
  4. +
  5. the token stream is parsed into K terms/claims
  6. +
  7. the K term/claims are transformed according the K tool being used (e.g. +kparse, krun, or kprove)
  8. +
  9. the K term/claims are unparsed into a string form and printed
  10. +
+

Note that all of the above steps performed in K execution process are fully +prescribed by the input K specification. Of course, there are entire languages +devoted to encoding these various stages proces individually, e.g., flex for +lexers, bison for parsers, etc. What K offers is a consistent language to +package the above concepts in a way that we believe is convenient and practical +for a wide range of uses.

+

Module Declaration

+

K modules are declared at the top level of a K file. They begin with the +module keyword and are followed by a module ID and an optional set of +attributes. They continue with zero or more imports and zero or more sentences +until the endmodule keyword is reached.

+

A module ID consists of an optional # at the beginning, followed by one or +more components separated by hyphens. Each component can contain letters, +numbers, or underscores.

+

After the module ID, attributes can be specified in square brackets. See below +for an (incomplete) list of allowed module attributes.

+

Following the attributes, a module can contain zero or more imports. An +import consists of the import or imports keywords followed by a module ID. +An import tells the compiler that this module should contain all the sentences +(recursively) contained by the module being imported.

+

Imports can be public or private. By default, they are public, which +means that all the imported syntax can be used by any module that imports the +module doing the import. However, you can explicitly override the visibility +of the import with the public or private keyword immediately prior to the +module name. A module imported privately does not export its syntax to modules +that import the module doing the import.

+

Following imports, a module can contain zero or more sentences. A sentence can +be a syntax declaration, a rule, a configuration declaration, a context, a +claim, or a context alias. Details on each of these can be found in subsequent +sections.

+

private attribute

+

If the module is given the private attribute, all of its imports and syntax +are private by default. Individual pieces of syntax can be made public with +the public attribute, and individual imports can be made public with the +public keyword. See relevant sections on syntax and modules for more details +on what it means for syntax and imports to be public or private.

+

symbolic and concrete attribute

+

These attributes may be placed on modules to indicate that they should only +be used by the Haskell and LLVM backends respectively. If the definition is +compiled on the opposite backend, they are implicitly removed from the +definition prior to parsing anywhere they are imported. This can be useful when +used in limited capacity in order to provide alternate semantics for certain +features on different backends. It should be used sparingly as it makes it more +difficult to trust the correctness of your semantics, even in the presence of +testing.

+

Syntax Declaration

+

Named Non-Terminals

+

We have added a syntax to Productions which allows non-terminals to be given a +name in productions. This significantly improves the ability to document K, by +providing a way to explicitly explain what a field in a production corresponds +to instead of having to infer it from a comment or from the rule body.

+

The syntax is:

+
k
name: Sort +
+

This syntax can be used anywhere in a K definition that expects a non-terminal.

+

symbol(_) attribute

+

By default, when compiling a definition, K generates a unique "mangled" label +identifier for each syntactic production. These identifiers can be used to +reference productions externally, for example when constructing terms by hand +or programmatically via Pyk.

+

The symbol(_) attribute can be applied to a production to control the precise +identifier for a production that appears in a compiled definition. For example:

+
k
module SYMBOLS + syntax Foo ::= foo() [symbol(foo)] + | bar() +endmodule +
+

Here, the compiled definition will contain the following symbol declarations:

+
  symbol Lblfoo{}() ...
+  symbol Lblbar'LParRParUnds'SYMBOLS'Unds'Foo{}() ...
+
+

The compiler enforces uniqueness[1] of symbol names specified in +this way; it would be an error to apply symbol(foo) to another production in +the module above. Additionally, symbol(_) with an argument may not co-occur +with the klabel(_) attribute (see below).

+

overload attribute

+

K supports subsort overloading[2] on symbols, whereby a +constructor can have a more specific sort for certain arguments. For example, +consider the following productions derived from a C-like language semantics:

+
k
syntax Exp ::= LVal + | Exp "." Id +syntax LVal ::= LVal "." Id +
+

Here, it is useful for the result of the dot operator to be an LVal if the +left-hand side is itself an LVal. However, there is an issue with the code +as written: if L() is a term of sort LVal, then the program L() . x has a +parsing ambiguity between the two productions for the dot operator. To resolve +this, we can mark the productions as overloads:

+
k
syntax Exp ::= LVal + | Exp "." Id [overload(_._)] +syntax LVal ::= LVal "." Id [overload(_._)] +
+

Now, the parser will select the most specific overloaded production when it +resolves ambiguities in L() . x (that is, L() . x parses to a term of sort +LVal.

+

Formally, the compiler organises productions into a partial order that defines +the overload relation as follows. We say that P is a more specific overload +of Q if:

+
    +
  • P and Q have the same overload(_) attribute. Note that the argument +supplied has no semantic meaning other than as a key grouping productions +together.
  • +
  • Let S_P be the sort of P, and S_p1 etc. be the sorts of its arguments +(c.f. for Q). The tuple (S_P, S_p1, ..., S_pN) must be elementwise +strictly less than (S_Q, S_q1, ..., S_qN) according to the definition's +subsorting relationship. That is, a term from production P is a restriction +of one from production Q; when its arguments are more precise, we can give +the result a more precise sort.
  • +
+

klabel(_) and symbol attributes

+

Note: the klabel(_), symbol approach described in this section is a legacy +feature that will be removed in the future. New code should use the symbol(_) +and overload(_) attributes to opt into explicit naming and overloading +respectively.

+

References here to "overloading" are explained in the section above; the use +of the klabel(_) attribute without symbol is equivalent to the new +overload(_) syntax.

+

By default K generates for each syntax definition a long and obfuscated klabel +string, which serves as a unique internal identifier and also is used in kast +format of that syntax. If we need to reference a certain syntax production +externally, we have to manually define the klabels using the klabel attribute. +One example of where you would want to do this is to be able to refer to a given +symbol via the syntax priority attribute, or to enable overloading of a +given symbol.

+

If you only provide the klabel attribute, you can use the provided klabel to +refer to that symbol anywhere in the frontend K code. However, the internal +identifier seen by the backend for that symbol will still be the long obfuscated +generated string. Sometimes you want control over the internal identifier used as +well, in which case you use the symbol attribute. This tells the frontend to +use whatever the declared klabel is directly as the internal identifier.

+

For example:

+
k
module MYMODULE + syntax FooBarBaz ::= #Foo( Int, Int ) [klabel(#Foo), symbol] // symbol1 + | #Bar( Int, Int ) [klabel(#Bar)] // symbol2 + | #Baz( Int, Int ) // symbol3 +endmodule +
+

Here, we have that:

+
    +
  • In frontend K, you can refer to "symbol1" as #Foo (from klabel(#Foo)), +and the backend will see 'Hash'Foo as the symbol name.
  • +
  • In frontend K, you can refer to "symbol2" as #Bar (from klabel(#Bar)), +and the backend will see +'Hash'Bar'LParUndsCommUndsRParUnds'MYMODULE'Unds'FooBarBaz'Unds'Int'Unds'Int +as the symbol name.
  • +
  • In frontend K, you can refer to "symbol3" as +#Baz(_,_)_MYMODULE_FooBarBaz_Int_Int (from auto-generated klabel), and +the backend will see +'Hash'Baz'LParUndsCommUndsRParUnds'MYMODULE'Unds'FooBarBaz'Unds'Int'Unds'Int +as the symbol name.
  • +
+

The symbol provided must be unique to this definition. This is enforced by +K. In general, it's recommended to use the symbol attribute whenever you use +klabel unless you explicitly have a reason not to (e.g. you want to overload +symbols, or you're using a deprecated backend). It can be very helpful use the +symbol attribute for debugging, as many debugging messages are printed in +Kast format which will be more readable with the symbol names you explicitly +declare. In addition, if you are programatically manipulating definitions via +the JSON Kast format, building terms using the user-provided pretty +symbol, klabel(...) is easier and less error-prone if the auto-generation +process for klabels changes.

+

Syntactic Lists

+

When using K's support for syntactic lists, a production like:

+
k
syntax Ints ::= List{Int, ","} [symbol(ints)] +
+

will desugar into two productions:

+
k
syntax Ints ::= Int "," Ints [symbol(ints)] +syntax Ints ::= ".Ints" [symbol(List{"ints"})] +
+

Note that the symbol for the terminator of the list has been generated +automatically from the label on the original production. It is possible to +control what the terminator's label is using the terminator-symbol(_) +attribute. For example:

+
k
syntax Ints ::= List{Int, ","} [symbol(ints), terminator-symbol(.ints)] +
+

will desugar into two productions:

+
k
syntax Ints ::= Int "," Ints [symbol(ints)] +syntax Ints ::= ".Ints" [symbol(.ints)] +
+

It is an error to apply terminator-symbol(_) to a non-production sentence, or +to a production that does not declare a syntactic list.

+

Parametric productions and bracket attributes

+

Some syntax productions, like the rewrite operator, the bracket operator, and +the #if #then #else #fi operator, cannot have their precise type system +expressed using only concrete sorts.

+

Prior versions of K solved this issue by using the K sort in this case, but +this introduces inexactness in which poorly typed terms can be created even +without having a cast operator present in the syntax, which is a design +consideration we would prefer to avoid.

+

It also introduces cases where terms cannot be placed in positions where they +ought to be well sorted unless their return sort is made to be KBott, which in +turn vastly complicates the grammar and makes parsing much slower.

+

In order to introduce this, we provide a new syntax for parametric productions +in K. This allows you to express syntax that has a sort signature based on +parametric polymorphism. We do this by means of an optional curly-brace- +enclosed list of parameters prior to the return sort of a production.

+

Some examples:

+
k
syntax {Sort} Sort ::= "(" Sort ")" [bracket] +syntax {Sort} KItem ::= Sort +syntax {Sort} Sort ::= KBott +syntax {Sort} Sort ::= Sort "=>" Sort +syntax {Sort} Sort ::= "#if" Bool "#then" Sort "#else" Sort "#fi" +syntax {Sort1, Sort2} Sort1 ::= "#fun" "(" Sort2 "=>" Sort1 ")" "(" Sort2 ")" +
+

Here we have:

+
    +
  1. Brackets, which can enclose any sort but should be of the same sort that was +enclosed.
  2. +
  3. Every sort is a KItem.
  4. +
  5. A KBott term can appear inside any sort.
  6. +
  7. Rewrites, which can rewrite a value of any sort to a value of the same sort. +Note that this allows the lhs or rhs to be a subsort of the other.
  8. +
  9. If then else, which can return any sort but which must contain that sort on +both the true and false branches.
  10. +
  11. lambda applications, in which the argument and parameter must be the same +sort, and the return value of the application must be the same sort as the +return value of the function.
  12. +
+

Note the last case, in which two different parameters are specified separated +by a comma. This indicates that we have multiple independent parameters which +must be the same each place they occur, but not the same as the other +parameters.

+

In practice, because every sort is a subsort of K, the Sort2 +parameter in #6 above does nothing during parsing. It cannot +actually reject any parse, because it can always infer that the sort of the +argument and parameter are K, and it has no effect on the resulting sort of +the term. However, it will nevertheless affect the kore generated from the term +by introducing an additional parameter to the symbol generated for the term.

+

function and total attributes

+

Many times it becomes easier to write a semantics if you have "helper" +functions written which can be used in the RHS of rules. The function +attribute tells K that a given symbol should be simplified immediately when it +appears anywhere in the configuration. Semantically, it means that evaluation +of that symbol will result in at most one return value (that is, the symbol is +a partial function).

+

The total attribute indicates that a symbol cannot be equal to matching logic +bottom; in other words, it has at least one value for every possible set of +arguments. It can be added to a production with the function attribute to +indicate to the symbolic reasoning engine that a given symbol is a +total function, that is it has exactly one return value for every possible +input. Other uses of the total attribute (i.e., on multi-valued symbols to +indicate they always have at least one value) are not yet implemented.

+

For example, here we define the _+Word_ total function and the _/Word_ +partial function, which can be used to do addition/division modulo +2 ^Int 256. These functions can be used anywhere in the semantics where +integers should not grow larger than 2 ^Int 256. Notice how _/Word_ is +not defined when the denominator is 0.

+
k
syntax Int ::= Int "+Word" Int [function, total] + | Int "/Word" Int [function] + +rule I1 +Word I2 => (I1 +Int I2) modInt (2 ^Int 256) +rule I1 /Word I2 => (I1 /Int I2) modInt (2 ^Int 256) requires I2 =/=Int 0 +
+

freshGenerator attribute

+

In K, you can access "fresh" values in a given domain using the syntax +!VARNAME:VarSort (with the !-prefixed variable name). This is supported for +builtin sorts Int and Id already. For example, you can generate fresh +memory locations for declared identifiers as such:

+
k
rule <k> new var x ; => . ... </k> + <env> ENV => ENV [ x <- !I:Int ] </env> + <mem> MEM => MEM [ !I <- 0 ] </mem> +
+

Each time a !-prefixed variable is encountered, a new integer will be used, +so each variable declared with new var _ ; will get a unique position in the +<mem>.

+

Sometimes you want to have generation of fresh constants in a user-defined +sort. For this, K will still generate a fresh Int, but can use a converter +function you supply to turn it into the correct sort. For example, here we can +generate fresh Foos using the freshFoo(_) function annotated with +freshGenerator.

+
k
syntax Foo ::= "a" | "b" | "c" | d ( Int ) + +syntax Foo ::= freshFoo ( Int ) [freshGenerator, function, total] + +rule freshFoo(0) => a +rule freshFoo(1) => b +rule freshFoo(2) => c +rule freshFoo(I) => d(I) [owise] + +rule <k> new var x ; => . ... </k> + <env> ENV => ENV [ x <- !I:Int ] </env> + <mem> MEM => MEM [ !I <- !F:Foo ] </mem> +
+

Now each newly allocated memory slot will have a fresh Foo placed in it.

+

token attribute

+

The token attribute signals to the Kore generator that the associated sort +will be inhabited by domain values. Sorts inhabited by domain values must not +have any constructors declared.

+
k
syntax Bytes [hook(BYTES.Bytes), token] +
+

Converting between [token] sorts

+

You can convert between tokens of one sort via Strings by defining functions +implemented by builtin hooks. +The hook STRING.token2string allows conversion of any token to a string:

+
k
syntax String ::= FooToString(Foo) [function, total, hook(STRING.token2string)] +
+

Similarly, the hook STRING.string2Token allows the inverse:

+
k
syntax Bar ::= StringToBar(String) [function, total, hook(STRING.string2token)] +
+

WARNING: This sort of conversion does NOT do any sort of parsing or validation. +Thus, we can create arbitary tokens of any sort:

+
StringToBar("The sun rises in the west.")
+
+

Composing these two functions lets us convert from Foo to Bar

+
k
syntax Bar ::= FooToBar(Foo) [function] +rule FooToBar(F) => StringToBar(FooToString(F)) +
+

Parsing comments, and the #Layout sort

+

Productions for the #Layout sort are used to describe tokens that are +considered "whitespace". The scanner removes tokens matching these productions +so they are not even seen by the parser. Below, we use it to define +lines begining with ; (semicolon) as comments.

+
k
syntax #Layout ::= r"(;[^\\n\\r]*)" // Semi-colon comments + | r"([\\ \\n\\r\\t])" // Whitespace +
+

prec attribute

+

Consider the following naive attempt at creating a language what syntax that +allows two types of variables: names that contain underbars, and names that +contain sharps/hashes/pound-signs:

+
k
syntax NameWithUnderbar ::= r"[a-zA-Z][A-Za-z0-9_]*" [token] +syntax NameWithSharp ::= r"[a-zA-Z][A-Za-z0-9_#]*" [token] +syntax Pgm ::= underbar(NameWithUnderbar) + | sharp(NameWithSharp) +
+

Although, it seems that K has enough information to parse the programs +underbar(foo) and sharp(foo) with, the lexer does not take into account +whether a token is being parsed for the sharp or for the underbar +production. It chooses an arbitary sort for the token foo (perhaps +NameWithUnderbar). Thus, during paring it is unable to construct a valid term +for one of those programs (sharp(foo)) and produces the error message: +Inner Parser: Parse error: unexpected token 'foo'.

+

Since calculating inclusions and intersections between regular expressions is +tricky, we must provide this information to K. We do this via the prec(N) +attribute. The lexer will always prefer longer tokens to shorter tokens. +However, when it has to choose between two different tokens of equal length, +token productions with higher precedence are tried first. Note that the default +precedence value is zero when the prec attribute is not specified.

+

For example, the BUILTIN-ID-TOKENS module defines #UpperId and #LowerId with +the prec(2) attribute.

+
k
syntax #LowerId ::= r"[a-z][a-zA-Z0-9]*" [prec(2), token] + syntax #UpperId ::= r"[A-Z][a-zA-Z0-9]*" [prec(2), token] +
+

Furthermore, we also need to make sorts with more specific tokens subsorts of ones with more +general tokens. We add the token attribute to this production so that all +tokens of a particular sort are marked with the sort they are parsed as and not a +subsort thereof. e.g. we get underbar(#token("foo", "NameWithUnderbar")) +instead of underbar(#token("foo", "#LowerId"))

+
k
imports BUILTIN-ID-TOKENS +syntax NameWithUnderbar ::= r"[a-zA-Z][A-Za-z0-9_]*" [prec(1), token] + | #UpperId [token] + | #LowerId [token] +syntax NameWithSharp ::= r"[a-zA-Z][A-Za-z0-9_#]*" [prec(1), token] + | #UpperId [token] + | #LowerId [token] +syntax Pgm ::= underbar(NameWithUnderbar) + | sharp(NameWithSharp) +
+

unused attribute

+

K will warn you if you declare a symbol that is not used in any of the rules of +your definition. Sometimes this is intentional, however; in this case, you can +suppress the warning by adding the unused attribute to the production or +cell.

+
k
syntax Foo ::= foo() [unused] + +configuration <foo unused=""> .K </foo> +
+

deprecated attribute

+

Symbols can be marked as deprecated by adding the deprecated attribute to +their declaration. If that symbol subsequently appears in the definition (in a +rule, context, context alias or configuration), the compiler will issue a +warning.

+
k
syntax Foo ::= foo() [deprecated] +rule foo() => . // warning on this line +
+

Symbol priority and associativity

+

Unlike most other parser generators, K combines the task of parsing with AST +generation. A production declared with the syntax keyword in K is both a +piece of syntax used when parsing, and a symbol that is used when rewriting. +As a result, it is generally convenient to describe expression grammars using +priority and associativity declarations rather than explicitly transforming +your grammar into a series of nonterminals, one for each level of operator +precedence. Thus, for example, a simple grammar for addition and multiplication +will look like this:

+
k
syntax Exp ::= Exp "*" Exp + | Exp "+" Exp +
+

However, this grammar is ambiguous. The term x+y*z might refer to x+(y*z) +or to (x+y)*z. In order to differentiate this, we introduce a partial +ordering between productions known as priority. A symbol "has tighter priority" +than another symbol if the first symbol can appear under the second, but the +second cannot appear under the first without a bracket. For example, in +traditional arithmetic, multiplication has tighter priority than addition, +which means that x+y*z cannot parse as (x+y)*z because the addition +operator would appear directly beneath the multiplication, which is forbidden +by the priority filter.

+

Priority is applied individually to each possible ambiguous parse of a term. It +then either accepts or rejects that parse. If there is only a single remaining +parse (after all the other disambiguation steps have happened), this is the +parse that is chosen. If all the parses were rejected, it is a parse error. If +multiple parses remain, they might be resolved by further disambiguation such +as via the prefer and avoid attributes, but if multiple parses remain after +disambiguation finishes, this is an ambiguous parse error, indicating there is +not a unique parse for that term. In the vast majority of cases, this is +an error and indicates that you ought to either change your grammar or add +brackets to the term in question.

+

Priority is specified in K grammars by means of one of two different +mechanisms. The first, and simplest, simply replaces the | operator in a +sequence of K productions with the > operator. This operator indicates that +everything prior to the > operator (including transitively) binds tighter +than what comes after. For example, a more complete grammar for simple +arithmetic might be:

+
k
syntax Exp ::= Exp "*" Exp + | Exp "/" Exp + > Exp "+" Exp + | Exp "-" Exp +
+

This indicates that multiplication and division bind tigher than addition +and subtraction, but that there is no relationship in priority between +multiplication and division.

+

As you may have noticed, this grammar is also ambiguous. x*y/z might refer to +x*(y/z) or to (x*y)/z. Indeed, if we removed division and subtraction +entirely, the grammar would still be ambiguous: x*y*z might parse as +x*(y*z), or as (x*y)*z. To resolve this, we introduce another feature: +associativity. Roughly, asssociativity tells us how symbols are allowed to nest +within other symbols with the same priority. If a set of symbols is left +associative, then symbols in that set cannot appear as the rightmost child +of other symbols in that set. If a set of symbols is right associative, then +symbols in that set cannot appear as the leftmost child of other symbols in +that set. Finally, if a set of symbols is non-associative, then symbols +in that set cannot appear as the rightmost or leftmost child of other symbols +in that set. For example, in the above example, if addition and subtraction +are left associative, then x+y+z will parse as (x+y)+z and x+y-z will +parse as (x+y)-z (because the other parse will have been rejected).

+

You might notice that this seems to apply only to binary infix operators. In +fact, the real behavior is slightly more complicated. Priority and +associativity (for technical reasons that go beyond the scope of this document) +really only apply when the rightmost or leftmost item in a production is a +nonterminal. If the rightmost nonterminal is followed by a terminal (or +respectively the leftmost preceded), priority and associativity do not apply. +Thus we can generalize these concepts to arbitrary context-free grammars.

+

Note that in some cases, this is not the behavior you want. You may actually +want to reject parses even though the leftmost and rightmost item in a +production are terminals. You can accomplish this by means of the +applyPriority attribute. When placed on a production, it tells the parser +which nonterminals of a production the priority filter ought to reject children +under, overriding the default behavior. For example, I might have a production +like syntax Exp ::= foo(Exp, Exp) [applyPriority(1)]. This tells the parser +to reject terms with looser priority binding under the first Exp, but not +the second. By default, with this production, neither position would apply +to the priority filter, because the first and last items of the production +are both terminals.

+

Associativity is specified in K grammars by means of one of two different +mechanisms. The first, and simplest, adds the associativity of a priority block +of symbols prior to that block. For example, we can remove the remaining +ambiguities in the above grammar like so:

+
k
syntax Exp ::= left: + Exp "*" Exp + | Exp "/" Exp + > right: + Exp "+" Exp + | Exp "-" Exp +
+

This indicates that multiplication and division are left-associative, ie, after +symbols with higher priority are parsed as innermost, symbols are nested with +the rightmost on top. Addition and subtraction are right associative, which +is the opposite and indicates that symbols are nested with the leftmost on top. +Note that this is similar but different from evaluation order, which also +concerns itself with the ordering of symbols, which is described in the next +section.

+

You may note we have not yet introduced the second syntax for priority +and associativity. In some cases, syntax for a grammar might be spread across +multiple modules, sometimes for very good reasons with respect to code +modularity. As a result, it becomes infeasible to declare priority and +associativity inline within a set of productions, because the productions +are not contiguous within a single file.

+

For this purpose, we introduce the equivalent syntax priority, +syntax left, syntax right, and syntax non-assoc declarations. For +example, the above grammar can be written equivalently as:

+
k
syntax Exp ::= Exp "*" Exp [group(mult)] + | Exp "/" Exp [group(div)] + | Exp "+" Exp [group(add)] + | Exp "-" Exp [group(sub)] + +syntax priority mult div > add sub +syntax left mult div +syntax right add sub +
+

Here, the group(_) attribute is used to create user-defined groups of +sentences. A particular group name collectively refers to the whole set of +sentences within that group. The sets are flattened together, so we could +equivalently have written:

+
k
syntax Exp ::= Exp "*" Exp [group(mult)] + | Exp "/" Exp [group(mult)] + | Exp "+" Exp [group(add)] + | Exp "-" Exp [group(add)] + +syntax priority mult > add +syntax left mult +syntax right add +
+

Note that syntax [left|right|non-assoc] should not be used to group together +productions with different priorities. For example, this code would be invalid:

+
k
syntax priority mult > add +syntax left mult add +
+

Note that there is one other way to describe associativity, but it is +prone to a very common mistake. You can apply the attribute left, right, +or non-assoc directly to a production to indicate that it is, by itself, +left-, right-, or non-associative.

+

However, this often does not mean what users think it means. In particular:

+
k
syntax Exp ::= Exp "+" Exp [left] + | Exp "-" Exp [left] +
+

is not equivalent to:

+
k
syntax Exp ::= left: + Exp "+" Exp + | Exp "-" Exp +
+

Under the first, each production is associative with itself, but not each +other. Thus, x+y+z will parse unambiguously as (x+y)+z, but x+y-z will +be ambiguous. However, in the second, x+y-z will parse unambiguously as +(x+y)-z.

+

Think carefully about how you want your grammar to parse. In general, if you're +not sure, it's probably best to group associativity together into the same +blocks you use for priority, rather than using left, right, or non-assoc +attributes on the productions.

+

Lexical identifiers

+

Sometimes it is convenient to be able to give a certain regular expression a +name and then refer to it in one or more regular expression terminals. This +can be done with a syntax lexical sentence in K:

+
k
syntax lexical Alphanum = r"[0-9a-zA-Z]" +
+

This defines a lexical identifier Alphanum which can be expanded in any +regular expression terminal to the above regular expression. For example, I +might choose to then implement the syntax of identifiers as follows:

+
k
syntax Id ::= r"[a-zA-Z]{Alphanum}*" [token] +
+

Here {Alphanum} expands to the above regular expression, making the sentence +equivalent to the following:

+
k
syntax Id ::= r"[a-zA-Z]([0-9a-zA-Z])*" [token] +
+

This feature can be used to more modularly construct the lexical syntax of your +language. Note that K does not currently check that lexical identifiers used +in regular expressions have been defined; this will generate an error when +creating the scanner, however, and the user ought to be able to debug what +happened.

+

assoc, comm, idem, and unit attributes

+

These attributes are used to indicate whether a collection or a production +is associative, commutative, idempotent, and/or has a unit. +In general, you should not need to apply these attributes to productions +yourself, however, they do have certain special meaning to K. K will generate +axioms related to each of these concepts into your definition for you +automatically. It will also automatically sort associative-commutative +collections, and flatten the indentation of associative collections, when +unparsing.

+

public and private attribute

+

K allows users to declare certain pieces of syntax as either public or private. +All syntax is public by default. Public syntax can be used from any module that +imports that piece of syntax. A piece of syntax can be declared private with +the private attribute. This means that that syntax can only be used in the +module in which it is declared; it is not visible from modules that import +that module.

+

You can also change the default visibility of a module with the private +attribute, when it is placed directly on a module. A module with the private +attribute has all syntax private by default; this can be overridden on +specific sentences with the public attribute.

+

Note that the private module attribute also changes the default visiblity +of imports; please refer to the appropriate section elsewhere in the manual +for more details.

+

Here is an example usage:

+
k
module WIDGET-SYNTAX + + syntax Widget ::= foo() + syntax WidgetHelper ::= bar() [private] // this production is not visible + // outside this module +endmodule + +module WIDGET [private] + imports WIDGET-SYNTAX + + syntax Widget ::= fooImpl() // this production is not visible outside this + // module + + // this production is visible outside this module + syntax KItem ::= adjustWidget(Widget) [function, public] +endmodule +
+

Configuration Declaration

+

exit attribute

+

A single configuration cell containing an integer may have the "exit" +attribute. This integer will then be used as the return value on the console +when executing the program.

+

For example:

+
k
configuration <k> $PGM:Pgm </k> + <status-code exit=""> 1 </status-code> +
+

declares that the cell status-code should be used as the exit-code for +invocations of krun. Additionally, we state that the default exit-code is 1 +(an error state). One use of this is for writing testing harnesses which assume +that the test fails until proven otherwise and only set the <status-code> cell +to 0 if the test succeeds.

+

Collection Cells: multiplicity and type attributes

+

Sometimes a semantics needs to allow multiple copies of the same cell, for +example if you are making a concurrent multi-threading programming language. +For this purpose, K supports the multiplicity and type attributes on cells +declared in the configuration.

+

multiplicity can take on values * and ?. Declaring multiplicity="*" +indicates that the cell may appear any number of times in a runtime +configuration. Setting multiplicity="?" indicates that the cell may only +appear exactly 0 or 1 times in a runtime configuration. If there are no +configuration variables present in the cell collection, the initial +configuration will start with exactly 0 instances of the cell collection. If +there are configuration variables present in the cell collection, the initial +configuration will start with exactly 1 instance of the cell collection.

+

type can take on values Set, List, and Map. For example, here we declare +several collecion cells:

+
k
configuration <k> $PGM:Pgm </k> + <sets> <set multiplicity="?" type="Set"> 0:Int </set> </sets> + <lists> <list multiplicity="*" type="List"> 0:Int </list> </lists> + <maps> + <map multiplicity="*" type="Map"> + <map-key> 0:Int </map-key> + <map-value-1> "":String </map-value-1> + <map-value-2> 0:Int </map-value-2> + </map> + </maps> +
+

Declaring type="Set" indicates that duplicate occurrences of the cell should +be de-duplicated, and accesses to instances of the cell will be nondeterministic +choices (constrained by any other parts of the match and side-conditions). +Similarly, declaring type="List" means that new instances of the cell can be +added at the front or back, and elements can be accessed from the front or back, +and the order of the cells will be maintained. The following are examples of +introduction and elimination rules for these collections:

+
k
rule <k> introduce-set(I:Int) => . ... </k> + <sets> .Bag => <set> I </set> </sets> + +rule <k> eliminate-set => I ... </k> + <sets> <set> I </set> => .Bag </sets> + +rule <k> introduce-list-start(I:Int) => . ... </k> + <lists> (.Bag => <list> I </list>) ... </lists> + +rule <k> introduce-list-end(I:Int) => . ... </k> + <lists> ... (.Bag => <list> I </list>) </lists> + +rule <k> eliminate-list-start => I ... </k> + <lists> (<list> I </list> => .Bag) ... </lists> + +rule <k> eliminate-list-end => I ... </k> + <lists> ... (<list> I </list> => .Bag) </lists> +
+

Notice that for multiplicity="?", we only admit a single <set> instance at +a time. For the type=List cell, we can add/eliminate cells from the from or +back of the <lists> cell. Also note that we use .Bag to indicate the empty +cell collection in all cases.

+

Declaring type="Map" indicates that the first sub-cell will be used as a +cell-key. This means that matching on those cells will be done as a map-lookup +operation if the cell-key is mentioned in the rule (for performance). If the +cell-key is not mentioned, it will fallback to normal nondeterministic +constrained by other parts of the match and any side-conditions. Note that there +is no special meaning to the name of the cells (in this case <map>, +<map-key>, <map-value-1>, and <map-value-2>). Additionally, any number of +sub-cells are allowed, and the entire instance of the cell collection is +considered part of the cell-value, including the cell-key (<map-key> in this +case) and the surrounding collection cell (<map> in this case).

+

For example, the following rules introduce, set, retrieve from, and eliminate +type="Map" cells:

+
k
rule <k> introduce-map(I:Int) => . ... </k> + <maps> ... (.Bag => <map> <map-key> I </map-key> ... </map>) ... </maps> + +rule <k> set-map-value-1(I:Int, S:String) => . ... </k> + <map> <map-key> I </map-key> <map-value-1> _ => S </map-value-1> ... </map> + +rule <k> set-map-value-2(I:Int, V:Int) => . ... </k> + <map> <map-key> I </map-key> <map-value-2> _ => V </map-value-2> ... </map> + +rule <k> retrieve-map-value-1(I:Int) => S ... </k> + <map> <map-key> I </map-key> <map-value-1> S </map-value-1> ... </map> + +rule <k> retrieve-map-value-2(I:Int) => V ... </k> + <map> <map-key> I </map-key> <map-value-2> V </map-value-2> ... </map> + +rule <k> eliminate-map(I:Int) => . ... </k> + <maps> ... (<map> <map-key> I </map-key> ... </map> => .Bag) ... </maps> +
+

Note how each rule makes sure that <map-key> cell is mentioned, and we +continue to use .Bag to indicate the empty collection. Also note that +when introducing new map elements, you may omit any of the sub-cells which are +not the cell-key. In case you do omit sub-cells, you must use structural +framing ... to indicate the missing cells, they will receive the default +value given in the configuration ... declaration.

+

Rule Declaration

+

Rule Structure

+

Each K rule follows the same basic structure (given as an example here):

+
k
rule LHS => RHS requires REQ ensures ENS [ATTRS] +
+

The portion between rule and requires is referred to as the rule body, +and may contain one or more rewrites (though not nested). Here, the rule body is +LHS => RHS, where LHS and RHS are used as placeholders for the pre- and +post- states. Note that we lose no generality referring to the LHS or the +RHS, even in the presence of multiple rewrites, as the rewrites are pulled to +the top-level anyway.

+

Next is the requires clause, represented here as REQ. The requires clause is +an additional predicate (function-like term of sort Bool), which is to be +evaluated before applying the rule. If the requires clause does not evaluate to +true, then the rule does not apply.

+

Finally is the ensures clause, represented here as ENS. The ensures clause +is to be interpreted as a post-condition, and will be automatically added to the +path condition if the rule applies. It may cause the entire term to become +undefined, but the backend will not stop itself from applying the rule in this +case. Note that concrete backends (eg. the LLVM backend) are free to ignore the +ensures clause.

+

Overall, the transition represented by such a rule is from a state +LHS #And REQ ending in a state RHS #And ENS. When backends apply this rule +as a transition/rewrite, they should:

+
    +
  • Check if pattern LHS matches (or unifies) with the current term, giving +substitution alpha.
  • +
  • Check if the instantiation alpha(REQ) is valid (or satisfiable).
  • +
  • Build the new term alpha(RHS #And ENS), and check if it's satisfiable.
  • +
+

Pattern Matching operator

+

Sometimes when you want to express a side condition, you want to say that a +rule matches if a particular term matches a particular pattern, or if it +instead does /not/ match a particular pattern.

+

The syntax in K for this is :=K and :/=K. It has similar meaning to ==K and +=/=K, except that where ==K and =/=K express equality, :=K and =/=K express +model membership. That is to say, whether or not the rhs is a member of the set +of terms expressed by the lhs pattern. Because the lhs of these operators is a +pattern, the user can use variables in the lhs of the operator. However, due to +current limitations, these variables are NOT bound in the rest of the term. +The user is thus encouraged to use anonymous variables only, although this is +not required.

+

This is compiled by the K frontend down to an efficient pattern matching on a +fresh function symbol.

+

Anonymous function applications

+

There are a number of cases in K where you would prefer to be able to take some +term on the RHS, bind it to a variable, and refer to it in multiple different +places in a rule.

+

You might also prefer to take a variable for which you know some of its +structure, and modify some of its internal structure without requiring you to +match on every single field contained inside that structure.

+

In order to do this, we introduce syntax to K that allows you to construct +anonymous functions in the RHS of a rule and apply them to a term.

+

The syntax for this is:

+
#fun(RuleBody)(Argument)
+
+

Note the limitations currently imposed by the implementation. These functions +are not first-order: you cannot bind them to a variable and inject them like +you can with a regular klabel for a function. You also cannot express multiple +rules or multiple parameters, or side conditions. All of these are extensions +we would like to support in the future, however.

+

In the following, we use three examples to illustrate the behavior of #fun. +We point out that the support for #fun is provided by the frontend, not the +backends.

+

The three examples are real examples borrowed or modified from existing language +semantics.

+

Example 1 (A Simple Self-Explained Example).

+
#fun(V:Val => isFoo(V) andBool isBar(V))(someFunctionReturningVal())
+
+

Example 2 (Nested #fun).

+
   #fun(C
+=> #fun(R
+=> #fun(E
+=> foo1(E, R, C)
+  )(foo2(C))
+  )(foo3(0))
+  )(foo4(1))
+
+

This example is from the beacon +semantics:https://github.com/runtimeverification/beacon-chain-spec/blob/master/b +eacon-chain.k at line 302, with some modification for simplicity. Note how +variables C, R, E are bound in the nested #fun.

+

Example 3 (Matching a structure).

+
rule foo(K, RECORD) =>
+  #fun(record(... field: _ => K))(RECORD)
+
+

Unlike previous examples, the LHS of #fun in this example is no longer a +variable, but a structure. It has the same spirit as the first two examples, +but we match the RECORD with a structure record( DotVar, field: X), instead +of a standalone variable. We also use K's local rewrite syntax (i.e., the +rewriting symbol => does not occur at the top-level) to prevent writing +duplicate expressions on the LHS and RHS of the rewriting.

+

Macros and Aliases

+

A production can be tagged with the macro, alias, macro-rec, or alias-rec +attributes. In all cases, what this signifies is that this is a macro production. +Macro rules are rules where the top symbol of the left-hand-side are macro +labels. Macro rules are applied statically during compilation on all terms that +they match, and statically before program execution on the initial configuration. +Currently, macro rules are required to not have side conditions, although they +can contain sort checks.

+

alias rules are also applied statically in reverse prior to unparsing on the +final configuration. Note that a macro rule can have unbound variables in the +right hand side. When such a macro exists, it should be used only on the left +hand side of rules, unless the user is performing symbolic execution and expects +to introduce symbolic terms into the subject being rewritten.

+

However, when used on the left hand side of a rule, it functions similarly to a +pattern alias, and allows the user to concisely express a reusable pattern that +they wish to match on in multiple places.

+

For example, consider the following semantics:

+
k
syntax KItem ::= "foo" [alias] | "foobar" +syntax KItem ::= bar(KItem) [macro] | baz(Int, KItem) +rule foo => foobar +rule bar(I) => baz(?_, I) +rule bar(I) => I +
+

This will rewrite baz(0, foo) to foo. First baz(0, foo) will be rewritten +statically to baz(0, foobar). Then the non-macro rule will apply (because +the rule will have been rewritten to rule baz(_, I) => I). Then foobar will +be rewritten statically after rewriting finishes to foo via the reverse form +of the alias.

+

Note that macros do not apply recursively within their own expansion. This is +done so as to ensure that macro expansion will always terminate. If the user +genuinely desires a recursive macro, the macro-rec and alias-rec attributes +can be used to provide this behavior.

+

For example, consider the following semantics:

+
k
syntax Exp ::= "int" Exp ";" | "int" Exps ";" [macro] | Exp Exp | Id +syntax Exps ::= List{Exp,","} + +rule int X:Id, X':Id, Xs:Exps ; => int X ; int X', Xs ; +
+

This will expand int x, y, z; to int x; int y, z; because the macro does +not apply the second time after applying the substitution of the first +application. However, if the macro attribute were changed to the macro-rec +attribute, it would instead expand (as the user likely intended) to +int x; int y; int z;.

+

The alias-rec attribute behaves with respect to the alias attribute the +same way the macro-rec attribute behaves with respect to macro.

+

anywhere rules

+

Some rules are not functional, but you want them to apply anywhere in the +configuration (similar to functional rules). You can use the anywhere +attribute on a rule to instruct the backends to make sure they apply anywhere +they match in the entire configuration.

+

For example, if you want to make sure that some associative operator is always +right-associated anywhere in the configuration, you can do:

+
k
syntax Stmt ::= Stmt ";" Stmt + +rule (S1 ; S2) ; S3 => S1 ; (S2 ; S3) [anywhere] +
+

Then after every step, all occurrences of _;_ will be re-associated. Note that +this allows the symbol _;_ to still be a constructor, even though it is +simplified similarly to a function.

+

trusted claims

+

You may add the trusted attribute to a given claim for the K prover to +automatically add it to the list of proven circularities, instead of trying to +discharge it separately.

+

Projection and Predicate functions

+

K automatically generates certain predicate and projection functions from the +syntax you declare. For example, if you write:

+
k
syntax Foo ::= foo(bar: Bar) +
+

It will automatically generate the following K code:

+
k
syntax Bool ::= isFoo(K) [function] +syntax Foo ::= "{" K "}" ":>Foo" [function] +syntax Bar ::= bar(Foo) [function] + +rule isFoo(F:Foo) => true +rule isFoo(_) => false [owise] + +rule { F:Foo }:>Foo => F +rule bar(foo(B:Bar)) => B +
+

The first two types of functions are generated automatically for every sort in +your K definition, and the third type of function is generated automatically +for each named nonterminal in your definition. Essentially, isFoo for some +sort Foo will tell you whether a particular term of sort K is a Foo, +{F}:>Foo will cast F to sort Foo if F is of sort Foo and will be +undefined (i.e., theoretically defined as #Bottom, the bottom symbol in +matching logic) otherwise. Finally, bar will project out the child of a foo +named bar in its production declaration.

+

Note that if another term of equal or smaller sort to Foo exists and has a +child named bar of equal or smaller sort to Bar, this will generate an +ambiguity during parsing, so care should be taken to ensure that named +nonterminals are sufficiently unique from one another to prevent such +ambiguities. Of course, the compiler will generate a warning in this case.

+

simplification attribute

+

The simplification attribute identifies rules outside the main semantics that +are used to simplify function patterns.

+

Conditions: A simplification rule is applied by matching the function +arguments, instead of unification as when applying function definition +rules. This allows function symbols to appear nested as arguments to other +functions on the left-hand side of a simplification rule, which is forbidden in +function definition rules. For example, this rule would not be accepted as a +function definition rule:

+
k
rule (X +Int Y) +Int Z => X +Int (Y +Int Z) [simplification] +
+

A simplification rule is only applied when the current side condition implies +the requires clause of the rule, like function definition rules.

+

Order: The simplification attribute accepts an optional integer argument +which is the rule's simplification priority; if the optional argument is not +specified, it is equivalent to a simplification priority of 50. Backends +should attempt simplification rules in order of their simplification +priority, but are not required to do so; in fact, the backend is free to apply +simplification rules at any time. Because of this, users must ensure that +simplification rules are sound regardless of their order of application. This +differs from the priority attribute in that rules with the priority +attribute must be applied in their priority order by the backend. It is an +error to have the priority attribute on a simplification rule.

+

For example, for the following definition:

+
k
syntax WordStack ::= Int ":" WordStack | ".WordStack" + syntax Int ::= sizeWordStack ( WordStack ) [function] + | sizeWordStackAux ( WordStack , Int ) [function] + // -------------------------------------------------------------- + rule sizeWordStack(WS) => sizeWordStackAux(WS, 0) + + rule sizeWordStackAux(.WordStack, N) => N + rule sizeWordStackAux(W : WS , N) => sizeWordStackAux(WS, N +Int 1) +
+

We might add the following simplification lemma:

+
k
rule sizeWordStackAux(WS, N) => N +Int sizeWordStackAux(WS, 0) + requires N =/=Int 0 + [simplification] +
+

Then this simplification rule will only apply if the Haskell backend can prove +that notBool N =/=Int 0 is unsatisfiable. This avoids an infinite cycle of +applying this simplification lemma.

+

NOTE: The frontend and Haskell backend do not check that supplied +simplification rules are sound, this is the developer's responsibility. In +particular, rules with the simplification attribute must preserve definedness; +that is, if the left-hand side refers to any partial function then:

+
    +
  • the right-hand side must be #Bottom when the left-hand side is #Bottom, or
  • +
  • the rule must have an ensures clause that is false when the left-hand +side is #Bottom, or
  • +
  • the rule must have a requires clause that is false when the left-hand +side is #Bottom.
  • +
+

These conditions are in order of decreasing preference: the best option is to +preserve #Bottom on the right-hand side, the next best option is to have an +ensures clause, and the least-preferred option is to have a requires clause. +The most preferred option is to write total functions and avoid the entire issue.

+

NOTE: The Haskell backend does not attempt to prove claims which right-hand +side is #Bottom. The reason for this is that the general case is undecidable, +and the backend might enter an infinite loop. Therefore, the backend emits a +warning if it encounters such a claim.

+

concrete and symbolic attributes (Haskell backend)

+

Users can control the application of simplification rules using the concrete +and the symbolic attributes by specifying the type of patterns the rule's +arguments are to match.

+

A concrete pattern is a pattern which does not contain variables or unevaluated +functions, otherwise the pattern is symbolic.

+

The semantics of the two attributes is defined as follows:

+
    +
  • If a simplification rule is marked concrete, then all arguments must be +concrete for the rule to match.
  • +
  • If a simplification rule is marked symbolic, then all arguments must be +symbolic for the rule to match.
  • +
  • The following syntax concrete(<variables>) (resp. symbolic(<variables>)), +where <variables> is a list of variable names separated by commas, can be used +to specify the exact arguments the user expects to match concrete (resp. symbolic) +patterns.
  • +
+

For example, the following will only match when all arguments +are concrete:

+
k
rule X +Int (Y +Int Z) => (X +Int Y) +Int Z [simplification, concrete] +
+

Conversely, the following will only match when all arguments +are symbolic:

+
k
rule X +Int (Y +Int Z) => (X +Int Y) +Int Z [simplification, symbolic] +
+

In practice, the following rules will re-associate and commute terms to combine +concrete arguments:

+
k
rule (A +Int Y) +Int Z => A +Int (Y +Int Z) + [concrete(Y, Z), symbolic(A), simplification] + +rule X +Int (B +Int Z) => B +Int (X +Int Z) + [concrete(X, Z), symbolic(B), simplification] +
+

The unboundVariables attribute

+

Normally, K rules are not allowed to contain regular (i.e., not fresh, not +existential) variables in the RHS / requires / ensures clauses which are not +bound in the LHS.

+

However, in certain cases this behavior might be desired, like, for example, +when specifying a macro rule which is to be used in the LHS of other rules. +To allow for such cases, but still be useful and perform the unboundness checks +in regular cases, the unboundVariables attributes allows the user to specify +a comma-separated list of names of variables which can be unbound in the rule.

+

For example, in the macro declaration

+
k
rule cppEnumType => bar(_, scopedEnum() #Or unscopedEnum() ) [unboundVariables(_)] +
+

the declaration unboundVariables(_) allows the rule to pass the unbound +variable checks, and this in turn allows for cppEnumType to be used in +the LHS of a rule to mean the pattern above:

+
k
rule inverseConvertType(cppEnumType, foo((cppEnumType #as T::CPPType => underlyingType(T)))) +
+

The memo attribute

+

The memo attribute is a hint from the user to the backend to memoize a +function. Not all backends support memoization, but when the attribute is used +and the definition is compiled for a memo-supporting backend, then calls to +the function may be cached. At the time of writing, only the Haskell +backend supports memoization.

+

Limitations of memoization with the Haskell backend

+

The Haskell backend will only cache a function call if all arguments are concrete.

+

It is recommended not to memoize recursive functions, as each recursive call +will be stored in the cache, but only the first iteration will be retrieved from +the cache; that is, the cache will be filled with many unreachable +entries. Instead, we recommend to perform a worker-wrapper transformation on +recursive functions, and apply the memo attribute to the wrapper.

+

Warning: A function declared with the memo attribute must not use +uninterpreted functions in the side-condition of any rule. Memoizing such an +impure function is unsound. To see why, consider the following rules:

+
k
syntax Bool ::= impure( Int ) [function] + +syntax Int ::= unsound( Int ) [function, memo] +rule unsound(X:Int) => X +Int 1 requires impure(X) +rule unsound(X:Int) => X requires notBool impure(X) +
+

Because the function impure is not given rules to cover all inputs, unsound +can be memoized incoherently. For example,

+
{unsound(0) #And {impure(0) #Equals true}} #Equals 1
+
+

but

+
{unsound(0) #And {impure(0) #Equals false}} #Equals 0
+
+

The memoized value of unsound(0) would be incoherently determined by which +pattern the backend encounters first.

+

Variable Sort Inference

+

In K, it is not required that users declare the sorts of variables in rules or +in the initial configuration. If the user does not explicitly declare the sort +of a variable somewhere via a cast (see below), the sort of the variable is +inferred from context based on the sort signature of every place the variable +appears in the rule.

+

As an example, consider the rule for addition in IMP:

+
k
syntax Exp ::= Exp "+" Exp | Int + + rule I1 + I2 => I1 +Int I2 +
+

Here +Int is defined in the INT module with the following signature:

+
k
syntax Int ::= Int "+Int" Int [function] +
+

In the rule above, the sort of both I1 and I2 is inferred as Int. This is because +a variable must have the same sort every place it appears within the same rule. +While a variable appearing only on the left-hand-side of the rule could have +sort Exp instead, the same variable appears as a child of +Int, which +constriants the sorts of I1 and I2 more tightly. Since the sort must be a +subsort of Int or equal to Int, and Int has no subsorts, we infer Int +as the sorts of I1 and I2. This means that the above rule will not match +until I1 and I2 become integers (i.e., have already been evaluated).

+

More complex examples are possible, however:

+
k
syntax Exp ::= Exp "+" Int | Int + rule _ + _ => 0 +
+

Here we have two anonymous variables. They do not refer to the same variable +as one another, so they can have different sorts. The right side is constrained +by + to be of sort Int, but the left side could be either Exp or Int. +When this occurs, we have multiple solutions to the sorts of the variables in +the rule. K will only choose solutions which are maximal, however. To be +precise, if two different solutions exist, but the sorts of one solution are +all greater than or equal to the sorts of the other solution, K will discard +the smaller solution. Thus, in the case above, the variable on the left side +of the + is inferred of sort Exp, because the solution (Exp, Int) is +strictly greater than the solution (Int, Int).

+

It is possible, however, for terms to have multiple maximal solutions:

+
k
syntax Exp ::= Exp "+" Int | Int "+" Exp | Int + rule I1 + I2 => 0 +
+

In this example, there is an ambiguous parse. This could parse as either +the first + or the second. In the first case, the maximal solution chosen is +(Exp, Int). In the second, it is (Int, Exp). Neither of these solutions is +greater than the other, so both are allowed by K. As a result, this program +will emit an error because the parse is ambiguous. To pick one solution over +the other, a cast or a prefer or avoid attribute can be used.

+

Casting

+

There are three main types of casts in K: the semantic cast, the strict cast, +and the projection cast.

+

Semantic casts

+

For every sort S declared in your grammar, K will define the following +production for you for use in rules:

+
k
syntax S ::= S ":S" +
+

The meaning of this cast is that the term inside the cast must be less than +or equal to Sort. This can be used to resolve ambiguities, but its principle +purpose is to guide execution by telling K what sort variables must match in +order for the rule to apply. When compiled, it will generate a pattern that +matches on an injection into Sort.

+

Strict casts

+

K also introduces the strict cast:

+
k
syntax S ::= S "::S" +
+

The meaning at runtime is exactly the same as the semantic cast; however, it +restricts the sort of the term inside the cast to exactly Sort. That is +to say, if you use it on something that is a strictly smaller sort, it will +generate a type error. This is useful in certain circumstances to help +disambiguate terms, when a semantic cast would not have resolved the ambiguity. +As such, it is primarily used to solve ambiguities rather than to guide +execution.

+

Projection casts

+

K also introduces the projection cast:

+
k
syntax {S2} S ::= "{" S2 "}" ":>S" +
+

The meaning of this cast at runtime is that if the term inside is of sort +Sort, it should have it injection stripped away and the value inside is +returned as a term of static sort Sort. However, if the term is of a +different sort, it is an error and execution will get stuck. Thus the primary +usefulness of this cast is to cast the return value of a function with a +greater sort down to a strictly smaller sort that you expect the return value +of the function to have. For example:

+
k
syntax Exp ::= foo(Exp) [function] | bar(Int) | Int + rule foo(I:Int) => I + rule bar(I) => bar({foo(I +Int 1)}:>Int) +
+

Here we know that foo(I +Int 1) will return an Int, but the return sort of +foo is Exp. So we project the result into the Int sort so that it can +be placed as the child of a bar.

+

owise and priority attributes.

+

Sometimes, it is simply not convenient to explicitly describe every +single negative case under which a rule should not apply. Instead, +we simply wish to say that a rule should only apply after some other set of +rules have been tried. K introduces two different attributes that can be +added to rules which will automatically generate the necessary matching +conditions in a manner which is performant for concrete execution (indeed, +it generally outperforms during concrete execution code where the conditions +are written explicitly).

+

The first is the owise attribute. Very roughly, rules without an attribute +indicating their priority apply first, followed by rules with the owise +attribute only if all the other rules have been tried and failed. For example, +consider the following function:

+
k
syntax Int ::= foo(Int) [function] +rule foo(0) => 0 +rule foo(_) => 1 [owise] +
+

Here foo(0) is defined explicitly as 0. Any other integer yields the +integer 1. In particular, the second rule above will only be tried after the +first rule has been shown not to apply.

+

This is because the first rule has a lower number assigned for its priority +than the second rule. In practice, each rule in your semantics is implicitly +or explicitly assigned a numerical priority. Rules are tried in increasing +order of priority, starting at zero and trying each increasing numerical value +successively.

+

You can specify the priority of a rule with the priority attribute. For +example, I could equivalently write the second rule above as:

+
k
rule foo(_) => 1 [priority(200)] +
+

The number 200 is not chosen at random. In fact, when you use the owise +attribute, what you are doing is implicitly setting the priority of the rule +to 200. This has a couple of implications:

+
    +
  1. Multiple rules with the owise attribute all have the same priority and thus +can apply in any order.
  2. +
  3. Rules with priority higher than 200 apply after all rules with the +owise attribute have been tried.
  4. +
+

There is one more rule by which priorities are assigned: a rule with no +attributes indicating its priority is assigned the priority 50. Thus, +with each priority explicitly declared, the above example looks like:

+
k
syntax Int ::= foo(Int) [function] +rule foo(0) => 0 [priority(50)] +rule foo(_) => 1 [owise] +
+

One final note: the llvm backend reserves priorities between 50 and 150 +inclusive for certain specific purposes. Because of this, explicit +priorities which are given within this region may not behave precisely as +described above. This is primarily in order that it be possible where necessary +to provide guidance to the pattern matching algorithm when it would otherwise +make bad choices about which rules to try first. You generally should not +give any rule a priority within this region unless you know exactly what the +implications are with respect to how the llvm backend orders matches.

+

Evaluation Strategy

+

strict and seqstrict attributes

+

The strictness attributes allow defining evaluation strategies without having +to explicitly make rules which implement them. This is done by injecting +heating and cooling rules for the subterms. For this to work, you need to +define what a result is for K, by extending the KResult sort.

+

For example:

+
k
syntax AExp ::= Int + | AExp "+" AExp [strict, klabel(addExp)] +
+

This generates two heating rules (where the hole syntaxes "[]" "+" AExp and +AExp "+" "[]" is automatically added to create an evaluation context):

+
k
rule [addExp1-heat]: <k> HOLE:AExp + AE2:AExp => HOLE ~> [] + AE2 ... </k> [heat] +rule [addExp2-heat]: <k> AE1:AExp + HOLE:AExp => HOLE ~> AE1 + [] ... </k> [heat] +
+

And two corresponding cooling rules:

+
k
rule [addExp1-cool]: <k> HOLE:AExp ~> [] + AE2 => HOLE + AE2 ... </k> [cool] +rule [addExp2-cool]: <k> HOLE:AExp ~> AE1 + [] => AE1 + HOLE ... </k> [cool] +
+

Note that the rules are given labels based on the klabel of the production, which +nonterminal is the hole, and whether it's the heating or the cooling rule.

+

You will note that these rules can apply one after another infinitely. In +practice, the KResult sort is used to break this cycle by ensuring that only +terms that are not part of the KResult sort will be heated. The heat and +cool attributes are used to tell the compiler that these are heating and +cooling rules and should be handled in the manner just described. Nothing stops +the user from writing such heating and cooling rules directly if they wish, +although we describe other more convenient syntax for most of the advanced +cases below.

+

One other thing to note is that in the above sentences, HOLE is just a +variable, but it has special meaning in the context of sentences with the +heat or cool attribute. In heating or cooling rules, the variable named +HOLE is considered to be the term being heated or cooled and the compiler +will generate isKResult(HOLE) and notBool isKResult(HOLE) side conditions +appropriately to ensure that the backend does not loop infinitely. The module +BOOL will also be automatically and privately included for semantic +purposes. The syntax for parsing programs will not be affected.

+

In order for this functionality to work, you need to define the KResult sort. +For instance, we tell K that a term is fully evaluated once it becomes an Int +here:

+
k
syntax KResult ::= Int +
+

Note that you can also say that a given expression is only strict only in +specific argument positions. Here we use this to define "short-circuiting" +boolean operators.

+
k
syntax KResult ::= Bool + +syntax BExp ::= Bool + | BExp "||" BExp [strict(1)] + | BExp "&&" BExp [strict(1)] + +rule <k> true || _ => true ... </k> +rule <k> false || REST => REST ... </k> + +rule <k> true && REST => REST ... </k> +rule <k> false && _ => false ... </k> +
+

If you want to force a specific evaluation order of the arguments, you can use +the variant seqstrict to do so. For example, this would make the boolean +operators short-circuit in their second argument first:

+
k
syntax KResult ::= Bool + +syntax BExp ::= Bool + | BExp "||" BExp [seqstrict(2,1)] + | BExp "&&" BExp [seqstrict(2,1)] + +rule <k> _ || true => true ... </k> +rule <k> REST || false => REST ... </k> + +rule <k> REST && true => REST ... </k> +rule <k> _ && false => false ... </k> +
+

This will generate rules like this in the case of _||_ (note that BE1 will +not be heated unless isKResult(BE2) is true, meaning that BE2 must be +evaluated first):

+
k
rule <k> BE1:BExp || HOLE:BExp => HOLE ~> BE1 || [] ... </k> [heat] +rule <k> HOLE:BExp || BE2:BExp => HOLE ~> [] || BE2 ... </k> requires isKResult(BE2) [heat] + +rule <k> HOLE:BExp ~> [] || BE2 => HOLE || BE2 ... </k> [cool] +rule <k> HOLE:BExp ~> BE1 || [] => BE1 || HOLE ... </k> [cool] +
+

Context Declaration

+

Sometimes more advanced evaluation strategies are needed. By default, the +strict and seqstrict attributes are limited in that they cannot describe +the context in which heating or cooling should occur. When this type of +control over the evaluation strategy is required, context sentences can be +used to simplify the process of declaring heating and cooling when it would be +unnecessarily verbose to write heating and cooling rules directly.

+

For example, if the user wants to heat a term if it exists under a foo +constructor if the term to be heated is of sort bar, one might write the +following context (with the optional label):

+
k
context [foo]: foo(HOLE:Bar) +
+

Once again, note that HOLE is just a variable, but one that has special +meaning to the compiler indicating the position in the context that should +be heated or cooled.

+

This will automatically generate the following sentences:

+
k
rule [foo-heat]: <k> foo(HOLE:Bar) => HOLE ~> foo([]) ... </k> [heat] +rule [foo-cool]: <k> HOLE:Bar ~> foo([]) => foo(HOLE) ... </k> [cool] +
+

The user may also write the K cell explicitly in the context declaration +if they want to match on another cell as well, for example:

+
k
context <k> foo(HOLE:Bar) ... </k> <state> .Map </state> +
+

This context will now only heat or cool if the state cell is empty.

+

Side conditions in context declarations

+

The user is allowed to write a side condition in a context declaration, like +so:

+
k
context foo(HOLE:Bar) requires baz(HOLE) +
+

This side condition will be appended verbatim to the heating rule that is +generated, however, it will not affect the cooling rule that is generated:

+
k
rule <k> foo(HOLE:Bar) => HOLE ~> foo([]) ... </k> requires baz(HOLE) [heat] +rule <k> HOLE:Bar ~> foo([]) => foo(HOLE) ... </k> [cool] +
+

Rewrites in context declarations

+

The user can also include exactly one rewrite operation in a context +declaration if that rule rewrites the variable HOLE on the left hand side +to a term containing HOLE on the right hand side. For exampl;e:

+
k
context foo(HOLE:Bar => bar(HOLE)) +
+

In this case, the code generated will be as follows:

+
k
rule <k> foo(HOLE:Bar) => bar(HOLE) ~> foo([]) ... </k> [heat] +rule <k> bar(HOLE:Bar) ~> foo([]) => foo(HOLE) ... </k> [cool] +
+

This can be useful if the user wishes to evaluate a term using a different +set of rules than normal.

+

result attribute

+

Sometimes it is necessary to be able to evaluate a term to a different sort +than KResult. This is done by means of adding the result attribute to +a strict production, a context, or an explicit heating or cooling rule:

+
k
syntax BExp ::= Bool + | BExp "||" BExp [seqstrict(2,1), result(Bool)] +
+

In this case, the sort check used by seqstrict and by the heat and cool +attributes will be isBool instead of isKResult. This particular example +does not really require use of the result attribute, but if the user wishes +to evaluate a term of sort KResult further, the result attribute would be +required.

+

hybrid attribute

+

In certain situations, it is desirable to treat a particular production which +has the strict attribute as a result if the term has had its arguments fully +evaluated. This can be accomplished by means of the hybrid attribute:

+
k
syntax KResult ::= Bool + +syntax BExp ::= Bool + | BExp "||" BExp [strict(1), hybrid] +
+

This attribute is equivalent in this case to the following additional axiom +being added to the definition of isKResult:

+
k
rule isKResult(BE1:BExp || BE2:BExp) => true requires isKResult(BE1) +
+

Sometimes you wish to declare a production hybrid with respect to a predicate +other than isKResult. You can do this by specifying a sort as the body of the +hybrid attribute, e.g.:

+
k
syntax BExp ::= BExp "||" BExp [strict(1), hybrid(Foo)] +
+

generates the rule:

+
k
rule isFoo(BE1:BExp || BE2:BExp) => true requires isFoo(BE1) +
+

Properly speaking, hybrid takes an optional comma-separated list of sort +names. If the list is empty, the attribute is equivalent to hybrid(KResult). +Otherwise, it generates hybrid predicates for exactly the sorts named.

+

Context aliases

+

Sometimes it is necessary to define a fairly complicated evaluation strategy +for a lot of different operators. In this case, the user could simply write +a number of complex context declarations, however, this quickly becomes +tedious. For this purpose, K has a concept called a context alias. A context +alias is a bit like a template for describing contexts. The template can then +be instantiated against particular productions using the strict and +seqstrict attributes.

+

Here is a (simplified) example taken from the K semantics of C++:

+
k
context alias [c]: <k> HERE:K ... </k> <evaluate> false </evaluate> +context alias [c]: <k> HERE:K ... </k> <evaluate> true </evaluate> [result(ExecResult)] + +syntax Expr ::= Expr "=" Init [strict(c; 1)] +
+

This defines the evaluation strategy during the translation phase of a C++ +program for the assignment operator. It is equivalent to writing the following +context declarations:

+
k
context <k> HOLE:Expr = I:Init ... </k> <evaluate> false </evaluate> +context <k> HOLE:Expr = I:Init ... </k> <evaluate> true </evaluate> [result(ExecResult)] +
+

What this is saying is, if the evaluate cell is false, evaluate the term +like normal to a KResult. But if the evaluate cell is true, instead +evaluate it to the ExecResult sort.

+

Essentially, we have given a name to this evaluation strategy in the form of +the rule label on the context alias sentences (in this case, c). We can +then say that we want to use this evaluation strategy to evaluate particular +arguments of particular productions by referring to it by name in a strict +attribute. For example, strict(c) will instantiate these contexts once for +each argument of the production, whereas strict(c; 1) will instantiate it +only for the first argument. The special variable HERE is used to tell the +compiler where you want to place the production that is to be heated or cooled.

+

You can also specify multiple context aliases for different parts of a production, +for example:

+
k
syntax Exp ::= foo(Exp, Exp) [strict(left; 1; right; 2)] +
+

This says that we can evaluate the left and right arguments in either order, but to evaluate +the left using the left context alias and the right using the right context alias.

+

We can also say seqstrict(left; 1; right; 2), in which case we additionally must evaluate +the left argument before the right argument. Note, all strict positions are considered collectively +when determining the evaluation order of seqstrict or the hybrid predicates.

+

A strict attribute with no rule label associated with it is equivalent to +a strict attribute given with the following context alias:

+
k
context alias [default]: <k> HERE:K ... </k> +
+

One syntactic convenience that is provided is that if you wish to declare the following context:

+
k
context foo(HOLE => bar(HOLE)) +
+

you can simply write the following:

+
k
syntax Foo ::= foo(Bar) [strict(alias)] + +context alias [alias]: HERE [context(bar)] +
+

Pattern Matching

+

As Patterns

+

New syntax has been added to K for matching a pattern and binding the resulting +match in its entirety to a variable.

+

The syntax is:

+
Pattern #as V::Var
+
+

In this case, Pattern, including any variables, is matched and the resulting +variables are added to the substitution if matching succeeds. Furthermore, the +term matched by Pattern is added to the substitution as V.

+

This code can also be used outside of any rewrite, in which case matching +occurs as if it appeared on the left hand side, and the right hand side becomes +a variable corresponding to the alias.

+

It is an error to use an as pattern on the right hand side of a rule.

+

Record-like KApply Patterns

+

We have added a syntax for matching on KApply terms which mimics the record +syntax in functional languages. This allows us to more easily express patterns +involving a KApply term in which we don't care about some or most of the +children, without introducing a dependency into the code on the number of +arguments which could be changed by a future refactoring.

+

The syntax is:

+
record(... field1: Pattern1, field2: Pattern2)
+
+

Note that this only applies to productions that are prefix productions. +A prefix production is considered by the implementation to be any production +whose production items match the following regular expression:

+
(Terminal(_)*) Terminal("(")
+(NonTerminal (Terminal(",") NonTerminal)* )?
+Terminal(")")
+
+

In other words, any sequence of terminals followed by an open parenthesis, an +optional comma separated list of non-terminals, and a close parenthesis.

+

If a prefix production has no named nonterminals, a record(...) syntax is +allowed, but in order to reference specific fields, it is necessary to give one +or more of the non-terminals in the production names.

+

Note: because the implementation currently creates one production per possible +set of fields to match on, and because all possible permutations of all +possible subsets of a list of n elements is a number that scales factorially +and reaches over 100 thousand productions at n=8, we currently do not allow +fields to be matched in any order like a true record, but only in the same +order as appears in the production itself.

+

Given that this only reduces the number of productions to the size of the power +set, this will still explode the parsing time if we create large productions of +10 or more fields that all have names. This is something that should probably +be improved, however, productions with that large of an arity are rare, and +thus it has not been viewed as a priority.

+

Or Patterns

+

Sometimes you wish to express that a rule should match if one out of multiple +patterns should match the same subterm. We can now express this in K by means +of using the #Or ML connective on the left hand side of a rule.

+

For example:

+
k
rule foo #Or bar #Or baz => qux +
+

Here any of foo, bar, or baz will match this rule. Note that the behavior is +ill-defined if it is not the case that all the clauses of the or have the same +bound variables.

+

Matching global context in function rules

+

On occasion it is highly desirable to be able to look up information from the +global configuration and match against it when evaluating a function. For this +purpose, we introduce a new syntax for function rules.

+

This syntax allows the user to match on function context from within a +function rule:

+
k
syntax Int ::= foo(Int) [function] + +rule [[ foo(0) => I ]] + <bar> I </bar> + +rule something => foo(0) +
+

This is completely desugared by the K frontend and does not require any special +support in the backend. It is an error to have a rewrite inside function +context, as we do not currently support propagating such changes back into the +global configuration. It is also an error if the context is not at the top +level of a rule body.

+

Desugared code:

+
k
syntax Int ::= foo(Int, GeneratedTopCell) [function] + +rule foo(0, <generatedTop> + <bar> I </bar> + ... + </generatedTop> #as Configuration) => I +rule <generatedTop> + <k> something ... </k> + ... + </generatedTop> #as Configuration + => <generatedTop> + <k> foo(0, Configuration> ... </k> + ... + </generatedTop> +
+

Collection patterns

+

It is allowed to write patterns on the left hand side of rules which refer to +complex terms of sort Map, List, and Set, despite these patterns ostensibly +breaking the rule that terms which are functions should not appear on the left +hand side of rules. Such terms are destructured into pattern matching +operations.

+

The following forms are allowed:

+
// 0 or more elements followed by 0 or 1 variables of sort List followed by
+// 0 or more elements
+ListItem(E1) ListItem(E2) L:List ListItem(E3) ListItem(E4)
+
+// the empty list
+.List
+
+// 0 or more elements in any order plus 0 or 1 variables of sort Set
+// in any order
+SetItem(K1) SetItem(K2) S::Set SetItem(K3) SetItem(K4)
+
+// the empty set
+.Set
+
+// 0 or more elements in any order plus by 0 or 1 variables of sort Map
+// in any order
+K1 |-> E1 K2 |-> E2 M::Map K3 |-> E3 K4 |-> E4
+
+// the empty map
+.Map
+
+

Here K1, K2, K3, K4 etc can be any pattern except a pattern containing both +function symbols and unbound variables. An unbound variable is a variable whose +binding cannot be determined by means of decomposing non-set-or-map patterns or +map elements whose keys contain no unbound variables.

+

This is determined recursively, ie, the term K1 |-> E2 E2 |-> E3 E3 |-> E4 is +considered to contain no unbound variables.

+

Note that in the pattern K1 |-> E2 K3 |-> E4 E4 |-> E5, K1 and K3 are +unbound, but E4 is bound because it is bound by deconstructing the key E3, even +though E3 is itself unbound.

+

In the above examples, E1, E2, E3, and E4 can be any pattern that is normally +allowed on the lhs of a rule.

+

When a map or set key contains function symbols, we know that the variables in +that key are bound (because of the above restriction), so it is possible to +evaluate the function to a concrete term prior to performing the lookup.

+

Indeed, this is the precise semantics which occurs; the function is evaluated +and the result is looked up in the collection.

+

For example:

+
k
syntax Int ::= f(Int) [function] +rule f(I:Int) => I +Int 1 +rule <k> I:Int => . ... </k> <state> ... SetItem(f(I)) ... </state> +
+

This will rewrite I to . if and only if the state cell contains +I +Int 1.

+

Note that in the case of Set and Map, one guarantee is that K1, K2, K3, and K4 +represent /distinct/ elements. Pattern matching fails if the correct number of +distinct elements cannot be found.

+

Matching on cell fragments

+

K allows matching fragments of the configuration and using them to construct +terms and use as function parameters.

+
k
configuration <t> + <k> #init ~> #collectOdd ~> $PGM </k> + <fs> + <f multiplicity="*" type="Set"> 1 </f> + </fs> + </t> +
+

The #collectOdd construct grabs the entire content of the <fs> cell. +We may also match on only a portion of its content. Note that the fragment +must be wrapped in a <f> cell at the call site.

+
k
syntax KItem ::= "#collectOdd" +rule <k> #collectOdd => collectOdd(<fs> Fs </fs>) ... </k> + <fs> Fs </fs> +
+

The collectOdd function collects the items it needs

+
k
syntax Set ::= collectOdd(FsCell) [function] +rule collectOdd(<fs> <f> I </f> REST </fs>) => SetItem(I) collectOdd(<fs> REST </fs>) requires I %Int 2 ==Int 1 +rule collectOdd(<fs> <f> I </f> REST </fs>) => collectOdd(<fs> REST </fs>) requires I %Int 2 ==Int 0 +rule collectOdd(<fs> .Bag </fs>) => .Set +
+

all-path and one-path attributes to distinguish reachability claims

+

As the Haskell backend can handle both one-path and all-path reachability +claims, but both these are encoded as rewrite rules in K, these attributes can +be used to clarify what kind of claim a rule is.

+

In addition of being able to annotate a rule with one of them +(if annotating with more at the same time, only one of them would be chosen), +one can also annotate whole modules, to give a default claim type for all rules +in that module.

+

Additionally, the Haskell backend introduces an extra command line option +for the K frontend, --default-claim-type, with possible values +all-path and one-path to allow choosing a default type for all +claims.

+

Set Variables

+

Motivation

+

Set variables were introduced as part of Matching Mu Logic, the mathematical +foundations for K. In Matching Mu Logic, terms evaluate to sets of values. +This is useful for both capturing partiality (as in 3/0) and capturing +non-determinism (as in 3 #Or 5). Consequently, symbol interpretation is +extended to have a collective interpretation over sets of input values.

+

Usually, K rules are given using regular variables, which expect that the term +they match is both defined and has a unique interpretation.

+

However, it is sometimes useful to have simplification rules which work over +any kind of pattern, be it undefined or non-deterministic. This behavior can be +achieved by using set variables to stand for any kind of pattern.

+

Syntax

+

Any variable prefixed by @ will be considered a set variable.

+

Example

+

Below is a simplification rule which motivated this extension:

+
  rule #Ceil(@I1:Int /Int @I2:Int) =>
+    {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2)
+    [anywhere]
+
+

This rule basically says that @I1:Int /Int @I2:Int is defined if @I1 and +@I2 are defined and @I2 is not 0. Using sets variables here is important as +it allows the simplification rule to apply any symbolic patterns, without +caring whether they are defined or not.

+

This allows simplifying the expression #Ceil((A:Int /Int B:Int) / C:Int) to:

+
{(C =/=Int 0) #Equals true} #And #Ceil(C) #And ({(B =/=Int 0) #Equals true}
+#And #Ceil(B) #And #Ceil(A)`
+
+

See kframework/kore#729 for +more details.

+

SMT Translation

+

K makes queries to an SMT solver (Z3) to discharge proof obligations when doing +symbolic execution. You can control how these queries are made using the +attributes smtlib, smt-hook, and smt-lemma on declared productions. +These attributes guide the prover when it tries to apply rules to discharge a +proof obligation.

+
    +
  • smt-hook(...) allows you to specify a term in SMTLIB2 format which should +be used to encode that production, and assumes that all symbols appearing in +the term are already declared by the SMT solver.
  • +
  • smtlib(...) allows you to declare a new SMT symbol to be used when that +production is sent to Z3, and gives it uninterpreted function semantics.
  • +
  • smt-lemma can be applied to a rule to encode it as a conditional equality +when sending queries to Z3. A rule rule LHS => RHS requires REQ will be +encoded as the conditional equality (=> REQ (= (LHS RHS)). Every symbol +present in the rule must have an smt-hook(...) or smtlib(...) attribute.
  • +
+
k
syntax Int ::= "~Int" Int [function, klabel(~Int_), symbol, + smtlib(notInt)] + | Int "^%Int" Int Int [function, klabel(_^%Int__), symbol, + smt-hook((mod (^ #1 #2) #3))] +
+

In the example above, we declare two productions ~Int_ and _^%Int__, and +tell the SMT solver to:

+
    +
  • use uninterpreted function semantics for ~Int_ via SMTLIB2 symbol +notInt, and
  • +
  • use the SMTLIB2 term (mod (^ #1 #2) #3) (where #N marks the Nth +production non-terminal argument positions) for _^%Int__, where mod and +^ already are declared by the SMT solver.
  • +
+

Caution

+

Set variables are currently only supported by the Haskell backend. +The use of rules with set variables should be sound for all other backends +which just execute by rewriting, however it might not be safe for backends +which want to guarantee coverage.

+

Variables occurring only in the RHS of a rule

+

This section presents possible scenarios requiring variables to only appear in +the RHS of a rule.

+

Summary

+

Except for ? variables and ! (fresh) variables, which are +required to only appear in the RHS of a rule, all other variables must +also appear in the LHS of a rule. This restriction also applies to anonymous +variables; in particular, for claims, ?_ (not _) should be used in the RHS +to indicate that something changes but we don't care to what value.

+

To support specifying random-like behavior, the above restriction can be relaxed +by annotating a rule with the unboundVariables attribute whenever the rule +intentionally contains regular variables only occurring in the RHS.

+

Introduction

+

K uses question mark variables of the form ?X to refer to +existential variables, and uses ensures to specify logical constraints on +those variables. +These variables are only allowed to appear in the RHS of a K rule.

+

If the rules represent rewrite (semantic) steps or verification claims, +then the ? variables are existentially quantified at the top of the RHS; +otherwise, if they represent equations, the ? variables are quantified at the +top of the entire rule.

+

Note that when both ?-variables and regular variables are present, +regular variables are (implicitly) universally quantified on top of the rule +(already containing the existential quantifications). +This essentially makes all ? variables depend on all regular variables.

+

All examples below are intended more for program verification / +symbolic execution, and thus concrete implementations might choose to ignore +them altogether or to provide ad-hoc implementations for them.

+

Example: Verification claims

+

Consider the following definition of a (transition) system:

+
k
module A + rule foo => true + rule bar => true + rule bar => false +endmodule +
+

Consider also, the following specification of claims about the definition above:

+
k
module A-SPEC + rule [s1]: foo => ?X:Bool + rule [s2]: foo => X:Bool [unboundVariables(X)] + rule [s3]: bar => ?X:Bool + rule [s4]: bar => X:Bool [unboundVariables(X)] +endmodule +
+
One-path interpretation
+
    +
  • (s1) says that there exists a path from foo to some boolean, which is +satisfied easily using the foo => true rule
  • +
  • (s3) says the same thing about bar and can be satisfied by either of +bar => true and bar => false rules
  • +
  • (s2) and (s4) can be better understood by replacing them with instances for +each element of type Bool, which can be interpreted that +both true and false are reachable from foo for (s2), or bar for (s4), +respectively. +
      +
    • (s2) cannot be verified as we cannot find a path from foo to false.
    • +
    • (s4) can be verified by using bar => true to show true is reachable and +bar => false to achieve the same thing for false
    • +
    +
  • +
+
All-path interpretation
+
    +
  • +

    (s1) says that all paths from foo will reach some boolean, which is +satisfied by the foo => true rule and the lack of other rules for foo

    +
  • +
  • +

    (s3) says the same thing about bar and can be satisfied by checking that +both bar => true and bar => false end in a boolean, and there are no +other rules for bar

    +
  • +
  • +

    (s2) and (s4) can be better understood by replacing them with instances for +each element of type Bool, which can be interpreted that +both true and false are reachable in all paths originating in +foo for (s2), or bar for (s4), respectively. +This is a very strong claim, requiring that all paths originating in +foo (bar) pass through both true and false, +so neither (s2) nor (s4) can be verified.

    +

    Interestingly enough, adding a rule like false => true would make both +(s2) and (s4) hold.

    +
  • +
+

Example: Random Number Construct rand()

+

The random number construct rand() is a language construct which could be +easily conceived to be part of the syntax of a programming language:

+
k
Exp ::= "rand" "(" ")" +
+

The intended semantics of rand() is that it can rewrite to any integer in +a single step. This could be expressed as the following following infinitely +many rules.

+
k
rule rand() => 0 +rule rand() => 1 +rule rand() => 2 + ... ... +rule rand() => (-1) +rule rand() => (-2) + ... ... +
+

Since we need an instance of the rule for every integer, one could summarize +the above infinitely many rules with the rule

+
rule rand() => I:Int [unboundVariables(I)]
+
+

Note that I occurs only in the RHS in the rule above, and thus the rule +needs the unboundVariables(I) attribute to signal that this is intentionally.

+

One can define variants of rand() by further constraining the output variable +as a precondition to the rule.

+
Rand-like examples
+
    +
  1. +

    randBounded(M,N) can rewrite to any integer between M and N

    +
    k
    syntax Exp ::= randBounded(Int, Int) +rule randBounded(M, N) => I + requires M <=Int I andBool I <=Int N + [unboundVariables(I)] +
    +
  2. +
  3. +

    randInList(Is) takes a list Is of items +and can rewrite in one step to any item in Is.

    +
    k
    syntax Exp ::= randInList (List) +rule randInList(Is) => I + requires I inList Is + [unboundVariables(I)] +
    +
  4. +
  5. +

    randNotInList(Is) takes a list Is of items +and can rewrite in one step to any item not in Is.

    +
    k
    syntax Exp ::= randNotInList (List) +rule randNotInList(Is) => I + requires notBool(I inList Is) + [unboundVariables(I)] +
    +
  6. +
  7. +

    randPrime(), can rewrite to any prime number.

    +
    k
    syntax Exp ::= randPrime () +rule randPrime() => X:Int + requires isPrime(X) + [unboundVariables(X)] +
    +

    where isPrime(_) is a predicate that can be defined in the usual way.

    +
  8. +
+

Note 1: all above are not function symbols, but language constructs.

+

Note 2: Currently the frontend does not allow rules with universally quantified +variables in the RHS which are not bound in the LHS.

+

Note 3. Allowing these rules in a concrete execution engine would require an +algorithm for generating concrete instances for such variables, satisfying the +given constraints; thus the unboundVariables attribute serves two purposes:

+
    +
  • to allow such rules to pass the variable checks, and
  • +
  • to signal (concrete execution) backends that specialized algorithm would be +needed to instantiate these variables.
  • +
+

Example: Fresh Integer Construct fresh(Is)

+

The fresh integer construct fresh(Is) is a language construct.

+
Exp ::= ... | "fresh" "(" List{Int} ")"
+
+

The intended semantics of fresh(Is) is that it can always rewrite to an +integer that in not in Is.

+

Note that fresh(Is) and randNotInList(Is) are different; the former +does not need to be able to rewrite to every integers not in Is, +while the latter requires so.

+

For example, it is correct to implement fresh(Is) so it always returns the +smallest positive integer that is not in Is, but same implementation for +randNotInList(Is) might be considered inadequate. +In other words, there exist multiple correct implementations of fresh(Is), +some of which may be deterministic, but there only exists a unique +implementation of randNotInList(Is). +Finally, note that randNotInList(Is) is a correct implementation +for fresh(Is); Hence, concrete execution engines can choose to handle +such rules accordingly.

+

We use the following K syntax to define fresh(Is)

+
k
syntax Exp ::= fresh (List{Int}) +rule fresh(Is:List{Int}) => ?I:Int + ensures notBool (?I inList{Int} Is) +
+

A variant of this would be a choiceInList(Is) language construct which would +choose some number from a list:

+
k
syntax Exp ::= choiceInList (List{Int}) +rule choiceInList(Is:List{Int}) => ?I:Int + ensures ?I inList{Int} Is +
+

Note: This definition is different from one using a ! variable to indicate +freshness because using ! is just syntactic sugar for generating globally +unique instances and relies on a special configuration cell, and cannot be +constrained, while the fresh described here is local and can be constrained. +While the first is more appropriate for concrete execution, this might be +better for symbolic execution / program verification.

+

Example: Arbitrary Number (Unspecific Function) arb()

+

The function arb() is not a PL construct, but a mathematical function. +Therefore, its definition should not be interpreted as an execution step, but +rather as an equality.

+

The intended semantics of arb() is that it is an unspecified nullary function. +The exact return value of arb() is unspecified in the semantics but up to the +implementations. +However, being a mathematical function, arb() must return the same value in +any one implementation.

+

We do not need special frontend syntax to define arb(). +We only need to define it in the usual way as a function +(instead of a language construct), and provide no axioms for it. +The total attribute ensures that the function is total, i.e., +that it evaluates to precisely one value for each input.

+
Variants
+

There are many variants of arb(). For example, arbInList(Is) is +an unspecified function whose return value must be an element from Is.

+

Note that arbInList(Is) is different from choiceInList(Is), because +choiceInList(Is) transitions to an integer in Is (could be a different one +each time it is used), while arbInList(Is) is equal to a (fixed) +integer not in Is.

+

W.r.t. the arb variants, we can use ? variables and the function +annotation to signal that we're defining a function and the value of the +function is fixed, but non-determinate.

+
k
syntax Int ::= arbInList(List{Int}) [function] +rule arbInList(Is:List{Int}) => ?I:Int + ensures ?I inList{Int} Is +
+

If elimination of existentials in equational rules is needed, one possible +approach would be through Skolemization, +i.e., replacing the ? variable with a new uninterpreted function depending +on the regular variables present in the function.

+

Example: Interval (Non-function Symbols) interval()

+

The symbol interval(M,N) is not a PL construct, nor a function in the +first-order sense, but a proper matching-logic symbol, whose interpretation is +in the powerset of its domain. +Its axioms will not use rewrites but equalities.

+

The intended semantics of interval(M,N) is that it equals the set of +integers that are larger than or equal to M and smaller than or equal to N.

+

Since expressing the axiom for interval requires an an existential +quantification on the right-hand-side, thus making it a non-total symbol +defined through an equation, using ? variables might be confusing since their +usage would be different from that presented in the previous sections.

+

Hence, the proposal to support this would be to write this as a proper ML rule. +A possible syntax for this purpose would be:

+
eq  interval(M,N)
+    ==
+    #Exists X:Int .
+        (X:Int #And { X >=Int M #Equals true } #And { X <=Int N #Equals true })
+
+

Additionally, the symbol declaration would require a special attribute to +signal the fact that it is not a constructor but a defined symbol.

+

Since this feature is not clearly needed by K users at the moment, it is only +presented here as an example; its implementation will be postponed for such time +when its usefulness becomes apparent.

+

Parser Generation

+

In addition to on-the-fly parser generation using kast, K is capable of +ahead-of-time parser generation of LR(1) or GLR parsers using Flex and Bison. +This can be done one of two different ways.

+
    +
  1. You can explicitly request for a particular parser to be generated by +invoking kast --gen-parser <outputFile> or +kast --gen-glr-parser <outputFile> respectively. kast will then create a +parser based on the same command line flags that govern on-the-fly parsing, +like -s to specify the starting sort, and -m to specify the module to +parse under. By default, this generates a parser for the sort of the $PGM +configuration variable in the main syntax module of the definition.
  2. +
  3. You can request that a specific set of parsers be generated for all the +configuration variables of your definition by passing the +--gen-bison-parser or --gen-glr-bison-parser flags to kompile. +kompile will decide the sorts to use as start symbols based on the sorts +in the configuration declaration for the configuration variables. The $PGM +configuration variable will be generated based on the main syntax module +of the definition. The user must explicitly annotate the configuration +declaration with the other modules to use to parse the other configuration +variables as attributes. For example, if I have the following cell in the +configuration declaration: <cell> foo($FOO:Foo, $BAR:Bar) </cell>, +One might annotate it with the attribute pair parser="FOO, TEST; BAR, TEST2" +to indicate that configuration variable $FOO should be parsed in the +TEST module, and configuration variable $BAR should be parsed in the +TEST2 module. If the user forgets to annotate the declaration with the +parser attribute, only the $PGM parser will be generated.
  4. +
+

Bison-generated parsers are extremely fast compared to kast, but they have +some important limitations:

+
    +
  • Bison parsers will always output Kore. You can then pass the resulting AST +directly to llvm-krun or kore-exec and bypass the krun frontend, making +them very fast, but lower-level.
  • +
  • Bison parsers do not yet support macros. This may change in a future release. +Note that you can use anywhere rules instead of macros in most cases to get +around this limitation, although they will not benefit from unparsing via the +alias attribute.
  • +
  • Obligation falls on the user to ensure that the grammar they write is LR(1) +if they choose to use LR(1) parsing. If this does not happen, the parser +generated will have shift/reduce or reduce/reduce conflicts and the parser +may behave differently than kast would (kast is a GLL parser, ie, it +is based on LL parsers and parses all unambiguous context-free grammars). +K provides an attribute, not-lr1, which can be applied to modules known to +not be LR(1), and will trigger a warning if the user attempts to generate an +LR(1) parser which recursively imports that module.
  • +
  • If you are using LR(1) based parsing, the prefer and avoid attributes are +ignored. It is only possible to implement these attributes by means of +generalized LL or LR parsing and a postprocessing on the AST to remove the +undesirable ambiguity.
  • +
  • Obligation falls on the user to ensure that the grammar they write has as +few conflicts as possible if they are using GLR parsing. Bison's GLR support +is quite primitive, and in the worst case it can use exponential space and +time to parse a program, which generally leads the generated parser to report +"memory exhausted", indicating that the parse could not be completed within +the stack space allocated by Bison. It's best to ensure that the grammar is +as close to LR(1) as possible and only utilizes conflicts where absolutely +necessary. One tool that can be used to facilitate this is to pass +--bison-lists to kompile. This will disable support for the List{Sort} +syntax production, and it will make NeList{Sort} left associative, but the +resulting productions generated for NeList{Sort} will be LR(1) and use bounded +stack space.
  • +
  • If the grammar you are parsing is context-sensitive (for example, because +it requires a symbol table to parse), one thing you can do to make this +language parse in K is to implement the language as an ambiguous grammar. +Bison's GLR parser will generate an amb production that is parametric in +the sort of the ambiguity. You can then import the K-AMBIGUITIES module +and use rewriting to resolve the ambiguities using whatever preprocessing +mechanisms you prefer.
  • +
+

Location Information

+

K is able to insert file, line, and column metadata into the parse tree on a +per-sort basis when parsing using a bison-generated parser. To enable this, +mark the sort with the locations attribute.

+
k
syntax Exp [locations] + syntax Exp ::= Exp "/" Exp | Int +
+

K implicitly wraps productions of these sorts in a #location term (see the +K-LOCATIONS module in kast.md). The metadata can thus be accessed with +ordinary rewrite rules:

+
k
rule #location(_ / 0, File, StartLine, _StartColumn, _EndLine, _EndColumn) => + "Error: Division by zero at " +String File +String ":" Int2String(StartLine) +
+

Sometimes it is desirable to allow code to be written in a file which +overwrites the current location information provided by the parser. This can be +done via a combination of the #LineMarker sort and the --bison-file flag to +the parser generator. If you declare a production of sort #LineMarker which +contains a regular expression terminal, this will be treated as a +line marker by the bison parser. The user will then be expected to provide +an implementation of the parser for the line marker in C. The function expected +by the parser has the signature void line_marker(char *, yyscan_t), where +yyscan_t is a +reentrant flex scanner. +The string value of the line marker token as specified by your regular +expression can be found in the first parameter of the function, and you can +set the line number used by the scanner using yyset_lineno(int, yyscan_t). If +you declare the variable extern char *filename, you can also set the current +file name by writing a malloc'd, zero-terminated string to that variable.

+

Unparsing

+

A number of factors go into how terms are unparsed in K. Here we describe some +of the features the user can use to control how unparsing happens.

+

Brackets

+

One of the phases that the unparser goes through is to insert productions +tagged with the bracket attribute where it believes this is necessary +in order to create a correct string that will be parsed back into the original +AST. The most common case of this is in expression grammars. For example, +consider the following grammar:

+
k
syntax Exp ::= Int + | Exp "*" Exp + > Exp "+" Exp +
+

Here we have declared that expressions can contain integer addition and +multiplication, and that multiplication binds tighter than addition. As a +result, when writing a program, if we want to write an expression that first +applies addition, then multiplication, we must use brackets: (1 + 2) * 3. +Similarly, if we have such an AST, we must insert brackets into the AST +in order to faithfully unparse the term in a manner that will be parsed back +into the same ast, because if we do not, we end up unparsing the term as +1 + 2 * 3, which will be parsed back as 1 + (2 * 3) because of the priority +declaration in the grammar.

+

You can control how the unparser will insert such brackets by adding a +production with the bracket attribute and the correct sort. For example, if, +instead of parentheses, you want to use curly braces, you could write:

+
k
syntax Exp ::= "{" Exp "}" [bracket] +
+

This would signal to the unparser how brackets should look for terms of sort +Exp, and it will use this syntax when unparsing terms of sort Exp.

+

Commutative collections

+

One thing that K will do (unless you pass the --no-sort-collections flag to +krun) is to sort associative, commutative collections (such as Set and Map) +alphanumerically. For example, if I have a collection whose keys are sort Id +and they have the values a, b, c, and d, then unparsing will always print +first the key a, then b, then c, then d, because this is the alphabetic order +of these keys when unparsed.

+

Furthermore, K will sort numeric keys numerically. For example, if I have a +collection whose keys are 1, 2, 5, 10, 30, it will first display 1, then 2, +then 5, then 10, then 30, because it will sort these keys numerically. Note +that this is different than an alphabetic sort, which would sort them as +1, 10, 2, 30, 5. We believe the former is more intuitive to users.

+

Substitution filtering

+

K will remove substitution terms corresponding to anonymous variables when +using the --pattern flag if those anonymous variables provide no information +about the named variables in your serach pattern. You can disable this behavior +by passing --no-substitution-filtering to krun. When this flag is not passed, +and you are using the Haskell backend, any equality in a substitution (ie, an +#Equals under an #And under an #Or), will be hidden from the user if the +left hand side is a variable that was anonymous in the --pattern passed by +the user, unless that variable appears elsewhere in the substitution. If you +want to see that variable in the substitution, you can either disable this +filtering, or give that variable a name in the original search pattern.

+

Variable alpha renaming

+

K will automatically rename variables that appear in the output configuration. +Similar to commutative collections, this is done to normalize the resulting +configuration so that equivalent configurations will be printed identically +regardless of how they happen to be reached. This pass can be disabled by +passing --no-alpha-renaming to krun.

+

Macro expansion

+

K will apply macros in reverse on the output configuration if the macro was +created with the alias or alias-rec attribute. See the section on macro +expansion for more details.

+

Formatting

+

format attribute

+

K allows you to control how terms are unparsed using the format attribute. +By default, a domain value is unparsed by printing its string value verbatim, +and an application pattern is unparsed by printing its terminals and children +in the sequence implied by its concrete syntax, separated by spaces. However, +K gives you complete control over how you want to unparse the symbol.

+

A format attribute is a string containing zero or more escape sequences that +tell K how to unparse the symbol. Escape sequences begin with a '%' and are +followed by either an integer, or a single non-digit character. Below is a +list of escape sequences recognized by the formatter:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Escape SequenceMeaning
nInsert '\n' followed by the current indentation level
iIncrease the current indentation level by 1
dDecrease the current indentation level by 1
cMove to the next color in the list of colors for this production
rReset color to the default foreground color for the terminal (See below for more information on how colors work)
an integerPrint a terminal or nonterminal from the production (See below for more information)
any other charPrint that character verbatim
+

Using the integer escape sequence

+

In the integer escape sequence %a, the integer a is treated as a 1-based +index into the terminals and nonterminals of the production.

+
    +
  • +

    If the offset refers to a terminal, move to the next color in the list of +colors for this production, print the value of that terminal, then reset the +color to the default foreground color for the terminal.

    +
  • +
  • +

    If the offset refers to a regular expression terminal, it is an error.

    +
  • +
  • +

    If the offset refers to a nonterminal, print the unparsed representation of +the corresponding child of the current term.

    +
  • +
+

color and colors attributes

+

K allows you to take advantage of ANSI terminal codes for foreground color +in order to colorize output pretty-printed by the unparser. This is controlled +via the color and colors attributes of productions. These attributes +combine with the format attribute to control how a term is colorized.

+

The first thing to understand about how colorization works is that the color +and colors attributes are used to construct a list of colors associated +with each production, and the format attribute then uses that list to choose +the color for each part of the production. For more information on how the +format attribute chooses a color from the list, see above, but essentially, +each terminal or %c in the format attribute advances the pointer in the list +by one element, and terminals and %r reset the current color to the default +foreground color of the terminal afterwards.

+

There are two ways you can construct a list of colors associated with a +production:

+
    +
  • +

    The color attribute creates the entire list all with the same color, as +specified by the value of the attribute. When combined with the default format +attribute, this will color all the terminals in that production that color, but +more advanced techniques can be used as well.

    +
  • +
  • +

    The colors attribute creates the list from a manual, comma-separated list +of colors. The attribute is invalid if the length of the list is not equal to +the number of terminals in the production plus the number of %c substrings in +the format attribute.

    +
  • +
+

Attributes Reference

+

Attribute Syntax Overview

+

In K, many different syntactic categories accept an optional trailing list of +keywords known as attributes. Attribute lists have two different syntaxes, +depending on where they occur. Each attribute also has a type which describes +where it may occur.

+

The first syntax is a square-bracketed ([]) list of words. This syntax is +available for following attribute types:

+
    +
  1. module attributes - may appear immediately after the module keyword
  2. +
  3. sort attributes - may appear immediately after a sort declaration
  4. +
  5. production attributes - may appear immediately after a BNF production +alternative
  6. +
  7. rule attributes - may appear immediately after a rule
  8. +
  9. context attributes - may appear immediately after a context or context +alias
  10. +
  11. context alias attributes - may appear immediately after a context alias
  12. +
  13. claim attributes - may appear immediately after a claim
  14. +
+

The second syntax is the XML attribute syntax, i.e., a space delemited list of +key-and-quoted-value pairs appearing inside the start tag of an XML element: +<element key1="value" key2="value2" ... > </element>. This syntax is +available for the following attribute types:

+
    +
  1. cell attributes - may appear inside of the cell start tag in +configuration declarations
  2. +
+

Unrecognized attributes are reported as an error. When we talk about +the type of an attribute, we mean a syntactic category to which an attribute +can be attached where the attribute has some semantic effect.

+

Attribute Index

+

We now provide an index of available attributes organized alphabetically with a +brief description of each. Note that the same attribute may appear in the index +multiple times to indicate its effect in different contexts or with/without +arguments. A legend describing how to interpret the index follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeBackendReference
alias-recprodallMacros and Aliases
aliasprodallMacros and Aliases
all-pathclaimhaskellall-path and one-path attributes to distinguish reachability claims
anywhereruleallanywhere rules
applyPriority(_)prodallSymbol priority and associativity
avoidprodallSymbol priority and associativity
binderprodallNo reference yet.
bracketprodallParametric productions and bracket attributes
color(_)prodallcolor and colors attributes
colors(_)prodallcolor and colors attributes
concretemodllvmsymbolic and concrete attribute
concrete(_)rulehaskellconcrete and symbolic attributes (Haskell backend)
concreterulehaskellconcrete and symbolic attributes (Haskell backend)
context(_)aliasallContext aliases
deprecatedprodalldeprecated attribute
exit = ""cellallexit attribute
formatprodallformat attribute
freshGeneratorprodallfreshGenerator attribute
functionprodallfunction and total attributes
group(_)allallSymbol priority and associativity
hook(_)prodallNo reference yet
hybrid(_)prodallhybrid attribute
hybridprodallhybrid attribute
klabel(_)prodallklabel(_) and symbol attributes
leftprodallSymbol priority and associativity
locationssortallLocation Information
macro-recprodallMacros and Aliases
macroprodallMacros and Aliases
memorulehaskellThe memo attribute
multiplicity = "_"cellallCollection Cells: multiplicity and type attributes
non-assocprodallSymbol priority and associativity
one-pathclaimhaskellall-path and one-path attributes to distinguish reachability claims
overload(_)prodalloverload(_) attribute
owiseruleallowise and priority attributes
prec(_)tokenallprec attribute
preferprodallSymbol priority and associativity
priority(_)ruleallowise and priority attributes
privatemodallprivate attribute
privateprodallpublic and private attribute
publicmodallNo reference yet.
publicprodallpublic and private attribute
result(_)ctxtallresult attribute
result(_)ruleallresult attribute
rightprodallSymbol priority and associativity
seqstrict(_)prodallstrict and seqstrict attributes
seqstrictprodallstrict and seqstrict attributes
simplificationrulehaskellsimplification attribute (Haskell backend)
simplification(_)rulehaskellsimplification attribute (Haskell backend)
smt-hook(_)prodhaskellSMT Translation
smtlib(_)prodhaskellSMT Translation
smt-lemmarulehaskellSMT Translation
strictprodallstrict and seqstrict attributes
strict(_)prodallstrict and seqstrict attributes
symbolicmodhaskellsymbolic and concrete attribute
symbolicrulehaskellconcrete and symbolic attributes (Haskell backend)
symbolic(_)rulehaskellconcrete and symbolic attributes (Haskell backend)
symbolprodallklabel(_) and symbol attributes
terminator-symbol(_)prodallklabel(_) and symbol attributes
tokenprodalltoken attribute
tokensortalltoken attribute
totalprodallfunction and total attributes
trustedclaimhaskelltrusted attribute
type = "_"cellallCollection Cells: multiplicity and type attributes
unboundVariables(_)ruleallThe unboundVariables attribute
unusedprodallunused attribute
concretemodallSpecify that this module should only be included in concrete backends (LLVM backend).
symbolicmodallSpecify that this module should only be included in symbolic backends (Haskell backend).
stream = "_"cellallSpecify that this cell should be hooked up to a stream, either stdin, stdout, or stderr.
+

Internal Attribute Index

+

Some attributes should not generally appear in user code, except in some +unusual or complex examples. Such attributes are typically generated by the +compiler and used internally. We list these attributes below as a reference for +interested readers:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeBackendReference
assocprodallassoc, comm, idem and unit attributes
commprodallassoc, comm, idem and unit attributes
digestmodallContains the hash of the textual contents of the module.
idemprodallassoc, comm, idem and unit attributes
unitprodallassoc, comm, idem and unit attributes
userListprodallIdentifies the desugared form of Lst ::= List{Elm,"delim"}
predicateprodallSpecifies the sort of a predicate label
elementprodallSpecifies the label of the elements in a list
bracketLabelprodallKeep track of the label of a bracket production since it can't have a klabel
injectiveprodallLabel a given production as injective (unique output for each input)
internalprodallProduction is reserved for internal use by the compiler
coolruleallstrict and seqstrict attributes
heatruleallstrict and seqstrict attributes
+

Index Legend

+
    +
  • +

    Name - the attribute's name (optionally followed by an underscore _ to indicate the attribute takes arguments)

    +
  • +
  • +

    Type - the syntactic categories where this attribute is not ignored; +the possible values are the types mentioned above or shorthands:

    +
      +
    1. all - short for any type except cell
    2. +
    3. mod - short for module
    4. +
    5. sort
    6. +
    7. prod - short for production
    8. +
    9. rule
    10. +
    11. ctxt - short for context or context alias
    12. +
    13. claim
    14. +
    15. cell
    16. +
    +
  • +
  • +

    Backend - the backends that do not ignore this attribute; possible values:

    +
      +
    1. all - all backends
    2. +
    3. llvm - the LLVM backend
    4. +
    5. haskell - the Haskell backend
    6. +
    +
  • +
  • +

    Effect - the attribute's effect (when it applies)

    +
  • +
+

Pending Documentation

+

Backend features not yet given documentation:

+
    +
  • Parser of KORE terms and definitions
  • +
  • Term representation of K terms
  • +
  • Hooked sorts and symbols
  • +
  • Substituting a substitution into the RHS of a rule +
      +
    • domain values
    • +
    • functions
    • +
    • variables
    • +
    • symbols
    • +
    • polymorphism
    • +
    • hooks
    • +
    • injection compaction
    • +
    • overload compaction
    • +
    +
  • +
  • Pattern Matching / Unification of subject and LHS of rule +
      +
    • domain values
    • +
    • symbols
    • +
    • side conditions
    • +
    • and/or patterns
    • +
    • list patterns
    • +
    • nonlinear variables
    • +
    • map/set patterns +
        +
      • deterministic
      • +
      • nondeterministic
      • +
      +
    • +
    • modulo injections
    • +
    • modulo overloads
    • +
    +
  • +
  • Stepping +
      +
    • initialization
    • +
    • termination
    • +
    +
  • +
  • Print kore terms
  • +
  • Equality/comparison of terms
  • +
  • Owise rules
  • +
  • Strategy #STUCK axiom
  • +
  • User substitution +
      +
    • binders
    • +
    • kvar
    • +
    +
  • +
+

To get a complete list of hooks supported by K, you can run:

+
grep -P -R "(?<=[^-])hook\([^)]*\)" k-distribution/include/kframework/builtin/ \
+     --include "*.k" -ho | \
+sed 's/hook(//' | sed 's/)//' | sort | uniq | grep -v org.kframework
+
+

All of these hooks will also eventually need documentation.

+
+
+
    +
  1. Except for in a very limited number of special cases from the +K standard library. ↩︎

    +
  2. +
  3. The Maude documentation +has an example in a context that's somewhat similar to K; discussion of +ad-hoc overloading is not relevant. ↩︎

    +
  4. +
+
+
+
+ + +
+ +
+
+ + K User Manual + +
+
+ + Introduction + + +
+
+ + Introduction to K + + +
+
+ + Module Declaration + + +
+
+ + Syntax Declaration + + +
+
+ + Configuration Declaration + + +
+
+ + Rule Declaration + + +
+
+ + Evaluation Strategy + + +
+
+ + Pattern Matching + +
+
+ + Set Variables + + +
+
+ + Variables occurring only in the RHS of a rule + + +
+ +
+
+
+ + Unparsing + + +
+
+ + Attributes Reference + + +
+ +
+
+ +
+ +
+
+ +
+
+ + + + + + + + + + + + diff --git a/editor_support/index.html b/editor_support/index.html new file mode 100644 index 00000000000..7f8c4a396cb --- /dev/null +++ b/editor_support/index.html @@ -0,0 +1,455 @@ + + + + + + + + + + + + + + +Editor Support | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Editor Support

+

This page lists (alphabetically) known Editor/IDE plugins for K.

+

Please feel free to contribute to any of the projects below (via pull requests) or to suggest new entries.

+

Atom

+

K/Maude syntax highlighter for Atom based on the BBEdit grammar described below

+
    +
  • Source: https://github.com/traiansf/language-k
  • +
+

BBEdit/TextWrangler

+

K/Maude syntax highlighter for TextWrangler/BBEdit

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/BBEdit
  • +
+

Emacs

+

Emacs mode for K

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/emacs
  • +
+

IntelliJ Idea

+
    +
  • Comprehensive plugin for IntelliJ Idea
  • +
  • Binary: https://github.com/kframework/k-editor-support/blob/master/k-idea-plugin.jar
  • +
  • Source: https://github.com/kframework/k-editor-support/tree/master/k-idea-plugin-src
  • +
+

Notepad++

+

K syntax highlighter for Notepad++

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/notepad%2B%2B
  • +
+

Pygments

+

Support for https://pygments.org/ Pygments

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/pygments
  • +
  • Note: the lexer is far from being complete.
  • +
+

Vim

+

K/Maude syntax highlighter for vim

+
    +
  • Source: https://github.com/kframework/k-editor-support/tree/master/vim
  • +
+

Visual Studio Code

+

K extension for Visual Studio Code

+
    +
  • Extension page on Visual Studio Marketplace: https://marketplace.visualstudio.com/items?itemName=clv.kframework
  • +
  • Source code: https://github.com/LucianCumpata/K-VSCode
  • +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/events/k-a-rewriting-based-language-definitional-framework/index.html b/events/k-a-rewriting-based-language-definitional-framework/index.html new file mode 100644 index 00000000000..c1733ac2a03 --- /dev/null +++ b/events/k-a-rewriting-based-language-definitional-framework/index.html @@ -0,0 +1,401 @@ + + + + + + + + + + + + + + +K: A Rewriting-Based Language Definitional Framework | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K: A Rewriting-Based Language Definitional Framework

+

Tutorial at the 33rd ACM SIGPLAN International Conference on Programming Language Design and Implementation (PLDI)

+
    +
  • June 16, 2012 – Beijing (China)
  • +
  • Presenter: Grigore Rosu (the main designer of K)
  • +
  • Duration: Half a day
  • +
  • Expected participants: ~20
  • +
+

Description

+

K is an executable semantic framework in which programming languages, calculi, as well as type systems or formal analysis tools can be defined. K is a suitable framework for defining truly concurrent languages or calculi, even in the presence of sharing. Since computations can be handled like any other terms in a rewriting environment, that is, they can be matched, moved from one place to another in the original term, modified, or even deleted, K is also suitable for defining control-intensive language features such as abrupt termination, exceptions, or call/cc. K has been used to define real world languages like C.

+

This tutorial will provide participants with a basic knowledge of the framework, as well as hands-on experience with using K to define a real programming language. Definitional techniques available in K, as well as comparisons of such techniques with other formalisms will be described. Time will be spent showing how one can automatically generate an interpreter, debugger, state space search, and a model checker from a single semantic definition. After attending the tutorial, participants will be able to use K to define their own languages or calculi and then derive similar tools from their semantics for free.

+ +
    +
  • http://k-framework.org: The main page for the K framework (see the Quick Overview section for a movie, demo and slides).
  • +
  • http://k-framework.googlecode.com: The Googlecode page for the K tool.
  • +
+

Tutorial format

+

Material and instructions will be provided to participants to load software and examples on their laptops. The presenter will give background material and an introduction to K, then the majority of the time will be spent working through examples in the K tool. The examples will be used to demonstrate both features of K, as well as design decisions that must take place when defining a language. Participants will be encouraged to examine and understand the example languages, then guided through making their own changes/improvements to those languages.

+

Expected audience

+

The audience should be interested in practical aspects of programming language semantics. This includes interest in semantics as objects to be created/studied, as well as interest in the using such semantics for different program analyses. They need no previous knowledge, although a basic understanding of other definitional styles (such as SOS or evaluation contexts) may be helpful.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/exports/K.epub b/exports/K.epub new file mode 100644 index 0000000000000000000000000000000000000000..9b07a82fe1162d9ee1630458c4152dcf1c9c2c9f GIT binary patch literal 1045264 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%0DoQ3yOj@vj4^S#; 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�!MFb^ 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

<~!-&@1oT4ODw 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�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

kn5=KJTBN@*yVec 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

?4QGd8OhAlEQ4=PP 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 + + + K + + + + + + +

+

K

+ +

Table of Contents

+ +
+
+

K is a rewrite-based
+executable semantic framework in which programming languages, type
+systems and formal analysis tools can be defined using configurations
+and rules. Configurations organize the state in units called cells,
+which are labeled and can be nested. K rewrite rules make it explicit
+which parts of the term are read-only, write-only, read-write, or
+unused. This makes K suitable for defining truly concurrent languages
+even in the presence of sharing. Computations are represented as
+syntactic extensions of the original language abstract syntax, using a
+nested list structure which sequentializes computational tasks, such
+as program fragments. Computations are like any other terms in a
+rewriting environment: they can be matched, moved from one place to
+another, modified, or deleted. This makes K suitable for defining
+control-intensive features such as abrupt termination, exceptions, or
+call/cc.

+

K Tool Download

+ +
    +
  • Install from the latest K GitHub Release.
  • +
  • Install pyk, K's scripting interface for Python. Check the API documentation for a complete reference of supported features.
  • +
  • Try our Editor Support page for links to K syntax highlighting definitions for various popular editors/IDEs. Please feel free to contribute.
  • +
  • Build or browse the code on GitHub, where you can also report bugs.
  • +
+

Learn K

+ + +

Support

+ + +

Resources

+ + +

K Tutorial

+ +

The purpose of this series of lessons is to teach developers how to program in
+K. While the primary use of K is in the specification of operational semantics
+of programming languages, this tutorial is agnostic on how the knowledge of K
+is used. For a more detailed tutorial explaining the basic principles of
+programming language design, refer to the
+K PL Tutorial. Note that that tutorial is somewhat
+out of date presently.

+

This K tutorial is a work in progress. Many lessons are currently simply
+placeholders for future content.

+

To start the K tutorial, begin with
+Section 1: Basic Programming in K.

+

Section 1: Basic K Concepts

+ +

The goal of this first section of the K tutorial is to teach the basic
+principles of K to someone with no prior experience with K as a programming
+language. However, this is not written with the intended audience of someone
+who is a complete beginner to programming. We are assuming that the reader
+has a firm grounding in computer science broadly, as well as that they have
+experience writing code in functional programming languages before.

+

By the end of this section, the reader ought to be able to write specifications
+of simple languages in K, use these specifications to generate a fast
+interpreter for their programming language, as well as write basic deductive
+program verification proofs over programs in their language. This should give
+them the theoretical grounding they need to begin expanding their knowledge
+of K in Section 2: Intermediate K Concepts.

+

To begin this section, refer to
+Lesson 1.1: Setting up a K Environment.

+

Lesson 1.1: Setting up a K Environment

+ +

The first step to learning K is to install K on your system, and configure your
+editor for K development.

+

Installing K

+ +

You have two options for how to install K, depending on how you intend to
+interact with the K codebase. If you are solely a user of K, and have no
+interest in developing or making changes to K, you most likely will want to
+install one of our binary releases of K. However, if you are going to be a K
+developer, or simply want to build K from source, you should follow the
+instructions for a source build of K.

+

Installing K from a binary release

+ +

K is developed as a rolling release, with each change to K that passes our
+CI infrastructure being deployed on GitHub for download. The latest release of
+K can be downloaded here.
+This page also contains information on how to install K. It is recommended
+that you fully uninstall the old version of K prior to installing the new one,
+as K does not maintain entries in package manager databases, with the exception
+of Homebrew on MacOS.

+

Installing K from source

+ +

You can clone K from GitHub with the following Git command:

+
git clone https://github.com/runtimeverification/k --recursive
+

Instructions on how to build K from source can be found
+here.

+

Configuring your editor

+ +

K maintains a set of scripts for a variety of text editors, including vim and
+emacs, in various states of maintenance. You can download these scripts with
+the following Git command:

+
git clone https://github.com/kframework/k-editor-support
+

Because K allows users to define their own grammars for parsing K itself,
+not all features of K can be effectively highlighted. However, at the cost of
+occasionally highlighting things incorrectly, you can get some pretty good
+results in many cases. With that being said, some of the editor scripts in the
+above repository are pretty out of date. If you manage to improve them, we
+welcome pull requests into the repository.

+

Troubleshooting

+ +

If you have problems installing K, we encourage you to reach out to us. If you
+follow the above install instructions and run into a problem, you can
+Create a bug report on GitHub

+

Next lesson

+ +

Once you have set up K on your system to your satisfaction, you can continue to
+Lesson 1.2: Basics of Functional K.

+

Lesson 1.2: Basics of Functional K

+ +

The purpose of this lesson is to explain the basics of productions and
+rules in K. These are two types of K sentences. A K file consists of
+one or more requires or modules in K. Each module consists of one or
+more imports or sentences. For more information on requires, modules, and
+sentences, refer to Lesson 1.5. However, for the time
+being, just think of a module as a container for sentences, and don't worry
+about requires or imports just yet.

+

Our first K program

+ +

To start with, input the following program into your editor as file
+lesson-02-a.k:

+
module LESSON-02-A
+
+  syntax Color ::= Yellow() | Blue()
+  syntax Fruit ::= Banana() | Blueberry()
+  syntax Color ::= colorOf(Fruit) [function]
+
+  rule colorOf(Banana()) => Yellow()
+  rule colorOf(Blueberry()) => Blue()
+
+endmodule
+

Save this file and then run:

+
kompile lesson-02-a.k
+

kompile is K's compiler. By default, it takes a program or specification
+written in K and compiles it into an interpreter for that input. Right now we
+are compiling a single file. A set of K files that are compiled together are
+called a K definition. We will cover multiple file K definitions later on.
+kompile will output a directory containing everything needed to execute
+programs and perform proofs using that definition. In this case, kompile will
+(by default) create the directory lesson-02-a-kompiled under the current
+directory.

+

Now, save the following input file in your editor as banana.color in the same
+directory as lesson-02-a.k:

+
colorOf(Banana())
+

We can now evaluate this K term by running (from the same directory):

+
krun banana.color
+

krun will use the interpreter generated by the first call to kompile to
+execute this program.

+

You will get the following output:

+
<k>
+  Yellow ( ) ~> .
+</k>
+

For now, don't worry about the <k>, </k>, or ~> . portions of this
+output file.

+

You can also execute small programs directly by specifying them on the command
+line instead of putting them in a file. For example, the same program above
+could also have been executed by running the following command:

+
krun -cPGM='colorOf(Banana())'
+

Now, let's look at what this definition and program did.

+

Productions, Constructors, and Functions

+ +

The first thing to realize is that this K definition contains 5 productions.
+Productions are introduced with the syntax keyword, followed by a sort,
+followed by the operator ::= followed by the definition of one or more
+productions themselves, separated by the | operator. There are different
+types of productions, but for now we only care about constructors and
+functions. Each declaration separated by the | operator is individually
+a single production, and the | symbol simply groups together productions that
+have the same sort. For example, we could equally have written an identical K
+definition lesson-02-b.k like so:

+
module LESSON-02-B
+
+  syntax Color ::= Yellow()
+  syntax Color ::= Blue()
+  syntax Fruit ::= Banana()
+  syntax Fruit ::= Blueberry()
+  syntax Color ::= colorOf(Fruit) [function]
+
+  rule colorOf(Banana()) => Yellow()
+  rule colorOf(Blueberry()) => Blue()
+
+endmodule
+

You can try compiling and running lesson-02-b.k to see that it produces the same output as lesson-02-a.k:

+
kompile lesson-02-b.k
+krun -cPGM='colorOf(Banana())' --definition 'lesson-02-b-kompiled'
+

where the --definition attribute points to the directory containing a compiled version of LESSON-02-B.
+Even the following definition is equivalent:

+
module LESSON-02-C
+
+  syntax Color ::= Yellow()
+                 | Blue()
+                 | colorOf(Fruit) [function]
+  syntax Fruit ::= Banana()
+                 | Blueberry()
+
+  rule colorOf(Banana()) => Yellow()
+  rule colorOf(Blueberry()) => Blue()
+
+endmodule
+

Each of these types of productions named above has the same underlying syntax,
+but context and attributes are used to distinguish between the different
+types. Tokens, brackets, lists, macros, aliases, and anywhere productions will
+be covered in a later lesson, but this lesson does introduce us to constructors
+and functions. Yellow(), Blue(), Banana(), and Blueberry() are
+constructors. You can think of a constructor like a constructor for an
+algebraic data type, if you're familiar with a functional language. The data
+type itself is the sort that appears on the left of the ::= operator. Sorts
+in K consist of uppercase identifiers.

+

Constructors can have arguments, but these ones do not. We will cover the
+syntax of productions in detail in the next lesson, but for now, you can write
+a production with no arguments as an uppercase or lowercase identifier followed
+by the () operator.

+

A function is distinguished from a constructor by the presence of the
+function attribute. Attributes appear in a comma separated list between
+square brackets after any sentence, including both productions and rules.
+Various attributes with built-in meanings exist in K and will be discussed
+throughout the tutorial.

+

Exercise

+ +

Use krun to compute the return value of the colorOf function on a
+Blueberry().

+

Rules, Matching, and Variables

+ +

Functions in K are given definitions using rules. A rule begins with the rule
+keyword and contains at least one rewrite operator. The rewrite operator
+is represented by the syntax =>. The rewrite operator is one of the built-in
+productions in K, and we will discuss in more detail how it can be used in
+future lessons, but for now, you can think of a rule as consisting of a
+left-hand side and a right-hand side, separated by the rewrite
+operator. On the left-hand side is the name of the function and zero or more
+patterns corresponding to the parameters of the function. On the right-hand
+side is another pattern. The meaning of the rule is relatively simple, having
+defined these components. If the function is called with arguments that
+match the patterns on the left-hand side, then the return value of the
+function is the pattern on the right-hand side.

+

For example, in the above example, if the argument of the colorOf function
+is Banana(), then the return value of the function is Yellow().

+

So far we have introduced that a constructor is a type of pattern in K. We
+will introduce more complex patterns in later lessons, but there is one other
+type of basic pattern: the variable. A variable, syntactically, consists
+of an uppercase identifier. However, unlike a constructor, a variable will
+match any pattern with one exception: Two variables with the same name
+must match the same pattern.

+

Here is a more complex example (lesson-02-d.k):

+
module LESSON-02-D
+
+  syntax Container ::= Jar(Fruit)
+  syntax Fruit ::= Apple() | Pear()
+
+  syntax Fruit ::= contentsOfJar(Container) [function]
+
+  rule contentsOfJar(Jar(F)) => F
+
+endmodule
+

Here we see that Jar is a constructor with a single argument. You can write a
+production with multiple arguments by putting the sorts of the arguments in a
+comma-separated list inside the parentheses.

+

In this example, F is a variable. It will match either Apple() or Pear().
+The return value of the function is created by substituting the matched
+values of all of the variables into the variables on the right-hand side of
+the rule.

+

To demonstrate, compile this definition and execute the following program with
+krun:

+
contentsOfJar(Jar(Apple()))
+

You will see when you run it that the program returns Apple(), because that
+is the pattern that was matched by F.

+

Exercises

+ +
    +
  1. Extend the definition in lesson-02-a.k with the addition of blackberries
    +and kiwis. For simplicity, blackberries are black and kiwis are green. Then
    +compile your definition and test that your additional fruits are correctly
    +handled by the colorOf function.
  2. +
  3. Create a new definition which defines an outfit as a multi-argument
    +constructor consisting of a hat, shirt, pants, and shoes. Define a new sort,
    +Boolean, with two constructors, true and false. Each of hat, shirt, pants,
    +and shoes will have a single argument (a color), either black or
    +white. Then define an outfitMatching function that will return true if all
    +the pieces of the outfit are the same color. You do not need to define the
    +case that returns false. Write some tests that your function behaves the way
    +you expect.
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.3: BNF Syntax and Parser Generation.

+

Lesson 1.3: BNF Syntax and Parser Generation

+ +

The purpose of this lesson is to explain the full syntax and semantics of
+productions in K as well as how productions and other syntactic
+sentences can be used to define grammars for use parsing both rules as well
+as programs.

+

K's approach to parsing

+ +

K's grammar is divided into two components: the outer syntax of K and the
+inner syntax of K. Outer syntax refers to the parsing of requires,
+modules, imports, and sentences in a K definition. Inner syntax
+refers to the parsing of rules and programs. Unlike the outer syntax of
+K, which is predetermined, much of the inner syntax of K is defined by you, the
+developer. When rules or programs are parsed, they are parsed within the
+context of a module. Rules are parsed in the context of the module in which
+they exist, whereas programs are parsed in the context of the
+main syntax module of a K definition. The productions and other syntactic
+sentences in a module are used to construct the grammar of the module, which
+is then used to perform parsing.

+

Basic BNF productions

+ +

To illustrate how this works, we will consider a simple K definition which
+defines a relatively basic calculator capable of evaluating Boolean expressions
+containing and, or, not, and xor.

+

Input the following program into your editor as file lesson-03-a.k:

+
module LESSON-03-A
+
+  syntax Boolean ::= "true" | "false"
+                   | "!" Boolean [function]
+                   | Boolean "&&" Boolean [function]
+                   | Boolean "^" Boolean [function]
+                   | Boolean "||" Boolean [function]
+
+endmodule
+

You will notice that the productions in this file look a little different than
+the ones from the previous lesson. In point of fact, K has two different
+mechanisms for defining productions. We have previously been focused
+exclusively on the first mechanism, where the ::= symbol is followed by an
+alphanumeric identifier followed by a comma-separated list of sorts in
+parentheses. However, this is merely a special case of a more generic mechanism
+for defining the syntax of productions using a variant of
+BNF Form.

+

For example, in the previous lesson, we had the following set of productions:

+
module LESSON-03-B
+  syntax Color ::= Yellow() | Blue()
+  syntax Fruit ::= Banana() | Blueberry()
+  syntax Color ::= colorOf(Fruit) [function]
+endmodule
+

It turns out that this is equivalent to the following definition which defines
+the same grammar, but using BNF notation:

+
module LESSON-03-C
+  syntax Color ::= "Yellow" "(" ")" | "Blue" "(" ")"
+  syntax Fruit ::= "Banana" "(" ")" | "Blueberrry" "(" ")"
+  syntax Color ::= "colorOf" "(" Fruit ")" [function]
+endmodule
+

In this example, the sorts of the argument to the function are unchanged, but
+everything else has been wrapped in double quotation marks. This is because
+in BNF notation, we distinguish between two types of production items:
+terminals and non-terminals. A terminal represents simply a literal
+string of characters that is verbatim part of the syntax of that production.
+A non-terminal, conversely, represents a sort name, where the syntax of that
+production accepts any valid term of that sort at that position.

+

This is why, when we wrote the program colorOf(Banana()), krun was able to
+execute that program: because it represented a term of sort Color that was
+parsed and interpreted by K's interpreter. In other words, krun parses and
+interprets terms according to the grammar defined by the developer. It is
+automatically converted into an AST of that term, and then the colorOf
+function is evaluated using the function rules provided in the definition.

+

You can ask yourself: How does K match the strings between the double quotes?
+The answer is that K uses Flex to generate a scanner for the grammar. Flex looks
+for the longest possible match of a regular expression in the input. If there
+are ambiguities between 2 or more regular expressions, it will pick the one with
+the highest prec attribute. You can learn more about how Flex matching works
+here.

+

Bringing us back to the file lesson-03-a.k, we can see that this grammar
+has given a simple BNF grammar for expressions over Booleans. We have defined
+constructors corresponding to the Boolean values true and false, and functions
+corresponding to the Boolean operators for and, or, not, and xor. We have also
+given a syntax for each of these functions based on their syntax in the C
+programming language. As such, we can now write programs in the simple language
+we have defined.

+

Input the following program into your editor as and.bool in the same
+directory:

+
true && false
+

We cannot interpret this program yet, because we have not given rules defining
+the meaning of the && function yet, but we can parse it. To do this, you can
+run (from the same directory):

+
kast --output kore and.bool
+

kast is K's just-in-time parser. It will generate a grammar from your K
+definition on the fly and use it to parse the program passed on the command
+line. The --output flag controls how the resulting AST is represented; don't
+worry about the possible values yet, just use kore.

+

You ought to get the following AST printed on standard output, minus the
+formatting:

+
inj{SortBoolean{}, SortKItem{}}(
+  Lbl'UndsAnd-And-UndsUnds'LESSON-03-A'Unds'Boolean'Unds'Boolean'Unds'Boolean{}(
+    Lbltrue'Unds'LESSON-03-A'Unds'Boolean{}(),
+    Lblfalse'Unds'LESSON-03-A'Unds'Boolean{}()
+  )
+)
+

Don't worry about what exactly this means yet, just understand that it
+represents the AST of the program that you just parsed. You ought to be able
+to recognize the basic shape of it by seeing the words true, false, and
+And in there. This is Kore, the intermediate representation of K, and we
+will cover it in detail later.

+

Note that you can also tell kast to print the AST in other formats. For a
+more direct representation of the original K, while still maintaining the
+structure of an AST, you can say kast --output kast and.bool. This will
+yield the following output:

+
`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(
+  `true_LESSON-03-A_Boolean`(.KList),
+  `false_LESSON-03-A_Boolean`(.KList)
+)
+

Note how the first output is largely a name-mangled version of the second
+output. The one difference is the presence of the inj symbol in the KORE
+output. We will talk more about this in later lessons.

+

Exercise

+ +

Parse the expression false || true with --output kast. See if you can
+predict approximately what the corresponding output would be with
+--output kore, then run the command yourself and compare it to your
+prediction.

+

Ambiguities

+ +

Now let's try a slightly more advanced example. Input the following program
+into your editor as and-or.bool:

+
true && false || false
+

When you try and parse this program, you ought to see the following error:

+
[Error] Inner Parser: Parsing ambiguity.
+1: syntax Boolean ::= Boolean "||" Boolean [function]
+
+`_||__LESSON-03-A_Boolean_Boolean_Boolean`(`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(`true_LESSON-03-A_Boolean`(.KList),`false_LESSON-03-A_Boolean`(.KList)),`false_LESSON-03-A_Boolean`(.KList))
+2: syntax Boolean ::= Boolean "&&" Boolean [function]
+
+`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(`true_LESSON-03-A_Boolean`(.KList),`_||__LESSON-03-A_Boolean_Boolean_Boolean`(`false_LESSON-03-A_Boolean`(.KList),`false_LESSON-03-A_Boolean`(.KList)))
+        Source(./and-or.bool)
+        Location(1,1,1,23)
+

This error is saying that kast was unable to parse this program because it is
+ambiguous. K's just-in-time parser is a GLL parser, which means it can handle
+the full generality of context-free grammars, including those grammars which
+are ambiguous. An ambiguous grammar is one where the same string can be parsed
+as multiple distinct ASTs. In this example, it can't decide whether it should
+be parsed as (true && false) || false or as true && (false || false). As a
+result, it reports the error to the user.

+

Brackets

+ +

Currently there is no way of resolving this ambiguity, making it impossible
+to write complex expressions in this language. This is obviously a problem.
+The standard solution in most programming languages to this problem is to
+use parentheses to indicate the appropriate grouping. K generalizes this notion
+into a type of production called a bracket. A bracket production in K
+is any production with the bracket attribute. It is required that such a
+production only have a single non-terminal, and the sort of the production
+must equal the sort of that non-terminal. However, K does not otherwise
+impose restrictions on the grammar the user provides for a bracket. With that
+being said, the most common type of bracket is one in which a non-terminal
+is surrounded by terminals representing some type of bracket such as
+(), [], {}, <>, etc. For example, we can define the most common
+type of bracket, the type used by the vast majority of programming languages,
+quite simply.

+

Consider the following modified definition, which we will save to
+lesson-03-d.k:

+
module LESSON-03-D
+
+  syntax Boolean ::= "true" | "false"
+                   | "(" Boolean ")" [bracket]
+                   | "!" Boolean [function]
+                   | Boolean "&&" Boolean [function]
+                   | Boolean "^" Boolean [function]
+                   | Boolean "||" Boolean [function]
+
+endmodule
+

In this definition, if the user does not explicitly define parentheses, the
+grammar remains ambiguous and K's just-in-time parser will report an error.
+However, you are now able to parse more complex programs by means of explicitly
+grouping subterms with the bracket we have just defined.

+

Consider and-or-left.bool:

+
(true && false) || false
+

Now consider and-or-right.bool:

+
true && (false || false)
+

If you parse these programs with kast, you will once again get a single
+unique AST with no error. If you look, you might notice that the bracket itself
+does not appear in the AST. In fact, this is a property unique to brackets:
+productions with the bracket attribute are not represented in the parsed AST
+of a term, and the child of the bracket is folded immediately into the parent
+term. This is the reason for the requirement that a bracket production have
+a single non-terminal of the same sort as the production itself.

+

Exercise

+ +

Write out what you expect the AST to be arising from parsing these two programs
+above with --output kast, then parse them yourself and compare them to the
+AST you expected. Confirm for yourself that the bracket production does not
+appear in the AST.

+

Tokens

+ +

So far we have seen how we can define the grammar of a language. However,
+the grammar is not the only relevant part of parsing a language. Also relevant
+is the lexical syntax of the language. Thus far, we have implicitly been using
+K's automatic lexer generation to generate a token in the scanner for each
+terminal in our grammar. However, sometimes we wish to define more complex
+lexical syntax. For example, consider the case of integers in C: an integer
+consists of a decimal, octal, or hexadecimal number followed by an optional
+suffix indicating the type of the literal.

+

In theory it would be possible to define this syntax via a grammar, but not
+only would it be cumbersome and tedious, you would also then have to deal with
+an AST generated for the literal which is not convenient to work with.

+

Instead of doing this, K allows you to define token productions, where
+a production consists of a regular expression followed by the token
+attribute, and the resulting AST consists of a typed string containing the
+value recognized by the regular expression.

+

For example, the builtin integers in K are defined using the following
+production:

+
syntax Int ::= r"[\\+-]?[0-9]+" [token]
+

Here we can see that we have defined that an integer is an optional sign
+followed by a nonzero sequence of digits. The r preceding the terminal
+indicates that what appears inside the double quotes is a regular expression,
+and the token attribute indicates that terms which parse as this production
+should be converted into a token by the parser.

+

It is also possible to define tokens that do not use regular expressions. This
+can be useful when you wish to declare particular identifiers for use in your
+semantics later. For example:

+
syntax Id ::= "main" [token]
+

Here, we declare that main is a token of sort Id. Instead of being parsed
+as a symbol, it gets parsed as a token, generating a typed string in the AST.
+This is useful in a semantics of C because the parser generally does not treat
+the main function in C specially; only the semantics treats it specially.

+

Of course, languages can have more complex lexical syntax. For example, if we
+wish to define the syntax of integers in C, we could use the following
+production:

+
syntax IntConstant ::= r"(([1-9][0-9]*)|(0[0-7]*)|(0[xX][0-9a-fA-F]+))(([uU][lL]?)|([uU]((ll)|(LL)))|([lL][uU]?)|(((ll)|(LL))[uU]?))?" [token]
+

As you may have noted above, long and complex regular expressions
+can be hard to read. They also suffer from the problem that unlike a grammar,
+they are not particularly modular.

+

We can get around this restriction by declaring explicit regular expressions,
+giving them a name, and then referring to them in productions.

+

Consider the following (equivalent) way to define the lexical syntax of
+integers in C:

+
syntax IntConstant ::= r"({DecConstant}|{OctConstant}|{HexConstant})({IntSuffix}?)" [token]
+syntax lexical DecConstant = r"{NonzeroDigit}({Digit}*)"
+syntax lexical OctConstant = r"0({OctDigit}*)"
+syntax lexical HexConstant = r"{HexPrefix}({HexDigit}+)"
+syntax lexical HexPrefix = r"0x|0X"
+syntax lexical NonzeroDigit = r"[1-9]"
+syntax lexical Digit = r"[0-9]"
+syntax lexical OctDigit = r"[0-7]"
+syntax lexical HexDigit = r"[0-9a-fA-F]"
+syntax lexical IntSuffix = r"{UnsignedSuffix}({LongSuffix}?)|{UnsignedSuffix}{LongLongSuffix}|{LongSuffix}({UnsignedSuffix}?)|{LongLongSuffix}({UnsignedSuffix}?)"
+syntax lexical UnsignedSuffix = r"[uU]"
+syntax lexical LongSuffix = r"[lL]"
+syntax lexical LongLongSuffix = r"ll|LL"
+

As you can see, this is rather more verbose, but it has the benefit of both
+being much easier to read and understand, and also increased modularity.
+Note that we refer to a named regular expression by putting the name in curly
+brackets. Note also that only the first sentence actually declares a new piece
+of syntax in the language. When the user writes syntax lexical, they are only
+declaring a regular expression. To declare an actual piece of syntax in the
+grammar, you still must actually declare an explicit token production.

+

One final note: K uses Flex to implement
+its lexical analysis. As a result, you can refer to the
+Flex Manual
+for a detailed description of the regular expression syntax supported. Note
+that for performance reasons, Flex's regular expressions are actually a regular
+language, and thus lack some of the syntactic convenience of modern
+"regular expression" libraries. If you need features that are not part of the
+syntax of Flex regular expressions, you are encouraged to express them via
+a grammar instead.

+

Ahead-of-time parser generation

+ +

So far we have been entirely focused on K's support for just-in-time parsing,
+where the parser is generated on the fly prior to being used. This benefits
+from being faster to generate the parser, but it suffers in performance if you
+have to repeatedly parse strings with the same parser. For this reason, it is
+generally encouraged that when parsing programs, you use K's ahead-of-time
+parser generation. K makes use of
+GNU Bison to generate parsers.

+

By default, you can enable ahead-of-time parsing via the --gen-bison-parser
+flag to kompile. This will make use of Bison's LR(1) parser generator. As
+such, if your grammar is not LR(1), it may not parse exactly the same as if
+you were to use the just-in-time parser, because Bison will automatically pick
+one of the possible branches whenever it encounters a shift-reduce or
+reduce-reduce conflict. In this case, you can either modify your grammar to be
+LR(1), or you can enable use of Bison's GLR support by instead passing
+--gen-glr-bison-parser to kompile. Note that if your grammar is ambiguous,
+the ahead-of-time parser will not provide you with particularly readable error
+messages at this time.

+

If you have a K definition named foo.k, and it generates a directory when
+you run kompile called foo-kompiled, you can invoke the ahead-of-time
+parser you generated by running foo-kompiled/parser_PGM <file> on a file.

+

Exercises

+ +
    +
  1. +

    Compile lesson-03-d.k with ahead-of-time parsing enabled. Then compare
    +how long it takes to run kast --output kore and-or-left.bool with how long it
    +takes to run lesson-03-d-kompiled/parser_PGM and-or-left.bool. Confirm for
    +yourself that both produce the same result, but that the latter is faster.

    +
  2. +
  3. +

    Define a simple grammar consisting of integers, brackets, addition,
    +subtraction, multiplication, division, and unary negation. Integers should be
    +in decimal form and lexically without a sign, whereas negative numbers can be
    +represented via unary negation. Ensure that you are able to parse some basic
    +arithmetic expressions using a generated ahead-of-time parser. Do not worry
    +about disambiguating the grammar or about writing rules to implement the
    +operations in this definition.

    +
  4. +
  5. +

    Write a program where the meaning of the arithmetic expression based on
    +the grammar you defined above is ambiguous, and then write programs that
    +express each individual intended meaning using brackets.

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.4: Disambiguating Parses.

+

Lesson 1.4: Disambiguating Parses

+ +

The purpose of this lesson is to teach how to use K's builtin features for
+disambiguation to transform an ambiguous grammar into an unambiguous one that
+expresses the intended ASTs.

+

Priority blocks

+ +

In practice, very few formal languages outside the domain of natural language
+processing are ambiguous. The main reason for this is that parsing unambiguous
+languages is asymptotically faster than parsing ambiguous languages.
+Programming language designers instead usually use the notions of operator
+precedence and associativity to make expression grammars unambiguous. These
+mechanisms work by instructing the parser to reject certain ASTs in favor of
+others in case of ambiguities; it is often possible to remove all ambiguities
+in a grammar with these techniques.

+

While it is sometimes possible to explicitly rewrite the grammar to remove
+these parses, because K's grammar specification and AST generation are
+inextricably linked, this is generally discouraged. Instead, we use the
+approach of explicitly expressing the relative precedence of different
+operators in different situations in order to resolve the ambiguity.

+

For example, in C, && binds tighter in precedence than ||, meaning that
+the expression true && false || false has only one valid AST:
+(true && false) || false.

+

Consider, then, the third iteration on the grammar of this definition
+(lesson-04-a.k):

+
module LESSON-04-A
+
+  syntax Boolean ::= "true" | "false"
+                   | "(" Boolean ")" [bracket]
+                   > "!" Boolean [function]
+                   > Boolean "&&" Boolean [function]
+                   > Boolean "^" Boolean [function]
+                   > Boolean "||" Boolean [function]
+
+endmodule
+

In this example, some of the | symbols separating productions in a single
+block have been replaced with >. This serves to describe the
+priority groups associated with this block of productions.
+The first priority group consists of the atoms of the
+language: true, false, and the bracket operator. In general, a priority
+group starts either at the ::= or > operator and extends until either the
+next > operator or the end of the production block. Thus, we can see that the
+second, third, fourth, and fifth priority groups in this grammar all consist
+of a single production.

+

The meaning of these priority groups becomes apparent when parsing programs:
+A symbol with a lesser priority, (i.e., one that binds looser), cannot
+appear as the direct child of a symbol with a greater priority (i.e.,
+one that binds tighter. In this case, the > operator can be seen as a
+greater-than operator describing a transitive partial ordering on the
+productions in the production block, expressing their relative priority.

+

To see this more concretely, let's look again at the program
+true && false || false. As noted before, previously this program was
+ambiguous because the parser could either choose that && was the child of ||
+or vice versa. However, because a symbol with lesser priority (i.e., ||)
+cannot appear as the direct child of a symbol with greater priority
+(i.e., &&), the parser will reject the parse where || is under the
+&& operator. As a result, we are left with the unambiguous parse
+(true && false) || false. Similarly, true || false && false parses
+unambiguously as true || (false && false). Conversely, if the user explicitly
+wants the other parse, they can express this using brackets by explicitly
+writing true && (false || false). This still parses successfully because the
+|| operator is no longer the direct child of the && operator, but is
+instead the direct child of the () operator, and the && operator is an
+indirect parent, which is not subject to the priority restriction.

+

Astute readers, however, will already have noticed what seems to be a
+contradiction: we have defined () as also having greater priority than ||.
+One would think that this should mean that || cannot appear as a direct
+child of (). This is a problem because priority groups are applied to every
+possible parse separately. That is to say, even if the term is unambiguous
+prior to this disambiguation rule, we still reject that parse if it violates
+the rule of priority.

+

In fact, however, we do not reject this program as a parse error. Why is that?
+Well, the rule for priority is slightly more complex than previously described.
+In actual fact, it applies only conditionally. Specifically, it applies in
+cases where the child is either the first or last production item in the
+parent's production. For example, in the production Bool "&&" Bool, the
+first Bool non-terminal is not preceded by any terminals, and the last Bool
+non-terminal is not followed by any terminals. As a result of this, we apply
+the priority rule to both children of &&. However, in the () operator,
+the sole non-terminal is both preceded by and followed by terminals. As a
+result, the priority rule is not applied when () is the parent. Because of
+this, the program we mentioned above successfully parses.

+

Exercise

+ +

Parse the program true && false || false using kast, and confirm that the AST
+places || as the top level symbol. Then modify the definition so that you
+will get the alternative parse.

+

Associativity

+ +

Even having broken the expression grammar into priority blocks, the resulting
+grammar is still ambiguous. We can see this if we try to parse the following
+program (assoc.bool):

+
true && false && false
+

Priority blocks will not help us here: the problem comes between two parses
+where both possible parses have a direct parent and child which is within a
+single priority block (in this case, && is in the same block as itself).

+

This is where the notion of associativity comes into play. Associativity
+applies the following additional rules to parses:

+
    +
  • a left-associative symbol cannot appear as a direct rightmost child of a
    +symbol with equal priority;
  • +
  • a right-associative symbol cannot appear as a direct leftmost child of a
    +symbol with equal priority; and
  • +
  • a non-associative symbol cannot appear as a direct leftmost or rightmost
    +child of a symbol with equal priority.
  • +
+

In C, binary operators are all left-associative, meaning that the expression
+true && false && false parses unambiguously as (true && false) && false,
+because && cannot appear as the rightmost child of itself.

+

Consider, then, the fourth iteration on the grammar of this definition
+(lesson-04-b.k):

+
module LESSON-04-B
+
+  syntax Boolean ::= "true" | "false"
+                   | "(" Boolean ")" [bracket]
+                   > "!" Boolean [function]
+                   > left: Boolean "&&" Boolean [function]
+                   > left: Boolean "^" Boolean [function]
+                   > left: Boolean "||" Boolean [function]
+
+endmodule
+

Here each priority group, immediately after the ::= or > operator, can
+be followed by a symbol representing the associativity of that priority group:
+either left: for left associativity, right: for right associativity, or
+non-assoc: for non-associativity. In this example, each priority group we
+apply associativity to has only a single production, but we could equally well
+write a priority block with multiple productions and an associativity.

+

For example, consider the following, different grammar (lesson-04-c.k):

+
module LESSON-04-C
+
+  syntax Boolean ::= "true" | "false"
+                   | "(" Boolean ")" [bracket]
+                   > "!" Boolean [function]
+                   > left:
+                     Boolean "&&" Boolean [function]
+                   | Boolean "^" Boolean [function]
+                   | Boolean "||" Boolean [function]
+
+endmodule
+

In this example, unlike the one above, &&, ^, and || have the same
+priority. However, viewed as a group, the entire group is left associative.
+This means that none of &&, ^, and || can appear as the right child of
+any of &&, ^, or ||. As a result of this, this grammar is also not
+ambiguous. However, it expresses a different grammar, and you are encouraged
+to think about what the differences are in practice.

+

Exercise

+ +

Parse the program true && false && false yourself, and confirm that the AST
+places the rightmost && at the top of the expression. Then modify the
+definition to generate the alternative parse.

+

Explicit priority and associativity declarations

+ +

Previously we have only considered the case where all of the productions
+which you wish to express a priority or associativity relation over are
+co-located in the same block of productions. However, in practice this is not
+always feasible or desirable, especially as a definition grows in size across
+multiple modules.

+

As a result of this, K provides a second way of declaring priority and
+associativity relations.

+

Consider the following grammar, which we will name lesson-04-d.k and which
+will express the exact same grammar as lesson-04-b.k

+
module LESSON-04-D
+
+  syntax Boolean ::= "true" [group(literal)] | "false" [group(literal)]
+                   | "(" Boolean ")" [group(atom), bracket]
+                   | "!" Boolean [group(not), function]
+                   | Boolean "&&" Boolean [group(and), function]
+                   | Boolean "^" Boolean [group(xor), function]
+                   | Boolean "||" Boolean [group(or), function]
+
+  syntax priority literal atom > not > and > xor > or
+  syntax left and
+  syntax left xor
+  syntax left or
+endmodule
+

This introduces a couple of new features of K. First, the group(_) attribute
+is used to conceptually group together sets of sentences under a common
+user-defined name. For example, literal in the syntax priority sentence is
+used to refer to all the productions marked with the group(literal) attribute,
+i.e., true and false. A production can belong to multiple groups using
+syntax such as group(myGrp1,myGrp2).

+

Once we understand this, it becomes relatively straightforward to understand
+the meaning of this grammar. Each syntax priority sentence defines a
+priority relation where > separates different priority groups. Each priority
+group is defined by a list of one or more group names, and consists of all
+productions which are members of at least one of those named groups.

+

In the same way, a syntax left, syntax right, or syntax non-assoc sentence
+defines an associativity relation among left-, right-, or non-associative
+groups. Specifically, this means that:

+
syntax left a b
+

is different to:

+
syntax left a
+syntax left b
+

As a consequence of this, syntax [left|right|non-assoc] should not be used to
+group together labels with different priority.

+

Prefer/avoid

+ +

Sometimes priority and associativity prove insufficient to disambiguate a
+grammar. In particular, sometimes it is desirable to be able to choose between
+two ambiguous parses directly while still not rejecting any parses if the term
+parsed is unambiguous. A good example of this is the famous "dangling else"
+problem in imperative C-like languages.

+

Consider the following definition (lesson-04-E.k):

+
module LESSON-04-E
+
+  syntax Exp ::= "true" | "false"
+  syntax Stmt ::= "if" "(" Exp ")" Stmt
+                | "if" "(" Exp ")" Stmt "else" Stmt
+                | "{" "}"
+endmodule
+

We can write the following program (dangling-else.if):

+
if (true) if (false) {} else {}
+

This is ambiguous because it is unclear whether the else clause is part of
+the outer if or the inner if. At first we might try to resolve this with
+priorities, saying that the if without an else cannot appear as a child of
+the if with an else. However, because the non-terminal in the parent symbol
+is both preceded and followed by a terminal, this will not work.

+

Instead, we can resolve the ambiguity directly by telling the parser to
+"prefer" or "avoid" certain productions when ambiguities arise. For example,
+when we parse this program, we see the following ambiguity as an error message:

+
[Error] Inner Parser: Parsing ambiguity.
+1: syntax Stmt ::= "if" "(" Exp ")" Stmt
+
+`if(_)__LESSON-04-E_Stmt_Exp_Stmt`(`true_LESSON-04-E_Exp`(.KList),`if(_)_else__LESSON-04-E_Stmt_Exp_Stmt_Stmt`(`false_LESSON-04-E_Exp`(.KList),`;_LESSON-04-E_Stmt`(.KList),`;_LESSON-04-E_Stmt`(.KList)))
+2: syntax Stmt ::= "if" "(" Exp ")" Stmt "else" Stmt
+
+`if(_)_else__LESSON-04-E_Stmt_Exp_Stmt_Stmt`(`true_LESSON-04-E_Exp`(.KList),`if(_)__LESSON-04-E_Stmt_Exp_Stmt`(`false_LESSON-04-E_Exp`(.KList),`;_LESSON-04-E_Stmt`(.KList)),`;_LESSON-04-E_Stmt`(.KList))
+        Source(./dangling-else.if)
+        Location(1,1,1,30)
+

Roughly, we see that the ambiguity is between an if with an else or an if
+without an else. Since we want to pick the first parse, we can tell K to
+"avoid" the second parse with the avoid attribute. Consider the following
+modified definition (lesson-04-f.k):

+
module LESSON-04-F
+
+  syntax Exp ::= "true" | "false"
+  syntax Stmt ::= "if" "(" Exp ")" Stmt
+                | "if" "(" Exp ")" Stmt "else" Stmt [avoid]
+                | "{" "}"
+endmodule
+

Here we have added the avoid attribute to the else production. As a result,
+when an ambiguity occurs and one or more of the possible parses has that symbol
+at the top of the ambiguous part of the parse, we remove those parses from
+consideration and consider only those remaining. The prefer attribute behaves
+similarly, but instead removes all parses which do not have that attribute.
+In both cases, no action is taken if the parse is not ambiguous.

+

Exercises

+ +
    +
  1. +

    Parse the program if (true) if (false) {} else {} using lesson-04-f.k
    +and confirm that else clause is part of the innermost if statement. Then
    +modify the definition so that you will get the alternative parse.

    +
  2. +
  3. +

    Modify your solution from Lesson 1.3, Exercise 2 so that unary negation should
    +bind tighter than multiplication and division, which should bind tighter than
    +addition and subtraction, and each binary operator should be left associative.
    +Write these priority and associativity declarations explicitly, and then
    +try to write them inline.

    +
  4. +
  5. +

    Write a simple grammar containing at least one ambiguity that cannot be
    +resolved via priority or associativity, and then use the prefer attribute to
    +resolve that ambiguity.

    +
  6. +
  7. +

    Explain why the following grammar is not labeled ambiguous by the K parser when parsing abb, then make the parser realize the ambiguity.

    +
  8. +
+
module EXERCISE4
+
+syntax Expr ::= "a" Expr "b"
+              | "abb"
+              | "b"
+
+endmodule
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.5: Modules, Imports, and Requires.

+

Lesson 1.5: Modules, Imports, and Requires

+ +

The purpose of this lesson is to explain how K definitions can be broken into
+separate modules and files and how these distinct components combine into a
+complete K definition.

+

K's outer syntax

+ +

Recall from Lesson 1.3 that K's grammar is broken
+into two components: the outer syntax of K and the inner syntax of K.
+Outer syntax, as previously mentioned, consists of requires, modules,
+imports, and sentences. A K semantics is expressed by the set of
+sentences contained in the definition. The scope of what is considered
+contained in that definition is determined both by the main semantics
+module
of a K definition, as well as the requires and imports present
+in the file that contains that module.

+

Basic module syntax

+ +

The basic unit of grouping sentences in K is the module. A module consists
+of a module name, an optional list of attributes, a list of
+imports, and a list of sentences.

+

A module name consists of one or more groups of letters, numbers, or
+underscores, separated by a hyphen. Here are some valid module names: FOO,
+FOO-BAR, foo0, foo0_bar-Baz9. Here are some invalid module names: -,
+-FOO, BAR-, FOO--BAR. Stylistically, modules names are usually all
+uppercase with hyphens separating words, but this is not strictly enforced.

+

Some example modules include an empty module:

+
module LESSON-05-A
+
+endmodule
+

A module with some attributes:

+
module LESSON-05-B [group(attr1,attr2), private]
+
+endmodule
+

A module with some sentences:

+
module LESSON-05-C
+  syntax Boolean ::= "true" | "false"
+  syntax Boolean ::= "not" Boolean [function]
+  rule not true => false
+  rule not false => true
+endmodule
+

Imports

+ +

Thus far we have only discussed definitions containing a single module.
+Definitions can also contain multiple modules, in which one module imports
+others.

+

An import in K appears at the top of a module, prior to any sentences. It can
+be specified with the imports keyword, followed by a module name.

+

For example, here is a simple definition with two modules (lesson-05-d.k):

+
module LESSON-05-D-1
+  syntax Boolean ::= "true" | "false"
+  syntax Boolean ::= "not" Boolean [function]
+endmodule
+
+module LESSON-05-D
+  imports LESSON-05-D-1
+
+  rule not true => false
+  rule not false => true
+endmodule
+

This K definition is equivalent to the definition expressed by the single module
+LESSON-05-C. Essentially, by importing a module, we include all of the
+sentences in the module being imported into the module that we import from.
+There are a few minor differences between importing a module and simply
+including its sentences in another module directly, but we will cover these
+differences later. Essentially, you can think of modules as a way of
+conceptually grouping sentences in a larger K definition.

+

Exercise

+ +

Modify lesson-05-d.k to include four modules: one containing the syntax, two
+with one rule each that imports the first module, and a final module
+LESSON-05-D containing no sentences that imports the second and third module.
+Check to make sure the definition still compiles and that you can still evaluate
+the not function.

+

Parsing in the presence of multiple modules

+ +

As you may have noticed, each module in a definition can express a distinct set
+of syntax. When parsing the sentences in a module, we use the syntax
+of that module, enriched with the basic syntax of K, in order to parse
+rules in that module. For example, the following definition is a parser error
+(lesson-05-e.k):

+
module LESSON-05-E-1
+  rule not true => false
+  rule not false => true
+endmodule
+
+module LESSON-05-E-2
+  syntax Boolean ::= "true" | "false"
+  syntax Boolean ::= "not" Boolean [function]
+endmodule
+

This is because the syntax referenced in module LESSON-05-E-1, namely, not,
+true, and false, is not imported by that module. You can solve this problem
+by simply importing the modules containing the syntax you want to use in your
+sentences.

+

Main syntax and semantics modules

+ +

When we are compiling a K definition, we need to know where to start. We
+designate two specific entry point modules: the main syntax module
+and the main semantics module. The main syntax module, as well as all the
+modules it imports recursively, are used to create the parser for programs that
+you use to parse programs that you execute with krun. The main semantics
+module, as well as all the modules it imports recursively, are used to
+determine the rules that can be applied at runtime in order to execute a
+program. For example, in the above example, if the main semantics module is
+module LESSON-05-D-1, then not is an uninterpreted function (i.e., has no
+rules associated with it), and the rules in module LESSON-05-D are not
+included.

+

While you can specify the entry point modules explicitly by passing the
+--main-module and --syntax-module flags to kompile, by default, if you
+type kompile foo.k, then the main semantics module will be FOO and the
+main syntax module will be FOO-SYNTAX.

+

Splitting a definition into multiple files

+ +

So far, while we have discussed ways to break definitions into separate
+conceptual components (modules), K also provides a mechanism for combining
+multiple files into a single K definition, namely, the requires directive.

+

In K, the requires keyword has two meanings. The first, the requires
+statement, appears at the top of a K file, prior to any module declarations. It
+consists of the keyword requires followed by a double-quoted string. The
+second meaning of the requires keyword will be covered in a later lesson,
+but it is distinguished because the second case occurs only inside modules.

+

The string passed to the requires statement contains a filename. When you run
+kompile on a file, it will look at all of the requires statements in that
+file, look up those files on disk, parse them, and then recursively process all
+the requires statements in those files. It then combines all the modules in all
+of those files together, and uses them collectively as the set of modules to
+which imports statements can refer.

+

Putting it all together

+ +

Putting it all together, here is one possible way in which we could break the
+definition lesson-02-c.k from Lesson 1.2 into
+multiple files and modules:

+

colors.k:

+
module COLORS
+  syntax Color ::= Yellow()
+                 | Blue()
+endmodule
+

fruits.k:

+
module FRUITS
+  syntax Fruit ::= Banana()
+                 | Blueberry()
+endmodule
+

colorOf.k:

+
requires "fruits.k"
+requires "colors.k"
+
+module COLOROF-SYNTAX
+  imports COLORS
+  imports FRUITS
+
+  syntax Color ::= colorOf(Fruit) [function]
+endmodule
+
+module COLOROF
+  imports COLOROF-SYNTAX
+
+  rule colorOf(Banana()) => Yellow()
+  rule colorOf(Blueberry()) => Blue()
+endmodule
+

You would then compile this definition with kompile colorOf.k and use it the
+same way as the original, single-module definition.

+

Exercise

+ +

Modify the name of the COLOROF module, and then recompile the definition.
+Try to understand why you now get a compiler error. Then, resolve this compiler
+error by passing the --main-module and --syntax-module flags to kompile.

+

Include path

+ +

One note can be made about how paths are resolved in requires statements.

+

By default, the path you specify is allowed to be an absolute or a relative
+path. If the path is absolute, that exact file is imported. If the path is
+relative, a matching file is looked for within all of the
+include directories specified to the compiler. By default, the include
+directories include the current working directory, followed by the
+include/kframework/builtin directory within your installation of K. You can
+also pass one or more directories to kompile via the -I command line flag,
+in which case these directories are prepended to the beginning of the list.

+

Exercises

+ +
    +
  1. +

    Take the solution to Lesson 1.4, Exercise 2 which included the explicit
    +priority and associativity declarations, and modify the definition so that
    +the syntax of integers and brackets is in one module, the syntax of addition,
    +subtraction, and unary negation is in another module, and the syntax of
    +multiplication and division is in a third module. Make sure you can still parse
    +the same set of expressions as before. Place priority declarations in the main
    +module.

    +
  2. +
  3. +

    Modify lesson-02-d.k from Lesson 1.2 so that the rules and syntax are in
    +separate modules in separate files.

    +
  4. +
  5. +

    Place the file containing the syntax from Exercise 2 in another directory,
    +then recompile the definition. Observe why a compilation error occurs. Then
    +fix the compiler error by passing -I to kompile.

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.6: Integers and Booleans.

+

Lesson 1.6: Integers and Booleans

+ +

The purpose of this lesson is to explain the two most basic types of builtin
+sorts in K, the Int sort and the Bool sort, representing
+arbitrary-precision integers and Boolean algebra.

+

Builtin sorts in K

+ +

K provides definitions of some useful sorts in
+domains.md, found in the
+include/kframework/builtin directory of the K installation. This file is
+defined via a
+Literate programming
+style that we will discuss in a future lesson. We will not cover all of the
+sorts found there immediately, however, this lesson discusses some of the
+details surrounding integers and Booleans, as well as providing information
+about how to look up more detailed knowledge about builtin functions in K's
+documentation.

+

Booleans in K

+ +

The most basic builtin sort K provides is the Bool sort, representing
+Boolean values (i.e., true and false). You have already seen how we were
+able to create this type ourselves using K's parsing and disambiguation
+features. However, in the vast majority of cases, we prefer instead to import
+the version of Boolean algebra defined by K itself. Most simply, you can do
+this by importing the module BOOL in your definition. For example
+(lesson-06-a.k):

+
module LESSON-06-A
+  imports BOOL
+
+  syntax Fruit ::= Blueberry() | Banana()
+  syntax Bool ::= isBlue(Fruit) [function]
+
+  rule isBlue(Blueberry()) => true
+  rule isBlue(Banana()) => false
+endmodule
+

Here we have defined a simple predicate, i.e., a function returning a
+Boolean value. We are now able to perform the usual Boolean operations of
+and, or, and not over these values. For example (lesson-06-b.k):"

+
module LESSON-06-B
+  imports BOOL
+
+  syntax Fruit ::= Blueberry() | Banana()
+  syntax Bool ::= isBlue(Fruit) [function]
+
+  rule isBlue(Blueberry()) => true
+  rule isBlue(Banana()) => false
+
+  syntax Bool ::= isYellow(Fruit) [function]
+                | isBlueOrYellow(Fruit) [function]
+
+  rule isYellow(Banana()) => true
+  rule isYellow(Blueberry()) => false
+
+  rule isBlueOrYellow(F) => isBlue(F) orBool isYellow(F)
+endmodule
+

In the above example, Boolean inclusive or is performed via the orBool
+function, which is defined in the BOOL module. As a matter of convention,
+many functions over builtin sorts in K are suffixed with the name of the
+primary sort over which those functions are defined. This happens so that the
+syntax of K does not (generally) conflict with the syntax of any other
+programming language, which would make it harder to define that programming
+language in K.

+

Exercise

+ +

Write a function isBlueAndNotYellow which computes the appropriate Boolean
+expression. If you are unsure what the appropriate syntax is to use, you
+can refer to the BOOL module in
+domains.md. Add a term of
+sort Fruit for which isBlue and isYellow both return true, and test that
+the isBlueAndNotYellow function behaves as expected on all three Fruits.

+

Syntax Modules

+ +

For most sorts in domains.md, K defines more than one module that can be
+imported by users. For example, for the Bool sort, K defines the BOOL
+module that has previously already been discussed, but also provides the
+BOOL-SYNTAX module. This module, unlike the BOOL module, only declares the
+values true and false, but not any of the functions that operate over the
+Bool sort. The rationale is that you may want to import this module into the
+main syntax module of your definition in some cases, whereas you generally do
+not want to do this with the version of the module that includes all the
+functions over the Bool sort. For example, if you were defining the semantics
+of C++, you might import BOOL-SYNTAX into the syntax module of your
+definition, because true and false are part of the grammar of C++, but
+you would only import the BOOL module into the main semantics module, because
+C++ defines its own syntax for and, or, and not that is different from the
+syntax defined in the BOOL module.

+

Here, for example, is how we might redefine our Boolean expression calculator
+to use the Bool sort while maintaining an idiomatic structure of modules
+and imports, for the first time including the rules to calculate the values of
+expressions themselves (lesson-06-c.k):

+
module LESSON-06-C-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Bool ::= "(" Bool ")" [bracket]
+                > "!" Bool [function]
+                > left:
+                  Bool "&&" Bool [function]
+                | Bool "^" Bool [function]
+                | Bool "||" Bool [function]
+endmodule
+
+module LESSON-06-C
+  imports LESSON-06-C-SYNTAX
+  imports BOOL
+
+  rule ! B => notBool B
+  rule A && B => A andBool B
+  rule A ^ B => A xorBool B
+  rule A || B => A orBool B
+endmodule
+

Note the encapsulation of syntax: the LESSON-06-C-SYNTAX module contains
+exactly the syntax of our Boolean expressions, and no more, whereas any other
+syntax needed to implement those functions is in the LESSON-06-C module
+instead.

+

Exercise

+ +

Add an "implies" function to the above Boolean expression calculator, using the
+-> symbol to represent implication. You can look up K's builtin "implies"
+function in the BOOL module in domains.md.

+

Integers in K

+ +

Unlike most programming languages, where the most basic integer type is a
+fixed-precision integer type, the most commonly used integer sort in K is
+the Int sort, which represents the mathematical integers, ie,
+arbitrary-precision integers.

+

K provides three main modules for import when using the Int sort. The first,
+containing all the syntax of integers as well as all of the functions over
+integers, is the INT module. The second, which provides just the syntax
+of integer literals themselves, is the INT-SYNTAX module. However, unlike
+most builtin sorts in K, K also provides a third module for the Int sort:
+the UNSIGNED-INT-SYNTAX module. This module provides only the syntax of
+non-negative integers, i.e., natural numbers. The reasons for this involve
+lexical ambiguity. Generally speaking, in most programming languages, -1 is
+not a literal, but instead a literal to which the unary negation operator is
+applied. K thus provides this module to ease in specifying the syntax of such
+languages.

+

For detailed information about the functions available over the Int sort,
+refer to domains.md. Note again how we append Int to the end of most of the
+integer operations to ensure they do not collide with the syntax of other
+programming languages.

+

Exercises

+ +
    +
  1. +

    Extend your solution from Lesson 1.4, Exercise 2 to implement the rules
    +that define the behavior of addition, subtraction, multiplication, and
    +division. Do not worry about the case when the user tries to divide by zero
    +at this time. Use /Int to implement division. Test your new calculator
    +implementation by executing the arithmetic expressions you wrote as part of
    +Lesson 1.3, Exercise 2. Check to make sure each computes the value you expected.

    +
  2. +
  3. +

    Combine the Boolean expression calculator from this lesson with your
    +solution to Exercise 1, and then extend the combined calculator with the <,
    +<=, >, >=, ==, and != expressions. Write some Boolean expressions
    +that combine integer and Boolean operations, and test to ensure that these
    +expressions return the expected truth value.

    +
  4. +
  5. +

    Compute the following expressions using your solution from Exercise 2:
    +7 / 3, 7 / -3, -7 / 3, -7 / -3. Then replace the /Int function in
    +your definition with divInt instead, and observe how the value of the above
    +expressions changes. Why does this occur?

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.7: Side Conditions and Rule Priority.

+

Lesson 1.7: Side Conditions and Rule Priority

+ +

The purpose of this lesson is to explain how to write conditional rules in K,
+and to explain how to control the order in which rules are tried.

+

Side Conditions

+ +

So far, all of the rules we have discussed have been unconditional rules.
+If the left-hand side of the rule matches the arguments to the function, the
+rule applies. However, there is another type of rule, a conditional rule.
+A conditional rule consists of a rule body containing the patterns to
+match, and a side condition representing a Boolean expression that must
+evaluate to true in order for the rule to apply.

+

Side conditions in K are introduced via the requires keyword immediately
+following the rule body. For example, here is a rule with a side condition
+(lesson-07-a.k):

+
module LESSON-07-A
+  imports BOOL
+  imports INT
+
+  syntax Grade ::= "letter-A"
+                 | "letter-B"
+                 | "letter-C"
+                 | "letter-D"
+                 | "letter-F"
+                 | gradeFromPercentile(Int) [function]
+
+  rule gradeFromPercentile(I) => letter-A requires I >=Int 90
+endmodule
+

In this case, the gradeFromPercentile function takes a single integer
+argument. The function evaluates to letter-A if the argument passed is
+greater than 90. Note that the side condition is allowed to refer to variables
+that appear on the left-hand side of the rule. In the same manner as variables
+appearing on the right-hand side, variables that appear in the side condition
+evaluate to the value that was matched on the left-hand side. Then the
+functions in the side condition are evaluated, which returns a term of sort
+Bool. If the term is equal to true, then the rule applies. Bear in mind
+that the side condition is only evaluated at all if the patterns on the
+left-hand side of the rule match the term being evaluated.

+

Exercise

+ +

Write a rule that evaluates gradeFromPercentile to letter-B if the argument
+to the function is in the range [80,90). Test that the function correctly
+evaluates various numbers between 80 and 100.

+

owise Rules

+ +

So far, all the rules we have introduced have had the same priority. What
+this means is that K does not necessarily enforce an order in which the rules
+are tried. We have only discussed functions so far in K, so it is not
+immediately clear why this choice was made, given that a function is not
+considered well-defined if multiple rules for evaluating it are capable of
+evaluating the same arguments to different results. However, in future lessons
+we will discuss other types of rules in K, some of which can be
+non-deterministic. What this means is that if more than one rule is capable
+of matching, then K will explore both possible rules in parallel, and consider
+each of their respective results when executing your program. Don't worry too
+much about this right now, but just understand that because of the potential
+later for nondeterminism, we don't enforce a total ordering on the order in
+which rules are attempted to be applied.

+

However, sometimes this is not practical; It can be very convenient to express
+that a particular rule applies if no other rules for that function are
+applicable. This can be expressed by adding the owise attribute to a rule.
+What this means, in practice, is that this rule has lower priority than other
+rules, and will only be tried to be applied after all the other,
+higher-priority rules have been tried and they have failed.

+

For example, in the above exercise, we had to add a side condition containing
+two Boolean comparisons to the rule we wrote to handle letter-B grades.
+However, in practice this meant that we compare the percentile to 90 twice. We
+can more efficiently and more idiomatically write the letter-B case for the
+gradeFromPercentile rule using the owise attribute (lesson-07-b.k):

+
module LESSON-07-B
+  imports BOOL
+  imports INT
+
+  syntax Grade ::= "letter-A"
+                 | "letter-B"
+                 | "letter-C"
+                 | "letter-D"
+                 | "letter-F"
+                 | gradeFromPercentile(Int) [function]
+
+  rule gradeFromPercentile(I) => letter-A requires I >=Int 90
+  rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [owise]
+endmodule
+

This rule is saying, "if all the other rules do not apply, then the grade is a
+B if the percentile is greater than or equal to 80." Note here that we use both
+a side condition and an owise attribute on the same rule. This is not
+required (as we will see later), but it is allowed. What this means is that the
+side condition is only tried if the other rules did not apply and the
+left-hand side of the rule matched. You can even use more complex matching on
+the left-hand side than simply a variable. More generally, you can also have
+multiple higher-priority rules, or multiple owise rules. What this means in
+practice is that all of the non-owise rules are tried first, in any order,
+followed by all the owise rules, in any order.

+

Exercise

+ +

The grades D and F correspond to the percentile ranges [60, 70) and [0, 60)
+respectively. Write another implementation of gradeFromPercentile which
+handles only these cases, and uses the owise attribute to avoid redundant
+Boolean comparisons. Test that various percentiles in the range [0, 70) are
+evaluated correctly.

+

Rule Priority

+ +

As it happens, the owise attribute is a specific case of a more general
+concept we call rule priority. In essence, each rule is assigned an integer
+priority. Rules are tried in increasing order of priority, starting with a
+rule with priority zero, and trying each increasing numerical value
+successively.

+

By default, a rule is assigned a priority of 50. If the rule has the owise
+attribute, it is instead given the priority 200. You can see why this will
+cause owise rules to be tried after regular rules.

+

However, it is also possible to directly assign a numerical priority to a rule
+via the priority attribute. For example, here is an alternative way
+we could express the same two rules in the gradeFromPercentile function
+(lesson-07-c.k):

+
module LESSON-07-C
+  imports BOOL
+  imports INT
+
+  syntax Grade ::= "letter-A"
+                 | "letter-B"
+                 | "letter-C"
+                 | "letter-D"
+                 | "letter-F"
+                 | gradeFromPercentile(Int) [function]
+
+  rule gradeFromPercentile(I) => letter-A requires I >=Int 90 [priority(50)]
+  rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [priority(200)]
+endmodule
+

We can, of course, assign a priority equal to any non-negative integer. For
+example, here is a more complex example that handles the remaining grades
+(lesson-07-d.k):

+
module LESSON-07-D
+  imports BOOL
+  imports INT
+
+  syntax Grade ::= "letter-A"
+                 | "letter-B"
+                 | "letter-C"
+                 | "letter-D"
+                 | "letter-F"
+                 | gradeFromPercentile(Int) [function]
+
+  rule gradeFromPercentile(I) => letter-A requires I >=Int 90 [priority(50)]
+  rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [priority(51)]
+  rule gradeFromPercentile(I) => letter-C requires I >=Int 70 [priority(52)]
+  rule gradeFromPercentile(I) => letter-D requires I >=Int 60 [priority(53)]
+  rule gradeFromPercentile(_) => letter-F                     [priority(54)]
+endmodule
+

Note that we have introduced a new piece of syntax here: _. This is actually
+just a variable. However, as a special case, when a variable is named _, it
+does not bind a value that can be used on the right-hand side of the rule, or
+in a side condition. Effectively, _ is a placeholder variable that means "I
+don't care about this term."

+

In this example, we have explicitly expressed the order in which the rules of
+this function are tried. Since rules are tried in increasing numerical
+priority, we first try the rule with priority 50, then 51, then 52, 53, and
+finally 54.

+

As a final note, remember that if you assign a rule a priority higher than 200,
+it will be tried after a rule with the owise attribute, and if you assign
+a rule a priority less than 50, it will be tried before a rule with no
+explicit priority.

+

Exercises

+ +
    +
  1. +

    Write a function isEven that returns whether an integer is an even number.
    +Use two rules and one side condition. The right-hand side of the rules should
    +be Boolean literals. Refer back to
    +domains.md for the relevant
    +integer operations.

    +
  2. +
  3. +

    Modify the calculator application from Lesson 1.6, Exercise 2, so that division
    +by zero will no longer make krun crash with a "Divison by zero" exception.
    +Instead, the / function should not match any of its rules if the denominator
    +is zero.

    +
  4. +
  5. +

    Write your own implementation of ==, <, <=, >, >= for integers and modify your solution from Exercise 2 to use it.
    +You can use any arithmetic operations in the INT module, but do not use any built-in boolean functions for comparing integers.

    +

    Hint: Use pattern matching and recursive definitions with rule priorities.

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.8: Literate Programming with Markdown.

+

Lesson 1.8: Literate Programming with Markdown

+ +

The purpose of this lesson is to teach a paradigm for performing literate
+programming in K, and explain how this can be used to create K definitions
+that are also documentation.

+

Markdown and K

+ +

The K tutorial so far has been written in
+Markdown. Markdown,
+for those not already familiar, is a lightweight plain-text format for styling
+text. From this point onward, we assume you are familiar with Markdown and how
+to write Markdown code. You can refer to the above link for a tutorial if you
+are not already familiar.

+

What you may not necessarily realize, however, is that the K tutorial is also
+a sequence of K definitions written in the manner of
+Literate Programming.
+For detailed information about Literate Programming, you can read the linked
+Wikipedia article, but the short summary is that literate programming is a way
+of intertwining documentation and code together in a manner that allows
+executable code to also be, simultaneously, a documented description of that
+code.

+

K is provided with built-in support for literate programming using Markdown.
+By default, if you pass a file with the .md file extension to kompile, it
+will look for any code blocks containing k code in that file, extract out
+that K code into pure K, and then compile it as if it were a .k file.

+

A K code block begins with a line of text containing the keyword ```k,
+and ends when it encounters another ``` keyword.

+

For example, if you view the markdown source of this document, this is a K
+code block:

+
module LESSON-08
+  imports INT
+

Only the code inside K code blocks will actually be sent to the compiler. The
+rest, while it may appear in the document when rendered by a markdown viewer,
+is essentially a form of code comment.

+

When you have multiple K code blocks in a document, K will append each one
+together into a single file before passing it off to the outer parser.

+

For example, the following code block contains sentences that are part of the
+LESSON-08 module that we declared the beginning of above:

+
  syntax Int ::= Int "+" Int [function]
+  rule I1 + I2 => I1 +Int I2
+

Exercise

+ +

Compile this file with kompile README.md --main-module LESSON-08. Confirm
+that you can use the resulting compiled definition to evaluate the +
+function.

+

Markdown Selectors

+ +

On occasion, you may want to generate multiple K definitions from a single
+Markdown file. You may also wish to include a block of syntax-highlighted K
+code that nonetheless does not appear as part of your K definition. It is
+possible to accomplish this by means of the built-in support for syntax
+highlighting in Markdown. Markdown allows a code block that was begun with
+``` to be immediately followed by a string which is used to signify what
+programming language the following code is written in. However, this feature
+actually allows arbitrary text to appear describing that code block. Markdown
+parsers are able to parse this text and render the code block differently
+depending on what text appears after the backticks.

+

In K, you can use this functionality to specify one or more
+Markdown selectors which are used to describe the code block. A Markdown
+selector consists of a sequence of characters containing letters, numbers, and
+underscores. A code block can be designated with a single selector by appending
+the selector immediately following the backticks that open the code block.

+

For example, here is a code block with the foo selector:

+
foo bar
+

Note that this is not K code. By convention, K code should have the k
+selector on it. You can express multiple selectors on a code block by putting
+them between curly braces and prepending each with the . character. For
+example, here is a code block with the foo and k selectors:

+
  syntax Int ::= foo(Int) [function]
+  rule foo(0) => 0
+

Because this code block contains the k Markdown selector, by default it is
+included as part of the K definition being compiled.

+

Exercise

+ +

Confirm this fact by using krun to evaluate foo(0).

+

Markdown Selector Expressions

+ +

By default, as previously stated, K includes in the definition any code block
+with the k selector. However, this is merely a specific instance of a general
+principle, namely, that K allows you to control which selectors get included
+in your K definition. This is done by means of the --md-selector flag to
+kompile. This flag accepts a Markdown selector expression, which you
+can essentially think of as a kind of Boolean algebra over Markdown selectors.
+Each selector becomes an atom, and you can combine these atoms via the &,
+|, !, and () operators.

+

Here is a grammar, written in K, of the language of Markdown selector
+expressions:

+
  syntax Selector ::= r"[0-9a-zA-Z_]+" [token]
+  syntax SelectorExp ::= Selector
+                       | "(" SelectorExp ")" [bracket]
+                       > right:
+                         "!" SelectorExp
+                       > right:
+                         SelectorExp "&" SelectorExp
+                       > right:
+                         SelectorExp "|" SelectorExp
+

Here is a selector expression that selects all the K code blocks in this
+definition except the one immediately above:

+
k & (! selector)
+

Addendum

+ +

This code block exists in order to make the above lesson a syntactically valid
+K definition. Consider why it is necessary.

+
endmodule
+

Exercises

+ +
    +
  1. +

    Compile this lesson with the selector expression k & (! foo) and confirm
    +that you get a parser error if you try to evaluate the foo function with the
    +resulting definition.

    +
  2. +
  3. +

    Compile Lesson 1.3
    +as a K definition. Identify why it fails to compile. Then pass an appropriate
    +--md-selector to the compiler in order to make it compile.

    +
  4. +
  5. +

    Modify your calculator application from Lesson 1.7, Exercise 2, to be written
    +in a literate style. Consider what text might be appropriate to turn the
    +resulting markdown file into documentation for your calculator.

    +
  6. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.9: Unparsing and the format and color attributes.

+

Lesson 1.9: Unparsing and the format and color attributes

+ +

The purpose of this lesson is to teach the user about how terms are
+pretty-printed in K, and how the user can make adjustments to the default
+settings for how to print specific terms.

+

Parsing, Execution, and Unparsing

+ +

When you use krun to interpret a program, the tool passes through three major
+phases. In the first, parsing, the program itself is parsed using either kast
+or an ahead-of-time parser generated via Bison, and the resulting AST becomes
+the input to the interpreter. In the second phase, execution, K evaluates
+functions and (as we will discuss in depth later) performs rewrite steps to
+iteratively transform the program state. The third and final phase is called
+unparsing, because it consists of taking the final state of the application
+after the program has been interpreted, and converting it from an AST back into
+text that (in theory, anyway) could be parsed back into the same AST that was
+the output of the execution phase.

+

In practice, parsing is not always precisely reversible. It turns out
+(although we are not going to cover exactly why this is here), that
+constructing a sound algorithm that takes a grammar and an AST and emits text
+that could be parsed via that grammar to the original AST is an
+NP-hard problem. As a result, in the interests of avoiding exponential time
+algorithms when users rarely care about unparsing being completely sound, we
+take certain shortcuts that provide a linear-time algorithm that approximates
+a sound solution to the problem while sacrificing the notion that the result
+can be parsed into the exact original term in all cases.

+

This is a lot of theoretical explanation, but at root, the unparsing process
+is fairly simple: it takes a K term that is the output of execution and pretty
+prints it according to the syntax defined by the user in their K definition.
+This is useful because the original AST is not terribly user-readable, and it
+is difficult to visualize the entire term or decipher information about the
+final state of the program at a quick glance. Of course, in rare cases, the
+pretty-printed configuration loses information of relevance, which is why K
+allows you to obtain the original AST on request.

+

As an example of all of this, consider the following K definition
+(lesson-09-a.k):

+
module LESSON-09-A
+  imports BOOL
+
+  syntax Exp ::= "(" Exp ")" [bracket]
+               | Bool
+               > "!" Exp
+               > left:
+                 Exp "&&" Exp
+               | Exp "^" Exp
+               | Exp "||" Exp
+
+  syntax Exp ::= id(Exp) [function]
+  rule id(E) => E
+endmodule
+

This is similar to the grammar we defined in LESSON-06-C, with the difference
+that the Boolean expressions are now constructors of sort Exp and we define a
+trivial function over expressions that returns its argument unchanged.

+

We can now parse a simple program in this definition and use it to unparse some
+Boolean expressions. For example (exp.bool):

+
id(true&&false&&!true^(false||true))
+

Here is a program that is not particularly legible at first glance, because all
+extraneous whitespace has been removed. However, if we run krun exp.bool, we
+see that the result of the unparser will pretty-print this expression rather
+nicely:

+
<k>
+  true && false && ! true ^ ( false || true ) ~> .
+</k>
+

Notably, not only does K insert whitespace where appropriate, it is also smart
+enough to insert parentheses where necessary in order to ensure the correct
+parse. For example, without those parentheses, the expression above would parse
+equivalent to the following one:

+
(((true && false) && ! true) ^ false) || true
+

Indeed, you can confirm this by passing that exact expression to the id
+function and evaluating it, then looking at the result of the unparser:

+
<k>
+  true && false && ! true ^ false || true ~> .
+</k>
+

Here, because the meaning of the AST is the same both with and without
+parentheses, K does not insert any parentheses when unparsing.

+

Exercise

+ +

Modify the grammar of LESSON-09-A above so that the binary operators are
+right associative. Try unparsing exp.bool again, and note how the result is
+different. Explain the reason for the difference.

+

Custom unparsing of terms

+ +

You may have noticed that right now, the unparsing of terms is not terribly
+imaginative. All it is doing is taking each child of the term, inserting it
+into the non-terminal positions of the production, then printing the production
+with a space between each terminal or non-terminal. It is easy to see why this
+might not be desirable in some cases. Consider the following K definition
+(lesson-09-b.k):

+
module LESSON-09-B
+  imports BOOL
+
+  syntax Stmt ::= "{" Stmt "}" | "{" "}"
+                > right:
+                  Stmt Stmt
+                | "if" "(" Bool ")" Stmt
+                | "if" "(" Bool ")" Stmt "else" Stmt [avoid]
+endmodule
+

This is a statement grammar, simplified to the point of meaninglessness, but
+still useful as an object lesson in unparsing. Consider the following program
+in this grammar (if.stmt):

+
if (true) {
+  if (true) {}
+  if (false) {}
+  if (true) {
+    if (false) {} else {}
+  } else {
+    if (false) {}
+  }
+}
+

This is how that term would be unparsed if it appeared in the output of krun:

+
if ( true ) { if ( true ) { } if ( false ) { } if ( true ) { if ( false ) { } else { } } else { if ( false ) { } } }
+

This is clearly much less legible than we started with! What are we to do?
+Well, K provides an attribute, format, that can be applied to any production,
+which controls how that production gets unparsed. You've seen how it gets
+unparsed by default, but via this attribute, the developer has complete control
+over how the term is printed. Of course, the user can trivially create ways to
+print terms that would not parse back into the same term. Sometimes this is
+even desirable. But in most cases, what you are interested in is controlling
+the line breaking, indentation, and spacing of the production.

+

Here is an example of how you might choose to apply the format attribute
+to improve how the above term is unparsed (lesson-09-c.k):

+
module LESSON-09-C
+  imports BOOL
+
+  syntax Stmt ::= "{" Stmt "}" [format(%1%i%n%2%d%n%3)] | "{" "}" [format(%1%2)]
+                > right:
+                  Stmt Stmt [format(%1%n%2)]
+                | "if" "(" Bool ")" Stmt [format(%1 %2%3%4 %5)]
+                | "if" "(" Bool ")" Stmt "else" Stmt [avoid, format(%1 %2%3%4 %5 %6 %7)]
+endmodule
+

If we compile this new definition and unparse the same term, this is the
+result we get:

+
if (true) {
+  if (true) {}
+  if (false) {}
+  if (true) {
+    if (false) {} else {}
+  } else {
+    if (false) {}
+  }
+}
+

This is the exact same text we started with! By adding the format attributes,
+we were able to indent the body of code blocks, adjust the spacing of if
+statements, and put each statement on a new line.

+

How exactly was this achieved? Well, each time the unparser reaches a term,
+it looks at the format attribute of that term. That format attribute is a
+mix of characters and format codes. Format codes begin with the %
+character. Each character in the format attribute other than a format code is
+appended verbatim to the output, and each format code is handled according to
+its meaning, transformed (possibly recursively) into a string of text, and
+spliced into the output at the position the format code appears in the format
+string.

+

Provided for reference is a table with a complete list of all valid format
+codes, followed by their meaning:

+ + + + + + + + + +
Format Code Meaning
n Insert '\n' followed by the current indentation + level
i Increase the current indentation level by 1
d Decrease the current indentation level by 1
c Move to the next color in the list of colors for + this production (see next section)
r Reset color to the default foreground color for + the terminal (see next section)
an integer Print a terminal or non-terminal from the + production. The integer is treated as a 1-based + index into the terminals and non-terminals of + the production. +
+
If the offset refers to a terminal, move to the + next color in the list of colors for this + production, print the value of that terminal, + then reset the color to the default foreground + color for the terminal. +
+
If the offset refers to a regular expression + terminal, it is an error. +
+
If the offset refers to a non-terminal, unparse + the corresponding child of the current term + (starting with the current indentation level) + and print the resulting text, then set the + current color and indentation level to the color + and indentation level following unparsing that + term.
other char Print that character verbatim
+

Exercise

+ +

Change the format attributes for LESSON-09-C so that if.stmt will unparse
+as follows:

+
if (true)
+{
+  if (true)
+  {
+  }
+  if (false)
+  {
+  }
+  if (true)
+  {
+    if (false)
+    {
+    }
+    else
+    {
+    }
+  }
+  else
+  {
+    if (false)
+    {
+    }
+  }
+}
+

Output coloring

+ +

When the output of unparsing is displayed on a terminal supporting colors, K
+is capable of coloring the output, similar to what is possible with a syntax
+highlighter. This is achieved via the color and colors attributes.

+

Essentially, both the color and colors attributes are used to construct a
+list of colors associated with each production, and then the format attribute
+is used to control how those colors are used to unparse the term. At its most
+basic level, you can set the color attribute to color all the terminals in
+the production a certain color, or you can use the colors attribute to
+specify a comma-separated list of colors for each terminal in the production.
+At a more advanced level, the %c and %r format codes control how the
+formatter interacts with the list of colors specified by the colors
+attribute. You can essentially think of the color attribute as a way of
+specifying that you want all the colors in the list to be the same color.

+

Note that the %c and %r format codes are relatively primitive in nature.
+The color and colors attributes merely maintain a list of colors, whereas
+the %c and %r format codes merely control how to advance through that list
+and how individual text is colored.

+

It is an error if the colors attribute does not provide all the colors needed
+by the terminals and escape codes in the production. %r does not change the
+position in the list of colors at all, so the next %c will advance to the
+following color.

+

As a complete example, here is a variant of LESSON-09-A which colors the
+various boolean operators:

+
module LESSON-09-D
+  imports BOOL
+
+  syntax Exp ::= "(" Exp ")" [bracket]
+               | Bool
+               > "!" Exp [color(yellow)]
+               > left:
+                 Exp "&&" Exp [color(red)]
+               | Exp "^" Exp [color(blue)]
+               | Exp "||" Exp [color(green)]
+
+  syntax Exp ::= id(Exp) [function]
+  rule id(E) => E
+endmodule
+

For a complete list of allowed colors, see
+here.

+

Exercises

+ +
    +
  1. +

    Use the color attribute on LESSON-09-C to color the keywords true and
    +false one color, the keywords if and else another color, and the operators
    +(, ), {, and } a third color.

    +
  2. +
  3. +

    Use the format, color, and colors attributes to tell the unparser to
    +style the expression grammar from Lesson 1.8, Exercise 3 according to your own
    +personal preferences for syntax highlighting and code formatting. You can
    +view the result of the unparser on a function term without evaluating that
    +function by means of the command kparse <file> | kore-print -.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.10: Strings.

+

Lesson 1.10: Strings

+ +

The purpose of this lesson is to explain how to use the String sort in K to
+represent sequences of characters, and explain where to find additional
+information about builtin functions over strings.

+

The String Sort

+ +

In addition to the Int and Bool sorts covered in
+Lesson 1.6, K provides, among others, the
+String sort to represent sequences of characters. You can import this
+functionality via the STRING-SYNTAX module, which contains the syntax of
+string literals in K, and the STRING module, which contains all the functions
+that operate over the String type.

+

Strings in K are double-quoted. The following list of escape sequences is
+supported:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Escape SequenceMeaning
\"The literal character "
\\The literal character \
\nThe newline character (ASCII code 0x0a)
\rThe carriage return character (ASCII code 0x0d)
\tThe tab character (ASCII code 0x09)
\fThe form feed character (ASCII code 0x0c)
\x00\x followed by 2 hexadecimal digits indicates a code point between 0x00 and 0xFF
\u0000\u followed by 4 hexadecimal digits indicates a code point between 0x0000 and 0xFFFF
\U00000000\U followed by 8 hexadecimal digits indicates a code point between 0x000000 and 0x10FFFF
+

Please note that as of the current moment, K's unicode support is not fully
+complete, so you may run into errors using code points greater than 0xff.

+

As an example, you can construct a string literal containing the following
+block of text:

+
This is an example block of text.
+Here is a quotation: "Hello world."
+	This line is indented.
+ÁÉÍÓÚ
+

Like so:

+
"This is an example block of text.\nHere is a quotation: \"Hello world.\"\n\tThis line is indented.\n\xc1\xc9\xcd\xd3\xda\n"
+

Basic String Functions

+ +

The full list of functions provided for the String sort can be found in
+domains.md, but here we
+describe a few of the more basic ones.

+

String concatenation

+ +

The concatenation operator for strings is +String. For example, consider
+the following K rule that constructs a string from component parts
+(lesson-10.k):

+
module LESSON-10
+  imports STRING
+
+  syntax String ::= msg(String) [function]
+  rule msg(S) => "The string you provided: " +String S +String "\nHave a nice day!"
+endmodule
+

Note that this operator is O(N), so repeated concatenations are inefficient.
+For information about efficient string concatenation, refer to
+Lesson 2.14.

+

String length

+ +

The function to return the length of a string is lengthString. For example,
+lengthString("foo") will return 3, and lengthString("") will return 0.
+The return value is the length of the string in code points.

+

Substring computation

+ +

The function to compute the substring of a string is substrString. It
+takes two string indices, starting from 0, and returns the substring within the
+range [start..end). It is only defined if end >= start, start >= 0, and
+end <= length of string. Here, for example, we return the first 5 characters
+of a string:

+
substrString(S, 0, 5)
+

Here we return all but the first 3 characters:

+
substrString(S, 3, lengthString(S))
+

Exercises

+ +
    +
  1. Write a function that takes a paragraph of text (i.e., a sequence of
    +sentences, each ending in a period), and constructs a new (nonsense) sentence
    +composed of the first word of each sentence, followed by a period. Do not
    +worry about capitalization or periods within the sentence which do not end the
    +sentence (e.g. "Dr."). You can assume that all whitespace within the paragraph
    +are spaces. For more information about the functions over strings required to
    +implement such a function, refer to domains.md.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.11: Casting Terms.

+

Lesson 1.11: Casting Terms

+ +

The purpose of this lesson is to explain how to use cast expressions in
+order to disambiguate terms using sort information. We also explain how the
+variable sort inference algorithm works in K, and how to change the default
+behavior by casting variables to a particular sort.

+

Casting in K

+ +

Sometimes the grammar you write for your rules in K can be a little bit
+ambiguous on purpose. While grammars for programming languages may be
+unambiguous when considered in their entirety, K allows you to write rules
+involving arbitrary fragments of that grammar, and those fragments can
+sometimes be ambiguous by themselves, or similar enough to other fragments
+of the grammar to trigger ambiguity. As a result, in addition to the tools
+covered in Lesson 1.4, K provides one
+additional powerful tool for disambiguation: cast expressions.

+

K provides three main types of casts: the semantic cast, the strict cast, and
+the projection cast. We will cover each of them, and their similarities and
+differences, in turn.

+

Semantic casts

+ +

The most basic, and most common, type of cast in K is called the
+semantic cast. For every sort S declared in a module, K provides the
+following (implicit) production for use in sentences:

+
  syntax S ::= S ":S"
+

Note that S simply represents the name of the sort. For example, if we
+defined a sort Exp, the actual production for that sort would be:

+
  syntax Exp ::= Exp ":Exp"
+

At runtime, this expression will not actually exist; it is merely an annotation
+to the compiler describing the sort of the term inside the cast. It is telling
+the compiler that the term inside the cast must be of sort Exp. For example,
+if we had the following grammar:

+
module LESSON-11-A
+  imports INT
+
+  syntax Exp ::= Int | Exp "+" Exp
+  syntax Stmt ::= "if" "(" Exp ")" Stmt | "{" "}"
+endmodule
+

Then we would be able to write 1:Exp, or (1 + 2):Exp, but not {}:Exp.

+

You can also restrict the sort that a variable in a rule will match by casting
+it. For example, consider the following additional module:

+
module LESSON-11-B
+  imports LESSON-11-A
+  imports BOOL
+
+  syntax Term ::= Exp | Stmt
+  syntax Bool ::= isExpression(Term) [function]
+
+  rule isExpression(_E:Exp) => true
+  rule isExpression(_) => false [owise]
+endmodule
+

Here we have defined a very simple function that decides whether a term is
+an expression or a statement. It does this by casting the variable inside the
+isExpression rule to sort Exp. As a result, that variable will only match terms
+of sort Exp. Thus, isExpression(1) will return true, as will isExpression(1 + 2), but
+isExpression({}) will return false.

+

Exercise

+ +

Verify this fact for yourself by running isExpression on the above examples. Then
+write an isStatement function, and test that it works as expected.

+

Strict casts

+ +

On occasion, a semantic cast is not strict enough. It might be that you want
+to, for disambiguation purposes, say exactly what sort a term is. For
+example, consider the following definition:

+
module LESSON-11-C
+  imports INT
+
+  syntax Exp ::= Int
+               | "add[" Exp "," Exp "]"   [group(exp)]
+  syntax Exp2 ::= Exp
+               | "add[" Exp2 "," Exp2 "]" [group(exp2)]
+endmodule
+

This grammar is a little ambiguous and contrived, but it serves to demonstrate
+how a semantic cast might be insufficient to disambiguate a term. If we were
+to write the term add[ I1:Int , I2:Int ]:Exp2, the term would be ambiguous,
+because the cast is not sufficiently strict to determine whether you mean
+to derive the "add" production defined in group exp or the one in group exp2.

+

In this situation, there is a solution: the strict cast. For every sort
+S in your grammar, K also defines the following production:

+
  syntax S ::= S "::S"
+

This may at first glance seem the same as the previous cast. And indeed,
+from the perspective of the grammar and from the perspective of rewriting,
+they are in fact identical. However, the second variant has a unique meaning
+in the type system of K: namely, the term inside the cast cannot be a
+subsort, i.e., a term of another sort S2 such that the production
+syntax S ::= S2 exists.

+

As a result, if we were to write in the above grammar the term
+add[ I1:Int , I2:Int ]::Exp2, then we would know that the second derivation above
+should be chosen, whereas if we want the first derivation, we could write
+add[ I1:Int , I2:Int ]::Exp.

+

Care must be taken when using a strict cast with brackets. For example, consider a
+similar grammar but using an infix "+":

+
module LESSON-11-D
+  imports INT
+
+  syntax Exp ::= Int
+               | Exp "+" Exp   [group(exp)]
+  syntax Exp2 ::= Exp
+               | Exp2 "+" Exp2 [group(exp2)]
+               | "(" Exp2 ")"  [bracket]
+endmodule
+

The term I1:Int + I2:Int is ambiguous and could refer to either the production
+in group exp or the one in group exp2. To differentiate, you might try to write
+(I1:Int + I2:Int)::Exp2 similarly to the previous example.

+

Unfortunately though, this is still ambiguous. Here, the strict cast ::Exp2 applies
+directly to the brackets themselves rather than the underlying term within those brackets.
+As a result, it enforces that (I1:Int + I2:Int) cannot be a strict subsort of Exp2, but
+it has no effect on the sort of the subterm I1:Int + I2:Int.

+

For cases like this, K provides an alternative syntax for strict casts:

+
  syntax S ::= "{" S "}::S"
+

The ambiguity can then be resolved with {I1:Int + I2:Int}::Exp or {I1:Int + I2:Int}::Exp2.

+

Projection casts

+ +

Thus far we have focused entirely on casts which exist solely to inform the
+compiler about the sort of terms. However, sometimes when dealing with grammars
+containing subsorts, it can be desirable to reason with the subsort production
+itself, which injects one sort into another. Remember from above that such
+a production looks like syntax S ::= S2. This type of production, called a
+subsort production, can be thought of as a type of inheritance involving
+constructors. If we have the above production in our grammar, we say that S2
+is a subsort of S, or that any S2 is also an S. K implicitly maintains a
+symbol at runtime which keeps track of where such subsortings occur; this
+symbol is called an injection.

+

Sometimes, when one sort is a subsort of another, it can be the case that
+a function returns one sort, but you actually want to cast the result of
+calling that function to another sort which is a subsort of the first sort.
+This is similar to what happens with inheritance in an object-oriented
+language, where you might cast a superclass to a subclass if you know for
+sure the object at runtime is in fact an instance of that class.

+

K provides something similar for subsorts: the projection cast.

+

For each pair of sorts S and S2, K provides the following production:

+
  syntax S ::= "{" S2 "}" ":>S"
+

What this means is that you take any term of sort S2 and cast it to sort
+S. If the term of sort S2 consists of an injection containing a term of sort
+S, then this will return that term. Otherwise, an error occurs and rewriting
+fails, returning the projection function which failed to apply. The sort is
+not actually checked at compilation time; rather, it is a runtime check
+inserted into the code that runs when the rule applies.

+

For example, here is a module that makes use of projection casts:

+
module LESSON-11-E
+  imports INT
+  imports BOOL
+
+  syntax Exp ::= Int | Bool | Exp "+" Exp | Exp "&&" Exp
+
+  syntax Exp ::= eval(Exp) [function]
+  rule eval(I:Int) => I
+  rule eval(B:Bool) => B
+  rule eval(E1 + E2) => {eval(E1)}:>Int +Int {eval(E2)}:>Int
+  rule eval(E1 && E2) => {eval(E1)}:>Bool andBool {eval(E2)}:>Bool
+endmodule
+

Here we have defined constructors for a simple expression language over
+Booleans and integers, as well as a function eval that evaluates these
+expressions to a value. Because that value could be an integer or a Boolean,
+we need the casts in the last two rules in order to meet the type signature of
++Int and andBool. Of course, the user can write ill-formed expressions like
+1 && true or false + true, but these will cause errors at runtime, because
+the projection cast will fail.

+

Exercises

+ +
    +
  1. +

    Extend the eval function in LESSON-11-E to include Strings and add a .
    +operator which concatenates them.

    +
  2. +
  3. +

    Modify your solution from Lesson 1.9, Exercise 2 by using an Exp sort to
    +express the integer and Boolean expressions that it supports, in the same style
    +as LESSON-11-E. Then write an eval function that evaluates all terms of
    +sort Exp to either a Bool or an Int.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.12: Syntactic Lists.

+

Lesson 1.12: Syntactic Lists

+ +

The purpose of this lesson is to explain how K provides support for syntactic
+repetition through the use of the List{} and NeList{} constructs,
+generally called syntactic lists.

+

The List{} construct

+ +

Sometimes, when defining a grammar in K, it is useful to define a syntactic
+construct consisting of an arbitrary-length sequence of items. For example,
+you might wish to define a function call construct, and need to express a way
+of passing arguments to the function. You can in theory simply define these
+productions using ordinary constructors, but it can be tricky to get the syntax
+exactly right in K without a lot of tedious glue code.

+

For this reason, K provides a way of specifying that a non-terminal represents
+a syntactic list (lesson-12-a.k):

+
module LESSON-12-A-SYNTAX
+  imports INT-SYNTAX
+
+  syntax Ints ::= List{Int,","}
+endmodule
+
+module LESSON-12-A
+  imports LESSON-12-A-SYNTAX
+endmodule
+

Note that instead of a sequence of terminals and non-terminals, the right hand
+side of the Ints production contains the symbol List followed by two items
+in curly braces. The first item is the non-terminal which is the element type
+of the list, and the second item is a terminal representing the separator of
+the list. As a special case, lists which are separated only by whitespace can
+be specified with a separator of "".

+

This List{} construct is roughly equivalent to the following definition
+(lesson-12-b.k):

+
module LESSON-12-B-SYNTAX
+  imports INT-SYNTAX
+
+  syntax Ints ::= Int "," Ints | ".Ints"
+endmodule
+
+module LESSON-12-B
+  imports LESSON-12-B-SYNTAX
+endmodule
+

As you can see, the List{} construct represents a cons-list with an element
+at the head and another list at the tail. The empty list is represented by
+a . followed by the sort of the list.

+

However, the List{} construct provides several key syntactic conveniences
+over the above definition. First of all, when writing a list in a rule,
+explicitly writing the terminator is not always required. For example, consider
+the following additional module (lesson-12-c.k):

+
module LESSON-12-C
+  imports LESSON-12-A
+  imports INT
+
+  syntax Int ::= sum(Ints) [function]
+  rule sum(I:Int) => I
+  rule sum(I1:Int, I2:Int, Is:Ints) => sum(I1 +Int I2, Is)
+endmodule
+

Here we see a function that sums together a non-empty list of integers. Note in
+particular the first rule. We do not explicitly mention .Ints, but in fact,
+the rule in question is equivalent to the following rule:

+
  rule sum(I:Int, .Ints) => I
+

The reason for this is that K will automatically insert a list terminator
+anywhere a syntactic list is expected, but an element of that list appears
+instead. This works even with lists of more than one element:

+
  rule sum(I1:Int, I2:Int) => I1 +Int I2
+

This rule is redundant, but here we explicitly match a list of exactly two
+elements, because the .Ints is implicitly added after I2.

+

Parsing Syntactic Lists in Programs

+ +

An additional syntactic convenience takes place when you want to express a
+syntactic list in the input to krun. In this case, K will automatically
+transform the grammar in LESSON-12-B-SYNTAX into the following
+(lesson-12-d.k):

+
module LESSON-12-D
+  imports INT-SYNTAX
+
+  syntax Ints ::= #NonEmptyInts | #IntsTerminator
+  syntax #NonEmptyInts ::= Int "," #NonEmptyInts
+                         | Int #IntsTerminator
+  syntax #IntsTerminator ::= ""
+endmodule
+

This allows you to express the usual comma-separated list of arguments where
+an empty list is represented by the empty string, and you don't have to
+explicitly terminate the list. Because of this, we can write the syntax
+of function calls in C very easily (lesson-12-e.k):

+
module LESSON-12-E
+  syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token]
+  syntax Exp ::= Id | Exp "(" Exps ")"
+  syntax Exps ::= List{Exp,","}
+endmodule
+

Exercise

+ +

Write a function concat which takes a list of String and concatenates them
+all together. Do not worry if the function is O(n^2).
+Test your implementation using the syntactic sugar for lists added by the parser.

+

Then write some function call expressions using identifiers in C and verify with
+kast that the above grammar captures the intended syntax. Make sure to test
+with function calls with zero, one, and two or more arguments.

+

The NeList{} construct

+ +

One limitation of the List{} construct is that it is always possible to
+write a list of zero elements where a List{} is expected. While this is
+desirable in a number of cases, it is sometimes not what the grammar expects.

+

For example, in C, it is not allowable for an enum definition to have zero
+members. In other words, if we were to write the grammar for enumerations like
+so (lesson-12-f.k):

+
module LESSON-12-F
+  syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token]
+  syntax Exp ::= Id
+
+  syntax EnumSpecifier ::= "enum" Id "{" Ids "}"
+  syntax Ids ::= List{Id,","}
+endmodule
+

Then we would be syntactically allowed to write enum X {}, which instead,
+ought to be a syntax error.

+

For this reason, we introduce the additional NeList{} construct. The syntax
+is identical to List{}, except with NeList instead of List before the
+curly braces. When parsing rules, it behaves identically to the List{}
+construct. However, when parsing inputs to krun, the above grammar, if we
+replaced syntax Ids ::= List{Id,","} with syntax Ids ::= NeList{Id,","},
+would become equivalent to the following (lesson-12-g.k):

+
module LESSON-12-G
+  syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token]
+  syntax Exp ::= Id
+
+  syntax EnumSpecifier ::= "enum" Id "{" Ids "}"
+  syntax Ids ::= Id | Id "," Ids
+endmodule
+

In other words, only non-empty lists of Id would be allowed.

+

Exercises

+ +
    +
  1. +

    Modify the sum function in LESSON-12-C so that the Ints sort is an
    +NeList{}. Verify that calling sum() with no arguments is now a syntax
    +error.

    +
  2. +
  3. +

    Write a modified sum function with the List construct that can also sum
    +up an empty list of arguments. In such a case, the sum ought to be 0.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.13: Basics of K Rewriting.

+

Lesson 1.13: Basics of K Rewriting

+ +

The purpose of this lesson is to explain how rewrite rules that are not the
+definition of a function behave, and how, using these rules, you can construct
+a semantics of programs in a programming language in K.

+

Recap: Function rules in K

+ +

Recall from Lesson 1.2 that we have, thus far,
+introduced two types of productions in K: constructors and functions.
+A function is identified by the function attribute placed on the
+production. As you may recall, when we write a rule with a function on the
+left-hand side of the => operator, we are defining the meaning of that
+function for inputs which match the patterns on the left-hand side of the rule.
+If the argument to the function match the patterns, then the function is
+evaluated to the value constructed by substituting the bindings for the
+variables into the right-hand side of the rule.

+

Top-level rules

+ +

However, function rules are not the only type of rule permissible in K, nor
+even the most frequently used. K also has a concept of a
+top-level rewrite rule. The simplest way to ensure that a rule is treated
+as a top-level rule is for the left-hand side of the rule to mention one or
+more cells. We will cover how cells work and are declared in more detail
+in a later lesson, but for now, what you should know is that when we ran krun
+in our very first example in Lesson 1.2 and got the following output:

+
<k>
+  Yellow ( ) ~> .
+</k>
+

<k> is a cell, known by convention as the K cell. This cell is available
+by default in any definition without needing to be explicitly declared.

+

The K cell contains a single term of sort K. K is a predefined sort in K
+with two constructors, that can be roughly represented by the following
+grammar:

+
  syntax K ::= KItem "~>" K
+             | "."
+

As a syntactic convenience, K allows you to treat ~> like it is an
+associative list (i.e., as if it were defined as syntax K ::= K "~>" K).
+When a definition is compiled, it will automatically transform the rules you
+write so that they treat the K sort as a cons-list. Another syntactic
+convenience is that, for disambiguation purposes, you can write .K anywhere
+you would otherwise write . and the meaning is identical.

+

Now, you may notice that the above grammar mentions the sort KItem. This is
+another built-in sort in K. For every sort S declared in a definition (with
+the exception of K and KItem), K will implicitly insert the following
+production:

+
  syntax KItem ::= S
+

In other words, every sort is a subsort of the sort KItem, and thus a term
+of any sort can be injected as an element of a term of sort K, also called
+a K sequence.

+

By default, when you krun a program, the AST of the program is inserted as
+the sole element of a K sequence into the <k> cell. This explains why we
+saw the output we did in Lesson 1.2.

+

With these preliminaries in mind, we can now explain how top-level rewrite
+rules work in K. Put simply, any rule where there is a cell (such as the K
+cell) at the top on the left-hand side will be a top-level rewrite rule. Once
+the initial program has been inserted into the K cell, the resulting term,
+called the configuration, will be matched against all the top-level
+rewrite rules in the definition. If only one rule matches, the substitution
+generated by the matching will be applied to the right-hand side of the rule
+and the resulting term is rewritten to be the new configuration. Rewriting
+proceeds by iteratively applying rules, also called taking steps, until
+no top-level rewrite rule can be applied. At this point the configuration
+becomes the final configuration and is output by krun.

+

If more than one top-level rule applies, by default, K will pick just one
+of those rules, apply it, and continue rewriting. However, it is
+non-deterministic which rule applies. In theory, it could be any of them.
+By passing the --search flag to krun, you are able to tell krun to
+explore all possible non-deterministic choices, and generate a complete list of
+all possible final configurations reachable by each nondeterminstic choice that
+can be made. Note that the --search flag to krun only works if you pass
+--enable-search to kompile first.

+

Unlike top-level rewrite rules, function rules are not associated with any
+particular set of cells in the configuration (although they can contain cells
+in their function arguments and return value). While top-level rewrite rules
+apply to the entire term being rewritten, function rules apply anywhere a
+function application for that function appears, and are immediately rewritten
+to their return value in that position.

+

Another key distinction between top-level rules and function rules is that
+function symbols, i.e., productions with the function attribute, are
+mathematical functions rather than constructors. While a constructor is
+logically distinct from any other constructor of the same sort, and can be
+matched against unconditionally, a function does not necessaraily have the
+same restriction unless it happens to be an injective function. Thus, two
+function symbols with different arguments may still ultimately produce the
+same value and thus compare equal to one another. Due to this, concrete
+execution (i.e., all K definitions introduced thus far; see Lesson 1.21)
+introduces the restriction that you cannot match on a function symbol on the
+left-hand side of a rule, except as the top symbol on the left-hand side of
+a function rule. This restriction will be later lifted when we introduce the
+Haskell Backend which performs symbolic execution.

+

Exercise

+ +

Pass a program containing no functions to krun. You can use a term of sort
+Exp from LESSON-11-E. Observe the output and try to understand why you get
+the output you do. Then write two rules that rewrite that program to another.
+Run krun --search on that program and observe both results. Then add a third
+rule that rewrites one of those results again. Test that that rule applies as
+well.

+

Using top-level rules to evaluate expressions

+ +

Thus far, we have focused primarily on defining functions over constructors
+in K. However, now that we have a basic understanding of top-level rules,
+it is possible to introduce a rewrite system to our definitions. A rewrite
+system is a collection of top-level rewrite rules which performs an organized
+transformation of a particular program into a result which expresses the
+meaning of that program. For example, we might rewrite an expression in a
+programming language into a value representing the result of evaluating that
+expression.

+

Recall in Lesson 1.11, we wrote a simple grammar of Boolean and integer
+expressions that looked roughly like this (lesson-13-a.k):

+
module LESSON-13-A
+  imports INT
+
+  syntax Exp ::= Int
+               | Bool
+               | Exp "+" Exp
+               | Exp "&&" Exp
+endmodule
+

In that lesson, we defined a function eval which evaluated such expressions
+to either an integer or Boolean.

+

However, it is more idiomatic to evaluate such expressions using top-level
+rewrite rules. Here is how one might do so in K (lesson-13-b.k):

+
module LESSON-13-B-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Val ::= Int | Bool
+  syntax Exp ::= Val
+               > left: Exp "+" Exp
+               > left: Exp "&&" Exp
+endmodule
+
+module LESSON-13-B
+  imports LESSON-13-B-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int ~> K:K </k> => <k> I1 +Int I2 ~> K </k>
+  rule <k> B1:Bool && B2:Bool ~> K:K </k> => <k> B1 andBool B2 ~> K </k>
+
+  syntax KItem ::= freezer1(Val) | freezer2(Exp)
+                 | freezer3(Val) | freezer4(Exp)
+
+  rule <k> E1:Val + E2:Exp ~> K:K </k> => <k> E2 ~> freezer1(E1) ~> K </k> [priority(51)]
+  rule <k> E1:Exp + E2:Exp ~> K:K </k> => <k> E1 ~> freezer2(E2) ~> K </k> [priority(52)]
+  rule <k> E1:Val && E2:Exp ~> K:K </k> => <k> E2 ~> freezer3(E1) ~> K </k> [priority(51)]
+  rule <k> E1:Exp && E2:Exp ~> K:K </k> => <k> E1 ~> freezer4(E2) ~> K </k> [priority(52)]
+
+  rule <k> E2:Val ~> freezer1(E1) ~> K:K </k> => <k> E1 + E2 ~> K </k>
+  rule <k> E1:Val ~> freezer2(E2) ~> K:K </k> => <k> E1 + E2 ~> K </k>
+  rule <k> E2:Val ~> freezer3(E1) ~> K:K </k> => <k> E1 && E2 ~> K </k>
+  rule <k> E1:Val ~> freezer4(E2) ~> K:K </k> => <k> E1 && E2 ~> K </k>
+endmodule
+

This is of course rather cumbersome currently, but we will soon introduce
+syntactic convenience which makes writing definitions of this type considerably
+easier. For now, notice that there are roughly 3 types of rules here: the first
+matches a K cell in which the first element of the K sequence is an Exp whose
+arguments are values, and rewrites the first element of the sequence to the
+result of that expression. The second also matches a K cell with an Exp in
+the first element of its K sequence, but it matches when one or both arguments
+of the Exp are not values, and replaces the first element of the K sequence
+with two new elements: one being an argument to evaluate, and the other being
+a special constructor called a freezer. Finally, the third matches a K
+sequence where a Val is first, and a freezer is second, and replaces them
+with a partially evaluated expression.

+

This general pattern is what is known as heating an expression,
+evaluating its arguments, cooling the arguments into the expression
+again, and evaluating the expression itself. By repeatedly performing
+this sequence of actions, we can evaluate an entire AST containing a complex
+expression down into its resulting value.

+

Exercise

+ +

Write an addition expression with integers. Use krun --depth 1 to see the
+result of rewriting after applying a single top-level rule. Gradually increase
+the value of --depth to see successive states. Observe how this combination
+of rules is eventually able to evaluate the entire expression.

+

Simplifying the evaluator: Local rewrites and cell ellipses

+ +

As you saw above, the definition we wrote is rather cumbersome. Over the
+remainder of Lessons 1.13 and 1.14, we will greatly simplify it. The first step
+in doing so is to teach a bit more about the rewrite operator, =>. Thus far,
+all the rules we have written look like rule LHS => RHS. However, this is not
+the only way the rewrite operator can be used. It is actually possible to place
+a constructor or function at the very top of the rule, and place rewrite
+operators inside that term. While a rewrite operator cannot appear nested
+inside another rewrite operator, by doing this, we can express that some parts
+of what we are matching are not changed by the rewrite operator. For
+example, consider the following rule from above:

+
  rule <k> I1:Int + I2:Int ~> K:K </k> => <k> I1 +Int I2 ~> K </k>
+

We can equivalently write it like following:

+
  rule <k> (I1:Int + I2:Int => I1 +Int I2) ~> _:K </k>
+

When you put a rewrite inside a term like this, in essence, you are telling
+the rule to only rewrite part of the left-hand side to the right-hand side.
+In practice, this is implemented by lifting the rewrite operator to the top of
+the rule by means of duplicating the surrounding context.

+

There is a way that the above rule can be simplified further, however. K
+provides a special syntax for each cell containing a term of sort K, indicating
+that we want to match only on some prefix of the K sequence. For example, the
+above rule can be simplified further like so:

+
  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+

Here we have placed the symbol ... immediately prior to the </k> which ends
+the cell. What this tells the compiler is to take the contents of the cell,
+treat it as the prefix of a K sequence, and insert an anonymous variable of
+sort K at the end. Thus we can think of ... as a way of saying we
+don't care about the part of the K sequence after the beginning, leaving
+it unchanged.

+

Putting all this together, we can rewrite LESSON-13-B like so
+(lesson-13-c.k):

+
module LESSON-13-C-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Val ::= Int | Bool
+  syntax Exp ::= Val
+               > left: Exp "+" Exp
+               > left: Exp "&&" Exp
+endmodule
+
+module LESSON-13-C
+  imports LESSON-13-C-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  syntax KItem ::= freezer1(Val) | freezer2(Exp)
+                 | freezer3(Val) | freezer4(Exp)
+
+  rule <k> E1:Val + E2:Exp => E2 ~> freezer1(E1) ...</k> [priority(51)]
+  rule <k> E1:Exp + E2:Exp => E1 ~> freezer2(E2) ...</k> [priority(52)]
+  rule <k> E1:Val && E2:Exp => E2 ~> freezer3(E1) ...</k> [priority(51)]
+  rule <k> E1:Exp && E2:Exp => E1 ~> freezer4(E2) ...</k> [priority(52)]
+
+  rule <k> E2:Val ~> freezer1(E1) => E1 + E2 ...</k>
+  rule <k> E1:Val ~> freezer2(E2) => E1 + E2 ...</k>
+  rule <k> E2:Val ~> freezer3(E1) => E1 && E2 ...</k>
+  rule <k> E1:Val ~> freezer4(E2) => E1 && E2 ...</k>
+endmodule
+

This is still rather cumbersome, but it is already greatly simplified. In the
+next lesson, we will see how additional features of K can be used to specify
+heating and cooling rules much more compactly.

+

Exercises

+ +
    +
  1. Modify LESSON-13-C to add rules to evaluate integer subtraction.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.14: Defining Evaluation Order.

+

Lesson 1.14: Defining Evaluation Order

+ +

The purpose of this lesson is to explain how to use the heat and cool
+attributes, context and context alias sentences, and the strict and
+seqstrict attributes to more compactly express heating and cooling in K,
+and to express more advanced evaluation strategies in K.

+

The heat and cool attributes

+ +

Thus far, we have been using rule priority and casts to express when to heat
+an expression and when to cool it. For example, the rules for heating have
+lower priority, so they do not apply if the term could be evaluated instead,
+and the rules for heating are expressly written only to apply if the argument
+of the expression is a value.

+

However, K has built-in support for deciding when to heat and when to cool.
+This support comes in the form of the rule attributes heat and cool as
+well as the specially named function isKResult.

+

Consider the following definition, which is equivalent to LESSON-13-C
+(lesson-14-a.k):

+
module LESSON-14-A-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Exp ::= Int
+               | Bool
+               > left: Exp "+" Exp
+               > left: Exp "&&" Exp
+endmodule
+
+module LESSON-14-A
+  imports LESSON-14-A-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  syntax KItem ::= freezer1(Exp) | freezer2(Exp)
+                 | freezer3(Exp) | freezer4(Exp)
+
+  rule <k> E:Exp + HOLE:Exp => HOLE ~> freezer1(E) ...</k>
+    requires isKResult(E) [heat]
+  rule <k> HOLE:Exp + E:Exp => HOLE ~> freezer2(E) ...</k> [heat]
+  rule <k> E:Exp && HOLE:Exp => HOLE ~> freezer3(E) ...</k>
+    requires isKResult(E) [heat]
+  rule <k> HOLE:Exp && E:Exp => HOLE ~> freezer4(E) ...</k> [heat]
+
+  rule <k> HOLE:Exp ~> freezer1(E) => E + HOLE ...</k> [cool]
+  rule <k> HOLE:Exp ~> freezer2(E) => HOLE + E ...</k> [cool]
+  rule <k> HOLE:Exp ~> freezer3(E) => E && HOLE ...</k> [cool]
+  rule <k> HOLE:Exp ~> freezer4(E) => HOLE && E ...</k> [cool]
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

We have introduced three major changes to this definition. First, we have
+removed the Val sort. We replace it instead with a function isKResult.
+The function in question must have the same signature and attributes as seen in
+this example. It ought to return true whenever a term should not be heated
+(because it is a value) and false when it should be heated (because it is not
+a value). We thus also insert isKResult calls in the side condition of two
+of the heating rules, where the Val sort was previously used.

+

Second, we have removed the rule priorities on the heating rules and the use of
+the Val sort on the cooling rules, and replaced them with the heat and
+cool attributes. These attributes instruct the compiler that these rules are
+heating and cooling rules, and thus should implicitly apply only when certain
+terms on the LHS either are or are not a KResult (i.e., isKResult returns
+true versus false).

+

Third, we have renamed some of the variables in the heating and cooling rules
+to the special variable HOLE. Syntactically, HOLE is just a special name
+for a variable, but it is treated specially by the compiler. By naming a
+variable HOLE, we have informed the compiler which term is being heated
+or cooled. The compiler will automatically insert the side condition
+requires isKResult(HOLE) to cooling rules and the side condition
+requires notBool isKResult(HOLE) to heating rules.

+

Exercise

+ +

Modify LESSON-14-A to add rules to evaluate integer subtraction.

+

Simplifying further with Contexts

+ +

The above example is still rather cumbersome to write. We must explicitly write
+both the heating and the cooling rule separately, even though they are
+essentially inverses of one another. It would be nice to instead simply
+indicate which terms should be heated and cooled, and what part of them to
+operate on.

+

To do this, K introduces a new type of sentence, the context. Contexts
+begin with the context keyword instead of the rule keyword, and usually
+do not contain a rewrite operator.

+

Consider the following definition which is equivalent to LESSON-14-A
+(lesson-14-b.k):

+
module LESSON-14-B-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Exp ::= Int
+               | Bool
+               > left: Exp "+" Exp
+               > left: Exp "&&" Exp
+endmodule
+
+module LESSON-14-B
+  imports LESSON-14-B-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  context <k> E:Exp + HOLE:Exp ...</k>
+    requires isKResult(E)
+  context <k> HOLE:Exp + _:Exp ...</k>
+  context <k> E:Exp && HOLE:Exp ...</k>
+    requires isKResult(E)
+  context <k> HOLE:Exp && _:Exp ...</k>
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

In this example, the heat and cool rules have been removed entirely, as
+have been the productions defining the freezers. Don't worry, they still exist
+under the hood; the compiler is just generating them automatically. For each
+context sentence like above, the compiler generates a #freezer production,
+a heat rule, and a cool rule. The generated form is equivalent to the
+rules we wrote manually in LESSON-14-A. However, we are now starting to
+considerably simplify the definition. Instead of 3 sentences, we just have one.

+

context alias sentences and the strict and seqstrict attributes

+ +

Notice that the contexts we included in LESSON-14-B still seem rather
+similar in form. For each expression we want to evaluate, we are declaring
+one context for each operand of that expression, and they are each rather
+similar to one another. We would like to be able to simplify further by
+simply annotating each expression production with information about how
+it is to be evaluated instead. We can do this with the seqstrict attribute.

+

Consider the following definition, once again equivalent to those above
+(lesson-14-c.k):

+
module LESSON-14-C-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Exp ::= Int
+               | Bool
+               > left: Exp "+" Exp [seqstrict(exp; 1, 2)]
+               > left: Exp "&&" Exp [seqstrict(exp; 1, 2)]
+endmodule
+
+module LESSON-14-C
+  imports LESSON-14-C-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  context alias [exp]: <k> HERE ...</k>
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

This definition has two important changes from the one above. The first is
+that the individual context sentences have been removed and have been
+replaced with a single context alias sentence. You may notice that this
+sentence begins with an identifier in square brackets followed by a colon. This
+syntax is a way of naming individual sentences in K for reference by the tool
+or by other sentences. The context alias sentence also has a special variable
+HERE.

+

The second is that the productions in LESSON-14-C-SYNTAX have been given a
+seqstrict attribute. The value of this attribute has two parts. The first
+is the name of a context alias sentence. The second is a comma-separated list
+of integers. Each integer represents an index of a non-terminal in the
+production, counting from 1. For each integer present, the compiler implicitly
+generates a new context sentence according to the following rules:

+
    +
  1. The compiler starts by looking for the context alias sentence named. If
    +there is more than one, then one context sentence is created per
    +context alias sentence with that name.
  2. +
  3. For each context created, the variable HERE in the context alias is
    +substituted with an instance of the production the seqstrict attribute is
    +attached to. Each child of that production is a variable. The non-terminal
    +indicated by the integer offset of the seqstrict attribute is given the name
    +HOLE.
  4. +
  5. For each integer offset prior in the list to the one currently being
    +processed, the predicate isKResult(E) is conjuncted together and included
    +as a side condition, where E is the child of the production term with that
    +offset, starting from 1. For example, if the attribute lists 1, 2, then
    +the rule generated for the 2 will include isKResult(E1) where E1 is the
    +first child of the production.
  6. +
+

As you can see if you work through the process, the above code will ultimately
+generate the same contexts present in LESSON-14-B.

+

Finally, note that there are a few minor syntactic conveniences provided by the
+seqstrict attribute. First, in the special case of the context alias sentence
+being <k> HERE ...</k>, you can omit both the context alias sentence
+and the name from the seqstrict attribute.

+

Second, if the numbered list of offsets contains every non-terminal in the
+production, it can be omitted from the attribute value.

+

Thus, we can finally produce the idiomatic K definition for this example
+(lesson-14-d.k):

+
module LESSON-14-D-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+
+  syntax Exp ::= Int
+               | Bool
+               > left: Exp "+" Exp [seqstrict]
+               > left: Exp "&&" Exp [seqstrict]
+endmodule
+
+module LESSON-14-D
+  imports LESSON-14-D-SYNTAX
+  imports INT
+  imports BOOL
+
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+  rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k>
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

Exercise

+ +

Modify LESSON-14-D to add a production and rule to evaluate integer
+subtraction.

+

Nondeterministic evaluation order with the strict attribute

+ +

Thus far, we have focused entirely on deterministic evaluation order. However,
+not all languages are deterministic in the order they evaluate expressions.
+For example, in C, the expression a() + b() + c() is guaranteed to parse
+to (a() + b()) + c(), but it is not guaranteed that a will be called before
+b before c. In fact, this evaluation order is non-deterministic.

+

We can express non-deterministic evaluation orders with the strict attribute.
+Its behavior is identical to the seqstrict attribute, except that step 3 in
+the above list (with the side condition automatically added) does not take
+place. In other words, if we wrote syntax Exp ::= Exp "+" Exp [strict]
+instead of syntax Exp ::= Exp "+" Exp [seqstrict], it would generate the
+following two contexts instead of the ones found in LESSON-14-B:

+
  context <k> _:Exp + HOLE:Exp ...</k>
+  context <k> HOLE:Exp + _:Exp ...</k>
+

As you can see, these contexts will generate heating rules that can both
+apply to the same term. As a result, the choice of which heating rule
+applies first is non-deterministic, and as we saw in Lesson 1.13, we can
+get all possible behaviors by passing --search to krun.

+

Exercises

+ +
    +
  1. +

    Add integer division to LESSON-14-D. Make division and addition strict
    +instead of seqstrict, and write a rule evaluating integer division with a
    +side condition that the denominator is non-zero. Run krun --search on the
    +program 1 / 0 + 2 / 1 and observe all possible outputs of the program. How
    +many are there total, and why?

    +
  2. +
  3. +

    Rework your solution from Lesson 1.9, Exercise 2 to evaluate expressions from left to right using the seqstrict attribute.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.15: Configuration Declarations and Cell Nesting.

+

Lesson 1.15: Configuration Declarations and Cell Nesting

+ +

The purpose of this lesson is to explain how to store additional information
+about the state of your interpreter by declaring cells using the
+configuration sentence, as well as how to add additional inputs to your
+definition.

+

Cells and Configuration Declarations

+ +

We have already covered the absolute basics of cells in K by looking at the
+<k> cell. As explained in Lesson 1.13, the
+<k> cell is available without being explicitly declared. It turns out this is
+because, if the user does not explicitly specify a configuration sentence
+anywhere in the main module of their definition, the configuration sentence
+from the DEFAULT-CONFIGURATION module of
+kast.md is imported
+automatically. Here is what that sentence looks like:

+
  configuration <k> $PGM:K </k>
+

This configuration declaration declares a single cell, the <k> cell. It also
+declares that at the start of rewriting, the contents of that cell should be
+initialized with the value of the $PGM configuration variable.
+Configuration variables function as inputs to krun. These terms are supplied
+to krun in the form of ASTs parsed using a particular module. By default, the
+$PGM configuration variable uses the main syntax module of the definition.

+

The cast on the configuration variable also specifies the sort that is used as
+the entry point to the parser, in this case the K sort. It is often
+useful to cast to other sorts there as well for better control over the accepted
+language. The sort used for the $PGM variable is referred to as the start
+symbol. During parsing, the default start symbol K subsumes all user-defined
+sorts except for syntactic lists. These are excluded because they will always
+produce an ambiguity error when parsing a single element.

+

Note that we did not explicitly specify the $PGM configuration variable when
+we invoked krun on a file. This is because krun handles the $PGM variable
+specially, and allows you to pass the term for that variable via a file passed
+as a positional argument to krun. We did, however, specify the PGM name
+explicitly when we called krun with the -cPGM command line argument in
+Lesson 1.2. This is the other, explicit, way of
+specifying an input to krun.

+

This explains the most basic use of configuration declarations in K. We can,
+however, declare multiple cells and multiple configuration variables. We can
+also specify the initial values of cells statically, rather than dynamically
+via krun.

+

For example, consider the following definition (lesson-15-a.k):

+
module LESSON-15-A-SYNTAX
+  imports INT-SYNTAX
+
+  syntax Ints ::= List{Int,","}
+endmodule
+
+module LESSON-15-A
+  imports LESSON-15-A-SYNTAX
+  imports INT
+
+  configuration <k> $PGM:Ints </k>
+                <sum> 0 </sum>
+
+  rule <k> I:Int, Is:Ints => Is ...</k>
+       <sum> SUM:Int => SUM +Int I </sum>
+endmodule
+

This simple definition takes a list of integers as input and sums them
+together. Here we have declared two cells: <k> and <sum>. Unlike <k>,
+<sum> does not get initialized via a configuration variable, but instead
+is initialized statically with the value 0.

+

Note the rule in the second module: we have explicitly specified multiple
+cells in a single rule. K will expect each of these cells to match in order for
+the rule to apply.

+

Here is a second example (lesson-15-b.k):

+
module LESSON-15-B-SYNTAX
+  imports INT-SYNTAX
+endmodule
+
+module LESSON-15-B
+  imports LESSON-15-B-SYNTAX
+  imports INT
+  imports BOOL
+
+  configuration <k> . </k>
+                <first> $FIRST:Int </first>
+                <second> $SECOND:Int </second>
+
+  rule <k> . => FIRST >Int SECOND </k>
+       <first> FIRST </first>
+       <second> SECOND </second>
+endmodule
+

This definition takes two integers as command-line arguments and populates the
+<k> cell with a Boolean indicating whether the first integer is greater than
+the second. Notice that we have specified no $PGM configuration variable
+here. As a result, we cannot invoke krun via the syntax krun $file.
+Instead, we must explicitly pass values for each configuration variable via the
+-cFIRST and -cSECOND command line flags. For example, if we invoke
+krun -cFIRST=0 -cSECOND=1, we will get the value false in the K cell.

+

You can also specify both a $PGM configuration variable and other
+configuration variables in a single configuration declaration, in which case
+you would be able to initialize $PGM with either a positional argument or the
+-cPGM command line flag, but the other configuration variables would need
+to be explicitly initialized with -c.

+

Exercise

+ +

Modify your solution to Lesson 1.14, Exercise 2 to add a new cell with a
+configuration variable of sort Bool. This variable should determine whether
+the / operator is evaluated using /Int or divInt. Test that by specifying
+different values for this variable, you can change the behavior of rounding on
+division of negative numbers.

+

Cell Nesting

+ +

It is possible to nest cells inside one another. A cell that contains other
+cells must contain only other cells, but in doing this, you are able to
+create a hierarchical structure to the configuration. Consider the following
+definition (lesson-15-c.k), which is equivalent to the one in LESSON-15-B:

+
module LESSON-15-C-SYNTAX
+  imports INT-SYNTAX
+endmodule
+
+module LESSON-15-C
+  imports LESSON-15-C-SYNTAX
+  imports INT
+  imports BOOL
+
+  configuration <T>
+                  <k> . </k>
+                  <state>
+                    <first> $FIRST:Int </first>
+                    <second> $SECOND:Int </second>
+                  </state>
+                </T>
+
+  rule <k> . => FIRST >Int SECOND </k>
+       <first> FIRST </first>
+       <second> SECOND </second>
+endmodule
+

Note that we have added some new cells to the configuration declaration:
+the <T> cell wraps the entire configuration, and the <state> cell is
+introduced around the <first> and <second> cells.

+

However, we have not changed the rule in this definition. This is because of
+a concept in K called configuration abstraction. K allows you to specify
+any number of cells in a rule (except zero) in any order you want, and K will
+compile the rules into a form that matches the structure of the configuration
+specified by the configuration declaration.

+

Here then, is how this rule would look after the configuration abstraction
+has been resolved:

+
  rule <T>
+         <k> . => FIRST >Int SECOND </k>
+         <state>
+           <first> FIRST </first>
+           <second> SECOND </second>
+         </state>
+       </T>
+

In other words, K will complete cells to the top of the configuration by
+inserting parent cells where appropriate based on the declared structure of
+the configuration. This is useful because as a definition evolves, the
+configuration may change, but you don't want to have to modify every single
+rule each time. Thus, K follows the principle that you should only mention the
+cells in a rule that are actually needed in order to accomplish its specific
+goal. By following this best practice, you can significantly increase the
+modularity of the definition and make it easier to maintain and modify.

+

Note that unlike top-level rewrite rules, cells that appear inside function
+rules are not necessarily completed to the top of the configuration. They still
+participate in cell ccompletion in the sense that you can mention cell
+structure loosely inside a function rule and it will be completed into the
+correct cell structure specified by the configuration declaration. However,
+they do not complete all the way to the top, instead completing only up to
+the top-most cell mentioned in the rule.

+

For example, if I write the following function rule in the above definition:

+
  rule doStuff(<first> FIRST </first>) => FIRST
+

The function will only match on the first cell, rather than the entire
+configuration. However, if we had mentioned a parent cell in the rule, it still
+would have completed the children of that parent cell as needed to ensure that
+the resulting term is well formed.

+

Exercise

+ +

Modify your definition from the previous exercise in this lesson to wrap the
+two cells you have declared in a top cell <T>. You should not have to change
+any other rules in the definition.

+

Cell Variables

+ +

Sometimes it is desirable to explicitly match a variable against certain
+fragments of the configuration. Because K's configuration is hierarchical,
+we can grab subsets of the configuration as if they were just another term.
+However, configuration abstraction applies here as well.
+In particular, for each cell you specify in a configuration declaration, a
+unique sort is assigned for that cell with a single constructor (the cell
+itself). The sort name is taken by removing all special characters,
+capitalizing the first letter and each letter after a hyphen, and adding the
+word Cell at the end. For example, in the above example, the cell sorts are
+TCell, KCell, StateCell, FirstCell, and SecondCell. If we had declared
+a cell as <first-number>, then the cell sort name would be FirstNumberCell.

+

You can explicitly reference a variable of one of these sorts anywhere you
+might instead write that cell. For example, consider the following rule:

+
  rule <k> true => S </k>
+       (S:StateCell => <state>... .Bag ...</state>)
+

Here we have introduced two new concepts. The first is the variable of sort
+StateCell, which matches the entire <state> part of the configuration. The
+second is that we have introduced the concept of ... once again. When a cell
+contains other cells, it is also possible to specify ... on either the left,
+right or both sides of the cell term. Each of these three syntaxes are
+equivalent in this case. When they appear on the left-hand side of a rule, they
+indicate that we don't care what value any cells not explicitly named might
+have. For example, we might write <state>... <first> 0 </first> ...</state> on
+the left-hand side of a rule in order to indicate that we want to match the
+rule when the <first> cell contains a zero, regardless of what the <second>
+cell contains. If we had not included this ellipsis, it would have been a
+syntax error, because K would have expected you to provide a value for each of
+the child cells.

+

However, if, as in the example above, the ... appeared on the right-hand side
+of a rule, this instead indicates that the cells not explicitly mentioned under
+the cell should be initialized with their default value from the configuration
+declaration. In other words, that rule will set the value of <first> and
+<second> to zero.

+

You may note the presence of the phrase .Bag here. You can think of this as
+the empty set of cells. It is used as the child of a cell when you want to
+indicate that no cells should be explicitly named. We will cover other uses
+of this term in later lessons.

+

Exercises

+ +
    +
  1. Modify the definition from the previous exercise in this lesson so that the
    +Boolean cell you created is initialized to false. Then add a production
    +syntax Stmt ::= Bool ";" Exp, and a rule that uses this Stmt to set the
    +value of the Boolean flag. Then add another production
    +syntax Stmt ::= "reset" ";" Exp which sets the value of the Boolean flag back
    +to its default value via a ... on the right-hand side. You will need to add
    +an additional cell around the Boolean cell to make this work.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.16: Maps, Semantic Lists, and Sets.

+

Lesson 1.16: Maps, Semantic Lists, and Sets

+ +

The purpose of this lesson is to explain how to use the data structure sorts
+provided by K: maps, lists, and sets.

+

Maps

+ +

The most frequently used type of data structure in K is the map. The sort
+provided by K for this purpose is the Map sort, and it is provided in
+domains.md in the MAP
+module. This type is not (currently) polymorphic. All Map terms are maps that
+map terms of sort KItem to other terms of sort KItem. A KItem can contain
+any sort except a K sequence. If you need to store such a term in a
+map, you can always use a wrapper such as syntax KItem ::= kseq(K).

+

A Map pattern consists of zero or more map elements (as represented by the
+symbol syntax Map ::= KItem "|->" KItem), mixed in any order, separated by
+whitespace, with zero or one variables of sort Map. The empty map is
+represented by .Map. If all of the bindings for the variables in the keys
+of the map can be deterministically chosen, these patterns can be matched in
+O(1) time. If they cannot, then each map element that cannot be
+deterministically constructed contributes a single dimension of polynomial
+time to the cost of the matching. In other words, a single such element is
+linear, two are quadratic, three are cubic, etc.

+

Patterns like the above are the only type of Map pattern that can appear
+on the left-hand-side of a rule. In other words, you are not allowed to write
+a Map pattern on the left-hand-side with more than one variable of sort Map
+in it. You are, however, allowed to write such patterns on the right-hand-side
+of a rule. You can also write a function pattern in the key of a map element
+so long as all the variables in the function pattern can be deterministically
+chosen.

+

Note the meaning of matching on a Map pattern: a map pattern with no
+variables of sort Map will match if the map being matched has exactly as
+many bindings as |-> symbols in the pattern. It will then match if each
+binding in the map pattern matches exactly one distinct binding in the map
+being matched. A map pattern with one Map variable will also match any map
+that contains such a map as a subset. The variable of sort Map will be bound
+to whatever bindings are left over (.Map if there are no bindings left over).

+

Here is an example of a simple definition that implements a very basic
+variable declaration semantics using a Map to store the value of variables
+(lesson-16-a.k):

+
module LESSON-16-A-SYNTAX
+  imports INT-SYNTAX
+  imports ID-SYNTAX
+
+  syntax Exp ::= Id | Int
+  syntax Decl ::= "int" Id "=" Exp ";" [strict(2)]
+  syntax Pgm ::= List{Decl,""}
+endmodule
+
+module LESSON-16-A
+  imports LESSON-16-A-SYNTAX
+  imports BOOL
+
+  configuration <T>
+                  <k> $PGM:Pgm </k>
+                  <state> .Map </state>
+                </T>
+
+  // declaration sequence
+  rule <k> D:Decl P:Pgm => D ~> P ...</k>
+  rule <k> .Pgm => . ...</k>
+
+  // variable declaration
+  rule <k> int X:Id = I:Int ; => . ...</k>
+       <state> STATE => STATE [ X <- I ] </state>
+
+  // variable lookup
+  rule <k> X:Id => I ...</k>
+       <state>... X |-> I ...</state>
+
+  syntax Bool ::= isKResult(K) [symbol, function]
+  rule isKResult(_:Int) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

There are several new features in this definition. First, note we import
+the module ID-SYNTAX. This module is defined in domains.md and provides a
+basic syntax for identifiers. We are using the Id sort provided by this
+module in this definition to implement the names of program variables. This
+syntax is only imported when parsing programs, not when parsing rules. Later in
+this lesson we will see how to reference specific concrete identifiers in a
+rule.

+

Second, we introduce a single new function over the Map sort. This function,
+which is represented by the symbol
+syntax Map ::= Map "[" KItem "<-" KItem "]", represents the map update
+operation. Other functions over the Map sort can be found in domains.md.

+

Finally, we have used the ... syntax on a cell containing a Map. In this
+case, the meaning of <state>... Pattern ...</state>,
+<state>... Pattern </state>, and <state> Pattern ...</state> are the same:
+it is equivalent to writing <state> (Pattern) _:Map </state>.

+

Consider the following program (a.decl):

+
int x = 0;
+int y = 1;
+int a = x;
+

If we run this program with krun, we will get the following result:

+
<T>
+  <k>
+    .
+  </k>
+  <state>
+    a |-> 0
+    x |-> 0
+    y |-> 1
+  </state>
+</T>
+

Note that krun has automatically sorted the collection for you. This doesn't
+happen at runtime, so you still get the performance of a hash map, but it will
+help make the output more readable.

+

Exercise

+ +

Create a sort Stmt that is a subsort of Decl. Create a production of sort
+Stmt for variable assignment in addition to the variable declaration
+production. Feel free to use the syntax syntax Stmt ::= Id "=" Exp ";". Write
+a rule that implements variable assignment using a map update function. Then
+write the same rule using a map pattern. Test your implementations with some
+programs to ensure they behave as expected.

+

Semantic Lists

+ +

In a previous lesson, we explained how to represent lists in the AST of a
+program. However, this is not the only context where lists can be used. We also
+frequently use lists in the configuration of an interpreter in order to
+represent certain types of program state. For this purpose, it is generally
+useful to have an associative-list sort, rather than the cons-list sorts
+provided in Lesson 1.12.

+

The type provided by K for this purpose is the List sort, and it is also
+provided in domains.md, in the LIST module. This type is also not
+(currently) polymorphic. Like Map, all List terms are lists of terms of the
+KItem sort.

+

A List pattern in K consists of zero or more list elements (as represented by
+the ListItem symbol), followed by zero or one variables of sort List,
+followed by zero or more list elements. An empty list is represented by
+.List. These patterns can be matched in O(log(N)) time. This is the only
+type of List pattern that can appear on the left-hand-side of a rule. In
+other words, you are not allowed to write a List pattern on the
+left-hand-side with more than one variable of sort List in it. You are,
+however, allowed to write such patterns on the right-hand-side of a rule.

+

Note the meaning of matching on a List pattern: a list pattern with no
+variables of sort List will match if the list being matched has exactly as
+many elements as ListItem symbols in the pattern. It will then match if each
+element in sequence matches the pattern contained in the ListItem symbol. A
+list pattern with one variable of sort List operates the same way, except
+that it can match any list with at least as many elements as ListItem
+symbols, so long as the prefix and suffix of the list match the patterns inside
+the ListItem symbols. The variable of sort List will be bound to whatever
+elements are left over (.List if there are no elements left over).

+

The ... syntax is allowed on cells containing lists as well. In this case,
+the meaning of <cell>... Pattern </cell> is the same as
+<cell> _:List (Pattern) </cell>, the meaning of <cell> Pattern ...</cell>
+is the same as <cell> (Pattern) _:List</cell>. Because list patterns with
+multiple variables of sort List are not allowed, it is an error to write
+<cell>... Pattern ...</cell>.

+

Here is an example of a simple definition that implements a very basic
+function-call semantics using a List as a function stack (lesson-16-b.k):

+
module LESSON-16-B-SYNTAX
+  imports INT-SYNTAX
+  imports ID-SYNTAX
+
+  syntax Exp ::= Id "(" ")" | Int
+  syntax Stmt ::= "return" Exp ";" [strict]
+  syntax Decl ::= "fun" Id "(" ")" "{" Stmt "}"
+  syntax Pgm ::= List{Decl,""}
+  syntax Id ::= "main" [token]
+endmodule
+
+module LESSON-16-B
+  imports LESSON-16-B-SYNTAX
+  imports BOOL
+  imports LIST
+
+  configuration <T>
+                  <k> $PGM:Pgm ~> main () </k>
+                  <functions> .Map </functions>
+                  <fstack> .List </fstack>
+                </T>
+
+  // declaration sequence
+  rule <k> D:Decl P:Pgm => D ~> P ...</k>
+  rule <k> .Pgm => . ...</k>
+
+  // function definitions
+  rule <k> fun X:Id () { S } => . ...</k>
+       <functions>... .Map => X |-> S ...</functions>
+
+  // function call
+  syntax KItem ::= stackFrame(K)
+  rule <k> X:Id () ~> K => S </k>
+       <functions>... X |-> S ...</functions>
+       <fstack> .List => ListItem(stackFrame(K)) ...</fstack>
+
+  // return statement
+  rule <k> return I:Int ; ~> _ => I ~> K </k>
+       <fstack> ListItem(stackFrame(K)) => .List ...</fstack>
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

Notice that we have declared the production syntax Id ::= "main" [token].
+Since we use the ID-SYNTAX module, this declaration is necessary in order to
+be able to refer to the main identifier directly in the configuration
+declaration. Our <k> cell now contains a K sequence initially: first we
+process all the declarations in the program, then we call the main function.

+

Consider the following program (foo.func):

+
fun foo() { return 5; }
+fun main() { return foo(); }
+

When we krun this program, we should get the following output:

+
<T>
+  <k>
+    5 ~> .
+  </k>
+  <functions>
+    foo |-> return 5 ;
+    main |-> return foo ( ) ;
+  </functions>
+  <fstack>
+    .List
+  </fstack>
+</T>
+

Note that we have successfully put on the <k> cell the value returned by the
+main function.

+

Exercise

+ +

Add a term of sort Id to the stackFrame operator to keep track of the
+name of the function in that stack frame. Then write a function
+syntax String ::= printStackTrace(List) that takes the contents of the
+<fstack> cell and pretty prints the current stack trace. You can concatenate
+strings with +String in the STRING module in domains.md, and you can
+convert an Id to a String with the Id2String function in the ID module.
+Test this function by creating a new expression that returns the current stack
+trace as a string. Make sure to update isKResult and the Exp sort as
+appropriate to allow strings as values.

+

Sets

+ +

The final primary data structure sort in K is a set, i.e., an idempotent
+unordered collection where elements are deduplicated. The sort provided by K
+for this purpose is the Set sort and it is provided in domains.md in the
+SET module. Like maps and lists, this type is not (currently) polymorphic.
+Like Map and List, all Set terms are sets of terms of the KItem sort.

+

A Set pattern has the exact same restrictions as a Map pattern, except that
+its elements are treated like keys, and there are no values. It has the same
+performance characteristics as well. However, syntactically it is more similar
+to the List sort: An empty Set is represented by .Set, but a set element
+is represented by the SetItem symbol.

+

Matching behaves similarly to the Map sort: a set pattern with no variables
+of sort Set will match if the set has exactly as many bindings as SetItem
+symbols, and if each element pattern matches one distinct element in the set.
+A set with a variable of sort Set also matches any superset of such a set.
+As with map, the elements left over will be bound to the Set variable (or
+.Set if no elements are left over).

+

Like Map, the ... syntax on a set is syntactic sugar for an anonymous
+variable of sort Set.

+

Here is an example of a simple modification to LESSON-16-A which uses a Set
+to ensure that variables are never declared more than once. In practice, you
+would likely just use the in_keys symbol over maps to test for this, but
+it's still useful as an example of sets in practice:

+
module LESSON-16-C-SYNTAX
+  imports LESSON-16-A-SYNTAX
+endmodule
+
+module LESSON-16-C
+  imports LESSON-16-C-SYNTAX
+  imports BOOL
+  imports SET
+
+  configuration <T>
+                  <k> $PGM:Pgm </k>
+                  <state> .Map </state>
+                  <declared> .Set </declared>
+                </T>
+
+  // declaration sequence
+  rule <k> D:Decl P:Pgm => D ~> P ...</k>
+  rule <k> .Pgm => . ...</k>
+
+  // variable declaration
+  rule <k> int X:Id = I:Int ; => . ...</k>
+       <state> STATE => STATE [ X <- I ] </state>
+       <declared> D => D SetItem(X) </declared>
+    requires notBool X in D
+
+  // variable lookup
+  rule <k> X:Id => I ...</k>
+       <state>... X |-> I ...</state>
+       <declared>... SetItem(X) ...</declared>
+
+  syntax Bool ::= isKResult(K) [symbol, function]
+  rule isKResult(_:Int) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

Now if we krun a program containing duplicate declarations, it will get
+stuck on the declaration.

+

Exercises

+ +
    +
  1. Modify your solution to Lesson 1.14, Exercise 2 and introduce the sorts
    +Decls, Decl, and Stmt which include variable and function declaration
    +(without function parameters), and return and assignment statements, as well
    +as call expressions. Use List and Map to implement these operators, making
    +sure to consider the interactions between components, such as saving and
    +restoring the environment of variables at each call site. Don't worry about
    +local function definitions or global variables for now. Make sure to test the
    +resulting interpreter.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.17: Cell Multiplicity and Cell Collections.

+

Lesson 1.17: Cell Multiplicity and Cell Collections

+ +

The purpose of this lesson is to explain how you can create optional cells
+and cells that repeat multiple times in a configuration using a feature called
+cell multiplicity.

+

Cell Multiplicity

+ +

K allows you to specify attributes for cell productions as part of the syntax
+of configuration declarations. Unlike regular productions, which use the []
+syntax for attributes, configuration cells use an XML-like attribute syntax:

+
configuration <k color="red"> $PGM:K </k>
+

This configuration declaration gives the <k> cell the color red during
+unparsing using the color attribute as discussed in
+Lesson 1.9.

+

However, in addition to the usual attributes for productions, there are some
+other attributes that can be applied to cells with special meaning. One such
+attribute is the multiplicity attribute. By default, each cell that is
+declared occurs exactly once in every configuration term. However, using the
+multiplicity attribute, this default behavior can be changed. There are two
+values that this attribute can have: ? and *.

+

Optional cells

+ +

The first cell multiplicity we will discuss is ?. Similar to a regular
+expression language, this attribute tells the compiler that this cell can
+appear 0 or 1 times in the configuration. In other words, it is an
+optional cell. By default, K does not create optional cells in the initial
+configuration, unless that optional cell has a configuration variable inside
+it. However, it is possible to override the default behavior and create that
+cell initially by adding the additional cell attribute initial="".

+

K uses the .Bag symbol to represent the absence of any cells in a particular
+rule. Consider the following module:

+
module LESSON-17-A
+  imports INT
+
+  configuration <k> $PGM:K </k>
+                <optional multiplicity="?"> 0 </optional>
+
+  syntax KItem ::= "init" | "destroy"
+
+  rule <k> init => . ...</k>
+       (.Bag => <optional> 0 </optional>)
+  rule <k> destroy => . ...</k>
+       (<optional> _ </optional> => .Bag)
+
+endmodule
+

In this definition, when the init symbol is executed, the <optional> cell
+is added to the configuration, and when the destroy symbol is executed, it
+is removed. Any rule that matches on that cell will only match if that cell is
+present in the configuration.

+

Exercise

+ +

Create a simple definition with a Stmts sort that is a List{Stmt,""} and
+a Stmt sort with the constructors
+syntax Stmt ::= "enable" | "increment" | "decrement" | "disable". The
+configuration should have an optional cell that contains an integer that
+is created with the enable command, destroyed with the disable command,
+and its value is incremented or decremented by the increment and decrement
+command.

+

Cell collections

+ +

The second type of cell multiplicity we will discuss is *. Simlar to a
+regular expression language, this attribute tells the compiler that this cell
+can appear 0 or more times in the configuration. In other words, it is a
+cell collection. Cells with multiplicity * must be the only child of
+their parent cell. As a convention, the inner cell is usually named with the
+singular form of what it contains, and the outer cell with the plural form, for
+example, "thread" and "threads".

+

All cell collections are required to have the type attribute set to either
+Set or Map. A Set cell collection is represented as a set and behaves
+internally the same as the Set sort, although it actually declares a new
+sort. A Map cell collection is represented as a Map in which the first
+subcell of the cell collection is the key and the remaining cells are the
+value.

+

For example, consider the following module:

+
module LESSON-17-B
+  imports INT
+  imports BOOL
+  imports ID-SYNTAX
+
+  syntax Stmt ::= Id "=" Exp ";" [strict(2)]
+                | "return" Exp ";" [strict]
+  syntax Stmts ::= List{Stmt,""}
+  syntax Exp ::= Id
+               | Int
+               | Exp "+" Exp [seqstrict]
+               | "spawn" "{" Stmts "}"
+               | "join" Exp ";" [strict]
+
+  configuration <threads>
+                  <thread multiplicity="*" type="Map">
+                    <id> 0 </id>
+                    <k> $PGM:K </k>
+                  </thread>
+                </threads>
+                <state> .Map </state>
+                <next-id> 1 </next-id>
+
+  rule <k> X:Id => I:Int ...</k>
+       <state>... X |-> I ...</state>
+  rule <k> X:Id = I:Int ; => . ...</k>
+       <state> STATE => STATE [ X <- I ] </state>
+  rule <k> S:Stmt Ss:Stmts => S ~> Ss ...</k>
+  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+
+  rule <thread>...
+         <k> spawn { Ss } => NEXTID ...</k>
+       ...</thread>
+       <next-id> NEXTID => NEXTID +Int 1 </next-id>
+       (.Bag =>
+       <thread>
+         <id> NEXTID </id>
+         <k> Ss </k>
+       </thread>)
+
+  rule <thread>...
+         <k> join ID:Int ; => I ...</k>
+       ...</thread>
+       (<thread>
+         <id> ID </id>
+         <k> return I:Int ; ...</k>
+       </thread> => .Bag)
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_) => false [owise]
+endmodule
+

This module implements a very basic fork/join semantics. The spawn expression
+spawns a new thread to execute a sequence of statements and returns a thread
+id, and the join statement waits until a thread executes return and then
+returns the return value of the thread.

+

Note something quite novel here: the <k> cell is inside a cell of
+multiplicity *. Since the <k> cell is just a regular cell (mostly), this
+is perfectly allowable. Rules that don't mention a specific thread are
+automatically completed to match any thread.

+

When you execute programs in this language, the cells in the cell collection
+get sorted and printed like any other collection, but they still display like
+cells. Rules in this language also benefit from all the structural power of
+cells, allowing you to omit cells you don't care about or complete the
+configuration automatically. This allows you to have the power of cells while
+still being a collection under the hood.

+

Exercises

+ +
    +
  1. Modify the solution from Lesson 1.16, Exercise 1 so that the cell you use to
    +keep track of functions in a Map is now a cell collection. Run some programs
    +and compare how they get unparsed before and after this change.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.18: Term Equality and the Ternary Operator.

+

Lesson 1.18: Term Equality and the Ternary Operator

+ +

The purpose of this lesson is to introduce how to compare equality of terms in
+K, and how to put conditional expressions directly into the right-hand side of
+rules.

+

Term Equality

+ +

One major way you can compare whether two terms are equal in K is to simply
+match both terms with a variable with the same name. This will only succeed
+in matching if the two terms are equal structurally. However, sometimes this
+is impractical, and it is useful to have access to a way to actually compare
+whether two terms in K are equal. The operator for this is found in
+domains.md in the K-EQUAL
+module. The operator is ==K and takes two terms of sort K and returns a
+Bool. It returns true if they are equal. This includes equality over builtin
+types such as Map and Set where equality is not purely structural in
+nature. However, it does not include any notion of semantic equality over
+user-defined syntax. The inverse symbol for inequality is =/=K.

+

Ternary Operator

+ +

One way to introduce conditional logic in K is to have two separate rules,
+each with a side condition (or one rule with a side condition and another with
+the owise attribute). However, sometimes it is useful to explicitly write
+a conditional expression directly in the right-hand side of a rule. For this
+purpose, K defines one more operator in the K-EQUAL module, which corresponds
+to the usual ternary operator found in many languages. Here is an example of its
+usage (lesson-18.k):

+
module LESSON-18
+  imports INT
+  imports BOOL
+  imports K-EQUAL
+
+  syntax Exp ::= Int | Bool | "if" "(" Exp ")" Exp "else" Exp [strict(1)]
+
+  syntax Bool ::= isKResult(K) [function, symbol]
+  rule isKResult(_:Int) => true
+  rule isKResult(_:Bool) => true
+
+  rule if (B:Bool) E1:Exp else E2:Exp => #if B #then E1 #else E2 #fi
+endmodule
+

Note the symbol on the right-hand side of the final rule. This symbol is
+polymorphic: B must be of sort Bool, but E1 and E2 could have been
+any sort so long as both were of the same sort, and the sort of the entire
+expression becomes equal to that sort. K supports polymorphic built-in
+operators, but does not yet allow users to write their own polymorphic
+productions.

+

The behavior of this function is to evaluate the Boolean expression to a
+Boolean, then pick one of the two children and return it based on whether the
+Boolean is true or false. Please note that it is not a good idea to use this
+symbol in cases where one or both of the children is potentially undefined
+(for example, an integer expression that divides by zero). While the default
+implementation is smart enough to only evaluate the branch that happens to be
+picked, this will not be true when we begin to do program verification. If
+you need short circuiting behavior, it is better to use a side condition.

+

Exercises

+ +
    +
  1. +

    Write a function in K that takes two terms of sort K and returns an
    +Int: the Int should be 0 if the terms are equal and 1 if the terms are
    +unequal.

    +
  2. +
  3. +

    Modify your solution to Lesson 1.16, Exercise 1 and introduce an if
    +Stmt to the syntax of the language, then implement it using the #if symbol.
    +Make sure to write tests for the resulting interpreter.

    +
  4. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.19: Debugging with GDB.

+

Lesson 1.19: Debugging with GDB or LLDB

+ +

The purpose of this lesson is to teach how to debug your K interpreter using
+the K-language support provided in GDB or
+LLDB.

+

Caveats

+ +

This lesson has been written with GDB support on Linux in mind. Unfortunately,
+on macOS, GDB has limited support. To address this, we have introduced early
+experimental support for debugging with LLDB on macOS. In some cases, the
+features supported by LLDB are slightly different to those supported by GDB; the
+tutorial text will make this clear where necessary. If you use a macOS with an
+LLVM version older than 15, you may need to upgrade it to use the LLDB
+correctly. If you encounter an issue on either operating system, please open an
+issue against the K repository.

+

Getting started

+ +

On Linux, you will need GDB in order to complete this lesson. If you do not
+already have GDB installed, then do so. Steps to install GDB are outlined in
+this GDB Tutorial.

+

On macOS, LLDB should already have been installed with K's build dependencies
+(whether you have built K from source, or installed it using kup or Homebrew).

+

The first thing neccessary in order to debug a K interpreter is to build the
+interpreter with full debugging support enabled. This can be done relatively
+simply. First, run kompile with the command line flag --enable-llvm-debug.
+The resulting compiled K definition will be ready to support debugging.

+

Once you have a compiled K definition and a program you wish to debug, you can
+start the debugger by passing the --debugger flag to krun. This will
+automatically load the program you are executing into GDB and drop you into a
+GDB shell ready to start executing the program.

+

As an example, consider the following K definition (lesson-19-a.k):

+
module LESSON-19-A
+  imports INT
+
+  rule I => I +Int 1
+    requires I <Int 100
+endmodule
+

If we compile this definition with kompile lesson-19-a.k --enable-llvm-debug,
+and run the program 0 in the debugger with krun -cPGM=0 --debugger, we will
+see the following output (roughly, and depending on which platform you are
+using):

+

GDB / Linux

+ +
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2
+Copyright (C) 2020 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+Type "show copying" and "show warranty" for details.
+This GDB was configured as "x86_64-linux-gnu".
+Type "show configuration" for configuration details.
+For bug reporting instructions, please see:
+<http://www.gnu.org/software/gdb/bugs/>.
+Find the GDB manual and other documentation resources online at:
+    <http://www.gnu.org/software/gdb/documentation/>.
+
+For help, type "help".
+Type "apropos word" to search for commands related to "word"...
+Reading symbols from ./lesson-19-a-kompiled/interpreter...
+warning: File "/home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
+To enable execution of this file add
+        add-auto-load-safe-path /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter
+line to your configuration file "/home/dwightguth/.gdbinit".
+To completely disable this security protection add
+        set auto-load safe-path /
+line to your configuration file "/home/dwightguth/.gdbinit".
+For more information about this security protection see the
+"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
+        info "(gdb)Auto-loading safe path"
+(gdb)
+

To make full advantage of the GDB features of K, you should follow the first
+command listed in this output message and add the corresponding
+add-auto-load-safe-path command to your ~/.gdbinit file as prompted.
+Please note that the path will be different on your machine than the one
+listed above. Adding directories to the "load safe path" effectively tells GDB
+to trust those directories. All content under a given directory will be recursively
+trusted, so if you want to avoid having to add paths to the "load safe path" every
+time you kompile a different K definition, then you can just trust a minimal
+directory containing all your kompiled files; however, do not choose a top-level directory containing arbitrary files as this amounts to trusting arbitrary files and is a security risk. More info on the load safe path
+can be found here.

+

LLDB / macOS

+ +
(lldb) target create "./lesson-19-a-kompiled/interpreter"
+warning: 'interpreter' contains a debug script. To run this script in this debug session:
+
+    command script import "/Users/brucecollie/code/scratch/lesson-19-a-kompiled/interpreter.dSYM/Contents/Resources/Python/interpreter.py"
+
+To run all discovered debug scripts in this session:
+
+    settings set target.load-script-from-symbol-file true
+
+Current executable set to '/Users/brucecollie/code/scratch/lesson-19-a-kompiled/interpreter' (x86_64).
+(lldb) settings set -- target.run-args  ".krun-2023-03-20-11-22-46-TcYt9ffhb2/tmp.in.RupiLwHNfn" "-1" ".krun-2023-03-20-11-22-46-TcYt9ffhb2/result.kore"
+(lldb) 
+

LLDB applies slightly different security policies to GDB. To load K's debugging
+scripts for this session only, you can run the command script import line at
+the LLDB prompt. The loaded scripts will not persist across debugging sessions
+if you do this. It is also possible to configure LLDB to automatically load the
+K scripts when an interpreter is started in LLDB; doing so requires a slightly
+less broad permission than GDB.

+

On macOS, the .dSYM directory that contains debugging symbols for an
+executable can also contain Python scripts in Contents/Resources/Python. If
+there is a Python script with a name matching the name of the current executable
+(here, interpreter and interpreter.py), it will be automatically loaded if
+the target.load-script-from-symbol-file setting is set). You can therefore add
+the settings set command to your ~/.lldbinit without enabling full arbitrary
+code execution, but you should be aware of the paths from which code can be
+executed if you do so.

+

Basic commands

+ +
+

LLDB Note: the k start and k step commands are currently not
+implemented in the K LLDB scripts. To work around this limitation temporarily,
+you can run process launch --stop-at-entry instead of k start. To emulate
+k step, first run rbreak k_step once, then continue instead of each k step. We hope to address these limitations soon.

+
+

The most basic commands you can execute in the K GDB session are to run your
+program or to step through it. The first can be accomplished using GDB's
+built-in run command. This will automatically start the program and begin
+executing it. It will continue until the program aborts or finishes, or the
+debugger is interrupted with Ctrl-C.

+

Sometimes you want finer-grained control over how you proceed through the
+program you are debugging. To step through the rule applications in your
+program, you can use the k start and k step GDB commands.

+

k start is similar to the built-in start command in that it starts the
+program and then immediately breaks before doing any work. However, unlike
+the start command which will break immediately after the main method of
+a program is executed, the K start program will initialize the rewriter,
+evaluate the initial configuration, and break immediately prior to applying
+any rewrite steps.

+

In the example above, here is what we see when we run the k start command:

+
Temporary breakpoint 1 at 0x239210
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter .krun-2021-08-13-14-10-50-sMwBkbRicw/tmp.in.01aQt85TaA -1 .krun-2021-08-13-14-10-50-sMwBkbRicw/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Temporary breakpoint 1, 0x0000000000239210 in main ()
+0x0000000000231890 in step (subject=<k>
+  0 ~> .
+</k>)
+(gdb)
+

As you can see, we are stopped at the step function in the interpreter.
+This function is responsible for taking top-level rewrite steps. The subject
+parameter to this function is the current K configuration.

+

We can step through K rewrite steps one at a time by running the k step
+command. By default, this takes a single rewrite step (including any function
+rule applications that are part of that step).

+

Here is what we see when we run that command:

+
Continuing.
+
+Temporary breakpoint -22, 0x0000000000231890 in step (subject=<k>
+  1 ~> .
+</k>)
+(gdb)
+

As we can see, we have taken a single rewrite step. We can also pass a number
+to the k step command which indicates the number of rewrite steps to take.

+

Here is what we see if we run k step 10:

+
Continuing.
+
+Temporary breakpoint -23, 0x0000000000231890 in step (subject=<k>
+  11 ~> .
+</k>)
+(gdb)
+

As we can see, ten rewrite steps were taken.

+

Breakpoints

+ +

The next important step in debugging an application in GDB is to be able to
+set breakpoints. Generally speaking, there are three types of breakpoints we
+are interested in a K semantics: Setting a breakpoint when a particular
+function is called, setting a breakpoint when a particular rule is applied,
+and setting a breakpoint when a side condition of a rule is evaluated.

+

The easiest way to do the first two things is to set a breakpoint on the
+line of code containing the function or rule.

+

For example, consider the following K definition (lesson-19-b.k):

+
module LESSON-19-B
+  imports BOOL
+
+  syntax Bool ::= isBlue(Fruit) [function]
+  syntax Fruit ::= Blueberry() | Banana()
+  rule isBlue(Blueberry()) => true
+  rule isBlue(Banana()) => false
+
+  rule F:Fruit => isBlue(F)
+endmodule
+

Once this program has been compiled for debugging, we can run the program
+Blueberry(). We can then set a breakpoint that stops when the isBlue
+function is called with the following command in GDB:

+
break lesson-19-b.k:4
+

Similarly, in LLDB, run:

+
breakpoint set --file lesson-19-b.k --line 4
+

Here is what we see if we set this breakpoint and then run the interpreter:

+
(gdb) break lesson-19-b.k:4
+Breakpoint 1 at 0x231040: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k, line 4.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-20-27-vXOQmV6lwS/tmp.in.fga98yqXlc -1 .krun-2021-08-13-14-20-27-vXOQmV6lwS/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit (_1=Blueberry ( )) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:4
+4         syntax Bool ::= isBlue(Fruit) [function]
+(gdb)
+
(lldb) breakpoint set --file lesson-19-b.k --line 4
+Breakpoint 1: where = interpreter`LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit + 20 at lesson-19-b.k:4:19, address = 0x0000000100003ff4
+(lldb) run
+Process 50546 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50546 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100003ff4 interpreter`LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit(_1=Blueberry ( )) at lesson-19-b.k:4:19
+   1   	module LESSON-19-B
+   2   	  imports BOOL
+   3   	
+-> 4   	  syntax Bool ::= isBlue(Fruit) [function]
+   5   	  syntax Fruit ::= Blueberry() | Banana()
+   6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+(lldb)
+

As we can see, we have stopped at the point where we are evaluating that
+function. The value _1 that is a parameter to that function shows the
+value passed to the function by the caller.

+

We can also break when the isBlue(Blueberry()) => true rule applies by simply
+changing the line number to the line number of that rule:

+
(gdb) break lesson-19-b.k:6
+Breakpoint 1 at 0x2af710: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-32-36-7kD0ic7XwD/tmp.in.8JNH5Qtmow -1 .krun-2021-08-13-14-32-36-7kD0ic7XwD/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, apply_rule_138 () at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:6
+6         rule isBlue(Blueberry()) => true
+(gdb)
+
(lldb) breakpoint set --file lesson-19-b.k --line 6
+Breakpoint 1: where = interpreter`apply_rule_140 at lesson-19-b.k:6:8, address = 0x0000000100004620
+(lldb) run
+Process 50681 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50681 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100004620 interpreter`apply_rule_140 at lesson-19-b.k:6:8
+   3   	
+   4   	  syntax Bool ::= isBlue(Fruit) [function]
+   5   	  syntax Fruit ::= Blueberry() | Banana()
+-> 6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+   8   	
+   9   	  rule F:Fruit => isBlue(F)
+(lldb) 
+

We can also do the same with a top-level rule:

+
(gdb) break lesson-19-b.k:9
+Breakpoint 1 at 0x2aefa0: lesson-19-b.k:9. (2 locations)
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-33-13-9fC8Sz4aO3/tmp.in.jih1vtxSiQ -1 .krun-2021-08-13-14-33-13-9fC8Sz4aO3/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, apply_rule_107 (Var'Unds'DotVar0=<generatedCounter>
+  0
+</generatedCounter>, Var'Unds'DotVar1=., VarF=Blueberry ( )) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:9
+9         rule F:Fruit => isBlue(F)
+(gdb)
+
(lldb) breakpoint set --file lesson-19-b.k --line 9
+Breakpoint 1: 2 locations.
+(lldb) run
+Process 50798 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50798 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100003f2e interpreter`apply_rule_109(Var'Unds'DotVar0=<generatedCounter>
+  0
+</generatedCounter>, Var'Unds'DotVar1=., VarF=Blueberry ( )) at lesson-19-b.k:9:8
+   6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+   8   	
+-> 9   	  rule F:Fruit => isBlue(F)
+   10  	endmodule
+(lldb)  
+

Unlike the function rule above, we see several parameters to this function.
+These are the substitution that was matched for the function. Variables only
+appear in this substitution if they are actually used on the right-hand side
+of the rule.

+

Advanced breakpoints

+ +

Sometimes it is inconvenient to set the breakpoint based on a line number.

+

It is also possible to set a breakpoint based on the rule label of a particular
+rule. Consider the following definition (lesson-19-c.k):

+
module LESSON-19-C
+  imports INT
+  imports BOOL
+
+  syntax Bool ::= isEven(Int) [function]
+  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+
+endmodule
+

We will run the program isEven(4). We can set a breakpoint for when a rule
+applies by means of the MODULE-NAME.label.rhs syntax:

+
(gdb) break LESSON-19-C.isEven.rhs
+Breakpoint 1 at 0x2afda0: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c-kompiled/interpreter .krun-2021-08-13-14-40-29-LNNT8YEZ61/tmp.in.ZG93vWCGGC -1 .krun-2021-08-13-14-40-29-LNNT8YEZ61/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LESSON-19-C.isEven.rhs () at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+6         rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+(gdb)
+
(lldb) breakpoint set --name LESSON-19-C.isEven.rhs
+Breakpoint 1: where = interpreter`LESSON-19-C.isEven.rhs at lesson-19-c.k:6:18, address = 0x00000001000038e0
+(lldb) run
+Process 51205 launched: '/Users/brucecollie/code/scratch/lesson-19-c-kompiled/interpreter' (x86_64)
+Process 51205 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x00000001000038e0 interpreter`LESSON-19-C.isEven.rhs at lesson-19-c.k:6:18
+   3   	  imports BOOL
+   4   	
+   5   	  syntax Bool ::= isEven(Int) [function]
+-> 6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8   	
+   9   	endmodule
+(lldb) 
+

We can also set a breakpoint for when a rule's side condition is evaluated
+by means of the MODULE-NAME.label.sc syntax:

+
(gdb) break LESSON-19-C.isEven.sc
+Breakpoint 1 at 0x2afd70: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c-kompiled/interpreter .krun-2021-08-13-14-41-48-1BoGfJRbYc/tmp.in.kg4F8cwfCe -1 .krun-2021-08-13-14-41-48-1BoGfJRbYc/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LESSON-19-C.isEven.sc (VarI=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+6         rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+(gdb) finish
+Run till exit from #0  LESSON-19-C.isEven.sc (VarI=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+0x00000000002b2662 in LblisEven'LParUndsRParUnds'LESSON-19-C'Unds'Bool'Unds'Int (_1=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:5
+5         syntax Bool ::= isEven(Int) [function]
+Value returned is $1 = true
+(gdb)
+
(lldb) breakpoint set --name LESSON-19-C.isEven.sc
+Breakpoint 1: where = interpreter`LESSON-19-C.isEven.sc + 1 at lesson-19-c.k:6:18, address = 0x00000001000038c1
+(lldb) run
+Process 52530 launched: '/Users/brucecollie/code/scratch/lesson-19-c-kompiled/interpreter' (x86_64)
+Process 52530 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x00000001000038c1 interpreter`LESSON-19-C.isEven.sc(VarI=0x0000000101800088) at lesson-19-c.k:6:18
+   3   	  imports BOOL
+   4   	
+   5   	  syntax Bool ::= isEven(Int) [function]
+-> 6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8   	
+   9   	endmodule
+(lldb) finish
+Process 52649 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = step out
+Return value: (bool) $0 = true
+
+    frame #0: 0x00000001000069e5 interpreter`LblisEven'LParUndsRParUnds'LESSON-19-C'Unds'Bool'Unds'Int(_1=0x0000000101800088) at lesson-19-c.k:5:19
+   2   	  imports INT
+   3   	  imports BOOL
+   4   	
+-> 5   	  syntax Bool ::= isEven(Int) [function]
+   6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8
+(lldb)
+

Here we have used the built-in command finish to tell us whether the side
+condition returned true or not. Note that once again, we see the substitution
+that was matched from the left-hand side. Like before, a variable will only
+appear here if it is used in the side condition.

+

Debugging rule matching

+ +

Sometimes it is useful to try to determine why a particular rule did or did
+not apply. K provides some basic debugging commands which make it easier
+to determine this.

+

Consider the following K definition (lesson-19-d.k):

+
module LESSON-19-D
+
+  syntax Foo ::= foo(Bar)
+  syntax Bar ::= bar(Baz) | bar2(Baz)
+  syntax Baz ::= baz() | baz2()
+
+  rule [baz]: foo(bar(baz())) => .K
+
+endmodule
+

Suppose we try to run the program foo(bar(baz2())). It is obvious from this
+example why the rule in this definition will not apply. However, in practice,
+such cases are not always obvious. You might look at a rule and not immediately
+spot why it didn't apply on a particular term. For this reason, it can be
+useful to get the debugger to provide a log about how it tried to match that
+term. You can do this with the k match command. If you are stopped after
+having run k start or k step, you can obtain this log for any rule after
+any step by running the command k match MODULE.label subject for a particular
+top-level rule label.

+

For example, with the baz rule above, we get the following output:

+
(gdb) k match LESSON-19-D.baz subject
+Subject:
+baz2 ( )
+does not match pattern:
+baz ( )
+
(lldb) k match LESSON-19-D.baz subject
+Subject:
+baz2 ( )
+does not match pattern:
+baz ( )
+

As we can see, it provided the exact subterm which did not match against the
+rule, as well as the particular subpattern it ought to have matched against.

+

This command does not actually take any rewrite steps. In the event that
+matching actually succeeds, you will still need to run the k step command
+to advance to the next step.

+

Final notes

+ +

In addition to the functionality provided above, you have the full power of
+GDB or LLDB at your disposal when debugging. Some features are not particularly
+well-adapted to K code and may require more advanced knowledge of the
+term representation or implementation to use effectively, but anything that
+can be done in GDB or LLDB can in theory be done using this debugging functionality.
+We suggest you refer to the
+GDB Documentation or
+LLDB Tutorial if you
+want to try to do something and are unsure as to how.

+

Exercises

+ +
    +
  1. Compile your solution to Lesson 1.18, Exercise 2 with debugging support
    +enabled and step through several programs you have previously used to test.
    +Then set a breakpoint on the isKResult function and observe the state of the
    +interpreter when stopped at that breakpoint. Set a breakpoint on the rule for
    +addition and run a program that causes it to be stopped at that breakpoint.
    +Finally, step through the program until the addition symbol is at the top
    +of the K cell, and then use the k match command to report the reason why
    +the subtraction rule does not apply. You may need to modify the definition
    +to insert some rule labels.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.20: K Backends and the Haskell Backend.

+

Lesson 1.20: K Backends and the Haskell Backend

+ +

The purpose of this lesson is to teach about the multiple backends of K,
+in particular the Haskell Backend which is the complement of the backend we
+have been using so far.

+

K Backends

+ +

Thus far, we have not discussed the distinction between the K frontend and
+the K backends at all. We have simply assumed that if you run kompile on a
+K definition, there will be a compiler backend that will allow you to execute
+the K definition you have compiled.

+

K actually has multiple different backends. The one we have been using so far
+implicitly, the default backend, is called the LLVM Backend. It is
+designed to support efficient, optimized concrete execution and search. It
+does this by compiling your K definition to LLVM bitcode and then using LLVM
+to generate machine code for it that is compiled and linked and executed.
+However, K is a formal methods toolkit at the end of the day, and the primary
+goal many people have when defining a programming language in K is to
+ultimately be able to perform more advanced verification on programs in their
+programming language.

+

It is for this purpose that K also provides the Haskell Backend, so called
+because it is implemented in Haskell. While we will cover the features of the
+Haskell Backend in more detail in the next two lessons, the important thing to
+understand is that it is a separate backend which is optimized for more formal
+reasoning about programming languages. While it is capable of performing
+concrete execution, it does not do so as efficiently as the LLVM Backend.
+In exchange, it provides more advanced features.

+

Choosing a backend

+ +

You can choose which backend to use to compile a K definition by means of the
+--backend flag to kompile. By default, if you do not specify this flag, it
+is equivalent to if you had specified --backend llvm. However, to use the
+Haskell Backend instead, you can simply say kompile --backend haskell on a
+particular K definition.

+

As an example, here is a simple K definition that we have seen before in the
+previous lesson (lesson-20.k):

+
module LESSON-20
+  imports INT
+
+  rule I => I +Int 1
+    requires I <Int 100
+endmodule
+

Previously we compiled this definition using the LLVM Backend, but if we
+instead execute the command kompile lesson-20.k --backend haskell, we
+will get an interpreter for this K definition that is implemented in Haskell
+instead. Unlike the default LLVM Backend, the Haskell Backend is not a
+compiler per se. It does not generate new Haskell code corresponding to your
+programming language and then compile and execute it. Instead, it is an
+interpreter which reads the generated IR from kompile and implements in
+Haskell an interpreter that is capable of interpreting any K definition.

+

Note that on arm64 macOS (Apple Silicon), there is a known issue with the Compact
+library that causes crashes in the Haskell backend. Pass the additional flag
+--no-haskell-binary to kompile to resolve this.
+This flag is also needed when using krun.

+

Exercise

+ +

Try running the program 0 in this K definition on the Haskell Backend and
+compare the final configuration to what you would get compiling the same
+definition with the LLVM Backend.

+

Legacy backends

+ +

As a quick note, K does provide one other backend, which exists primarily as
+legacy code which should be considered deprecated. This is the
+Java Backend. The Java Backend is essentially a precursor to the Haskell
+Backend. We will not cover this backend in any detail since it is deprecated,
+but we still mention it here for the purposes of understanding.

+

Exercises

+ +
    +
  1. Compile your solution to Lesson 1.18, Exercise 2 with the Haskell Backend
    +and execute some programs. Compare the resulting configurations with the
    +output of the same program on the LLVM Backend. Note that if you are getting
    +different behaviors on the Haskell backend, you might have some luck debugging
    +by passing --search to krun when using the LLVM backend.
  2. +
+

Next lesson

+ +

Once you have completed the above exercises, you can continue to
+Lesson 1.21: Unification and Symbolic Execution.

+

Lesson 1.21: Unification and Symbolic Execution

+ +

The purpose of this lesson is to teach the basic concepts of symbolic execution
+in order to introduce the unique capabilities of the Haskell Backend at a
+conceptual level.

+

Symbolic Execution

+ +

Thus far, all of the programs we have run using K have been concrete
+configurations. What this means is that the configuration we use to initialize
+the K rewrite engine is concrete; in other words, contains no logical
+variables. The LLVM Backend is a concrete execution engine, meaning that
+it is only capable of rewriting concrete configurations.

+

By contrast, the Haskell Backend performs symbolic execution, which is
+capable of rewriting any configuration, including those where parts of the
+configuration are symbolic, ie, contain variables or uninterpreted
+functions.

+

Unification

+ +

Previously, we have introduced the concept that K rewrite rules operate by
+means of pattern matching: the current configuration being rewritten is pattern
+matched against the left-hand side of the rewrite rule, and the substitution
+is used in order to construct a new term from the right-hand side. In symbolic
+execution, we use
+unification
+instead of pattern matching. To summarize, unification behaves akin to a
+two-way pattern matching where both the configuration and the left-hand side
+of the rule can contain variables, and the algorithm generates a
+most general unifier containing substitutions for the variables in both
+which will make both terms equal.

+

Feasibility

+ +

Unification by itself cannot completely solve the problem of symbolic
+execution. One task symbolic execution must perform is to identify whether
+a particular symbolic term is feasible, that is to say, that there actually
+exists a concrete instantiation of that term such that all the logical
+constraints on that term can actually be satisfied. The Haskell Backend
+delegates this task to Z3, an
+SMT solver.
+This solver is used to periodically trim configurations that are determined
+to be mathematically infeasible.

+

Symbolic terms

+ +

The final component of symbolic execution consists of the task of introducing
+symbolic terms into the configuration. This can be done one of two different
+ways. First, the term being passed to krun can actually be symbolic. This
+is less frequently used because it requires the user to construct an AST
+that contains variables, something which our current parsing capabilities are
+not well-equipped to do. The second, more common, way of introducing symbolic
+terms into a configuration consists of writing rules where there exists an
+existentially qualified variable on the right-hand side of the rule that does
+not exist on the left-hand side of the rule.

+

In order to prevent users from writing such rules by accident, K requires
+that such variables begin with the ? prefix. For example, here is a rule
+that rewrites a constructor foo to a symbolic integer:

+
rule <k> foo => ?X:Int ...</k>
+

When this rule applies, a fresh variable is introduced to the configuration, which
+then is unified against the rules that might apply in order to symbolically
+execute that configuration.

+

ensures clauses

+ +

We also introduce here a new feature of K rules that applies when a rule
+has this type of variable on the right-hand side: the ensures clause.
+An ensures clause is similar to a requires clause and can appear after
+a rule body, or after a requires clause. The ensures clause is used to
+introduce constraints that might apply to the variable that was introduced by
+that rule. For example, we could write the rule above with the additional
+constraint that the symbolic integer that was introduced must be less than
+five, by means of the following rule:

+
rule <k> foo => ?X:Int ...</k> ensures ?X <Int 5
+

Putting it all together

+ +

Putting all these pieces together, it is possible to use the Haskell Backend
+to perform symbolic reasoning about a particular K module, determining all the
+possible states that can be reached by a symbolic configuration.

+

For example, consider the following K definition (lesson-21.k):

+
module LESSON-21
+    imports INT
+
+    rule <k> 0 => ?X:Int ... </k> ensures ?X =/=Int 0
+    rule <k> X:Int => 5  ... </k> requires X >=Int 10
+endmodule
+

When we symbolically execute the program 0, we get the following output
+from the Haskell Backend:

+
    <k>
+      5 ~> .
+    </k>
+  #And
+    {
+      true
+    #Equals
+      ?X:Int >=Int 10
+    }
+  #And
+    #Not ( {
+      ?X:Int
+    #Equals
+      0
+    } )
+#Or
+    <k>
+      ?X:Int ~> .
+    </k>
+  #And
+    #Not ( {
+      true
+    #Equals
+      ?X:Int >=Int 10
+    } )
+  #And
+    #Not ( {
+      ?X:Int
+    #Equals
+      0
+    } )
+

Note some new symbols introduced by this configuration: #And, #Or, and
+#Equals. While andBool, orBool, and ==K represent functions of sort
+Bool, #And, #Or, and #Equals are matching logic connectives. We
+will discuss matching logic in more detail later in the tutorial, but the basic
+idea is that these symbols represent Boolean operators over the domain of
+configurations and constraints, as opposed to over the Bool sort.

+

Notice that the configuration listed above is a disjunction of conjunctions.
+This is the most common form of output that can be produced by the Haskell
+Backend. In this case, each conjunction consists of a configuration and a set
+of constraints. What this conjunction describes, essentially, is a
+configuration and a set of information that was derived to be true while
+rewriting that configuration.

+

Similar to how we saw --search in a previous lesson, the reason we have
+multiple disjuncts is because there are multiple possible output states
+for this program, depending on whether or not the second rule applied. In the
+first case, we see that ?X is greater than or equal to 10, so the second rule
+applied, rewriting the symbolic integer to the concrete integer 5. In the
+second case, we see that the second rule did not apply because ?X is less
+than 10. Moreover, because of the ensures clause on the first rule, we know
+that ?X is not zero, therefore the first rule will not apply a second time.
+If we had omitted this constraint, we would have ended up infinitely applying
+the first rule, leading to krun not terminating.

+

In the next lesson, we will cover how symbolic execution forms the backbone
+of deductive program verification in K and how we can use K to prove programs
+correct against a specification.

+

Exercises

+ +
    +
  1. Create another rule in LESSON-21 that rewrites odd integers greater than
    +ten to a symbolic even integer less than 10 and greater than 0. This rule will
    +now apply nondeterministically along with the existing rules. Predict what the
    +resulting output configuration will be from rewriting 0 after adding this
    +rule. Then run the program and see whether your prediction is correct.
  2. +
+

Once you have completed the above exercises, you can continue to
+Lesson 1.22: Basics of Deductive Program Verification using K.

+

Lesson 1.22: Basics of Deductive Program Verification using K

+ +

In this lesson, you will familiarize yourself with the basics of using K for
+deductive program verification.

+

1. Setup: Simple Programming Language with Function Calls

+ +

We base this lesson on a simple programming language with functions,
+assignment, if conditionals, and while loops. Take your time to study its
+formalization below (lesson-22.k):

+
module LESSON-22-SYNTAX
+    imports INT-SYNTAX
+    imports BOOL-SYNTAX
+    imports ID-SYNTAX
+
+    syntax Exp ::= IExp | BExp
+
+    syntax IExp ::= Id | Int
+
+    syntax KResult ::= Int | Bool | Ints
+
+    // Take this sort structure:
+    //
+    //     IExp
+    //    /    \
+    // Int      Id
+    //
+    // Through the List{_, ","} functor.
+    // Must add a `Bot`, for a common subsort for the empty list.
+
+    syntax Bot
+    syntax Bots ::= List{Bot, ","} [klabel(exps)]
+    syntax Ints ::= List{Int, ","} [klabel(exps)]
+                  | Bots
+    syntax Ids  ::= List{Id, ","}  [klabel(exps)]
+                  | Bots
+    syntax Exps ::= List{Exp, ","} [klabel(exps), seqstrict]
+                  | Ids | Ints
+
+    syntax IExp ::= "(" IExp ")" [bracket]
+                  | IExp "+" IExp [seqstrict]
+                  | IExp "-" IExp [seqstrict]
+                  > IExp "*" IExp [seqstrict]
+                  | IExp "/" IExp [seqstrict]
+                  > IExp "^" IExp [seqstrict]
+                  | Id "(" Exps ")" [strict(2)]
+
+    syntax BExp ::= Bool
+
+    syntax BExp ::= "(" BExp ")" [bracket]
+                  | IExp "<=" IExp [seqstrict]
+                  | IExp "<"  IExp [seqstrict]
+                  | IExp ">=" IExp [seqstrict]
+                  | IExp ">"  IExp [seqstrict]
+                  | IExp "==" IExp [seqstrict]
+                  | IExp "!=" IExp [seqstrict]
+
+    syntax BExp ::= BExp "&&" BExp
+                  | BExp "||" BExp
+
+    syntax Stmt ::=
+         Id "=" IExp ";" [strict(2)]                        // Assignment
+       | Stmt Stmt [left]                                   // Sequence
+       | Block                                              // Block
+       | "if" "(" BExp ")" Block "else" Block [strict(1)]   // If conditional
+       | "while" "(" BExp ")" Block                         // While loop
+       | "return" IExp ";"                    [seqstrict]   // Return statement
+       | "def" Id "(" Ids ")" Block                         // Function definition
+
+    syntax Block ::=
+         "{" Stmt "}"    // Block with statement
+       | "{" "}"         // Empty block
+endmodule
+
+module LESSON-22
+    imports INT
+    imports BOOL
+    imports LIST
+    imports MAP
+    imports LESSON-22-SYNTAX
+
+    configuration
+      <k> $PGM:Stmt </k>
+      <store> .Map </store>
+      <funcs> .Map </funcs>
+      <stack> .List </stack>
+
+ // -----------------------------------------------
+    rule <k> I1 + I2 => I1 +Int I2 ... </k>
+    rule <k> I1 - I2 => I1 -Int I2 ... </k>
+    rule <k> I1 * I2 => I1 *Int I2 ... </k>
+    rule <k> I1 / I2 => I1 /Int I2 ... </k>
+    rule <k> I1 ^ I2 => I1 ^Int I2 ... </k>
+
+    rule <k> I:Id => STORE[I] ... </k>
+         <store> STORE </store>
+
+ // ------------------------------------------------
+    rule <k> I1 <= I2 => I1  <=Int I2 ... </k>
+    rule <k> I1  < I2 => I1   <Int I2 ... </k>
+    rule <k> I1 >= I2 => I1  >=Int I2 ... </k>
+    rule <k> I1  > I2 => I1   >Int I2 ... </k>
+    rule <k> I1 == I2 => I1  ==Int I2 ... </k>
+    rule <k> I1 != I2 => I1 =/=Int I2 ... </k>
+
+    rule <k> B1 && B2 => B1 andBool B2 ... </k>
+    rule <k> B1 || B2 => B1  orBool B2 ... </k>
+
+    rule <k> S1:Stmt S2:Stmt => S1 ~> S2 ... </k>
+
+    rule <k> ID = I:Int ; => . ... </k>
+         <store> STORE => STORE [ ID <- I ] </store>
+
+    rule <k> { S } => S ... </k>
+    rule <k> {   } => . ... </k>
+
+    rule <k> if (true)   THEN else _ELSE => THEN ... </k>
+    rule <k> if (false) _THEN else  ELSE => ELSE ... </k>
+
+    rule <k> while ( BE ) BODY => if ( BE ) { BODY while ( BE ) BODY } else { } ... </k>
+
+    rule <k> def FNAME ( ARGS ) BODY => . ... </k>
+         <funcs> FS => FS [ FNAME <- def FNAME ( ARGS ) BODY ] </funcs>
+
+    rule <k> FNAME ( IS:Ints ) ~> CONT => #makeBindings(ARGS, IS) ~> BODY </k>
+         <funcs> ... FNAME |-> def FNAME ( ARGS ) BODY ... </funcs>
+         <store> STORE => .Map </store>
+         <stack> .List => ListItem(state(CONT, STORE)) ... </stack>
+
+    rule <k> return I:Int ; ~> _ => I ~> CONT </k>
+         <stack> ListItem(state(CONT, STORE)) => .List ... </stack>
+         <store> _ => STORE </store>
+
+    rule <k> return I:Int ; ~> . => I </k>
+         <stack> .List </stack>
+
+    syntax KItem ::= #makeBindings(Ids, Ints)
+                   | state(continuation: K, store: Map)
+ // ----------------------------------------------------
+    rule <k> #makeBindings(.Ids, .Ints) => . ... </k>
+    rule <k> #makeBindings((I:Id, IDS => IDS), (IN:Int, INTS => INTS)) ... </k>
+         <store> STORE => STORE [ I <- IN ] </store>
+endmodule
+

Next, compile this example using kompile lesson-22.k --backend haskell. If
+your processor is an Apple Silicon processor, add the --no-haskell-binary
+flag if the compilation fails.

+

2. Setup: Proof Environment

+ +

Next, take the following snippet of K code and save it in lesson-22-spec.k.
+This is a skeleton of the proof environment, and we will complete it as the
+lesson progresses.

+
requires "lesson-22.k"
+requires "domains.md"
+
+module LESSON-22-SPEC-SYNTAX
+    imports LESSON-22-SYNTAX
+
+endmodule
+
+module VERIFICATION
+    imports K-EQUAL
+    imports LESSON-22-SPEC-SYNTAX
+    imports LESSON-22
+    imports MAP-SYMBOLIC
+
+endmodule
+
+module LESSON-22-SPEC
+    imports VERIFICATION
+
+endmodule
+

3. Claims

+ +
    +
  1. The first claim we will ask K to prove is that 3 + 4, in fact, equals 7.
    +Claims are stated using the claim keyword, followed by the claim
    +statement:
  2. +
+
claim <k> 3 + 4 => 7 ... </k>
+

Add this claim to the LESSON-22-SPEC module and run the K prover using the
+command kprove lesson-22-spec.k. You should get back the output #Top,
+which denotes the Matching Logic equivalent of true and means, in this
+context, that all claims have been proven correctly.

+
    +
  1. The second claim reasons about the if statement that has a concrete condition:
  2. +
+
claim <k> if ( 3 + 4 == 7 ) {
+            $a = 1 ;
+            } else {
+            $a = 2 ;
+            }
+        => . ... </k>
+        <store> STORE => STORE [ $a <- 1 ] </store>
+

stating that the given program terminates (=> .), and when it does, the value
+of the variable $a is set to 1, meaning that the execution will have taken
+the then branch. Add this claim to the LESSON-22-SPEC module, but also add

+
syntax Id ::= "$a" [token]
+

to the LESSON-22-SPEC-SYNTAX module in order to declare $a as a token so
+that it can be used as a program variable. Re-run the K prover, which should
+again return #Top.

+
    +
  1. Our third claim demonstrates how to reason about both branches of an if
    +statement at the same time:
  2. +
+
claim <k> $a = A:Int ; $b = B:Int ;
+          if ($a < $b) {
+            $c = $b ;
+          } else {
+            $c = $a ;
+          }
+        => . ... </k>
+        <store> STORE => STORE [ $a <- A ] [ $b <- B ] [ $c <- ?C:Int ] </store>
+    ensures (?C ==Int A) orBool (?C ==Int B)
+

The program in question first assigns symbolic integers A and B to program
+variables $a and $b, respectively, and then executes the given if
+statement, which has a symbolic condition (A < B), updating the value of the
+program variable $c in both branches. The specification we give states that
+the if statement terminates, with $a and $b updated, respectively, to A
+and B, and $c updated to some symbolic integer value ?C. Via the
+ensures clause, which is used to specify additional constraints that hold
+after execution, we also state that this existentially quantified ?C equals
+either A or B.

+

Add the productions declaring $b and $c as tokens to the
+LESSON-22-SPEC-SYNTAX module, the claim to the LESSON-22-SPEC module, run
+the K prover again, and observe the output, which should not be #Top this
+time. This means that K was not able to prove the claim, and we now need to
+understand why. We do so by examining the output, which should look as follows:

+
    (InfoReachability) while checking the implication:
+    The configuration's term unifies with the destination's term,
+    but the implication check between the conditions has failed.
+
+  #Not (
+    #Exists ?C . {
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- ?C:Int ]
+      #Equals
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    }
+  #And
+    {
+      true
+    #Equals
+      ?C ==Int A orBool ?C ==Int B
+    }
+  )
+#And
+  <generatedTop>
+    <k>
+      _DotVar1
+    </k>
+    <store>
+      STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    </store>
+    <funcs>
+      _Gen3
+    </funcs>
+    <stack>
+      _Gen5
+    </stack>
+  </generatedTop>
+#And
+  {
+    true
+  #Equals
+    A <Int B
+  }
+

This output starts with a message telling us at which point the proof failed,
+followed by the final state, which consists of three parts: some negative
+Matching Logic (ML) constraints, the final configuration (<generatedTop> ... </generatedTop>), and some positive ML constraints. Generally speaking,
+these positive and the negative constraints could arise from various sources,
+such as (but not limited to) branches taken by the execution
+(e.g. { true #Equals A <Int B } or #Not ( { true #Equals A <Int B } )),
+or ensures constraints.

+

First, we examine the message:

+
(InfoReachability) while checking the implication:
+The configuration's term unifies with the destination's term,
+but the implication check between the conditions has failed.
+

which tells us that the structure of the final configuration is as expected,
+but that some of the associated constraints cannot be proven. We next look at
+the final configuration, in which the relevant item is the <store> ... </store> cell, because it is the only one that we are reasoning about. By
+inspecting its contents:

+
STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+

we see that we should be within the constraints of the ensures, since the
+value of $c in the store equals B in this branch. We next examine the
+negative and positive constraints of the output and, more often than not, the
+goal is to instruct K how to use the information from the final configuration
+and the positive constraints to falsify one of the negative constraints. This
+is done through simplifications.

+

So, the positive constraint that we have is

+
{ true #Equals A <Int B }
+

meaning that A <Int B holds. Given the analysed program, this tells us that
+we are in the then branch of the if. The negative constraint is

+
  #Not (
+    #Exists ?C . {
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- ?C:Int ]
+      #Equals
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    }
+  #And
+    { true #Equals ?C ==Int A orBool ?C ==Int B }
+  )
+

and we observe, from the first equality, that the existential ?C should be
+instantiated with B. This would make both branches of the #And true,
+falsifying the outside #Not. We just need to show K how to conclude that
+?C ==Int B. We do so by introducing the following simplification into the
+VERIFICATION module:

+
rule { M:Map [ K <- V ] #Equals M [ K <- V' ] } => { V #Equals V' } [simplification]
+

which formalizes our internal understanding of ?C ==Int B. The rule states
+that when we update the same key in the same map with two values, and the
+resulting maps are equal, then the two values must be equal as well. The
+[simplification] attribute indicates to K to use this rule to simplify the
+state when trying to prove claims. Like function rules, simplification rules
+do not complete to the top of the configuration, but instead apply anywhere
+their left-hand-side matches. Re-run the K prover, which should now return
+#Top, indicating that K was able to use the simplification and prove the
+required claims.

+
    +
  1. Next, we show how to state and prove properties of while loops. In
    +particular, we consider the following loop
  2. +
+
claim
+    <k>
+        while ( 0 < $n ) {
+            $s = $s + $n;
+            $n = $n - 1;
+            } => . ...
+    </k>
+    <store>
+        $s |-> (S:Int => S +Int ((N +Int 1) *Int N /Int 2))
+        $n |-> (N:Int => 0)
+    </store>
+    requires N >=Int 0
+

which adds the sum of the first $n integers to $s, assuming the value of $n
+is non-negative to begin with. This is reflected in the store by stating that,
+after the execution of the loop, the original value of $s (which is set to
+equal some symbolic integer S) is incremented by ((N +Int 1) *Int N /Int 2), and the value of $n always equals 0. Add $n and $s as tokens in
+the LESSON-22-SPEC-SYNTAX module, the above claim to the LESSON-22-SPEC
+module, and run the K prover, which should return #Top.

+
    +
  1. Finally, our last claim is about a program that uses function calls:
  2. +
+
claim
+    <k>
+        def $sum($n, .Ids) {
+            $s = 0 ;
+            while (0 < $n) {
+                $s = $s + $n;
+                $n = $n - 1;
+            }
+            return $s;
+        }
+
+        $s = $sum(N:Int, .Ints);
+    => . ... </k>
+    <funcs> .Map => ?_ </funcs>
+    <store> $s |-> (_ => ((N +Int 1) *Int N /Int 2)) </store>
+    <stack> .List </stack>
+    requires N >=Int 0
+

Essentially, we have wrapped the while loop from claim 3.4 into a function
+$sum, and then called that function with a symbolic integer N, storing the
+return value in the variable $s. The specification states that this program
+ends up storing the sum of the first N integers in the variable $n. Add $sum
+to the LESSON-22-SPEC-SYNTAX module, the above claim to the
+LESSON-22-SPEC module, and run the K prover, which should again return
+#Top.

+

Exercises

+ +
    +
  1. +

    Change the condition of the if statement in part 3.2 to take the else
    +branch and adjust the claim so that the proof passes.

    +
  2. +
  3. +

    The post-condition of the specification in part 3.3 loses some information.
    +In particular, the value of ?C is in fact the maximum of A and B.
    +Prove the same claim as in 3.2, but with the post-condition ensures (?C ==Int maxInt(A, B)). For this, you will need to extend the VERIFICATION
    +module with two simplifications that capture the meaning of maxInt(A:Int, B:Int). Keep in mind that any rewriting rule can be used as a
    +simplification; in particular, that simplifications can have requires
    +clauses.

    +
  4. +
  5. +

    Following the pattern shown in part 3.4, assuming a non-negative initial
    +value of $b, specify and verify the following while loop:

    +
  6. +
+
while ( 0 < $b ) {
+    $a = $a + $c;
+    $b = $b - 1;
+    $c = $c - 1;
+}
+

Hint: You will not need additional simplifications---once you've got the
+specification right, the proof will go through.

+
    +
  1. Write an arbitrary yet not-too-complex function (or several functions
    +interacting with each other), and try to specify and verify it (them) in K.
  2. +
+

Section 2: Intermediate K Concepts

+ +

The goal of this second section is to supplement a beginning developer's
+knowledge of K after they have gained a basic understanding of K. Each lesson
+in this section can be completed independently in order to learn about a
+particular facet of the K language. The lessons are written to provide basic
+understanding of less commonly-used features of K to someone who is still
+learning K. For more complete references of these features, the reader ought to
+consult the User Manual.

+

The reader ought to be able to complete lessons in this section as needed in
+order to learn about specific features of interest, but if desired, can also
+complete the entire section in one go. Someone who has completed this entire
+section ought to be able to read and understand most K specifications, as well
+as write their own specifications of some complexity, and use them to perform
+most common K-related tasks. They can then read about specific lessons in
+Section 3: Advanced K Concepts if they want to
+learn more.

+

Table of Contents

+ +
    +
  1. Macros, Aliases, and Anywhere Rules
  2. +
  3. Fresh Constants
  4. +
  5. KLabels and Abstract Syntax
  6. +
  7. Overloaded Symbols
  8. +
  9. Matching Logic Connectives and #Or Patterns
  10. +
  11. Function Context
  12. +
  13. Record Productions and Named Nonterminals
  14. +
  15. #fun and #let
  16. +
  17. #as patterns
  18. +
  19. The Matching Operators, :=K and :/=K
  20. +
  21. Uncommon Evaluation Order Concepts
  22. +
  23. IEEE 754 Floating Point and Fixed Width Integers
  24. +
  25. Alpha-renaming-aware Substitution
  26. +
  27. File I/O
  28. +
  29. String Buffers and Byte Sequences
  30. +
  31. The Intermediate Language of K, KORE
  32. +
  33. Debugging Proofs using the Haskell Backend REPL
  34. +
+

Lesson 2.1: Macros, Aliases, and Anywhere Rules

+ +

The purpose of this lesson is to explain the behavior of the macro,
+macro-rec, alias, and alias-rec production attributes, as well as the
+anywhere rule attribute. These attributes control the meaning of how rules
+associated with them are applied.

+

Macros

+ +

Thus far in the K tutorial, we have described three different types of rules:

+
    +
  1. Top-level rewrite rules, which rewrite a configuration composed of cells to
    +another configuration;
  2. +
  3. Function rules, which define the behavior of a function written over
    +arbitrary input and output types; and
  4. +
  5. Simplification rules, which describe ways in which the symbolic execution
    +engine ought to simplify terms containing symbolic values.
  6. +
+

This lesson introduces three more types of rules, the first of which are
+macros. A production is a macro if it has the macro attribute, and all
+rules whose top symbol on the left hand side is a macro are macro rules
+which define the behavior of the macro. Like function rules and simplification
+rules, macro rules do not participate in cell completion. However, unlike
+function rules and simplification rules, macro rules are applied statically
+before rewriting begins, and the macro symbol is expected to no longer appear
+in the initial configuration for rewriting once all macros in that
+configuration are rewritten.

+

The rationale behind macros is they allow you to define one piece of syntax
+in terms of another piece of syntax without any runtime overhead associated
+with the cost of rewriting one to the other. This process is a common one in
+programming language design and specification and is referred to as
+desugaring; The syntax that is transformed is typically also referred to as
+syntactic sugar for another type of syntax. For example, in a language with
+if statements and curly braces, you could write the following fragment
+(lesson-01.k):

+
module LESSON-01
+  imports BOOL
+
+  syntax Stmt ::= "if" "(" Exp ")" Stmt             [macro]
+                | "if" "(" Exp ")" Stmt "else" Stmt
+                | "{" Stmts "}"
+  syntax Stmts ::= List{Stmt,""}
+  syntax Exp ::= Bool
+
+  rule if ( E ) S => if ( E ) S else { .Stmts }
+endmodule
+

In this example, we see that an if statement without an else clause is
+defined in terms of one with an else clause. As a result, we would only
+need to give a single rule for how to rewrite if statements, rather than
+two separate rules for two types of if statements. This is a common pattern
+for dealing with program syntax that contains an optional component to it.

+

It is worth noting that by default, macros are not applied recursively. To be
+more precise, by default a macro that arises as a result of the expansion of
+the same macro is not rewritten further. This is primarily to simplify the
+macro expansion process and reduce the risk that improperly defined macros will
+lead to non-terminating behavior.

+

It is possible, however, to tell K to expand a macro recursively. To do this,
+simply replace the macro attribute with the macro-rec attribute. Note that
+K does not do any kind of checking to ensure termination here, so it is
+important that rules be defined correctly to always terminate, otherwise the
+macro expansion phase will run forever. Fortunately, in practice it is very
+simple to ensure this property for most of the types of macros that are
+typically used in real-world semantics.

+

Exercise

+ +

Using a Nat sort containing the constructors 0 and S (i.e., a
+Peano-style axiomatization of the
+natural numbers where S(N) = N + 1, S(S(N)) = N + 2, etc), write a macro
+that will compute the sum of two numbers.

+

Aliases

+ +

NOTE: This lesson introduces the concept of "aliases", which are a variant
+of macros. While similar, this is different from the concept of "aliases" in
+matching logic, which is introduced in Lesson 2.16.

+

Macros can be very useful in helping you define a programming language.
+However, they can be disruptive while pretty printing a configuration. For
+example, you might write a set of macros that transforms the code the user
+wrote into equivalent code that is slightly harder to read. This can make it
+more difficult to understand the code when it is pretty printed as part of the
+output of rewriting.

+

K defines a relatively straightforward but novel solution to this problem,
+which is known as a K alias. An alias in K is very similar to a macro,
+with the exception that the rewrite rule will also be applied backwards
+during the pretty-printing process.

+

It is very simple to make a production be an alias instead of a macro: simply
+use the alias or alias-rec attributes instead of the macro or macro-rec
+attributes. For example, if the example involving if statements above was
+declared using an alias instead of a macro, the Stmt term if (E) {} else {}
+would be pretty-printed as if (E) {}. This is because during pretty-printing,
+the term participates in another macro-expansion pass. However, this macro
+expansion step will only apply rules with the alias or alias-rec attribute,
+and, critically, it will reverse the rule by treating the left-hand side as if
+it were the right-hand side, and vice versa.

+

This can be very useful to allow you to define one construct in terms of
+another while still being able to pretty-print the result as if it were
+the original term in question. This can be especially useful for applications
+of K where we are taking the output of rewriting and attempting to use it as
+a code fragment that we then execute, such as with test generation.

+

Exercise

+ +

Modify LESSON-01 above to use an alias instead of a macro and experiment
+with how various terms are pretty-printed by invoking krun on them.

+

anywhere rules

+ +

The last type of rule introduced in this lesson is the anywhere rule. An
+anywhere rule is specified by adding the anywhere attribute to a rule. Such a
+rule is similar to a function rule in that it does not participate in cell
+completion, and will apply anywhere that the left-hand-side matches in the
+configuration, but distinct in that the symbol in question can still be matched
+against in the left-hand side of other rules, even during concrete rewriting.
+The reasoning behind this is that instead of the symbol in question being a
+constructor, it is a constructor modulo the axioms defined with the
+anywhere attribute. Essentially, the rules with the anywhere attribute will
+apply as soon as they appear in the right-hand side of a rule being applied,
+but the symbol in question will still be treated as a symbol that can be
+matched on if it is not completely removed by those rules.

+

This can be useful in certain cases to allow you to define transformations over
+particular pieces of syntax while still generally giving those pieces of syntax
+another meaning when the anywhere rule does not apply. For example, the ISO C
+standard defines the semantics of *&x as exactly equal to x, with no
+reading or writing of memory taking place, and the K semantics of C implements
+this functionality using an anywhere rule that is applied at compilation time.

+

NOTE: the anywhere attribute is only implemented on the LLVM backend
+currently. Attempting to use it in a semantics that is compiled with the
+Haskell backend will result in an error being reported by the compiler. This
+should be remembered when using this attribute, as it may not be suitable for
+a segment of a semantics which is intended to be symbolically executed.

+

Exercises

+ +
    +
  1. Write a version of the calculator from Lesson 1.14 Exercise 1, which uses
    +the same syntax for evaluating expressions, but defines its arithmetic logic
    +using anywhere rules rather than top-level rewrite rules.
  2. +
+

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.2: Fresh Constants

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.3: KLabels and Abstract Syntax

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.4: Overloaded Symbols

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.5: Matching Logic Connectives and #Or Patterns

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.6: Function Context

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.7: Record Productions and Named Nonterminals

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.8: #fun and #let

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.9: #as Patterns

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.10: The Matching Operators, :=K and :/=K

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.11: Uncommon Evaluation Order Concepts

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.12: IEEE 754 Floating Point and Fixed Width Integers

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.13: Alpha-renaming-aware Substitution

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.14: File I/O

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.15: String Buffers and Byte Sequences

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.16: The Intermediate Language of K, KORE

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

Lesson 2.17: Debugging Proofs using the Haskell Backend REPL

+ +

Return to Top

+ +

Click here to return to the Table of Contents for Section 2.

+

K User Manual

+

NOTE: The K User Manual is still under construction; some features of K
+may have partial or missing documentation.

+

Introduction

+

Why K?

+ +

The K Framework is a programming language and system design toolkit made for
+practioners and researchers alike.

+

K For Practioners:
+K is a framework for deriving programming languages tools from their semantic
+specifications.

+

Typically, programming language tool development follows a similar pattern.
+After a new programming language is designed, separate teams will develop
+separate language tools (e.g. a compiler, interpreter, parser, symbolic
+execution engine, etc). Code reuse is uncommon. The end result is that for each
+new language, the same basic tools and patterns are re-implemented again and
+again.

+

K approaches the problem differently -- it generates each of these tools from a single language specification.
+The work of programming language design and tool implementation are made separate concerns.
+The end result is that the exercise of
+designing new languages and their associated tooling is now reduced to
+developing a single language specification from which we derive our tooling for
+free
.

+

K For Researchers:
+K is a configuration- and rewrite-based executable semantic framework.

+

In more detail, K specifications are:

+
    +
  1. Executable: compile into runnable and testable programs;
  2. +
  3. Semantic: correspond to a logical theory with a sound and relatively
    +complete proof system;
  4. +
  5. Configuration-based: organize system states into compositional,
    +hierarchical, labelled units called cells;
  6. +
  7. Rewrite-based: define system transitions using rewrite rules.
  8. +
+

K specifications are compiled into particular matching logic theories, giving
+them a simple and expressive semantics. K semantic rules are implicitly defined
+over the entire configuration structure, but omit unused cells, enabling a
+highly modular definitional style. Furthermore, K has been used to develop
+programming languages, type systems, and formal analysis tools.

+

Manual Objectives

+ +

As mentioned in the Why K? section above, the K Framework is designed as a
+collection of language-generic command-line interface (CLI) tools which revolve
+around K specifications. These tools cover a broad range of uses, but they
+typically fall into one of the following categories:

+
    +
  1. Transforming K Specs (e.g. compilation)
  2. +
  3. Running K Specs (e.g. concrete and symbolic execution)
  4. +
  5. Analyzing K Specs (e.g. theorem proving)
  6. +
+

The main user-facing K tools include:

+
    +
  • kompile - the K compiler driver
  • +
  • kparse - the stanadlone K parser and abstract syntax tree (AST)
    +transformation tool
  • +
  • krun - the K interpreter and symbolic execution engine driver
  • +
  • kprove - the K theorem prover
  • +
+

This user manual is designed to be a tool reference.
+In particular, it is not desgined to be a tutorial on how to write K
+specifications or to teach the logical foundations of K. New K users should
+consult our dedicated
+K tutorial,
+or the more language-design oriented
+PL tutorial.
+Researchers seeking to learn more about the logic underlying K are encouraged
+to peruse the
+growing literature on K and matching logic.
+We will consider the manual complete when it provides a complete description of
+all user-facing K tools and features.

+

Introduction to K

+

Since K specifications are the primary input into the entire system, let us
+take a moment to describe them. At the highest level, K specifications describe
+a programming language or system using three different pieces:

+
    +
  1. the system primitives, the base datatypes used during system operation,
    +e.g., numbers, lists, maps, etc;
  2. +
  3. the system state, a tuple or record over system primitives which gives a
    +complete snapshot of the system at any given moment;
  4. +
  5. the system behavior, a set of rules which defines possible system
    +evolutions.
  6. +
+

K specifications are then defined by a collection of sentences which
+correspond to the three concepts above:

+
    +
  1. syntax declarations encode the system primitives;
  2. +
  3. configuration declarations encode the system state;
  4. +
  5. context and rule declarations encode the system behavior.
  6. +
+

K sentences are then organized into one or modules which are stored in one or
+more files. In this scheme, files may require other files and modules may
+import other modules, giving rise to a hierarchy of files and modules. We
+give an intuitive sketch of the two levels of grouping in the diagram below:

+
   example.k file
+  +=======================+
+  | requires ".." --------|--> File_1
+  | ...                   |
+  | requires ".." --------|--> File_N
+  |                       |
+  |  +-----------------+  |
+  |  | module ..       |  |
+  |  |   imports .. ---|--|--> Module_1
+  |  |   ...           |  |
+  |  |   imports .. ---|--|--> Module_M
+  |  |                 |  |
+  |  |   sentence_1    |  |
+  |  |   ...           |  |
+  |  |   sentence_K    |  |
+  |  | endmodule       |  |
+  |  +-----------------+  |
+  |                       |
+  +=======================+
+

where:

+
    +
  • files and modules are denoted by double-bordered and single-borded boxes
    +respectively;
  • +
  • file or module identifiers are denoted by double dots (..);
  • +
  • potential repititions are denoted by triple dots (...).
  • +
+

In the end, we require that the file and module hierarchies both form a
+directed acyclic graph (DAG). This is, no file may recursively require itself,
+and likewise, no module may recursively import itself.

+

We now zoom in further to discuss the various kinds of sentences contained in K
+specifications:

+
    +
  1. +

    sentences that define our system's primitives, including:

    +
      +
    • sort declarations: define new categories of primitive datatypes
    • +
    • Backus-Naur Form (BNF) grammar declarations: define the
      +operators that inhabit our primitive datatypes
    • +
    • lexical syntax declarations: define lexemes/tokens for the
      +lexer/tokenizer
    • +
    • syntax associativity declarations: specify the
      +associativity/grouping of our declared operators
    • +
    • syntax priority declarations: specify the priority of
      +potential ambiguous operators
    • +
    +
  2. +
  3. +

    sentences that define our system's state, including:

    +
      +
    • configuration declarations: define labelled, hierarchical records
      +using an nested XML-like syntax
    • +
    +
  4. +
  5. +

    sentences that define our system's behavior, including:

    +
      +
    • context declarations: describe how primitives and configurations
      +can simplify
    • +
    • context alias declarations: define templates that can generate new
      +contexts
    • +
    • rule declarations: define how the system transitions from one state
      +to the next
    • +
    +
  6. +
+

K Process Overview

+ +

We now examine how the K tools are generally used. The main input to all of the
+K tools is a K specification. For effieciency reasons, this specification is
+first compiled into an intermediate representation called Kore. Once we have
+obtained this intermediate representation, we can use it to do:

+
    +
  1. parsing/pretty-printing, i.e., converting a K term, whose syntax is defined
    +by a K specification, into a alternate representation
  2. +
  3. concrete and abstract execution of a K specification
  4. +
  5. theorem proving, i.e., verifying whether a set of claims about a K
    +specification hold
  6. +
+

We represent the overall process using the graphic below:

+
 K Compilation Process
++============================================================+
+|                     +---------+                            |
+|  K Specification ---| kompile |--> Kore Specification --+  |
+|                     +---------+                         |  |
++=========================================================|==+
+                                                          |
+ K Execution Process                                      |
++=========================================================|==+
+|                                                         |  |
+|             +-------------------------------------------+  |
+|             |                                              |
+|             |       +---------+                            |
+|  K Term ----+-------| kparse  |--> K Term                  |
+|             |       +---------+                            |
+|             |                                              |
+|             |       +---------+                            |
+|  K Term ----+-------|  krun   |--> K Term                  |
+|             |       +---------+                            |
+|             |                                              |
+|             |       +---------+                            |
+|  K Claims --+-------| kprove  |--> K Claims                |
+|                     +---------+                            |
+|                                                            |
++============================================================+
+

where:

+
    +
  • process outlines are denoted by boxes with double-lined borders
  • +
  • executables are denoted by boxes with single-lined borders
  • +
  • inputs and outputs are denoted by words attached to lines
  • +
  • K terms typically correspond to programs defined in a particular
    +language's syntax (which are either parsed using kparse or executed using
    +krun)
  • +
  • K claims are a notation for describing how certain K programs should
    +execute (which are checked by our theorem prover kprove)
  • +
+

K Compilation Process:
+Let us start with a description of the compilation process. According to the
+above diagram, the compiler driver is called kompile. For our purposes, it is
+enough to view the K compilation process as a black box that transforms a K
+specification into a lower-level Kore specification that encodes the same
+information, but that is easier to work with programmatically.

+

K Execution Process:
+We now turn our attention to the K execution process. Abstractly, we can divide
+the K execution process into the following stages:

+
    +
  1. the kore specification is loaded (which defines a lexer, parser, and
    +unparser among other things)
  2. +
  3. the input string is lexed into a token stream
  4. +
  5. the token stream is parsed into K terms/claims
  6. +
  7. the K term/claims are transformed according the K tool being used (e.g.
    +kparse, krun, or kprove)
  8. +
  9. the K term/claims are unparsed into a string form and printed
  10. +
+

Note that all of the above steps performed in K execution process are fully
+prescribed by the input K specification. Of course, there are entire languages
+devoted to encoding these various stages proces individually, e.g., flex for
+lexers, bison for parsers, etc. What K offers is a consistent language to
+package the above concepts in a way that we believe is convenient and practical
+for a wide range of uses.

+

Module Declaration

+

K modules are declared at the top level of a K file. They begin with the
+module keyword and are followed by a module ID and an optional set of
+attributes. They continue with zero or more imports and zero or more sentences
+until the endmodule keyword is reached.

+

A module ID consists of an optional # at the beginning, followed by one or
+more components separated by hyphens. Each component can contain letters,
+numbers, or underscores.

+

After the module ID, attributes can be specified in square brackets. See below
+for an (incomplete) list of allowed module attributes.

+

Following the attributes, a module can contain zero or more imports. An
+import consists of the import or imports keywords followed by a module ID.
+An import tells the compiler that this module should contain all the sentences
+(recursively) contained by the module being imported.

+

Imports can be public or private. By default, they are public, which
+means that all the imported syntax can be used by any module that imports the
+module doing the import. However, you can explicitly override the visibility
+of the import with the public or private keyword immediately prior to the
+module name. A module imported privately does not export its syntax to modules
+that import the module doing the import.

+

Following imports, a module can contain zero or more sentences. A sentence can
+be a syntax declaration, a rule, a configuration declaration, a context, a
+claim, or a context alias. Details on each of these can be found in subsequent
+sections.

+

private attribute

+ +

If the module is given the private attribute, all of its imports and syntax
+are private by default. Individual pieces of syntax can be made public with
+the public attribute, and individual imports can be made public with the
+public keyword. See relevant sections on syntax and modules for more details
+on what it means for syntax and imports to be public or private.

+

symbolic and concrete attribute

+ +

These attributes may be placed on modules to indicate that they should only
+be used by the Haskell and LLVM backends respectively. If the definition is
+compiled on the opposite backend, they are implicitly removed from the
+definition prior to parsing anywhere they are imported. This can be useful when
+used in limited capacity in order to provide alternate semantics for certain
+features on different backends. It should be used sparingly as it makes it more
+difficult to trust the correctness of your semantics, even in the presence of
+testing.

+

Syntax Declaration

+

Named Non-Terminals

+ +

We have added a syntax to Productions which allows non-terminals to be given a
+name in productions. This significantly improves the ability to document K, by
+providing a way to explicitly explain what a field in a production corresponds
+to instead of having to infer it from a comment or from the rule body.

+

The syntax is:

+
name: Sort
+

This syntax can be used anywhere in a K definition that expects a non-terminal.

+

symbol(_) attribute

+ +

By default, when compiling a definition, K generates a unique "mangled" label
+identifier for each syntactic production. These identifiers can be used to
+reference productions externally, for example when constructing terms by hand
+or programmatically via Pyk.

+

The symbol(_) attribute can be applied to a production to control the precise
+identifier for a production that appears in a compiled definition. For example:

+
module SYMBOLS
+    syntax Foo ::= foo() [symbol(foo)]
+                 | bar()
+endmodule
+

Here, the compiled definition will contain the following symbol declarations:

+
  symbol Lblfoo{}() ...
+  symbol Lblbar'LParRParUnds'SYMBOLS'Unds'Foo{}() ...
+

The compiler enforces uniqueness[1] of symbol names specified in
+this way; it would be an error to apply symbol(foo) to another production in
+the module above. Additionally, symbol(_) with an argument may not co-occur
+with the klabel(_) attribute (see below).

+

overload attribute

+ +

K supports subsort overloading[2] on symbols, whereby a
+constructor can have a more specific sort for certain arguments. For example,
+consider the following productions derived from a C-like language semantics:

+
syntax Exp  ::= LVal
+              | Exp  "." Id
+syntax LVal ::= LVal "." Id
+

Here, it is useful for the result of the dot operator to be an LVal if the
+left-hand side is itself an LVal. However, there is an issue with the code
+as written: if L() is a term of sort LVal, then the program L() . x has a
+parsing ambiguity between the two productions for the dot operator. To resolve
+this, we can mark the productions as overloads:

+
syntax Exp  ::= LVal
+              | Exp  "." Id [overload(_._)]
+syntax LVal ::= LVal "." Id [overload(_._)]
+

Now, the parser will select the most specific overloaded production when it
+resolves ambiguities in L() . x (that is, L() . x parses to a term of sort
+LVal.

+

Formally, the compiler organises productions into a partial order that defines
+the overload relation as follows. We say that P is a more specific overload
+of Q if:

+
    +
  • P and Q have the same overload(_) attribute. Note that the argument
    +supplied has no semantic meaning other than as a key grouping productions
    +together.
  • +
  • Let S_P be the sort of P, and S_p1 etc. be the sorts of its arguments
    +(c.f. for Q). The tuple (S_P, S_p1, ..., S_pN) must be elementwise
    +strictly less than (S_Q, S_q1, ..., S_qN) according to the definition's
    +subsorting relationship. That is, a term from production P is a restriction
    +of one from production Q; when its arguments are more precise, we can give
    +the result a more precise sort.
  • +
+

klabel(_) and symbol attributes

+ +

Note: the klabel(_), symbol approach described in this section is a legacy
+feature that will be removed in the future. New code should use the symbol(_)
+and overload(_) attributes to opt into explicit naming and overloading
+respectively.

+

References here to "overloading" are explained in the section above; the use
+of the klabel(_) attribute without symbol is equivalent to the new
+overload(_) syntax.

+

By default K generates for each syntax definition a long and obfuscated klabel
+string, which serves as a unique internal identifier and also is used in kast
+format of that syntax. If we need to reference a certain syntax production
+externally, we have to manually define the klabels using the klabel attribute.
+One example of where you would want to do this is to be able to refer to a given
+symbol via the syntax priority attribute, or to enable overloading of a
+given symbol.

+

If you only provide the klabel attribute, you can use the provided klabel to
+refer to that symbol anywhere in the frontend K code. However, the internal
+identifier seen by the backend for that symbol will still be the long obfuscated
+generated string. Sometimes you want control over the internal identifier used as
+well, in which case you use the symbol attribute. This tells the frontend to
+use whatever the declared klabel is directly as the internal identifier.

+

For example:

+
module MYMODULE
+    syntax FooBarBaz ::= #Foo( Int, Int ) [klabel(#Foo), symbol] // symbol1
+                       | #Bar( Int, Int ) [klabel(#Bar)]         // symbol2
+                       | #Baz( Int, Int )                        // symbol3
+endmodule
+

Here, we have that:

+
    +
  • In frontend K, you can refer to "symbol1" as #Foo (from klabel(#Foo)),
    +and the backend will see 'Hash'Foo as the symbol name.
  • +
  • In frontend K, you can refer to "symbol2" as #Bar (from klabel(#Bar)),
    +and the backend will see
    +'Hash'Bar'LParUndsCommUndsRParUnds'MYMODULE'Unds'FooBarBaz'Unds'Int'Unds'Int
    +as the symbol name.
  • +
  • In frontend K, you can refer to "symbol3" as
    +#Baz(_,_)_MYMODULE_FooBarBaz_Int_Int (from auto-generated klabel), and
    +the backend will see
    +'Hash'Baz'LParUndsCommUndsRParUnds'MYMODULE'Unds'FooBarBaz'Unds'Int'Unds'Int
    +as the symbol name.
  • +
+

The symbol provided must be unique to this definition. This is enforced by
+K. In general, it's recommended to use the symbol attribute whenever you use
+klabel unless you explicitly have a reason not to (e.g. you want to overload
+symbols, or you're using a deprecated backend). It can be very helpful use the
+symbol attribute for debugging, as many debugging messages are printed in
+Kast format which will be more readable with the symbol names you explicitly
+declare. In addition, if you are programatically manipulating definitions via
+the JSON Kast format, building terms using the user-provided pretty
+symbol, klabel(...) is easier and less error-prone if the auto-generation
+process for klabels changes.

+

Syntactic Lists

+ +

When using K's support for syntactic lists, a production like:

+
syntax Ints ::= List{Int, ","} [symbol(ints)]
+

will desugar into two productions:

+
syntax Ints ::= Int "," Ints [symbol(ints)]
+syntax Ints ::= ".Ints"      [symbol(List{"ints"})]
+

Note that the symbol for the terminator of the list has been generated
+automatically from the label on the original production. It is possible to
+control what the terminator's label is using the terminator-symbol(_)
+attribute. For example:

+
syntax Ints ::= List{Int, ","} [symbol(ints), terminator-symbol(.ints)]
+

will desugar into two productions:

+
syntax Ints ::= Int "," Ints [symbol(ints)]
+syntax Ints ::= ".Ints"      [symbol(.ints)]
+

It is an error to apply terminator-symbol(_) to a non-production sentence, or
+to a production that does not declare a syntactic list.

+

Parametric productions and bracket attributes

+ +

Some syntax productions, like the rewrite operator, the bracket operator, and
+the #if #then #else #fi operator, cannot have their precise type system
+expressed using only concrete sorts.

+

Prior versions of K solved this issue by using the K sort in this case, but
+this introduces inexactness in which poorly typed terms can be created even
+without having a cast operator present in the syntax, which is a design
+consideration we would prefer to avoid.

+

It also introduces cases where terms cannot be placed in positions where they
+ought to be well sorted unless their return sort is made to be KBott, which in
+turn vastly complicates the grammar and makes parsing much slower.

+

In order to introduce this, we provide a new syntax for parametric productions
+in K. This allows you to express syntax that has a sort signature based on
+parametric polymorphism. We do this by means of an optional curly-brace-
+enclosed list of parameters prior to the return sort of a production.

+

Some examples:

+
syntax {Sort} Sort ::= "(" Sort ")" [bracket]
+syntax {Sort} KItem ::= Sort
+syntax {Sort} Sort ::= KBott
+syntax {Sort} Sort ::= Sort "=>" Sort
+syntax {Sort} Sort ::= "#if" Bool "#then" Sort "#else" Sort "#fi"
+syntax {Sort1, Sort2} Sort1 ::= "#fun" "(" Sort2 "=>" Sort1 ")" "(" Sort2 ")"
+

Here we have:

+
    +
  1. Brackets, which can enclose any sort but should be of the same sort that was
    +enclosed.
  2. +
  3. Every sort is a KItem.
  4. +
  5. A KBott term can appear inside any sort.
  6. +
  7. Rewrites, which can rewrite a value of any sort to a value of the same sort.
    +Note that this allows the lhs or rhs to be a subsort of the other.
  8. +
  9. If then else, which can return any sort but which must contain that sort on
    +both the true and false branches.
  10. +
  11. lambda applications, in which the argument and parameter must be the same
    +sort, and the return value of the application must be the same sort as the
    +return value of the function.
  12. +
+

Note the last case, in which two different parameters are specified separated
+by a comma. This indicates that we have multiple independent parameters which
+must be the same each place they occur, but not the same as the other
+parameters.

+

In practice, because every sort is a subsort of K, the Sort2
+parameter in #6 above does nothing during parsing. It cannot
+actually reject any parse, because it can always infer that the sort of the
+argument and parameter are K, and it has no effect on the resulting sort of
+the term. However, it will nevertheless affect the kore generated from the term
+by introducing an additional parameter to the symbol generated for the term.

+

function and total attributes

+ +

Many times it becomes easier to write a semantics if you have "helper"
+functions written which can be used in the RHS of rules. The function
+attribute tells K that a given symbol should be simplified immediately when it
+appears anywhere in the configuration. Semantically, it means that evaluation
+of that symbol will result in at most one return value (that is, the symbol is
+a partial function).

+

The total attribute indicates that a symbol cannot be equal to matching logic
+bottom; in other words, it has at least one value for every possible set of
+arguments. It can be added to a production with the function attribute to
+indicate to the symbolic reasoning engine that a given symbol is a
+total function, that is it has exactly one return value for every possible
+input. Other uses of the total attribute (i.e., on multi-valued symbols to
+indicate they always have at least one value) are not yet implemented.

+

For example, here we define the _+Word_ total function and the _/Word_
+partial function, which can be used to do addition/division modulo
+2 ^Int 256. These functions can be used anywhere in the semantics where
+integers should not grow larger than 2 ^Int 256. Notice how _/Word_ is
+not defined when the denominator is 0.

+
syntax Int ::= Int "+Word" Int [function, total]
+             | Int "/Word" Int [function]
+
+rule I1 +Word I2 => (I1 +Int I2) modInt (2 ^Int 256)
+rule I1 /Word I2 => (I1 /Int I2) modInt (2 ^Int 256) requires I2 =/=Int 0
+

freshGenerator attribute

+ +

In K, you can access "fresh" values in a given domain using the syntax
+!VARNAME:VarSort (with the !-prefixed variable name). This is supported for
+builtin sorts Int and Id already. For example, you can generate fresh
+memory locations for declared identifiers as such:

+
rule <k> new var x ; => . ... </k>
+     <env> ENV => ENV [ x <- !I:Int ] </env>
+     <mem> MEM => MEM [ !I <- 0     ] </mem>
+

Each time a !-prefixed variable is encountered, a new integer will be used,
+so each variable declared with new var _ ; will get a unique position in the
+<mem>.

+

Sometimes you want to have generation of fresh constants in a user-defined
+sort. For this, K will still generate a fresh Int, but can use a converter
+function you supply to turn it into the correct sort. For example, here we can
+generate fresh Foos using the freshFoo(_) function annotated with
+freshGenerator.

+
syntax Foo ::= "a" | "b" | "c" | d ( Int )
+
+syntax Foo ::= freshFoo ( Int ) [freshGenerator, function, total]
+
+rule freshFoo(0) => a
+rule freshFoo(1) => b
+rule freshFoo(2) => c
+rule freshFoo(I) => d(I) [owise]
+
+rule <k> new var x ; => . ... </k>
+     <env> ENV => ENV [ x <- !I:Int  ] </env>
+     <mem> MEM => MEM [ !I <- !F:Foo ] </mem>
+

Now each newly allocated memory slot will have a fresh Foo placed in it.

+

token attribute

+ +

The token attribute signals to the Kore generator that the associated sort
+will be inhabited by domain values. Sorts inhabited by domain values must not
+have any constructors declared.

+
syntax Bytes [hook(BYTES.Bytes), token]
+

Converting between [token] sorts

+ +

You can convert between tokens of one sort via Strings by defining functions
+implemented by builtin hooks.
+The hook STRING.token2string allows conversion of any token to a string:

+
syntax String ::= FooToString(Foo)  [function, total, hook(STRING.token2string)]
+

Similarly, the hook STRING.string2Token allows the inverse:

+
syntax Bar ::= StringToBar(String) [function, total, hook(STRING.string2token)]
+

WARNING: This sort of conversion does NOT do any sort of parsing or validation.
+Thus, we can create arbitary tokens of any sort:

+
StringToBar("The sun rises in the west.")
+

Composing these two functions lets us convert from Foo to Bar

+
syntax Bar ::= FooToBar(Foo) [function]
+rule FooToBar(F) => StringToBar(FooToString(F))
+

Parsing comments, and the #Layout sort

+ +

Productions for the #Layout sort are used to describe tokens that are
+considered "whitespace". The scanner removes tokens matching these productions
+so they are not even seen by the parser. Below, we use it to define
+lines begining with ; (semicolon) as comments.

+
syntax #Layout ::= r"(;[^\\n\\r]*)"    // Semi-colon comments
+                 | r"([\\ \\n\\r\\t])" // Whitespace
+

prec attribute

+ +

Consider the following naive attempt at creating a language what syntax that
+allows two types of variables: names that contain underbars, and names that
+contain sharps/hashes/pound-signs:

+
syntax NameWithUnderbar ::= r"[a-zA-Z][A-Za-z0-9_]*"  [token]
+syntax NameWithSharp    ::= r"[a-zA-Z][A-Za-z0-9_#]*" [token]
+syntax Pgm ::= underbar(NameWithUnderbar)
+             | sharp(NameWithSharp)
+

Although, it seems that K has enough information to parse the programs
+underbar(foo) and sharp(foo) with, the lexer does not take into account
+whether a token is being parsed for the sharp or for the underbar
+production. It chooses an arbitary sort for the token foo (perhaps
+NameWithUnderbar). Thus, during paring it is unable to construct a valid term
+for one of those programs (sharp(foo)) and produces the error message:
+Inner Parser: Parse error: unexpected token 'foo'.

+

Since calculating inclusions and intersections between regular expressions is
+tricky, we must provide this information to K. We do this via the prec(N)
+attribute. The lexer will always prefer longer tokens to shorter tokens.
+However, when it has to choose between two different tokens of equal length,
+token productions with higher precedence are tried first. Note that the default
+precedence value is zero when the prec attribute is not specified.

+

For example, the BUILTIN-ID-TOKENS module defines #UpperId and #LowerId with
+the prec(2) attribute.

+
  syntax #LowerId ::= r"[a-z][a-zA-Z0-9]*"                    [prec(2), token]
+  syntax #UpperId ::= r"[A-Z][a-zA-Z0-9]*"                    [prec(2), token]
+

Furthermore, we also need to make sorts with more specific tokens subsorts of ones with more
+general tokens. We add the token attribute to this production so that all
+tokens of a particular sort are marked with the sort they are parsed as and not a
+subsort thereof. e.g. we get underbar(#token("foo", "NameWithUnderbar"))
+instead of underbar(#token("foo", "#LowerId"))

+
imports BUILTIN-ID-TOKENS
+syntax NameWithUnderbar ::= r"[a-zA-Z][A-Za-z0-9_]*" [prec(1), token]
+                          | #UpperId                [token]
+                          | #LowerId                [token]
+syntax NameWithSharp ::= r"[a-zA-Z][A-Za-z0-9_#]*" [prec(1), token]
+                       | #UpperId                 [token]
+                       | #LowerId                 [token]
+syntax Pgm ::= underbar(NameWithUnderbar)
+             | sharp(NameWithSharp)
+

unused attribute

+ +

K will warn you if you declare a symbol that is not used in any of the rules of
+your definition. Sometimes this is intentional, however; in this case, you can
+suppress the warning by adding the unused attribute to the production or
+cell.

+
syntax Foo ::= foo() [unused]
+
+configuration <foo unused=""> .K </foo>
+

deprecated attribute

+ +

Symbols can be marked as deprecated by adding the deprecated attribute to
+their declaration. If that symbol subsequently appears in the definition (in a
+rule, context, context alias or configuration), the compiler will issue a
+warning.

+
syntax Foo ::= foo() [deprecated]
+rule foo() => . // warning on this line
+

Symbol priority and associativity

+ +

Unlike most other parser generators, K combines the task of parsing with AST
+generation. A production declared with the syntax keyword in K is both a
+piece of syntax used when parsing, and a symbol that is used when rewriting.
+As a result, it is generally convenient to describe expression grammars using
+priority and associativity declarations rather than explicitly transforming
+your grammar into a series of nonterminals, one for each level of operator
+precedence. Thus, for example, a simple grammar for addition and multiplication
+will look like this:

+
syntax Exp ::= Exp "*" Exp
+             | Exp "+" Exp
+

However, this grammar is ambiguous. The term x+y*z might refer to x+(y*z)
+or to (x+y)*z. In order to differentiate this, we introduce a partial
+ordering between productions known as priority. A symbol "has tighter priority"
+than another symbol if the first symbol can appear under the second, but the
+second cannot appear under the first without a bracket. For example, in
+traditional arithmetic, multiplication has tighter priority than addition,
+which means that x+y*z cannot parse as (x+y)*z because the addition
+operator would appear directly beneath the multiplication, which is forbidden
+by the priority filter.

+

Priority is applied individually to each possible ambiguous parse of a term. It
+then either accepts or rejects that parse. If there is only a single remaining
+parse (after all the other disambiguation steps have happened), this is the
+parse that is chosen. If all the parses were rejected, it is a parse error. If
+multiple parses remain, they might be resolved by further disambiguation such
+as via the prefer and avoid attributes, but if multiple parses remain after
+disambiguation finishes, this is an ambiguous parse error, indicating there is
+not a unique parse for that term. In the vast majority of cases, this is
+an error and indicates that you ought to either change your grammar or add
+brackets to the term in question.

+

Priority is specified in K grammars by means of one of two different
+mechanisms. The first, and simplest, simply replaces the | operator in a
+sequence of K productions with the > operator. This operator indicates that
+everything prior to the > operator (including transitively) binds tighter
+than what comes after. For example, a more complete grammar for simple
+arithmetic might be:

+
syntax Exp ::= Exp "*" Exp
+             | Exp "/" Exp
+             > Exp "+" Exp
+             | Exp "-" Exp
+

This indicates that multiplication and division bind tigher than addition
+and subtraction, but that there is no relationship in priority between
+multiplication and division.

+

As you may have noticed, this grammar is also ambiguous. x*y/z might refer to
+x*(y/z) or to (x*y)/z. Indeed, if we removed division and subtraction
+entirely, the grammar would still be ambiguous: x*y*z might parse as
+x*(y*z), or as (x*y)*z. To resolve this, we introduce another feature:
+associativity. Roughly, asssociativity tells us how symbols are allowed to nest
+within other symbols with the same priority. If a set of symbols is left
+associative, then symbols in that set cannot appear as the rightmost child
+of other symbols in that set. If a set of symbols is right associative, then
+symbols in that set cannot appear as the leftmost child of other symbols in
+that set. Finally, if a set of symbols is non-associative, then symbols
+in that set cannot appear as the rightmost or leftmost child of other symbols
+in that set. For example, in the above example, if addition and subtraction
+are left associative, then x+y+z will parse as (x+y)+z and x+y-z will
+parse as (x+y)-z (because the other parse will have been rejected).

+

You might notice that this seems to apply only to binary infix operators. In
+fact, the real behavior is slightly more complicated. Priority and
+associativity (for technical reasons that go beyond the scope of this document)
+really only apply when the rightmost or leftmost item in a production is a
+nonterminal. If the rightmost nonterminal is followed by a terminal (or
+respectively the leftmost preceded), priority and associativity do not apply.
+Thus we can generalize these concepts to arbitrary context-free grammars.

+

Note that in some cases, this is not the behavior you want. You may actually
+want to reject parses even though the leftmost and rightmost item in a
+production are terminals. You can accomplish this by means of the
+applyPriority attribute. When placed on a production, it tells the parser
+which nonterminals of a production the priority filter ought to reject children
+under, overriding the default behavior. For example, I might have a production
+like syntax Exp ::= foo(Exp, Exp) [applyPriority(1)]. This tells the parser
+to reject terms with looser priority binding under the first Exp, but not
+the second. By default, with this production, neither position would apply
+to the priority filter, because the first and last items of the production
+are both terminals.

+

Associativity is specified in K grammars by means of one of two different
+mechanisms. The first, and simplest, adds the associativity of a priority block
+of symbols prior to that block. For example, we can remove the remaining
+ambiguities in the above grammar like so:

+
syntax Exp ::= left:
+               Exp "*" Exp
+             | Exp "/" Exp
+             > right:
+               Exp "+" Exp
+             | Exp "-" Exp
+

This indicates that multiplication and division are left-associative, ie, after
+symbols with higher priority are parsed as innermost, symbols are nested with
+the rightmost on top. Addition and subtraction are right associative, which
+is the opposite and indicates that symbols are nested with the leftmost on top.
+Note that this is similar but different from evaluation order, which also
+concerns itself with the ordering of symbols, which is described in the next
+section.

+

You may note we have not yet introduced the second syntax for priority
+and associativity. In some cases, syntax for a grammar might be spread across
+multiple modules, sometimes for very good reasons with respect to code
+modularity. As a result, it becomes infeasible to declare priority and
+associativity inline within a set of productions, because the productions
+are not contiguous within a single file.

+

For this purpose, we introduce the equivalent syntax priority,
+syntax left, syntax right, and syntax non-assoc declarations. For
+example, the above grammar can be written equivalently as:

+
syntax Exp ::= Exp "*" Exp [group(mult)]
+             | Exp "/" Exp [group(div)]
+             | Exp "+" Exp [group(add)]
+             | Exp "-" Exp [group(sub)]
+
+syntax priority mult div > add sub
+syntax left mult div
+syntax right add sub
+

Here, the group(_) attribute is used to create user-defined groups of
+sentences. A particular group name collectively refers to the whole set of
+sentences within that group. The sets are flattened together, so we could
+equivalently have written:

+
syntax Exp ::= Exp "*" Exp [group(mult)]
+             | Exp "/" Exp [group(mult)]
+             | Exp "+" Exp [group(add)]
+             | Exp "-" Exp [group(add)]
+
+syntax priority mult > add
+syntax left mult
+syntax right add
+

Note that syntax [left|right|non-assoc] should not be used to group together
+productions with different priorities. For example, this code would be invalid:

+
syntax priority mult > add
+syntax left mult add
+

Note that there is one other way to describe associativity, but it is
+prone to a very common mistake. You can apply the attribute left, right,
+or non-assoc directly to a production to indicate that it is, by itself,
+left-, right-, or non-associative.

+

However, this often does not mean what users think it means. In particular:

+
syntax Exp ::= Exp "+" Exp [left]
+             | Exp "-" Exp [left]
+

is not equivalent to:

+
syntax Exp ::= left:
+               Exp "+" Exp
+             | Exp "-" Exp
+

Under the first, each production is associative with itself, but not each
+other. Thus, x+y+z will parse unambiguously as (x+y)+z, but x+y-z will
+be ambiguous. However, in the second, x+y-z will parse unambiguously as
+(x+y)-z.

+

Think carefully about how you want your grammar to parse. In general, if you're
+not sure, it's probably best to group associativity together into the same
+blocks you use for priority, rather than using left, right, or non-assoc
+attributes on the productions.

+

Lexical identifiers

+ +

Sometimes it is convenient to be able to give a certain regular expression a
+name and then refer to it in one or more regular expression terminals. This
+can be done with a syntax lexical sentence in K:

+
syntax lexical Alphanum = r"[0-9a-zA-Z]"
+

This defines a lexical identifier Alphanum which can be expanded in any
+regular expression terminal to the above regular expression. For example, I
+might choose to then implement the syntax of identifiers as follows:

+
syntax Id ::= r"[a-zA-Z]{Alphanum}*" [token]
+

Here {Alphanum} expands to the above regular expression, making the sentence
+equivalent to the following:

+
syntax Id ::= r"[a-zA-Z]([0-9a-zA-Z])*" [token]
+

This feature can be used to more modularly construct the lexical syntax of your
+language. Note that K does not currently check that lexical identifiers used
+in regular expressions have been defined; this will generate an error when
+creating the scanner, however, and the user ought to be able to debug what
+happened.

+

assoc, comm, idem, and unit attributes

+ +

These attributes are used to indicate whether a collection or a production
+is associative, commutative, idempotent, and/or has a unit.
+In general, you should not need to apply these attributes to productions
+yourself, however, they do have certain special meaning to K. K will generate
+axioms related to each of these concepts into your definition for you
+automatically. It will also automatically sort associative-commutative
+collections, and flatten the indentation of associative collections, when
+unparsing.

+

public and private attribute

+ +

K allows users to declare certain pieces of syntax as either public or private.
+All syntax is public by default. Public syntax can be used from any module that
+imports that piece of syntax. A piece of syntax can be declared private with
+the private attribute. This means that that syntax can only be used in the
+module in which it is declared; it is not visible from modules that import
+that module.

+

You can also change the default visibility of a module with the private
+attribute, when it is placed directly on a module. A module with the private
+attribute has all syntax private by default; this can be overridden on
+specific sentences with the public attribute.

+

Note that the private module attribute also changes the default visiblity
+of imports; please refer to the appropriate section elsewhere in the manual
+for more details.

+

Here is an example usage:

+
module WIDGET-SYNTAX
+
+  syntax Widget ::= foo()
+  syntax WidgetHelper ::= bar() [private] // this production is not visible
+                                          // outside this module
+endmodule
+
+module WIDGET [private]
+  imports WIDGET-SYNTAX
+
+  syntax Widget ::= fooImpl() // this production is not visible outside this
+                              // module
+
+  // this production is visible outside this module
+  syntax KItem ::= adjustWidget(Widget) [function, public]
+endmodule
+

Configuration Declaration

+

exit attribute

+ +

A single configuration cell containing an integer may have the "exit"
+attribute. This integer will then be used as the return value on the console
+when executing the program.

+

For example:

+
configuration <k> $PGM:Pgm </k>
+              <status-code exit=""> 1 </status-code>
+

declares that the cell status-code should be used as the exit-code for
+invocations of krun. Additionally, we state that the default exit-code is 1
+(an error state). One use of this is for writing testing harnesses which assume
+that the test fails until proven otherwise and only set the <status-code> cell
+to 0 if the test succeeds.

+

Collection Cells: multiplicity and type attributes

+ +

Sometimes a semantics needs to allow multiple copies of the same cell, for
+example if you are making a concurrent multi-threading programming language.
+For this purpose, K supports the multiplicity and type attributes on cells
+declared in the configuration.

+

multiplicity can take on values * and ?. Declaring multiplicity="*"
+indicates that the cell may appear any number of times in a runtime
+configuration. Setting multiplicity="?" indicates that the cell may only
+appear exactly 0 or 1 times in a runtime configuration. If there are no
+configuration variables present in the cell collection, the initial
+configuration will start with exactly 0 instances of the cell collection. If
+there are configuration variables present in the cell collection, the initial
+configuration will start with exactly 1 instance of the cell collection.

+

type can take on values Set, List, and Map. For example, here we declare
+several collecion cells:

+
configuration <k> $PGM:Pgm </k>
+              <sets>  <set  multiplicity="?" type="Set">  0:Int </set>  </sets>
+              <lists> <list multiplicity="*" type="List"> 0:Int </list> </lists>
+              <maps>
+                <map multiplicity="*" type="Map">
+                  <map-key> 0:Int </map-key>
+                  <map-value-1> "":String </map-value-1>
+                  <map-value-2> 0:Int     </map-value-2>
+                </map>
+              </maps>
+

Declaring type="Set" indicates that duplicate occurrences of the cell should
+be de-duplicated, and accesses to instances of the cell will be nondeterministic
+choices (constrained by any other parts of the match and side-conditions).
+Similarly, declaring type="List" means that new instances of the cell can be
+added at the front or back, and elements can be accessed from the front or back,
+and the order of the cells will be maintained. The following are examples of
+introduction and elimination rules for these collections:

+
rule <k> introduce-set(I:Int) => . ... </k>
+     <sets> .Bag => <set> I </set> </sets>
+
+rule <k> eliminate-set => I ... </k>
+     <sets> <set> I </set> => .Bag </sets>
+
+rule <k> introduce-list-start(I:Int) => . ... </k>
+     <lists> (.Bag => <list> I </list>) ... </lists>
+
+rule <k> introduce-list-end(I:Int) => . ... </k>
+     <lists> ... (.Bag => <list> I </list>) </lists>
+
+rule <k> eliminate-list-start => I ... </k>
+     <lists> (<list> I </list> => .Bag) ... </lists>
+
+rule <k> eliminate-list-end => I ... </k>
+     <lists> ... (<list> I </list> => .Bag) </lists>
+

Notice that for multiplicity="?", we only admit a single <set> instance at
+a time. For the type=List cell, we can add/eliminate cells from the from or
+back of the <lists> cell. Also note that we use .Bag to indicate the empty
+cell collection in all cases.

+

Declaring type="Map" indicates that the first sub-cell will be used as a
+cell-key. This means that matching on those cells will be done as a map-lookup
+operation if the cell-key is mentioned in the rule (for performance). If the
+cell-key is not mentioned, it will fallback to normal nondeterministic
+constrained by other parts of the match and any side-conditions. Note that there
+is no special meaning to the name of the cells (in this case <map>,
+<map-key>, <map-value-1>, and <map-value-2>). Additionally, any number of
+sub-cells are allowed, and the entire instance of the cell collection is
+considered part of the cell-value, including the cell-key (<map-key> in this
+case) and the surrounding collection cell (<map> in this case).

+

For example, the following rules introduce, set, retrieve from, and eliminate
+type="Map" cells:

+
rule <k> introduce-map(I:Int) => . ... </k>
+     <maps> ... (.Bag => <map> <map-key> I </map-key> ... </map>) ... </maps>
+
+rule <k> set-map-value-1(I:Int, S:String) => . ... </k>
+     <map> <map-key> I </map-key> <map-value-1> _ => S </map-value-1> ... </map>
+
+rule <k> set-map-value-2(I:Int, V:Int) => . ... </k>
+     <map> <map-key> I </map-key> <map-value-2> _ => V </map-value-2> ... </map>
+
+rule <k> retrieve-map-value-1(I:Int) => S ... </k>
+     <map> <map-key> I </map-key> <map-value-1> S </map-value-1> ... </map>
+
+rule <k> retrieve-map-value-2(I:Int) => V ... </k>
+     <map> <map-key> I </map-key> <map-value-2> V </map-value-2> ... </map>
+
+rule <k> eliminate-map(I:Int) => . ... </k>
+     <maps> ... (<map> <map-key> I </map-key> ... </map> => .Bag) ... </maps>
+

Note how each rule makes sure that <map-key> cell is mentioned, and we
+continue to use .Bag to indicate the empty collection. Also note that
+when introducing new map elements, you may omit any of the sub-cells which are
+not the cell-key. In case you do omit sub-cells, you must use structural
+framing ... to indicate the missing cells, they will receive the default
+value given in the configuration ... declaration.

+

Rule Declaration

+

Rule Structure

+ +

Each K rule follows the same basic structure (given as an example here):

+
rule LHS => RHS requires REQ ensures ENS [ATTRS]
+

The portion between rule and requires is referred to as the rule body,
+and may contain one or more rewrites (though not nested). Here, the rule body is
+LHS => RHS, where LHS and RHS are used as placeholders for the pre- and
+post- states. Note that we lose no generality referring to the LHS or the
+RHS, even in the presence of multiple rewrites, as the rewrites are pulled to
+the top-level anyway.

+

Next is the requires clause, represented here as REQ. The requires clause is
+an additional predicate (function-like term of sort Bool), which is to be
+evaluated before applying the rule. If the requires clause does not evaluate to
+true, then the rule does not apply.

+

Finally is the ensures clause, represented here as ENS. The ensures clause
+is to be interpreted as a post-condition, and will be automatically added to the
+path condition if the rule applies. It may cause the entire term to become
+undefined, but the backend will not stop itself from applying the rule in this
+case. Note that concrete backends (eg. the LLVM backend) are free to ignore the
+ensures clause.

+

Overall, the transition represented by such a rule is from a state
+LHS #And REQ ending in a state RHS #And ENS. When backends apply this rule
+as a transition/rewrite, they should:

+
    +
  • Check if pattern LHS matches (or unifies) with the current term, giving
    +substitution alpha.
  • +
  • Check if the instantiation alpha(REQ) is valid (or satisfiable).
  • +
  • Build the new term alpha(RHS #And ENS), and check if it's satisfiable.
  • +
+

Pattern Matching operator

+ +

Sometimes when you want to express a side condition, you want to say that a
+rule matches if a particular term matches a particular pattern, or if it
+instead does /not/ match a particular pattern.

+

The syntax in K for this is :=K and :/=K. It has similar meaning to ==K and
+=/=K, except that where ==K and =/=K express equality, :=K and =/=K express
+model membership. That is to say, whether or not the rhs is a member of the set
+of terms expressed by the lhs pattern. Because the lhs of these operators is a
+pattern, the user can use variables in the lhs of the operator. However, due to
+current limitations, these variables are NOT bound in the rest of the term.
+The user is thus encouraged to use anonymous variables only, although this is
+not required.

+

This is compiled by the K frontend down to an efficient pattern matching on a
+fresh function symbol.

+

Anonymous function applications

+ +

There are a number of cases in K where you would prefer to be able to take some
+term on the RHS, bind it to a variable, and refer to it in multiple different
+places in a rule.

+

You might also prefer to take a variable for which you know some of its
+structure, and modify some of its internal structure without requiring you to
+match on every single field contained inside that structure.

+

In order to do this, we introduce syntax to K that allows you to construct
+anonymous functions in the RHS of a rule and apply them to a term.

+

The syntax for this is:

+
#fun(RuleBody)(Argument)
+

Note the limitations currently imposed by the implementation. These functions
+are not first-order: you cannot bind them to a variable and inject them like
+you can with a regular klabel for a function. You also cannot express multiple
+rules or multiple parameters, or side conditions. All of these are extensions
+we would like to support in the future, however.

+

In the following, we use three examples to illustrate the behavior of #fun.
+We point out that the support for #fun is provided by the frontend, not the
+backends.

+

The three examples are real examples borrowed or modified from existing language
+semantics.

+

Example 1 (A Simple Self-Explained Example).

+
#fun(V:Val => isFoo(V) andBool isBar(V))(someFunctionReturningVal())
+

Example 2 (Nested #fun).

+
   #fun(C
+=> #fun(R
+=> #fun(E
+=> foo1(E, R, C)
+  )(foo2(C))
+  )(foo3(0))
+  )(foo4(1))
+

This example is from the beacon
+semantics:https://github.com/runtimeverification/beacon-chain-spec/blob/master/b
+eacon-chain.k at line 302, with some modification for simplicity. Note how
+variables C, R, E are bound in the nested #fun.

+

Example 3 (Matching a structure).

+
rule foo(K, RECORD) =>
+  #fun(record(... field: _ => K))(RECORD)
+

Unlike previous examples, the LHS of #fun in this example is no longer a
+variable, but a structure. It has the same spirit as the first two examples,
+but we match the RECORD with a structure record( DotVar, field: X), instead
+of a standalone variable. We also use K's local rewrite syntax (i.e., the
+rewriting symbol => does not occur at the top-level) to prevent writing
+duplicate expressions on the LHS and RHS of the rewriting.

+

Macros and Aliases

+ +

A production can be tagged with the macro, alias, macro-rec, or alias-rec
+attributes. In all cases, what this signifies is that this is a macro production.
+Macro rules are rules where the top symbol of the left-hand-side are macro
+labels. Macro rules are applied statically during compilation on all terms that
+they match, and statically before program execution on the initial configuration.
+Currently, macro rules are required to not have side conditions, although they
+can contain sort checks.

+

alias rules are also applied statically in reverse prior to unparsing on the
+final configuration. Note that a macro rule can have unbound variables in the
+right hand side. When such a macro exists, it should be used only on the left
+hand side of rules, unless the user is performing symbolic execution and expects
+to introduce symbolic terms into the subject being rewritten.

+

However, when used on the left hand side of a rule, it functions similarly to a
+pattern alias, and allows the user to concisely express a reusable pattern that
+they wish to match on in multiple places.

+

For example, consider the following semantics:

+
syntax KItem ::= "foo" [alias] | "foobar"
+syntax KItem ::= bar(KItem) [macro] | baz(Int, KItem)
+rule foo => foobar
+rule bar(I) => baz(?_, I)
+rule bar(I) => I
+

This will rewrite baz(0, foo) to foo. First baz(0, foo) will be rewritten
+statically to baz(0, foobar). Then the non-macro rule will apply (because
+the rule will have been rewritten to rule baz(_, I) => I). Then foobar will
+be rewritten statically after rewriting finishes to foo via the reverse form
+of the alias.

+

Note that macros do not apply recursively within their own expansion. This is
+done so as to ensure that macro expansion will always terminate. If the user
+genuinely desires a recursive macro, the macro-rec and alias-rec attributes
+can be used to provide this behavior.

+

For example, consider the following semantics:

+
syntax Exp ::= "int" Exp ";" | "int" Exps ";" [macro] | Exp Exp | Id
+syntax Exps ::= List{Exp,","}
+
+rule int X:Id, X':Id, Xs:Exps ; => int X ; int X', Xs ;
+

This will expand int x, y, z; to int x; int y, z; because the macro does
+not apply the second time after applying the substitution of the first
+application. However, if the macro attribute were changed to the macro-rec
+attribute, it would instead expand (as the user likely intended) to
+int x; int y; int z;.

+

The alias-rec attribute behaves with respect to the alias attribute the
+same way the macro-rec attribute behaves with respect to macro.

+

anywhere rules

+ +

Some rules are not functional, but you want them to apply anywhere in the
+configuration (similar to functional rules). You can use the anywhere
+attribute on a rule to instruct the backends to make sure they apply anywhere
+they match in the entire configuration.

+

For example, if you want to make sure that some associative operator is always
+right-associated anywhere in the configuration, you can do:

+
syntax Stmt ::= Stmt ";" Stmt
+
+rule (S1 ; S2) ; S3 => S1 ; (S2 ; S3) [anywhere]
+

Then after every step, all occurrences of _;_ will be re-associated. Note that
+this allows the symbol _;_ to still be a constructor, even though it is
+simplified similarly to a function.

+

trusted claims

+ +

You may add the trusted attribute to a given claim for the K prover to
+automatically add it to the list of proven circularities, instead of trying to
+discharge it separately.

+

Projection and Predicate functions

+ +

K automatically generates certain predicate and projection functions from the
+syntax you declare. For example, if you write:

+
syntax Foo ::= foo(bar: Bar)
+

It will automatically generate the following K code:

+
syntax Bool ::= isFoo(K) [function]
+syntax Foo ::= "{" K "}" ":>Foo" [function]
+syntax Bar ::= bar(Foo) [function]
+
+rule isFoo(F:Foo) => true
+rule isFoo(_) => false [owise]
+
+rule { F:Foo }:>Foo => F
+rule bar(foo(B:Bar)) => B
+

The first two types of functions are generated automatically for every sort in
+your K definition, and the third type of function is generated automatically
+for each named nonterminal in your definition. Essentially, isFoo for some
+sort Foo will tell you whether a particular term of sort K is a Foo,
+{F}:>Foo will cast F to sort Foo if F is of sort Foo and will be
+undefined (i.e., theoretically defined as #Bottom, the bottom symbol in
+matching logic) otherwise. Finally, bar will project out the child of a foo
+named bar in its production declaration.

+

Note that if another term of equal or smaller sort to Foo exists and has a
+child named bar of equal or smaller sort to Bar, this will generate an
+ambiguity during parsing, so care should be taken to ensure that named
+nonterminals are sufficiently unique from one another to prevent such
+ambiguities. Of course, the compiler will generate a warning in this case.

+

simplification attribute

+ +

The simplification attribute identifies rules outside the main semantics that
+are used to simplify function patterns.

+

Conditions: A simplification rule is applied by matching the function
+arguments, instead of unification as when applying function definition
+rules. This allows function symbols to appear nested as arguments to other
+functions on the left-hand side of a simplification rule, which is forbidden in
+function definition rules. For example, this rule would not be accepted as a
+function definition rule:

+
rule (X +Int Y) +Int Z => X +Int (Y +Int Z) [simplification]
+

A simplification rule is only applied when the current side condition implies
+the requires clause of the rule, like function definition rules.

+

Order: The simplification attribute accepts an optional integer argument
+which is the rule's simplification priority; if the optional argument is not
+specified, it is equivalent to a simplification priority of 50. Backends
+should attempt simplification rules in order of their simplification
+priority
, but are not required to do so; in fact, the backend is free to apply
+simplification rules at any time. Because of this, users must ensure that
+simplification rules are sound regardless of their order of application. This
+differs from the priority attribute in that rules with the priority
+attribute must be applied in their priority order by the backend. It is an
+error to have the priority attribute on a simplification rule.

+

For example, for the following definition:

+
    syntax WordStack ::= Int ":" WordStack | ".WordStack"
+    syntax Int ::= sizeWordStack    ( WordStack       ) [function]
+                 | sizeWordStackAux ( WordStack , Int ) [function]
+ // --------------------------------------------------------------
+    rule sizeWordStack(WS) => sizeWordStackAux(WS, 0)
+
+    rule sizeWordStackAux(.WordStack, N) => N
+    rule sizeWordStackAux(W : WS    , N) => sizeWordStackAux(WS, N +Int 1)
+

We might add the following simplification lemma:

+
    rule sizeWordStackAux(WS, N) => N +Int sizeWordStackAux(WS, 0)
+      requires N =/=Int 0
+      [simplification]
+

Then this simplification rule will only apply if the Haskell backend can prove
+that notBool N =/=Int 0 is unsatisfiable. This avoids an infinite cycle of
+applying this simplification lemma.

+

NOTE: The frontend and Haskell backend do not check that supplied
+simplification rules are sound, this is the developer's responsibility. In
+particular, rules with the simplification attribute must preserve definedness;
+that is, if the left-hand side refers to any partial function then:

+
    +
  • the right-hand side must be #Bottom when the left-hand side is #Bottom, or
  • +
  • the rule must have an ensures clause that is false when the left-hand
    +side is #Bottom, or
  • +
  • the rule must have a requires clause that is false when the left-hand
    +side is #Bottom.
  • +
+

These conditions are in order of decreasing preference: the best option is to
+preserve #Bottom on the right-hand side, the next best option is to have an
+ensures clause, and the least-preferred option is to have a requires clause.
+The most preferred option is to write total functions and avoid the entire issue.

+

NOTE: The Haskell backend does not attempt to prove claims which right-hand
+side is #Bottom. The reason for this is that the general case is undecidable,
+and the backend might enter an infinite loop. Therefore, the backend emits a
+warning if it encounters such a claim.

+

concrete and symbolic attributes (Haskell backend)

+ +

Users can control the application of simplification rules using the concrete
+and the symbolic attributes by specifying the type of patterns the rule's
+arguments are to match.

+

A concrete pattern is a pattern which does not contain variables or unevaluated
+functions, otherwise the pattern is symbolic.

+

The semantics of the two attributes is defined as follows:

+
    +
  • If a simplification rule is marked concrete, then all arguments must be
    +concrete for the rule to match.
  • +
  • If a simplification rule is marked symbolic, then all arguments must be
    +symbolic for the rule to match.
  • +
  • The following syntax concrete(<variables>) (resp. symbolic(<variables>)),
    +where <variables> is a list of variable names separated by commas, can be used
    +to specify the exact arguments the user expects to match concrete (resp. symbolic)
    +patterns.
  • +
+

For example, the following will only match when all arguments
+are concrete:

+
rule X +Int (Y +Int Z) => (X +Int Y) +Int Z [simplification, concrete]
+

Conversely, the following will only match when all arguments
+are symbolic:

+
rule X +Int (Y +Int Z) => (X +Int Y) +Int Z [simplification, symbolic]
+

In practice, the following rules will re-associate and commute terms to combine
+concrete arguments:

+
rule (A +Int Y) +Int Z => A +Int (Y +Int Z)
+  [concrete(Y, Z), symbolic(A), simplification]
+
+rule X +Int (B +Int Z) => B +Int (X +Int Z)
+  [concrete(X, Z), symbolic(B), simplification]
+

The unboundVariables attribute

+ +

Normally, K rules are not allowed to contain regular (i.e., not fresh, not
+existential) variables in the RHS / requires / ensures clauses which are not
+bound in the LHS.

+

However, in certain cases this behavior might be desired, like, for example,
+when specifying a macro rule which is to be used in the LHS of other rules.
+To allow for such cases, but still be useful and perform the unboundness checks
+in regular cases, the unboundVariables attributes allows the user to specify
+a comma-separated list of names of variables which can be unbound in the rule.

+

For example, in the macro declaration

+
  rule cppEnumType => bar(_, scopedEnum() #Or unscopedEnum() ) [unboundVariables(_)]
+

the declaration unboundVariables(_) allows the rule to pass the unbound
+variable checks, and this in turn allows for cppEnumType to be used in
+the LHS of a rule to mean the pattern above:

+
  rule inverseConvertType(cppEnumType, foo((cppEnumType #as T::CPPType => underlyingType(T))))
+

The memo attribute

+ +

The memo attribute is a hint from the user to the backend to memoize a
+function. Not all backends support memoization, but when the attribute is used
+and the definition is compiled for a memo-supporting backend, then calls to
+the function may be cached. At the time of writing, only the Haskell
+backend supports memoization.

+

Limitations of memoization with the Haskell backend

+ +

The Haskell backend will only cache a function call if all arguments are concrete.

+

It is recommended not to memoize recursive functions, as each recursive call
+will be stored in the cache, but only the first iteration will be retrieved from
+the cache; that is, the cache will be filled with many unreachable
+entries. Instead, we recommend to perform a worker-wrapper transformation on
+recursive functions, and apply the memo attribute to the wrapper.

+

Warning: A function declared with the memo attribute must not use
+uninterpreted functions in the side-condition of any rule. Memoizing such an
+impure function is unsound. To see why, consider the following rules:

+
syntax Bool ::= impure( Int ) [function]
+
+syntax Int ::= unsound( Int ) [function, memo]
+rule unsound(X:Int) => X +Int 1 requires impure(X)
+rule unsound(X:Int) => X        requires notBool impure(X)
+

Because the function impure is not given rules to cover all inputs, unsound
+can be memoized incoherently. For example,

+
{unsound(0) #And {impure(0) #Equals true}} #Equals 1
+

but

+
{unsound(0) #And {impure(0) #Equals false}} #Equals 0
+

The memoized value of unsound(0) would be incoherently determined by which
+pattern the backend encounters first.

+

Variable Sort Inference

+ +

In K, it is not required that users declare the sorts of variables in rules or
+in the initial configuration. If the user does not explicitly declare the sort
+of a variable somewhere via a cast (see below), the sort of the variable is
+inferred from context based on the sort signature of every place the variable
+appears in the rule.

+

As an example, consider the rule for addition in IMP:

+
    syntax Exp ::= Exp "+" Exp | Int
+
+    rule I1 + I2 => I1 +Int I2
+

Here +Int is defined in the INT module with the following signature:

+
    syntax Int ::= Int "+Int" Int [function]
+

In the rule above, the sort of both I1 and I2 is inferred as Int. This is because
+a variable must have the same sort every place it appears within the same rule.
+While a variable appearing only on the left-hand-side of the rule could have
+sort Exp instead, the same variable appears as a child of +Int, which
+constriants the sorts of I1 and I2 more tightly. Since the sort must be a
+subsort of Int or equal to Int, and Int has no subsorts, we infer Int
+as the sorts of I1 and I2. This means that the above rule will not match
+until I1 and I2 become integers (i.e., have already been evaluated).

+

More complex examples are possible, however:

+
    syntax Exp ::= Exp "+" Int | Int
+    rule _ + _ => 0
+

Here we have two anonymous variables. They do not refer to the same variable
+as one another, so they can have different sorts. The right side is constrained
+by + to be of sort Int, but the left side could be either Exp or Int.
+When this occurs, we have multiple solutions to the sorts of the variables in
+the rule. K will only choose solutions which are maximal, however. To be
+precise, if two different solutions exist, but the sorts of one solution are
+all greater than or equal to the sorts of the other solution, K will discard
+the smaller solution. Thus, in the case above, the variable on the left side
+of the + is inferred of sort Exp, because the solution (Exp, Int) is
+strictly greater than the solution (Int, Int).

+

It is possible, however, for terms to have multiple maximal solutions:

+
    syntax Exp ::= Exp "+" Int | Int "+" Exp | Int
+    rule I1 + I2 => 0
+

In this example, there is an ambiguous parse. This could parse as either
+the first + or the second. In the first case, the maximal solution chosen is
+(Exp, Int). In the second, it is (Int, Exp). Neither of these solutions is
+greater than the other, so both are allowed by K. As a result, this program
+will emit an error because the parse is ambiguous. To pick one solution over
+the other, a cast or a prefer or avoid attribute can be used.

+

Casting

+ +

There are three main types of casts in K: the semantic cast, the strict cast,
+and the projection cast.

+

Semantic casts

+ +

For every sort S declared in your grammar, K will define the following
+production for you for use in rules:

+
    syntax S ::= S ":S"
+

The meaning of this cast is that the term inside the cast must be less than
+or equal to Sort. This can be used to resolve ambiguities, but its principle
+purpose is to guide execution by telling K what sort variables must match in
+order for the rule to apply. When compiled, it will generate a pattern that
+matches on an injection into Sort.

+

Strict casts

+ +

K also introduces the strict cast:

+
    syntax S ::= S "::S"
+

The meaning at runtime is exactly the same as the semantic cast; however, it
+restricts the sort of the term inside the cast to exactly Sort. That is
+to say, if you use it on something that is a strictly smaller sort, it will
+generate a type error. This is useful in certain circumstances to help
+disambiguate terms, when a semantic cast would not have resolved the ambiguity.
+As such, it is primarily used to solve ambiguities rather than to guide
+execution.

+

Projection casts

+ +

K also introduces the projection cast:

+
    syntax {S2} S ::= "{" S2 "}" ":>S"
+

The meaning of this cast at runtime is that if the term inside is of sort
+Sort, it should have it injection stripped away and the value inside is
+returned as a term of static sort Sort. However, if the term is of a
+different sort, it is an error and execution will get stuck. Thus the primary
+usefulness of this cast is to cast the return value of a function with a
+greater sort down to a strictly smaller sort that you expect the return value
+of the function to have. For example:

+
    syntax Exp ::= foo(Exp) [function] | bar(Int) | Int
+    rule foo(I:Int) => I
+    rule bar(I) => bar({foo(I +Int 1)}:>Int)
+

Here we know that foo(I +Int 1) will return an Int, but the return sort of
+foo is Exp. So we project the result into the Int sort so that it can
+be placed as the child of a bar.

+

owise and priority attributes.

+ +

Sometimes, it is simply not convenient to explicitly describe every
+single negative case under which a rule should not apply. Instead,
+we simply wish to say that a rule should only apply after some other set of
+rules have been tried. K introduces two different attributes that can be
+added to rules which will automatically generate the necessary matching
+conditions in a manner which is performant for concrete execution (indeed,
+it generally outperforms during concrete execution code where the conditions
+are written explicitly).

+

The first is the owise attribute. Very roughly, rules without an attribute
+indicating their priority apply first, followed by rules with the owise
+attribute only if all the other rules have been tried and failed. For example,
+consider the following function:

+
syntax Int ::= foo(Int) [function]
+rule foo(0) => 0
+rule foo(_) => 1 [owise]
+

Here foo(0) is defined explicitly as 0. Any other integer yields the
+integer 1. In particular, the second rule above will only be tried after the
+first rule has been shown not to apply.

+

This is because the first rule has a lower number assigned for its priority
+than the second rule. In practice, each rule in your semantics is implicitly
+or explicitly assigned a numerical priority. Rules are tried in increasing
+order of priority, starting at zero and trying each increasing numerical value
+successively.

+

You can specify the priority of a rule with the priority attribute. For
+example, I could equivalently write the second rule above as:

+
rule foo(_) => 1 [priority(200)]
+

The number 200 is not chosen at random. In fact, when you use the owise
+attribute, what you are doing is implicitly setting the priority of the rule
+to 200. This has a couple of implications:

+
    +
  1. Multiple rules with the owise attribute all have the same priority and thus
    +can apply in any order.
  2. +
  3. Rules with priority higher than 200 apply after all rules with the
    +owise attribute have been tried.
  4. +
+

There is one more rule by which priorities are assigned: a rule with no
+attributes indicating its priority is assigned the priority 50. Thus,
+with each priority explicitly declared, the above example looks like:

+
syntax Int ::= foo(Int) [function]
+rule foo(0) => 0 [priority(50)]
+rule foo(_) => 1 [owise]
+

One final note: the llvm backend reserves priorities between 50 and 150
+inclusive for certain specific purposes. Because of this, explicit
+priorities which are given within this region may not behave precisely as
+described above. This is primarily in order that it be possible where necessary
+to provide guidance to the pattern matching algorithm when it would otherwise
+make bad choices about which rules to try first. You generally should not
+give any rule a priority within this region unless you know exactly what the
+implications are with respect to how the llvm backend orders matches.

+

Evaluation Strategy

+

strict and seqstrict attributes

+ +

The strictness attributes allow defining evaluation strategies without having
+to explicitly make rules which implement them. This is done by injecting
+heating and cooling rules for the subterms. For this to work, you need to
+define what a result is for K, by extending the KResult sort.

+

For example:

+
syntax AExp ::= Int
+              | AExp "+" AExp [strict, klabel(addExp)]
+

This generates two heating rules (where the hole syntaxes "[]" "+" AExp and
+AExp "+" "[]" is automatically added to create an evaluation context):

+
rule [addExp1-heat]: <k> HOLE:AExp +  AE2:AExp => HOLE ~>  [] + AE2 ... </k> [heat]
+rule [addExp2-heat]: <k>  AE1:AExp + HOLE:AExp => HOLE ~> AE1 +  [] ... </k> [heat]
+

And two corresponding cooling rules:

+
rule [addExp1-cool]: <k> HOLE:AExp ~>  [] + AE2 => HOLE +  AE2 ... </k> [cool]
+rule [addExp2-cool]: <k> HOLE:AExp ~> AE1 +  [] =>  AE1 + HOLE ... </k> [cool]
+

Note that the rules are given labels based on the klabel of the production, which
+nonterminal is the hole, and whether it's the heating or the cooling rule.

+

You will note that these rules can apply one after another infinitely. In
+practice, the KResult sort is used to break this cycle by ensuring that only
+terms that are not part of the KResult sort will be heated. The heat and
+cool attributes are used to tell the compiler that these are heating and
+cooling rules and should be handled in the manner just described. Nothing stops
+the user from writing such heating and cooling rules directly if they wish,
+although we describe other more convenient syntax for most of the advanced
+cases below.

+

One other thing to note is that in the above sentences, HOLE is just a
+variable, but it has special meaning in the context of sentences with the
+heat or cool attribute. In heating or cooling rules, the variable named
+HOLE is considered to be the term being heated or cooled and the compiler
+will generate isKResult(HOLE) and notBool isKResult(HOLE) side conditions
+appropriately to ensure that the backend does not loop infinitely. The module
+BOOL will also be automatically and privately included for semantic
+purposes. The syntax for parsing programs will not be affected.

+

In order for this functionality to work, you need to define the KResult sort.
+For instance, we tell K that a term is fully evaluated once it becomes an Int
+here:

+
syntax KResult ::= Int
+

Note that you can also say that a given expression is only strict only in
+specific argument positions. Here we use this to define "short-circuiting"
+boolean operators.

+
syntax KResult ::= Bool
+
+syntax BExp ::= Bool
+              | BExp "||" BExp [strict(1)]
+              | BExp "&&" BExp [strict(1)]
+
+rule <k> true  || _    => true ... </k>
+rule <k> false || REST => REST ... </k>
+
+rule <k> true  && REST => REST  ... </k>
+rule <k> false && _    => false ... </k>
+

If you want to force a specific evaluation order of the arguments, you can use
+the variant seqstrict to do so. For example, this would make the boolean
+operators short-circuit in their second argument first:

+
syntax KResult ::= Bool
+
+syntax BExp ::= Bool
+              | BExp "||" BExp [seqstrict(2,1)]
+              | BExp "&&" BExp [seqstrict(2,1)]
+
+rule <k> _    || true  => true ... </k>
+rule <k> REST || false => REST ... </k>
+
+rule <k> REST && true  => REST  ... </k>
+rule <k> _    && false => false ... </k>
+

This will generate rules like this in the case of _||_ (note that BE1 will
+not be heated unless isKResult(BE2) is true, meaning that BE2 must be
+evaluated first):

+
rule <k>  BE1:BExp || HOLE:BExp => HOLE ~> BE1 ||  [] ... </k> [heat]
+rule <k> HOLE:BExp ||  BE2:BExp => HOLE ~>  [] || BE2 ... </k> requires isKResult(BE2) [heat]
+
+rule <k> HOLE:BExp ~>  [] || BE2 => HOLE ||  BE2 ... </k> [cool]
+rule <k> HOLE:BExp ~> BE1 ||  [] =>  BE1 || HOLE ... </k> [cool]
+

Context Declaration

+ +

Sometimes more advanced evaluation strategies are needed. By default, the
+strict and seqstrict attributes are limited in that they cannot describe
+the context in which heating or cooling should occur. When this type of
+control over the evaluation strategy is required, context sentences can be
+used to simplify the process of declaring heating and cooling when it would be
+unnecessarily verbose to write heating and cooling rules directly.

+

For example, if the user wants to heat a term if it exists under a foo
+constructor if the term to be heated is of sort bar, one might write the
+following context (with the optional label):

+
context [foo]: foo(HOLE:Bar)
+

Once again, note that HOLE is just a variable, but one that has special
+meaning to the compiler indicating the position in the context that should
+be heated or cooled.

+

This will automatically generate the following sentences:

+
rule [foo-heat]: <k> foo(HOLE:Bar) => HOLE ~> foo([]) ... </k> [heat]
+rule [foo-cool]: <k> HOLE:Bar ~> foo([]) => foo(HOLE) ... </k> [cool]
+

The user may also write the K cell explicitly in the context declaration
+if they want to match on another cell as well, for example:

+
context <k> foo(HOLE:Bar) ... </k> <state> .Map </state>
+

This context will now only heat or cool if the state cell is empty.

+

Side conditions in context declarations

+ +

The user is allowed to write a side condition in a context declaration, like
+so:

+
context foo(HOLE:Bar) requires baz(HOLE)
+

This side condition will be appended verbatim to the heating rule that is
+generated, however, it will not affect the cooling rule that is generated:

+
rule <k> foo(HOLE:Bar) => HOLE ~> foo([]) ... </k> requires baz(HOLE) [heat]
+rule <k> HOLE:Bar ~> foo([]) => foo(HOLE) ... </k> [cool]
+

Rewrites in context declarations

+ +

The user can also include exactly one rewrite operation in a context
+declaration if that rule rewrites the variable HOLE on the left hand side
+to a term containing HOLE on the right hand side. For exampl;e:

+
context foo(HOLE:Bar => bar(HOLE))
+

In this case, the code generated will be as follows:

+
rule <k> foo(HOLE:Bar) => bar(HOLE) ~> foo([]) ... </k> [heat]
+rule <k> bar(HOLE:Bar) ~> foo([]) => foo(HOLE) ... </k> [cool]
+

This can be useful if the user wishes to evaluate a term using a different
+set of rules than normal.

+

result attribute

+ +

Sometimes it is necessary to be able to evaluate a term to a different sort
+than KResult. This is done by means of adding the result attribute to
+a strict production, a context, or an explicit heating or cooling rule:

+
syntax BExp ::= Bool
+              | BExp "||" BExp [seqstrict(2,1), result(Bool)]
+

In this case, the sort check used by seqstrict and by the heat and cool
+attributes will be isBool instead of isKResult. This particular example
+does not really require use of the result attribute, but if the user wishes
+to evaluate a term of sort KResult further, the result attribute would be
+required.

+

hybrid attribute

+ +

In certain situations, it is desirable to treat a particular production which
+has the strict attribute as a result if the term has had its arguments fully
+evaluated. This can be accomplished by means of the hybrid attribute:

+
syntax KResult ::= Bool
+
+syntax BExp ::= Bool
+              | BExp "||" BExp [strict(1), hybrid]
+

This attribute is equivalent in this case to the following additional axiom
+being added to the definition of isKResult:

+
rule isKResult(BE1:BExp || BE2:BExp) => true requires isKResult(BE1)
+

Sometimes you wish to declare a production hybrid with respect to a predicate
+other than isKResult. You can do this by specifying a sort as the body of the
+hybrid attribute, e.g.:

+
syntax BExp ::= BExp "||" BExp [strict(1), hybrid(Foo)]
+

generates the rule:

+
rule isFoo(BE1:BExp || BE2:BExp) => true requires isFoo(BE1)
+

Properly speaking, hybrid takes an optional comma-separated list of sort
+names. If the list is empty, the attribute is equivalent to hybrid(KResult).
+Otherwise, it generates hybrid predicates for exactly the sorts named.

+

Context aliases

+ +

Sometimes it is necessary to define a fairly complicated evaluation strategy
+for a lot of different operators. In this case, the user could simply write
+a number of complex context declarations, however, this quickly becomes
+tedious. For this purpose, K has a concept called a context alias. A context
+alias is a bit like a template for describing contexts. The template can then
+be instantiated against particular productions using the strict and
+seqstrict attributes.

+

Here is a (simplified) example taken from the K semantics of C++:

+
context alias [c]: <k> HERE:K ... </k> <evaluate> false </evaluate>
+context alias [c]: <k> HERE:K ... </k> <evaluate> true </evaluate> [result(ExecResult)]
+
+syntax Expr ::= Expr "=" Init [strict(c; 1)]
+

This defines the evaluation strategy during the translation phase of a C++
+program for the assignment operator. It is equivalent to writing the following
+context declarations:

+
context <k> HOLE:Expr = I:Init ... </k> <evaluate> false </evaluate>
+context <k> HOLE:Expr = I:Init ... </k> <evaluate> true </evaluate> [result(ExecResult)]
+

What this is saying is, if the evaluate cell is false, evaluate the term
+like normal to a KResult. But if the evaluate cell is true, instead
+evaluate it to the ExecResult sort.

+

Essentially, we have given a name to this evaluation strategy in the form of
+the rule label on the context alias sentences (in this case, c). We can
+then say that we want to use this evaluation strategy to evaluate particular
+arguments of particular productions by referring to it by name in a strict
+attribute. For example, strict(c) will instantiate these contexts once for
+each argument of the production, whereas strict(c; 1) will instantiate it
+only for the first argument. The special variable HERE is used to tell the
+compiler where you want to place the production that is to be heated or cooled.

+

You can also specify multiple context aliases for different parts of a production,
+for example:

+
syntax Exp ::= foo(Exp, Exp) [strict(left; 1; right; 2)]
+

This says that we can evaluate the left and right arguments in either order, but to evaluate
+the left using the left context alias and the right using the right context alias.

+

We can also say seqstrict(left; 1; right; 2), in which case we additionally must evaluate
+the left argument before the right argument. Note, all strict positions are considered collectively
+when determining the evaluation order of seqstrict or the hybrid predicates.

+

A strict attribute with no rule label associated with it is equivalent to
+a strict attribute given with the following context alias:

+
context alias [default]: <k> HERE:K ... </k>
+

One syntactic convenience that is provided is that if you wish to declare the following context:

+
context foo(HOLE => bar(HOLE))
+

you can simply write the following:

+
syntax Foo ::= foo(Bar) [strict(alias)]
+
+context alias [alias]: HERE [context(bar)]
+

Pattern Matching

+

As Patterns

+ +

New syntax has been added to K for matching a pattern and binding the resulting
+match in its entirety to a variable.

+

The syntax is:

+
Pattern #as V::Var
+

In this case, Pattern, including any variables, is matched and the resulting
+variables are added to the substitution if matching succeeds. Furthermore, the
+term matched by Pattern is added to the substitution as V.

+

This code can also be used outside of any rewrite, in which case matching
+occurs as if it appeared on the left hand side, and the right hand side becomes
+a variable corresponding to the alias.

+

It is an error to use an as pattern on the right hand side of a rule.

+

Record-like KApply Patterns

+ +

We have added a syntax for matching on KApply terms which mimics the record
+syntax in functional languages. This allows us to more easily express patterns
+involving a KApply term in which we don't care about some or most of the
+children, without introducing a dependency into the code on the number of
+arguments which could be changed by a future refactoring.

+

The syntax is:

+
record(... field1: Pattern1, field2: Pattern2)
+

Note that this only applies to productions that are prefix productions.
+A prefix production is considered by the implementation to be any production
+whose production items match the following regular expression:

+
(Terminal(_)*) Terminal("(")
+(NonTerminal (Terminal(",") NonTerminal)* )?
+Terminal(")")
+

In other words, any sequence of terminals followed by an open parenthesis, an
+optional comma separated list of non-terminals, and a close parenthesis.

+

If a prefix production has no named nonterminals, a record(...) syntax is
+allowed, but in order to reference specific fields, it is necessary to give one
+or more of the non-terminals in the production names.

+

Note: because the implementation currently creates one production per possible
+set of fields to match on, and because all possible permutations of all
+possible subsets of a list of n elements is a number that scales factorially
+and reaches over 100 thousand productions at n=8, we currently do not allow
+fields to be matched in any order like a true record, but only in the same
+order as appears in the production itself.

+

Given that this only reduces the number of productions to the size of the power
+set, this will still explode the parsing time if we create large productions of
+10 or more fields that all have names. This is something that should probably
+be improved, however, productions with that large of an arity are rare, and
+thus it has not been viewed as a priority.

+

Or Patterns

+ +

Sometimes you wish to express that a rule should match if one out of multiple
+patterns should match the same subterm. We can now express this in K by means
+of using the #Or ML connective on the left hand side of a rule.

+

For example:

+
rule foo #Or bar #Or baz => qux
+

Here any of foo, bar, or baz will match this rule. Note that the behavior is
+ill-defined if it is not the case that all the clauses of the or have the same
+bound variables.

+

Matching global context in function rules

+ +

On occasion it is highly desirable to be able to look up information from the
+global configuration and match against it when evaluating a function. For this
+purpose, we introduce a new syntax for function rules.

+

This syntax allows the user to match on function context from within a
+function rule:

+
syntax Int ::= foo(Int) [function]
+
+rule [[ foo(0) => I ]]
+     <bar> I </bar>
+
+rule something => foo(0)
+

This is completely desugared by the K frontend and does not require any special
+support in the backend. It is an error to have a rewrite inside function
+context, as we do not currently support propagating such changes back into the
+global configuration. It is also an error if the context is not at the top
+level of a rule body.

+

Desugared code:

+
syntax Int ::= foo(Int, GeneratedTopCell) [function]
+
+rule foo(0, <generatedTop>
+              <bar> I </bar>
+              ...
+            </generatedTop> #as Configuration) => I
+rule <generatedTop>
+       <k> something ... </k>
+       ...
+     </generatedTop> #as Configuration
+  => <generatedTop>
+       <k> foo(0, Configuration> ... </k>
+       ...
+     </generatedTop>
+

Collection patterns

+ +

It is allowed to write patterns on the left hand side of rules which refer to
+complex terms of sort Map, List, and Set, despite these patterns ostensibly
+breaking the rule that terms which are functions should not appear on the left
+hand side of rules. Such terms are destructured into pattern matching
+operations.

+

The following forms are allowed:

+
// 0 or more elements followed by 0 or 1 variables of sort List followed by
+// 0 or more elements
+ListItem(E1) ListItem(E2) L:List ListItem(E3) ListItem(E4)
+
+// the empty list
+.List
+
+// 0 or more elements in any order plus 0 or 1 variables of sort Set
+// in any order
+SetItem(K1) SetItem(K2) S::Set SetItem(K3) SetItem(K4)
+
+// the empty set
+.Set
+
+// 0 or more elements in any order plus by 0 or 1 variables of sort Map
+// in any order
+K1 |-> E1 K2 |-> E2 M::Map K3 |-> E3 K4 |-> E4
+
+// the empty map
+.Map
+

Here K1, K2, K3, K4 etc can be any pattern except a pattern containing both
+function symbols and unbound variables. An unbound variable is a variable whose
+binding cannot be determined by means of decomposing non-set-or-map patterns or
+map elements whose keys contain no unbound variables.

+

This is determined recursively, ie, the term K1 |-> E2 E2 |-> E3 E3 |-> E4 is
+considered to contain no unbound variables.

+

Note that in the pattern K1 |-> E2 K3 |-> E4 E4 |-> E5, K1 and K3 are
+unbound, but E4 is bound because it is bound by deconstructing the key E3, even
+though E3 is itself unbound.

+

In the above examples, E1, E2, E3, and E4 can be any pattern that is normally
+allowed on the lhs of a rule.

+

When a map or set key contains function symbols, we know that the variables in
+that key are bound (because of the above restriction), so it is possible to
+evaluate the function to a concrete term prior to performing the lookup.

+

Indeed, this is the precise semantics which occurs; the function is evaluated
+and the result is looked up in the collection.

+

For example:

+
syntax Int ::= f(Int) [function]
+rule f(I:Int) => I +Int 1
+rule <k> I:Int => . ... </k> <state> ... SetItem(f(I)) ... </state>
+

This will rewrite I to . if and only if the state cell contains
+I +Int 1.

+

Note that in the case of Set and Map, one guarantee is that K1, K2, K3, and K4
+represent /distinct/ elements. Pattern matching fails if the correct number of
+distinct elements cannot be found.

+

Matching on cell fragments

+ +

K allows matching fragments of the configuration and using them to construct
+terms and use as function parameters.

+
configuration <t>
+                <k> #init ~> #collectOdd ~> $PGM </k>
+                <fs>
+                  <f multiplicity="*" type="Set"> 1 </f>
+                </fs>
+              </t>
+

The #collectOdd construct grabs the entire content of the <fs> cell.
+We may also match on only a portion of its content. Note that the fragment
+must be wrapped in a <f> cell at the call site.

+
syntax KItem ::= "#collectOdd"
+rule <k> #collectOdd => collectOdd(<fs> Fs </fs>) ... </k>
+     <fs> Fs </fs>
+

The collectOdd function collects the items it needs

+
syntax Set ::= collectOdd(FsCell) [function]
+rule collectOdd(<fs> <f> I </f> REST </fs>) => SetItem(I) collectOdd(<fs> REST </fs>) requires I %Int 2 ==Int 1
+rule collectOdd(<fs> <f> I </f> REST </fs>) =>            collectOdd(<fs> REST </fs>) requires I %Int 2 ==Int 0
+rule collectOdd(<fs> .Bag </fs>) => .Set
+

all-path and one-path attributes to distinguish reachability claims

+ +

As the Haskell backend can handle both one-path and all-path reachability
+claims, but both these are encoded as rewrite rules in K, these attributes can
+be used to clarify what kind of claim a rule is.

+

In addition of being able to annotate a rule with one of them
+(if annotating with more at the same time, only one of them would be chosen),
+one can also annotate whole modules, to give a default claim type for all rules
+in that module.

+

Additionally, the Haskell backend introduces an extra command line option
+for the K frontend, --default-claim-type, with possible values
+all-path and one-path to allow choosing a default type for all
+claims.

+

Set Variables

+ +

Motivation

+ +

Set variables were introduced as part of Matching Mu Logic, the mathematical
+foundations for K. In Matching Mu Logic, terms evaluate to sets of values.
+This is useful for both capturing partiality (as in 3/0) and capturing
+non-determinism (as in 3 #Or 5). Consequently, symbol interpretation is
+extended to have a collective interpretation over sets of input values.

+

Usually, K rules are given using regular variables, which expect that the term
+they match is both defined and has a unique interpretation.

+

However, it is sometimes useful to have simplification rules which work over
+any kind of pattern, be it undefined or non-deterministic. This behavior can be
+achieved by using set variables to stand for any kind of pattern.

+

Syntax

+ +

Any variable prefixed by @ will be considered a set variable.

+

Example

+ +

Below is a simplification rule which motivated this extension:

+
  rule #Ceil(@I1:Int /Int @I2:Int) =>
+    {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2)
+    [anywhere]
+

This rule basically says that @I1:Int /Int @I2:Int is defined if @I1 and
+@I2 are defined and @I2 is not 0. Using sets variables here is important as
+it allows the simplification rule to apply any symbolic patterns, without
+caring whether they are defined or not.

+

This allows simplifying the expression #Ceil((A:Int /Int B:Int) / C:Int) to:

+
{(C =/=Int 0) #Equals true} #And #Ceil(C) #And ({(B =/=Int 0) #Equals true}
+#And #Ceil(B) #And #Ceil(A)`
+

See kframework/kore#729 for
+more details.

+

SMT Translation

+ +

K makes queries to an SMT solver (Z3) to discharge proof obligations when doing
+symbolic execution. You can control how these queries are made using the
+attributes smtlib, smt-hook, and smt-lemma on declared productions.
+These attributes guide the prover when it tries to apply rules to discharge a
+proof obligation.

+
    +
  • smt-hook(...) allows you to specify a term in SMTLIB2 format which should
    +be used to encode that production, and assumes that all symbols appearing in
    +the term are already declared by the SMT solver.
  • +
  • smtlib(...) allows you to declare a new SMT symbol to be used when that
    +production is sent to Z3, and gives it uninterpreted function semantics.
  • +
  • smt-lemma can be applied to a rule to encode it as a conditional equality
    +when sending queries to Z3. A rule rule LHS => RHS requires REQ will be
    +encoded as the conditional equality (=> REQ (= (LHS RHS)). Every symbol
    +present in the rule must have an smt-hook(...) or smtlib(...) attribute.
  • +
+
syntax Int ::= "~Int" Int          [function, klabel(~Int_), symbol,
+                                    smtlib(notInt)]
+             | Int "^%Int" Int Int [function, klabel(_^%Int__), symbol,
+                                    smt-hook((mod (^ #1 #2) #3))]
+

In the example above, we declare two productions ~Int_ and _^%Int__, and
+tell the SMT solver to:

+
    +
  • use uninterpreted function semantics for ~Int_ via SMTLIB2 symbol
    +notInt, and
  • +
  • use the SMTLIB2 term (mod (^ #1 #2) #3) (where #N marks the Nth
    +production non-terminal argument positions) for _^%Int__, where mod and
    +^ already are declared by the SMT solver.
  • +
+

Caution

+ +

Set variables are currently only supported by the Haskell backend.
+The use of rules with set variables should be sound for all other backends
+which just execute by rewriting, however it might not be safe for backends
+which want to guarantee coverage.

+

Variables occurring only in the RHS of a rule

+ +

This section presents possible scenarios requiring variables to only appear in
+the RHS of a rule.

+

Summary

+ +

Except for ? variables and ! (fresh) variables, which are
+required to only appear in the RHS of a rule, all other variables must
+also appear in the LHS of a rule. This restriction also applies to anonymous
+variables; in particular, for claims, ?_ (not _) should be used in the RHS
+to indicate that something changes but we don't care to what value.

+

To support specifying random-like behavior, the above restriction can be relaxed
+by annotating a rule with the unboundVariables attribute whenever the rule
+intentionally contains regular variables only occurring in the RHS.

+

Introduction

+ +

K uses question mark variables of the form ?X to refer to
+existential variables, and uses ensures to specify logical constraints on
+those variables.
+These variables are only allowed to appear in the RHS of a K rule.

+

If the rules represent rewrite (semantic) steps or verification claims,
+then the ? variables are existentially quantified at the top of the RHS;
+otherwise, if they represent equations, the ? variables are quantified at the
+top of the entire rule.

+

Note that when both ?-variables and regular variables are present,
+regular variables are (implicitly) universally quantified on top of the rule
+(already containing the existential quantifications).
+This essentially makes all ? variables depend on all regular variables.

+

All examples below are intended more for program verification /
+symbolic execution, and thus concrete implementations might choose to ignore
+them altogether or to provide ad-hoc implementations for them.

+

Example: Verification claims

+ +

Consider the following definition of a (transition) system:

+
module A
+  rule foo => true
+  rule bar => true
+  rule bar => false
+endmodule
+

Consider also, the following specification of claims about the definition above:

+
module A-SPEC
+  rule [s1]: foo => ?X:Bool
+  rule [s2]: foo =>  X:Bool  [unboundVariables(X)]
+  rule [s3]: bar => ?X:Bool
+  rule [s4]: bar =>  X:Bool  [unboundVariables(X)]
+endmodule
+
One-path interpretation
+ +
    +
  • (s1) says that there exists a path from foo to some boolean, which is
    +satisfied easily using the foo => true rule
  • +
  • (s3) says the same thing about bar and can be satisfied by either of
    +bar => true and bar => false rules
  • +
  • (s2) and (s4) can be better understood by replacing them with instances for
    +each element of type Bool, which can be interpreted that
    +both true and false are reachable from foo for (s2), or bar for (s4),
    +respectively. +
      +
    • (s2) cannot be verified as we cannot find a path from foo to false.
    • +
    • (s4) can be verified by using bar => true to show true is reachable and
      +bar => false to achieve the same thing for false
    • +
    +
  • +
+
All-path interpretation
+ +
    +
  • +

    (s1) says that all paths from foo will reach some boolean, which is
    +satisfied by the foo => true rule and the lack of other rules for foo

    +
  • +
  • +

    (s3) says the same thing about bar and can be satisfied by checking that
    +both bar => true and bar => false end in a boolean, and there are no
    +other rules for bar

    +
  • +
  • +

    (s2) and (s4) can be better understood by replacing them with instances for
    +each element of type Bool, which can be interpreted that
    +both true and false are reachable in all paths originating in
    +foo for (s2), or bar for (s4), respectively.
    +This is a very strong claim, requiring that all paths originating in
    +foo (bar) pass through both true and false,
    +so neither (s2) nor (s4) can be verified.

    +

    Interestingly enough, adding a rule like false => true would make both
    +(s2) and (s4) hold.

    +
  • +
+

Example: Random Number Construct rand()

+ +

The random number construct rand() is a language construct which could be
+easily conceived to be part of the syntax of a programming language:

+
Exp ::= "rand" "(" ")"
+

The intended semantics of rand() is that it can rewrite to any integer in
+a single step. This could be expressed as the following following infinitely
+many rules.

+
rule  rand() => 0
+rule  rand() => 1
+rule  rand() => 2
+  ...    ...
+rule rand() => (-1)
+rule rand() => (-2)
+  ...    ...
+

Since we need an instance of the rule for every integer, one could summarize
+the above infinitely many rules with the rule

+
rule rand() => I:Int [unboundVariables(I)]
+

Note that I occurs only in the RHS in the rule above, and thus the rule
+needs the unboundVariables(I) attribute to signal that this is intentionally.

+

One can define variants of rand() by further constraining the output variable
+as a precondition to the rule.

+
Rand-like examples
+ +
    +
  1. +

    randBounded(M,N) can rewrite to any integer between M and N

    +
    syntax Exp ::= randBounded(Int, Int)
    +rule randBounded(M, N) => I
    +  requires M <=Int I andBool I <=Int N
    +  [unboundVariables(I)]
    +
  2. +
  3. +

    randInList(Is) takes a list Is of items
    +and can rewrite in one step to any item in Is.

    +
    syntax Exp ::= randInList (List)
    +rule randInList(Is) => I
    +  requires I inList Is
    +  [unboundVariables(I)]
    +
  4. +
  5. +

    randNotInList(Is) takes a list Is of items
    +and can rewrite in one step to any item not in Is.

    +
    syntax Exp ::= randNotInList (List)
    +rule randNotInList(Is) => I
    +  requires notBool(I inList Is)
    +  [unboundVariables(I)]
    +
  6. +
  7. +

    randPrime(), can rewrite to any prime number.

    +
    syntax Exp ::= randPrime ()
    +rule randPrime() => X:Int
    +  requires isPrime(X)
    +  [unboundVariables(X)]
    +

    where isPrime(_) is a predicate that can be defined in the usual way.

    +
  8. +
+

Note 1: all above are not function symbols, but language constructs.

+

Note 2: Currently the frontend does not allow rules with universally quantified
+variables in the RHS which are not bound in the LHS.

+

Note 3. Allowing these rules in a concrete execution engine would require an
+algorithm for generating concrete instances for such variables, satisfying the
+given constraints; thus the unboundVariables attribute serves two purposes:

+
    +
  • to allow such rules to pass the variable checks, and
  • +
  • to signal (concrete execution) backends that specialized algorithm would be
    +needed to instantiate these variables.
  • +
+

Example: Fresh Integer Construct fresh(Is)

+ +

The fresh integer construct fresh(Is) is a language construct.

+
Exp ::= ... | "fresh" "(" List{Int} ")"
+

The intended semantics of fresh(Is) is that it can always rewrite to an
+integer that in not in Is.

+

Note that fresh(Is) and randNotInList(Is) are different; the former
+does not need to be able to rewrite to every integers not in Is,
+while the latter requires so.

+

For example, it is correct to implement fresh(Is) so it always returns the
+smallest positive integer that is not in Is, but same implementation for
+randNotInList(Is) might be considered inadequate.
+In other words, there exist multiple correct implementations of fresh(Is),
+some of which may be deterministic, but there only exists a unique
+implementation of randNotInList(Is).
+Finally, note that randNotInList(Is) is a correct implementation
+for fresh(Is); Hence, concrete execution engines can choose to handle
+such rules accordingly.

+

We use the following K syntax to define fresh(Is)

+
syntax Exp ::= fresh (List{Int})
+rule fresh(Is:List{Int}) => ?I:Int
+  ensures notBool (?I inList{Int} Is)
+

A variant of this would be a choiceInList(Is) language construct which would
+choose some number from a list:

+
syntax Exp ::= choiceInList (List{Int})
+rule choiceInList(Is:List{Int}) => ?I:Int
+  ensures ?I inList{Int} Is
+

Note: This definition is different from one using a ! variable to indicate
+freshness because using ! is just syntactic sugar for generating globally
+unique instances and relies on a special configuration cell, and cannot be
+constrained, while the fresh described here is local and can be constrained.
+While the first is more appropriate for concrete execution, this might be
+better for symbolic execution / program verification.

+

Example: Arbitrary Number (Unspecific Function) arb()

+ +

The function arb() is not a PL construct, but a mathematical function.
+Therefore, its definition should not be interpreted as an execution step, but
+rather as an equality.

+

The intended semantics of arb() is that it is an unspecified nullary function.
+The exact return value of arb() is unspecified in the semantics but up to the
+implementations.
+However, being a mathematical function, arb() must return the same value in
+any one implementation.

+

We do not need special frontend syntax to define arb().
+We only need to define it in the usual way as a function
+(instead of a language construct), and provide no axioms for it.
+The total attribute ensures that the function is total, i.e.,
+that it evaluates to precisely one value for each input.

+
Variants
+ +

There are many variants of arb(). For example, arbInList(Is) is
+an unspecified function whose return value must be an element from Is.

+

Note that arbInList(Is) is different from choiceInList(Is), because
+choiceInList(Is) transitions to an integer in Is (could be a different one
+each time it is used), while arbInList(Is) is equal to a (fixed)
+integer not in Is.

+

W.r.t. the arb variants, we can use ? variables and the function
+annotation to signal that we're defining a function and the value of the
+function is fixed, but non-determinate.

+
syntax Int ::= arbInList(List{Int}) [function]
+rule arbInList(Is:List{Int}) => ?I:Int
+  ensures ?I inList{Int} Is
+

If elimination of existentials in equational rules is needed, one possible
+approach would be through Skolemization,
+i.e., replacing the ? variable with a new uninterpreted function depending
+on the regular variables present in the function.

+

Example: Interval (Non-function Symbols) interval()

+ +

The symbol interval(M,N) is not a PL construct, nor a function in the
+first-order sense, but a proper matching-logic symbol, whose interpretation is
+in the powerset of its domain.
+Its axioms will not use rewrites but equalities.

+

The intended semantics of interval(M,N) is that it equals the set of
+integers that are larger than or equal to M and smaller than or equal to N.

+

Since expressing the axiom for interval requires an an existential
+quantification on the right-hand-side, thus making it a non-total symbol
+defined through an equation, using ? variables might be confusing since their
+usage would be different from that presented in the previous sections.

+

Hence, the proposal to support this would be to write this as a proper ML rule.
+A possible syntax for this purpose would be:

+
eq  interval(M,N)
+    ==
+    #Exists X:Int .
+        (X:Int #And { X >=Int M #Equals true } #And { X <=Int N #Equals true })
+

Additionally, the symbol declaration would require a special attribute to
+signal the fact that it is not a constructor but a defined symbol.

+

Since this feature is not clearly needed by K users at the moment, it is only
+presented here as an example; its implementation will be postponed for such time
+when its usefulness becomes apparent.

+

Parser Generation

+

In addition to on-the-fly parser generation using kast, K is capable of
+ahead-of-time parser generation of LR(1) or GLR parsers using Flex and Bison.
+This can be done one of two different ways.

+
    +
  1. You can explicitly request for a particular parser to be generated by
    +invoking kast --gen-parser <outputFile> or
    +kast --gen-glr-parser <outputFile> respectively. kast will then create a
    +parser based on the same command line flags that govern on-the-fly parsing,
    +like -s to specify the starting sort, and -m to specify the module to
    +parse under. By default, this generates a parser for the sort of the $PGM
    +configuration variable in the main syntax module of the definition.
  2. +
  3. You can request that a specific set of parsers be generated for all the
    +configuration variables of your definition by passing the
    +--gen-bison-parser or --gen-glr-bison-parser flags to kompile.
    +kompile will decide the sorts to use as start symbols based on the sorts
    +in the configuration declaration for the configuration variables. The $PGM
    +configuration variable will be generated based on the main syntax module
    +of the definition. The user must explicitly annotate the configuration
    +declaration with the other modules to use to parse the other configuration
    +variables as attributes. For example, if I have the following cell in the
    +configuration declaration: <cell> foo($FOO:Foo, $BAR:Bar) </cell>,
    +One might annotate it with the attribute pair parser="FOO, TEST; BAR, TEST2"
    +to indicate that configuration variable $FOO should be parsed in the
    +TEST module, and configuration variable $BAR should be parsed in the
    +TEST2 module. If the user forgets to annotate the declaration with the
    +parser attribute, only the $PGM parser will be generated.
  4. +
+

Bison-generated parsers are extremely fast compared to kast, but they have
+some important limitations:

+
    +
  • Bison parsers will always output Kore. You can then pass the resulting AST
    +directly to llvm-krun or kore-exec and bypass the krun frontend, making
    +them very fast, but lower-level.
  • +
  • Bison parsers do not yet support macros. This may change in a future release.
    +Note that you can use anywhere rules instead of macros in most cases to get
    +around this limitation, although they will not benefit from unparsing via the
    +alias attribute.
  • +
  • Obligation falls on the user to ensure that the grammar they write is LR(1)
    +if they choose to use LR(1) parsing. If this does not happen, the parser
    +generated will have shift/reduce or reduce/reduce conflicts and the parser
    +may behave differently than kast would (kast is a GLL parser, ie, it
    +is based on LL parsers and parses all unambiguous context-free grammars).
    +K provides an attribute, not-lr1, which can be applied to modules known to
    +not be LR(1), and will trigger a warning if the user attempts to generate an
    +LR(1) parser which recursively imports that module.
  • +
  • If you are using LR(1) based parsing, the prefer and avoid attributes are
    +ignored. It is only possible to implement these attributes by means of
    +generalized LL or LR parsing and a postprocessing on the AST to remove the
    +undesirable ambiguity.
  • +
  • Obligation falls on the user to ensure that the grammar they write has as
    +few conflicts as possible if they are using GLR parsing. Bison's GLR support
    +is quite primitive, and in the worst case it can use exponential space and
    +time to parse a program, which generally leads the generated parser to report
    +"memory exhausted", indicating that the parse could not be completed within
    +the stack space allocated by Bison. It's best to ensure that the grammar is
    +as close to LR(1) as possible and only utilizes conflicts where absolutely
    +necessary. One tool that can be used to facilitate this is to pass
    +--bison-lists to kompile. This will disable support for the List{Sort}
    +syntax production, and it will make NeList{Sort} left associative, but the
    +resulting productions generated for NeList{Sort} will be LR(1) and use bounded
    +stack space.
  • +
  • If the grammar you are parsing is context-sensitive (for example, because
    +it requires a symbol table to parse), one thing you can do to make this
    +language parse in K is to implement the language as an ambiguous grammar.
    +Bison's GLR parser will generate an amb production that is parametric in
    +the sort of the ambiguity. You can then import the K-AMBIGUITIES module
    +and use rewriting to resolve the ambiguities using whatever preprocessing
    +mechanisms you prefer.
  • +
+

Location Information

+

K is able to insert file, line, and column metadata into the parse tree on a
+per-sort basis when parsing using a bison-generated parser. To enable this,
+mark the sort with the locations attribute.

+
  syntax Exp [locations]
+  syntax Exp ::= Exp "/" Exp | Int
+

K implicitly wraps productions of these sorts in a #location term (see the
+K-LOCATIONS module in kast.md). The metadata can thus be accessed with
+ordinary rewrite rules:

+
  rule #location(_ / 0, File, StartLine, _StartColumn, _EndLine, _EndColumn) =>
+  "Error: Division by zero at " +String File +String ":" Int2String(StartLine)
+

Sometimes it is desirable to allow code to be written in a file which
+overwrites the current location information provided by the parser. This can be
+done via a combination of the #LineMarker sort and the --bison-file flag to
+the parser generator. If you declare a production of sort #LineMarker which
+contains a regular expression terminal, this will be treated as a
+line marker by the bison parser. The user will then be expected to provide
+an implementation of the parser for the line marker in C. The function expected
+by the parser has the signature void line_marker(char *, yyscan_t), where
+yyscan_t is a
+reentrant flex scanner.
+The string value of the line marker token as specified by your regular
+expression can be found in the first parameter of the function, and you can
+set the line number used by the scanner using yyset_lineno(int, yyscan_t). If
+you declare the variable extern char *filename, you can also set the current
+file name by writing a malloc'd, zero-terminated string to that variable.

+

Unparsing

+

A number of factors go into how terms are unparsed in K. Here we describe some
+of the features the user can use to control how unparsing happens.

+

Brackets

+ +

One of the phases that the unparser goes through is to insert productions
+tagged with the bracket attribute where it believes this is necessary
+in order to create a correct string that will be parsed back into the original
+AST. The most common case of this is in expression grammars. For example,
+consider the following grammar:

+
syntax Exp ::= Int
+             | Exp "*" Exp
+             > Exp "+" Exp
+

Here we have declared that expressions can contain integer addition and
+multiplication, and that multiplication binds tighter than addition. As a
+result, when writing a program, if we want to write an expression that first
+applies addition, then multiplication, we must use brackets: (1 + 2) * 3.
+Similarly, if we have such an AST, we must insert brackets into the AST
+in order to faithfully unparse the term in a manner that will be parsed back
+into the same ast, because if we do not, we end up unparsing the term as
+1 + 2 * 3, which will be parsed back as 1 + (2 * 3) because of the priority
+declaration in the grammar.

+

You can control how the unparser will insert such brackets by adding a
+production with the bracket attribute and the correct sort. For example, if,
+instead of parentheses, you want to use curly braces, you could write:

+
syntax Exp ::= "{" Exp "}" [bracket]
+

This would signal to the unparser how brackets should look for terms of sort
+Exp, and it will use this syntax when unparsing terms of sort Exp.

+

Commutative collections

+ +

One thing that K will do (unless you pass the --no-sort-collections flag to
+krun) is to sort associative, commutative collections (such as Set and Map)
+alphanumerically. For example, if I have a collection whose keys are sort Id
+and they have the values a, b, c, and d, then unparsing will always print
+first the key a, then b, then c, then d, because this is the alphabetic order
+of these keys when unparsed.

+

Furthermore, K will sort numeric keys numerically. For example, if I have a
+collection whose keys are 1, 2, 5, 10, 30, it will first display 1, then 2,
+then 5, then 10, then 30, because it will sort these keys numerically. Note
+that this is different than an alphabetic sort, which would sort them as
+1, 10, 2, 30, 5. We believe the former is more intuitive to users.

+

Substitution filtering

+ +

K will remove substitution terms corresponding to anonymous variables when
+using the --pattern flag if those anonymous variables provide no information
+about the named variables in your serach pattern. You can disable this behavior
+by passing --no-substitution-filtering to krun. When this flag is not passed,
+and you are using the Haskell backend, any equality in a substitution (ie, an
+#Equals under an #And under an #Or), will be hidden from the user if the
+left hand side is a variable that was anonymous in the --pattern passed by
+the user, unless that variable appears elsewhere in the substitution. If you
+want to see that variable in the substitution, you can either disable this
+filtering, or give that variable a name in the original search pattern.

+

Variable alpha renaming

+ +

K will automatically rename variables that appear in the output configuration.
+Similar to commutative collections, this is done to normalize the resulting
+configuration so that equivalent configurations will be printed identically
+regardless of how they happen to be reached. This pass can be disabled by
+passing --no-alpha-renaming to krun.

+

Macro expansion

+ +

K will apply macros in reverse on the output configuration if the macro was
+created with the alias or alias-rec attribute. See the section on macro
+expansion for more details.

+

Formatting

+ +

format attribute

+ +

K allows you to control how terms are unparsed using the format attribute.
+By default, a domain value is unparsed by printing its string value verbatim,
+and an application pattern is unparsed by printing its terminals and children
+in the sequence implied by its concrete syntax, separated by spaces. However,
+K gives you complete control over how you want to unparse the symbol.

+

A format attribute is a string containing zero or more escape sequences that
+tell K how to unparse the symbol. Escape sequences begin with a '%' and are
+followed by either an integer, or a single non-digit character. Below is a
+list of escape sequences recognized by the formatter:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Escape SequenceMeaning
nInsert '\n' followed by the current indentation level
iIncrease the current indentation level by 1
dDecrease the current indentation level by 1
cMove to the next color in the list of colors for this production
rReset color to the default foreground color for the terminal (See below for more information on how colors work)
an integerPrint a terminal or nonterminal from the production (See below for more information)
any other charPrint that character verbatim
+

Using the integer escape sequence

+ +

In the integer escape sequence %a, the integer a is treated as a 1-based
+index into the terminals and nonterminals of the production.

+
    +
  • +

    If the offset refers to a terminal, move to the next color in the list of
    +colors for this production, print the value of that terminal, then reset the
    +color to the default foreground color for the terminal.

    +
  • +
  • +

    If the offset refers to a regular expression terminal, it is an error.

    +
  • +
  • +

    If the offset refers to a nonterminal, print the unparsed representation of
    +the corresponding child of the current term.

    +
  • +
+

color and colors attributes

+ +

K allows you to take advantage of ANSI terminal codes for foreground color
+in order to colorize output pretty-printed by the unparser. This is controlled
+via the color and colors attributes of productions. These attributes
+combine with the format attribute to control how a term is colorized.

+

The first thing to understand about how colorization works is that the color
+and colors attributes are used to construct a list of colors associated
+with each production, and the format attribute then uses that list to choose
+the color for each part of the production. For more information on how the
+format attribute chooses a color from the list, see above, but essentially,
+each terminal or %c in the format attribute advances the pointer in the list
+by one element, and terminals and %r reset the current color to the default
+foreground color of the terminal afterwards.

+

There are two ways you can construct a list of colors associated with a
+production:

+
    +
  • +

    The color attribute creates the entire list all with the same color, as
    +specified by the value of the attribute. When combined with the default format
    +attribute, this will color all the terminals in that production that color, but
    +more advanced techniques can be used as well.

    +
  • +
  • +

    The colors attribute creates the list from a manual, comma-separated list
    +of colors. The attribute is invalid if the length of the list is not equal to
    +the number of terminals in the production plus the number of %c substrings in
    +the format attribute.

    +
  • +
+

Attributes Reference

+

Attribute Syntax Overview

+ +

In K, many different syntactic categories accept an optional trailing list of
+keywords known as attributes. Attribute lists have two different syntaxes,
+depending on where they occur. Each attribute also has a type which describes
+where it may occur.

+

The first syntax is a square-bracketed ([]) list of words. This syntax is
+available for following attribute types:

+
    +
  1. module attributes - may appear immediately after the module keyword
  2. +
  3. sort attributes - may appear immediately after a sort declaration
  4. +
  5. production attributes - may appear immediately after a BNF production
    +alternative
  6. +
  7. rule attributes - may appear immediately after a rule
  8. +
  9. context attributes - may appear immediately after a context or context
    +alias
  10. +
  11. context alias attributes - may appear immediately after a context alias
  12. +
  13. claim attributes - may appear immediately after a claim
  14. +
+

The second syntax is the XML attribute syntax, i.e., a space delemited list of
+key-and-quoted-value pairs appearing inside the start tag of an XML element:
+<element key1="value" key2="value2" ... > </element>. This syntax is
+available for the following attribute types:

+
    +
  1. cell attributes - may appear inside of the cell start tag in
    +configuration declarations
  2. +
+

Unrecognized attributes are reported as an error. When we talk about
+the type of an attribute, we mean a syntactic category to which an attribute
+can be attached where the attribute has some semantic effect.

+

Attribute Index

+ +

We now provide an index of available attributes organized alphabetically with a
+brief description of each. Note that the same attribute may appear in the index
+multiple times to indicate its effect in different contexts or with/without
+arguments. A legend describing how to interpret the index follows.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeBackendReference
alias-recprodallMacros and Aliases
aliasprodallMacros and Aliases
all-pathclaimhaskellall-path and one-path attributes to distinguish reachability claims
anywhereruleallanywhere rules
applyPriority(_)prodallSymbol priority and associativity
avoidprodallSymbol priority and associativity
binderprodallNo reference yet.
bracketprodallParametric productions and bracket attributes
color(_)prodallcolor and colors attributes
colors(_)prodallcolor and colors attributes
concretemodllvmsymbolic and concrete attribute
concrete(_)rulehaskellconcrete and symbolic attributes (Haskell backend)
concreterulehaskellconcrete and symbolic attributes (Haskell backend)
context(_)aliasallContext aliases
deprecatedprodalldeprecated attribute
exit = ""cellallexit attribute
formatprodallformat attribute
freshGeneratorprodallfreshGenerator attribute
functionprodallfunction and total attributes
group(_)allallSymbol priority and associativity
hook(_)prodallNo reference yet
hybrid(_)prodallhybrid attribute
hybridprodallhybrid attribute
klabel(_)prodallklabel(_) and symbol attributes
leftprodallSymbol priority and associativity
locationssortallLocation Information
macro-recprodallMacros and Aliases
macroprodallMacros and Aliases
memorulehaskellThe memo attribute
multiplicity = "_"cellallCollection Cells: multiplicity and type attributes
non-assocprodallSymbol priority and associativity
one-pathclaimhaskellall-path and one-path attributes to distinguish reachability claims
overload(_)prodalloverload(_) attribute
owiseruleallowise and priority attributes
prec(_)tokenallprec attribute
preferprodallSymbol priority and associativity
priority(_)ruleallowise and priority attributes
privatemodallprivate attribute
privateprodallpublic and private attribute
publicmodallNo reference yet.
publicprodallpublic and private attribute
result(_)ctxtallresult attribute
result(_)ruleallresult attribute
rightprodallSymbol priority and associativity
seqstrict(_)prodallstrict and seqstrict attributes
seqstrictprodallstrict and seqstrict attributes
simplificationrulehaskellsimplification attribute (Haskell backend)
simplification(_)rulehaskellsimplification attribute (Haskell backend)
smt-hook(_)prodhaskellSMT Translation
smtlib(_)prodhaskellSMT Translation
smt-lemmarulehaskellSMT Translation
strictprodallstrict and seqstrict attributes
strict(_)prodallstrict and seqstrict attributes
symbolicmodhaskellsymbolic and concrete attribute
symbolicrulehaskellconcrete and symbolic attributes (Haskell backend)
symbolic(_)rulehaskellconcrete and symbolic attributes (Haskell backend)
symbolprodallklabel(_) and symbol attributes
terminator-symbol(_)prodallklabel(_) and symbol attributes
tokenprodalltoken attribute
tokensortalltoken attribute
totalprodallfunction and total attributes
trustedclaimhaskelltrusted attribute
type = "_"cellallCollection Cells: multiplicity and type attributes
unboundVariables(_)ruleallThe unboundVariables attribute
unusedprodallunused attribute
concretemodallSpecify that this module should only be included in concrete backends (LLVM backend).
symbolicmodallSpecify that this module should only be included in symbolic backends (Haskell backend).
stream = "_"cellallSpecify that this cell should be hooked up to a stream, either stdin, stdout, or stderr.
+

Internal Attribute Index

+ +

Some attributes should not generally appear in user code, except in some
+unusual or complex examples. Such attributes are typically generated by the
+compiler and used internally. We list these attributes below as a reference for
+interested readers:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeBackendReference
assocprodallassoc, comm, idem and unit attributes
commprodallassoc, comm, idem and unit attributes
digestmodallContains the hash of the textual contents of the module.
idemprodallassoc, comm, idem and unit attributes
unitprodallassoc, comm, idem and unit attributes
userListprodallIdentifies the desugared form of Lst ::= List{Elm,"delim"}
predicateprodallSpecifies the sort of a predicate label
elementprodallSpecifies the label of the elements in a list
bracketLabelprodallKeep track of the label of a bracket production since it can't have a klabel
injectiveprodallLabel a given production as injective (unique output for each input)
internalprodallProduction is reserved for internal use by the compiler
coolruleallstrict and seqstrict attributes
heatruleallstrict and seqstrict attributes
+

Index Legend

+ +
    +
  • +

    Name - the attribute's name (optionally followed by an underscore _ to indicate the attribute takes arguments)

    +
  • +
  • +

    Type - the syntactic categories where this attribute is not ignored;
    +the possible values are the types mentioned above or shorthands:

    +
      +
    1. all - short for any type except cell
    2. +
    3. mod - short for module
    4. +
    5. sort
    6. +
    7. prod - short for production
    8. +
    9. rule
    10. +
    11. ctxt - short for context or context alias
    12. +
    13. claim
    14. +
    15. cell
    16. +
    +
  • +
  • +

    Backend - the backends that do not ignore this attribute; possible values:

    +
      +
    1. all - all backends
    2. +
    3. llvm - the LLVM backend
    4. +
    5. haskell - the Haskell backend
    6. +
    +
  • +
  • +

    Effect - the attribute's effect (when it applies)

    +
  • +
+

Pending Documentation

+

Backend features not yet given documentation:

+
    +
  • Parser of KORE terms and definitions
  • +
  • Term representation of K terms
  • +
  • Hooked sorts and symbols
  • +
  • Substituting a substitution into the RHS of a rule +
      +
    • domain values
    • +
    • functions
    • +
    • variables
    • +
    • symbols
    • +
    • polymorphism
    • +
    • hooks
    • +
    • injection compaction
    • +
    • overload compaction
    • +
    +
  • +
  • Pattern Matching / Unification of subject and LHS of rule +
      +
    • domain values
    • +
    • symbols
    • +
    • side conditions
    • +
    • and/or patterns
    • +
    • list patterns
    • +
    • nonlinear variables
    • +
    • map/set patterns +
        +
      • deterministic
      • +
      • nondeterministic
      • +
      +
    • +
    • modulo injections
    • +
    • modulo overloads
    • +
    +
  • +
  • Stepping +
      +
    • initialization
    • +
    • termination
    • +
    +
  • +
  • Print kore terms
  • +
  • Equality/comparison of terms
  • +
  • Owise rules
  • +
  • Strategy #STUCK axiom
  • +
  • User substitution +
      +
    • binders
    • +
    • kvar
    • +
    +
  • +
+

To get a complete list of hooks supported by K, you can run:

+
grep -P -R "(?<=[^-])hook\([^)]*\)" k-distribution/include/kframework/builtin/ \
+     --include "*.k" -ho | \
+sed 's/hook(//' | sed 's/)//' | sort | uniq | grep -v org.kframework
+

All of these hooks will also eventually need documentation.

+
+
+
    +
  1. Except for in a very limited number of special cases from the
    +K standard library. ↩︎

    +
  2. +
  3. The Maude documentation
    +has an example in a context that's somewhat similar to K; discussion of
    +ad-hoc overloading is not relevant. ↩︎

    +
  4. +
+
+

K Cheat Sheet

+

This is a quick reference of the most commonly used K tools.

+
kompile (--gen-bison-parser)? {file}                : generate parser, optionally with ahead of time
+krun {file}                                         : interpret file
+krun -cPGM='{string}'                               : interpret string
+kast --output (kore | kast) (-e|{file})             : parse expression or file
+kompile (--enable-search --backend haskell)? {file} : generate parser, enabling non-deterministic run
+krun (--search-all)? {file}                         : interpret file, evaluating non-deterministic runs as well
+foo-kompiled/parser_PGM {file}                      : ahead of time parse
+kompile (--main-module)? (--syntax-module)? {file}  : generate parser for {file}.k {file}-syntax.k, explicitly state main modules
+kparse <file> | kore-print -                        : parse and unparse a file
+kompile {file} --enable-llvm-debug                  : generate debuggable output for {file}.k
+krun {file} --debugger                              : debug K code
+kprove {file}                                       : Verify specs in {file}
+

During GDB debugging session (see here for
+LLDB breakpoint syntax):

+
break {file}:{linenum}                              : add a breakpoint to {file}'s {linenum} numbered line
+k match {module}.{label} subject                    : investigate matching
+

K Tools

+

Here we document how to use some of the most commonly used K tools.

+

Minimizing Output

+

When one is working with kore-repl or the prover in general and looking at
+specific configurations using config, sometimes the configurations can be huge.

+

One tool to help print configuration compactly is the pyk print utility:

+
pyk print
+

We are going to use --minimize option (which is actually used automatically
+when printing with pyk). This will filter out many uninteresting cells for the
+current config and make the result more compact.

+

Then, when invoking the prover, you can minimize your output by piping it into
+the pyk print ... facility with arguments for controlling the output:

+
kprove --output json --definition DEFN ... \
+    | jq .term                             \
+    | pyk print DEFN /dev/stdin --omit-labels ... --keep-labels ...
+

You can also use this in the kore-repl more easily, by making a help script.
+In your current directory, save a new script pykprint.sh:

+
#!/bin/bash
+
+kast --input kore --output json --definition $1 /dev/stdin \
+    | jq .term                                             \
+    | pyk print $1 /dev/stdin --omit-labels $2
+

Now call config | bash pykprint.sh DEFN in Kore REPL to make the output
+smaller.

+

The options you have to control the output are as follows:

+
    +
  • --no-minimize: do not remove uninteresting cells.
  • +
  • --omit-cells: remove the selected cells from the output.
  • +
  • --keep-cells: keep only the selected cells in the output.
  • +
+

Note: Make sure that there is no whitespace around , in the omit list,
+otherwise you'll get an error (, is a list separator, so this
+requirement is strict).

+

Debugging

+

The LLVM Backend has support for integration with GDB. You can run the debugger
+on a particular program by passing the --debugger flag to krun, or by
+invoking the llvm backend interpreter directly. Below we provide a simple
+tutorial to explain some of the basic commands supported by the LLVM backend.

+

LLDB Support

+ +

GDB is not well-supported on macOS, particularly on newer OS versions and Apple
+Silicon ARM hardware. Consequently, if the --debugger option is passed to krun
+on macOS, LLDB[^1] is launched instead of GDB. However, the K-specific debugger
+scripts that GDB uses have not been ported to LLDB yet, and so the instructions
+in the rest of this section will not work.

+

The K Definition

+ +

Here is a sample K definition we will use to demonstrate debugging
+capabilities:

+
module TEST
+  imports INT
+
+  configuration <k> foo(5) </k>
+  rule [test]: I:Int => I +Int 1 requires I <Int 10
+
+  syntax Int ::= foo(Int) [function]
+  rule foo(I) => 0 -Int I
+
+endmodule
+

You should compile this definition with --backend llvm --enable-llvm-debug to
+use the debugger most effectively.

+

Stepping

+ +

Important: When you first run krun with option --debugger, GDB / LLDB
+will instruct you on how to modify ~/.gdbinit or ~/.lldbinit to enable
+printing abstract syntax of K terms in the debugger. If you do not perform this
+step, you can still use all the other features, but K terms will be printed as
+their raw address in memory.

+

GDB will need the kompiled interpreter in its safe path in order to access the
+pretty printing python script within it. A good way to do this would be to pick
+a minimum top-level path that covers all of your kompiled semantics (ie. set auto-load safe-path ~/k-semantics). LLDB has slightly different security
+policies that do not require fully-arbitrary code execution.

+

This section uses GDB syntax to demonstrate the debugging features. Please
+refer to the GDB to LLDB command map on
+macOS.

+

You can break before every step of execution is taken by setting a breakpoint
+on the k_step function.

+
(gdb) break definition.kore:k_step
+Breakpoint 1 at 0x25e340
+(gdb) run
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("0", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb) continue
+Continuing.
+
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("1", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb) continue 2
+Will ignore next crossing of breakpoint 1.  Continuing.
+
+Breakpoint 1, 0x000000000025e340 in step (subject=`<generatedTop>{}`(`<k>{}`(`kseq{}`(`inj{Int{}, KItem{}}`(#token("3", "Int")),dotk{}(.KList))),`<generatedCounter>{}`(#token("0", "Int"))))
+(gdb)
+

Breaking on a specific rule

+ +

You can break when a rule is applied by giving the rule a rule label. If the
+module name is TEST and the rule label is test, you can break when the rule
+applies by setting a breakpoint on the TEST.test.rhs function:

+
(gdb) break TEST.test.rhs
+Breakpoint 1 at 0x25e250: file /home/dwightguth/test/./test.k, line 4.
+(gdb) run
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+

Note that the substitution associated with that rule is visible in the
+description of the frame.

+

You can also break when a side condition is applied using the TEST.test.sc
+function:

+
(gdb) break TEST.test.sc
+Breakpoint 1 at 0x25e230: file /home/dwightguth/test/./test.k, line 4.
+(gdb) run
+Breakpoint 1, TEST.test.sc (VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+

Note that every variable used in the side condition can have its value
+inspected when stopped at this breakpoint, but other variables are not visible.

+

You can also break on a rule by its location:

+
(gdb) break test.k:4
+Breakpoint 1 at 0x25e230: test.k:4. (2 locations)
+(gdb) run
+Breakpoint 1, TEST.test.sc (VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("0", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.sc (VarI=#token("1", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+

Note that this sets a breakpoint at two locations: one on the side condition
+and one on the right hand side. If the rule had no side condition, the first
+would not be set. You can also view the locations of the breakpoints and
+disable them individually:

+
(gdb) info breakpoint
+Num     Type           Disp Enb Address            What
+1       breakpoint     keep y   <MULTIPLE>
+        breakpoint already hit 3 times
+1.1                         y     0x000000000025e230 in TEST.test.sc at /home/dwightguth/test/./test.k:4
+1.2                         y     0x000000000025e250 in TEST.test.rhs at /home/dwightguth/test/./test.k:4
+(gdb) disable 1.1
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("1", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb) continue
+Continuing.
+
+Breakpoint 1, TEST.test.rhs (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList), VarI=#token("2", "Int")) at /home/dwightguth/test/./test.k:4
+4         rule [test]: I:Int => I +Int 1 requires I <Int 10
+(gdb)
+

Now only the breakpoint when the rule applies is enabled.

+

Breaking on a function

+ +

You can also break when a particular function in your semantics is invoked:

+
(gdb) info functions foo
+All functions matching regular expression "foo":
+
+File /home/dwightguth/test/./test.k:
+struct __mpz_struct *Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int(struct __mpz_struct *);
+(gdb) break Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int
+Breakpoint 1 at 0x25e640: file /home/dwightguth/test/./test.k, line 6.
+(gdb) run
+Breakpoint 1, Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+6         syntax Int ::= foo(Int) [function]
+(gdb)
+

In this case, the variables have numbers instead of names because the names of
+arguments in functions in K come from rules, and we are stopped before any
+specific rule has applied. For example, _1 is the first argument to the
+function.

+

You can also set a breakpoint in this location by setting it on the line
+associated with its production:

+
(gdb) break test.k:6
+Breakpoint 1 at 0x25e640: file /home/dwightguth/test/./test.k, line 6.
+(gdb) run
+Breakpoint 1, Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+6         syntax Int ::= foo(Int) [function]
+

These two syntaxes are equivalent; use whichever is easier for you.

+

You can also view the stack of function applications:

+
(gdb) bt
+#0  Lblfoo'LParUndsRParUnds'TEST'UndsUnds'Int (_1=#token("1", "Int")) at /home/dwightguth/test/./test.k:6
+#1  0x000000000025e5f8 in apply_rule_111 (VarDotVar0=`<generatedCounter>{}`(#token("0", "Int")), VarDotVar1=dotk{}(.KList)) at /home/dwightguth/test/./test.k:9
+#2  0x0000000000268a52 in take_steps ()
+#3  0x000000000026b7b4 in main ()
+(gdb)
+

Here we see that foo was invoked while applying the rule on line 9 of test.k,
+and we also can see the substitution of that rule. If foo was evaluated while
+evaluating another function, we would also be able to see the arguments of that
+function as well, unless the function was tail recursive, in which case no
+stack frame would exist once the tail call was performed.

+

Breaking on a set of rules or functions

+ +

Using rbreak <regex> you can set breakpoints on multiple functions.

+
    +
  • +

    rbreak Lbl - sets a breakpoint on all non hooked functions

    +
  • +
  • +

    rbreak Lbl.*TEST - sets a breakpoint on all functions from module TEST

    +
  • +
  • +

    rbreak hook_INT - sets a breakpoint on all hooks from module INT

    +
  • +
+

Other debugger issues

+ +
    +
  • <optimized out> try kompiling without -O1, -O2, or -O3.
  • +
  • (gdb) break definition.kore:break -> No source file named definition.kore.
    +send --enable-llvm-debug to kompile in order to generate debug info symbols.
  • +
+

Profiling your K semantics

+

The first thing to be aware of is in order to get meaningful data,
+you need to build the semantics and all of its dependencies with
+optimizations enabled but without the frame pointer elimination
+optimization
. For example, for EVM, this means rebuilding GMP, MPFR,
+JEMalloc, Crypto++, SECP256K1, etc with the following exports.

+
export CFLAGS="-DNDEBUG -O2 -fno-omit-frame-pointer"
+export CXXFLAGS="-DNDEBUG -O2 -fno-omit-frame-pointer"
+

You can skip this step, but if you do, any samples within these
+libraries will not have correct stack trace information, which means
+you will likely not get a meaningful set of data that will tell you
+where the majority of time is really being spent. Don't worry about
+rebuilding literally every single dependency though. Just focus on the
+ones that you expect to take a non-negligible amount of runtime. You
+will be able to tell if you haven't done enough later, and you can go
+back and rebuild more. Once this is done, you then build K with
+optimizations and debug info enabled, like so:

+
mvn package -Dproject.build.type="FastBuild"
+

Next, you build the semantics with optimizations and debug info
+enabled (i.e., kompile -ccopt -O2 --iterated -ccopt -fno-omit-frame-pointer).

+

Once all this is done, you should be ready to profile your
+application. Essentially, you should run whatever test suite you
+usually run, but with perf record -g -- prefixed to the front. For
+example, for KEVM it's the following command. (For best data, don't
+run this step in parallel.)

+
perf record -g -- make test-conformance
+

Finally, you want to filter out just the samples that landed within
+the llvm backend and view the report. For this, you need to know the
+name of the binary that was generated by your build system. Normally
+it is interpreter, but e.g. if you are building the web3 client for
+kevm, it would be kevm-client. You will want to run the following
+command.

+
perf report -g -c $binary_name
+

If all goes well, you should see a breakdown of where CPU time has
+been spent executing the application. You will know that sufficient
+time was spent rebuilding dependencies with the correct flags when the
+total time reported by the main method is close to 100%. If it's not
+close to 100%, this is probably because a decent amount of self time
+was reported in stack traces that were not built with frame pointers
+enabled, meaning that perf was unable to walk the stack. You will have
+to go back, rebuild the appropriate libraries, and then record your
+trace again.

+

Your ultimate goal is to identify the hotspots that take the most
+time, and make them execute faster. Entries like step and
+step_1234 like functions refer to the cost of matching. An entry
+like side_condition_1234 is a side condition and apply_rule_1234
+is constructing the rhs of a rule. You can convert from this rule
+ordinal to a location using the llvm-kompile-compute-loc script in
+the bin folder of the llvm backend repo. For example,

+
llvm-kompile-compute-loc 5868 evm-semantics/.build/defn/llvm/driver-kompiled
+

spits out the following text.

+
Line: 18529
+/home/dwightguth/evm-semantics/./.build/defn/llvm/driver.k:493:10
+

This is the line of definition.kore that the axiom appears on as
+well as the original location of the rule in the K semantics. You can
+use this information to figure out which rules and functions are
+causing the most time and optimize them to be more efficient.

+

Running tests - kserver

+

The kserver is a front-end tool based on Nailgun
+which helps to reduce the startup time of the JVM. Calling kserver in a terminal
+window will wait for all kompile/kprove calls and force them to run in the same process
+and share the same threads. This also reduces the thread contention significantly. kompile
+uses all the threads available to do rule parsing. Another benefit is that it saves caches,
+and each time you call kprove/kast, you can access those directly w/o extra disk usage.
+Running the regression-new integration tests on a powerful machine (32 threads) takes 8m,
+with the kserver active it takes 2m. You can start the kserver in two ways.

+
    +
  • blocking: call kserver in the command line. Close it after you are done testing. Useful for quick testing.
  • +
  • non-blocking: call spawn-kserver <log.flie> and close it with stop-kserver - this is used for automation on CI
  • +
+

Because we reuse caches, you should stop and restart the server between runs.
+The Nailgun implementation hasn't been updated in the last 3-5 years, and it's not compatible with Java 18 onwards.

+

K Builtins

+

The K Builtins (also referred to as the K Prelude or the K Standard Library)
+consists of several files which contain definitions that make working with K
+simpler. These files can be found under include/kframework/builtin in your K
+installation directory, and can be imported with requires "FILENAME" (without
+the path prefix).

+
    +
  • domains: Basic datatypes which are universally useful.
  • +
  • kast: Representation of K internal data-structures (not to be
    +included in normal definitions).
  • +
  • prelude: Automatically included into every K definition.
  • +
  • ffi: FFI interface for calling out to native C code from K.
  • +
  • json: JSON datatype and parsers/unparsers for JSON strings.
  • +
  • rat: Rational number representation.
  • +
  • substitution: Hooked implementation of capture-aware
    +sustitution for K definitions.
  • +
  • unification: Hooked implementation of unification
    +exposed directly to K definitions.
  • +
+

Basic Builtin Types in K

+

A major piece of the K prelude consists of a series of modules that contain
+implementations of basic data types and language features in K. You do not need
+to require this file yourself; it is required automatically in every K
+definition unless --no-prelude is passed to kompile. K may not work correctly
+if some of these modules do not exist or do not declare certain functions.

+

Note that some functions in the K prelude functions are not total, that is,
+they are not defined on all possible input values. When you invoke such a
+function on an undefined input, the behavior is undefined. In particular, when
+this happens, interpreters generated by the K LLVM backend may crash.

+
requires "kast.md"
+

Default Modules

+

K declares certain modules that contain most of the builtins you usually want
+when defining a language in K. In particular, this includes integers, booleans,
+strings, identifiers, I/O, lists, maps, and sets. The DOMAINS-SYNTAX module
+is designed to be imported by the syntax module of the language and contains
+only the program-level syntax of identifiers, integers, booleans, and strings.
+The DOMAINS module contains the rest of the syntax, including builtin
+functions over those and the remaining types.

+

Note that not all modules are included in DOMAINS. A few less-common modules
+are not, including ARRAY, COLLECTIONS, FLOAT, STRING-BUFFER, BYTES,
+K-REFLECTION, MINT.

+
module DOMAINS-SYNTAX
+  imports SORT-K
+  imports ID-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  imports BOOL-SYNTAX
+  imports STRING-SYNTAX
+endmodule
+
+module DOMAINS
+  imports DOMAINS-SYNTAX
+  imports INT
+  imports BOOL
+  imports STRING
+  imports BASIC-K
+  imports LIST
+  imports K-IO
+  imports MAP
+  imports SET
+  imports ID
+  imports K-EQUAL
+endmodule
+

Arrays

+

Provided here is an implementation for fixed-sized, contiguous maps from Int
+to KItem. In some previous versions of K, the Array type was a builtin type
+backed by mutable arrays of objects. However, in modern K, the Array type is
+implemented by means of the List type; users should not access this interface
+directly and should instead make only of the functions listed below. Users of
+this module should import only the ARRAY module.

+
module ARRAY-SYNTAX
+  imports private LIST
+
+  syntax Array
+

Array lookup

+ +

You can look up an element in an Array by its index in O(log(N)) time. Note
+that the base of the logarithm is a relatively high number and thus the time is
+effectively constant.

+
  syntax KItem ::= Array "[" Int "]" [function]
+

Array update

+ +

You can create a new Array with a new value for a key in O(log(N)) time, or
+effectively constant.

+
  syntax Array ::= Array "[" key: Int "<-" value: KItem "]" [function, klabel(_[_<-_]), symbol]
+

Array reset

+ +

You can create a new Array where a particular key is reset to its default
+value in O(log(N)) time, or effectively constant.

+
  syntax Array ::= Array "[" Int "<-" "undef" "]" [function]
+

Multiple array update

+ +

You can create a new Array from a List L of size N where the N
+elements starting at index are replaced with the contents of L, in
+O(N*log(K)) time (where K is the size of the array), or effectively linear.
+Having index + N > K yields an exception.

+
  syntax Array ::= updateArray(Array, index: Int, List) [function]
+

Array fill

+ +

You can create a new Array where the length elements starting at index
+are replaced with value, in O(length*log(N)) time, or effectively linear.

+
  syntax Array ::= fillArray(Array, index: Int, length: Int, value: KItem) [function]
+

Array range check

+ +

You can test whether an integer is within the bounds of an array in O(1) time.

+
  syntax Bool ::= Int "in_keys" "(" Array ")" [function, total]
+
endmodule
+
+module ARRAY-IN-K [private]
+  imports public ARRAY-SYNTAX
+  imports private LIST
+  imports private K-EQUAL
+  imports private INT
+  imports private BOOL
+

Array creation

+ +

You can create an array with length elements where each element is
+initialized to value in O(1) time. Note that the array is stored in a manner
+where only the highest element that is actually modified is given a value
+in its internal representation, which means that subsequent array operations
+may incur a one-time O(N) resizing cost, possibly amortized across multiple
+operations.

+
  syntax Array ::= makeArray(length: Int, value: KItem) [function, public]
+

Implementation of Arrays

+ +

The remainder of this section consists of an implementation in K of the
+operations listed above. Users of the ARRAY module should not make use
+of any of the syntax defined in any of these modules.

+
  syntax Array ::= arr(List, Int, KItem)
+
+  rule makeArray(I::Int, D::KItem) => arr(.List, I, D)
+
+  rule arr(L::List, _, _       ) [ IDX::Int ] => L[IDX] requires 0 <=Int IDX andBool IDX  <Int size(L)
+  rule arr(_      , _, D::KItem) [ _        ] => D      [owise]
+
+  syntax List ::= ensureOffsetList(List, Int, KItem) [function]
+  rule ensureOffsetList(L::List, IDX::Int, D::KItem) => L makeList(IDX +Int 1 -Int size(L), D) requires         IDX >=Int size(L)
+  rule ensureOffsetList(L::List, IDX::Int, _::KItem) => L                                      requires notBool IDX >=Int size(L)
+
+  rule arr(L::List, I::Int, D::KItem) [ IDX::Int <- VAL::KItem ] => arr(ensureOffsetList(L, IDX, D) [ IDX <- VAL ], I, D)
+
+  rule arr(L::List, I::Int, D::KItem) [ IDX::Int <- undef ] => arr(L, I, D) [ IDX <- D ]
+
+  rule updateArray(arr(L::List, I::Int, D::KItem), IDX::Int, L2::List) => arr(updateList(ensureOffsetList(L, IDX +Int size(L2) -Int 1, D), IDX, L2), I, D)
+
+  rule fillArray(arr(L::List, I::Int, D::KItem), IDX::Int, LEN::Int, VAL::KItem) => arr(fillList(ensureOffsetList(L, IDX +Int LEN -Int 1, D), IDX, LEN, VAL), I, D)
+
+  rule IDX::Int in_keys(arr(_, I::Int, _)) => IDX >=Int 0 andBool IDX <Int I
+endmodule
+
+module ARRAY-SYMBOLIC [symbolic]
+  imports ARRAY-IN-K
+endmodule
+
+module ARRAY-KORE
+  imports ARRAY-IN-K
+endmodule
+
+module ARRAY
+  imports ARRAY-SYMBOLIC
+  imports ARRAY-KORE
+endmodule
+

Maps

+

Provided here is the syntax of an implementation of immutable, associative,
+commutative maps from KItem to KItem. This type is hooked to an
+implementation of maps provided by the backend. For more information on
+matching on maps and allowable patterns for doing so, refer to K's
+user documentation.

+
module MAP
+  imports private BOOL-SYNTAX
+  imports private INT-SYNTAX
+  imports private LIST
+  imports private SET
+
+  syntax Map [hook(MAP.Map)]
+

Map concatenation

+ +

The Map sort represents a generalized associative array. Each key can be
+paired with an arbitrary value, and can be used to reference its associated
+value. Multiple bindings for the same key are not allowed.

+

You can construct a new Map consisting of key/value pairs of two Maps. The
+result is #False if the maps have keys in common (in particular, this will
+yield an exception during concrete execution). This operation is O(Nlog(M))
+where N is the size of the smaller map, when it appears on the right hand side.
+When it appears on the left hand side and all variables are bound, it is
+O(N
log(M)) where M is the size of the map it is matching and N is the number
+of elements being matched. When it appears on the left hand side containing
+variables not bound elsewhere in the term, it is O(N^K) where N is the size of
+the map it is matching and K is the number of unbound keys being matched. In
+other words, one unbound variable is linear, two is quadratic, three is cubic,
+etc.

+
  syntax Map ::= Map Map                        [left, function, hook(MAP.concat), klabel(_Map_), symbol, assoc, comm, unit(.Map), element(_|->_), index(0), format(%1%n%2)]
+

Map unit

+ +

The map with zero elements is represented by .Map.

+
  syntax Map ::= ".Map"                         [function, total, hook(MAP.unit), klabel(.Map), symbol]
+

Map elements

+ +

An element of a Map is constructed via the |-> operator. The key is on the
+left and the value is on the right.

+
  syntax Map ::= KItem "|->" KItem                      [function, total, hook(MAP.element), klabel(_|->_), symbol, injective]
+
+  syntax priority _|->_ > _Map_ .Map
+  syntax non-assoc _|->_
+

Map lookup

+ +

You can look up the value associated with the key of a map in O(log(N)) time.
+Note that the base of the logarithm is a relatively high number and thus the
+time is effectively constant. The value is #False if the key is not in the
+map (in particular, this will yield an exception during concrete execution).

+
  syntax KItem ::= Map "[" KItem "]"                    [function, hook(MAP.lookup), klabel(Map:lookup), symbol]
+

Map lookup with default

+ +

You can also look up the value associated with the key of a map using a
+total function that assigns a specific default value if the key is not present
+in the map. This operation is also O(log(N)), or effectively constant.

+
  syntax KItem ::= Map "[" KItem "]" "orDefault" KItem      [function, total, hook(MAP.lookupOrDefault), klabel(Map:lookupOrDefault)]
+

Map update

+ +

You can insert a key/value pair into a map in O(log(N)) time, or effectively
+constant.

+
  syntax Map ::= Map "[" key: KItem "<-" value: KItem "]"           [function, total, klabel(Map:update), symbol, hook(MAP.update), prefer]
+

Map delete

+ +

You can remove a key/value pair from a map via its key in O(log(N)) time, or
+effectively constant.

+
  syntax Map ::= Map "[" KItem "<-" "undef" "]"     [function, total, hook(MAP.remove), klabel(_[_<-undef]), symbol]
+

Map difference

+ +

You can remove the key/value pairs in a map that are present in another map in
+O(N*log(M)) time (where M is the size of the first map and N is the size of the
+second), or effectively linear. Note that only keys whose value is the same
+in both maps are removed. To remove all the keys in one map from another map,
+you can say removeAll(M1, keys(M2)).

+
  syntax Map ::= Map "-Map" Map                 [function, total, hook(MAP.difference)]
+

Multiple map update

+ +

You can update a map by adding all the key/value pairs in the second map in
+O(N*log(M)) time (where M is the size of the first map and N is the size of the
+second map), or effectively linear. If any keys are present in both maps, the
+value from the second map overwrites the value in the first. This function is
+total, which is distinct from map concatenation, a partial function only
+defined on maps with disjoint keys.

+
  syntax Map ::= updateMap(Map, Map)            [function, total, hook(MAP.updateAll)]
+

Multiple map removal

+ +

You can remove a Set of keys from a map in O(N*log(M)) time (where M is the
+size of the Map and N is the size of the Set), or effectively linear.

+
  syntax Map ::= removeAll(Map, Set)            [function, total, hook(MAP.removeAll)]
+

Map keys (as Set)

+ +

You can get a Set of all the keys in a Map in O(N) time.

+
  syntax Set ::= keys(Map)                      [function, total, hook(MAP.keys)]
+

Map keys (as List)

+ +

You can get a List of all the keys in a Map in O(N) time.

+
  syntax List ::= "keys_list" "(" Map ")"       [function, hook(MAP.keys_list)]
+

Map key membership

+ +

You can check whether a key is present in a map in O(1) time.

+
  syntax Bool ::= KItem "in_keys" "(" Map ")"       [function, total, hook(MAP.in_keys)]
+

Map values (as List)

+ +

You can get a List of all the values in a map in O(N) time.

+
  syntax List ::= values(Map)                   [function, hook(MAP.values)]
+

Map size

+ +

You can get the number of key/value pairs in a map in O(1) time.

+
  syntax Int ::= size(Map)                      [function, total, hook(MAP.size), klabel(sizeMap)]
+

Map inclusion

+ +

You can determine whether a Map is a strict subset of another Map in O(N)
+time (where N is the size of the first map). Only keys that are bound to the
+same value are considered equal.

+
  syntax Bool ::= Map "<=Map" Map               [function, total, hook(MAP.inclusion)]
+

Map choice

+ +

You can get an arbitrarily chosen key of a Map in O(1) time. The same key
+will always be returned for the same map, but no guarantee is given that two
+different maps will return the same element, even if they are similar.

+
  syntax KItem ::= choice(Map)                      [function, hook(MAP.choice), klabel(Map:choice)]
+

Implementation of Maps

+ +

The remainder of this section contains lemmas used by the Java and Haskell
+backend to simplify expressions of sort Map. They do not affect the semantics
+of maps, merely describing additional rules that the backend can use to
+simplify terms.

+
endmodule
+
+module MAP-KORE-SYMBOLIC [symbolic,haskell]
+  imports MAP
+  imports private K-EQUAL
+  imports private BOOL
+
+  rule #Ceil(@M:Map [@K:KItem]) => {(@K in_keys(@M)) #Equals true} #And #Ceil(@M) #And #Ceil(@K) [simplification]
+
+  // Symbolic update
+
+  // Adding the definedness condition `notBool (K in_keys(M))` in the ensures clause of the following rule would be redundant
+  // because K also appears in the rhs, preserving the case when it's #Bottom.
+  rule (K |-> _ M:Map) [ K <- V ] => (K |-> V M) [simplification]
+  rule M:Map [ K <- V ] => (K |-> V M) requires notBool (K in_keys(M)) [simplification]
+  rule M:Map [ K <- _ ] [ K <- V ] => M [ K <- V ] [simplification]
+  // Adding the definedness condition `notBool (K1 in_keys(M))` in the ensures clause of the following rule would be redundant
+  // because K1 also appears in the rhs, preserving the case when it's #Bottom.
+  rule (K1 |-> V1 M:Map) [ K2 <- V2 ] => (K1 |-> V1 (M [ K2 <- V2 ])) requires K1 =/=K K2 [simplification]
+
+  // Symbolic remove
+  rule (K |-> _ M:Map) [ K <- undef ] => M ensures notBool (K in_keys(M)) [simplification]
+  rule M:Map [ K <- undef ] => M requires notBool (K in_keys(M)) [simplification]
+  // Adding the definedness condition `notBool (K1 in_keys(M))` in the ensures clause of the following rule would be redundant
+  // because K1 also appears in the rhs, preserving the case when it's #Bottom.
+  rule (K1 |-> V1 M:Map) [ K2 <- undef ] => (K1 |-> V1 (M [ K2 <- undef ])) requires K1 =/=K K2 [simplification]
+
+  // Symbolic lookup
+  rule (K  |->  V M:Map) [ K ]  => V ensures notBool (K in_keys(M)) [simplification]
+  rule (K1 |-> _V M:Map) [ K2 ] => M [K2] requires K1 =/=K K2 ensures notBool (K1 in_keys(M)) [simplification]
+  rule (_MAP:Map [ K  <-  V1 ]) [ K ]  => V1 [simplification]
+  rule ( MAP:Map [ K1 <- _V1 ]) [ K2 ] => MAP [ K2 ] requires K1 =/=K K2 [simplification]
+
+  rule (K  |->  V M:Map) [  K ] orDefault _ => V ensures notBool (K in_keys(M)) [simplification]
+  rule (K1 |-> _V M:Map) [ K2 ] orDefault D => M [K2] orDefault D requires K1 =/=K K2 ensures notBool (K1 in_keys(M)) [simplification]
+  rule (_MAP:Map [ K  <-  V1 ]) [ K ] orDefault _ => V1 [simplification]
+  rule ( MAP:Map [ K1 <- _V1 ]) [ K2 ] orDefault D => MAP [ K2 ] orDefault D requires K1 =/=K K2 [simplification]
+  rule .Map [ _ ] orDefault D => D [simplification]
+
+  // Symbolic in_keys
+  rule K in_keys(_M [ K <- undef ]) => false [simplification]
+  rule K in_keys(_M [ K <- _ ]) => true [simplification]
+  rule K1 in_keys(M [ K2 <- _ ]) => true requires K1 ==K K2 orBool K1 in_keys(M) [simplification]
+  rule K1 in_keys(M [ K2 <- _ ]) => K1 in_keys(M) requires K1 =/=K K2 [simplification]
+
+  rule {false #Equals @Key in_keys(.Map)} => #Ceil(@Key) [simplification]
+  rule {@Key in_keys(.Map) #Equals false} => #Ceil(@Key) [simplification]
+  rule {false #Equals @Key in_keys(Key' |-> Val @M)} => #Ceil(@Key) #And #Ceil(Key' |-> Val @M) #And #Not({@Key #Equals Key'}) #And {false #Equals @Key in_keys(@M)} [simplification]
+  rule {@Key in_keys(Key' |-> Val @M) #Equals false} => #Ceil(@Key) #And #Ceil(Key' |-> Val @M) #And #Not({@Key #Equals Key'}) #And {@Key in_keys(@M) #Equals false} [simplification]
+
+/*
+// The rule below is automatically generated by the frontend for every sort
+// hooked to MAP.Map. It is left here to serve as documentation.
+
+  rule #Ceil(@M:Map (@K:KItem |-> @V:KItem)) => {(@K in_keys(@M)) #Equals false} #And #Ceil(@M) #And #Ceil(@K) #And #Ceil(@V)
+    [simplification]
+*/
+endmodule
+
+module MAP-SYMBOLIC
+  imports MAP-KORE-SYMBOLIC
+endmodule
+

Range Maps

+

Provided here is the syntax of an implementation of immutable, associative,
+commutative range maps from Int to KItem. This type is hooked to an
+implementation of range maps provided by the LLVM backend.
+Currently, this type is not supported by other backends.
+Although the underlying range map data structure supports any key sort, the
+current implementation by the backend only supports Int keys due to
+limitations of the underlying ordering function.

+
module RANGEMAP
+  imports private BOOL-SYNTAX
+  imports private INT-SYNTAX
+  imports private LIST
+  imports private SET
+
+

Range, bounded inclusively below and exclusively above.

+ +
  syntax Range ::= "[" KItem "," KItem ")"    [klabel(Rangemap:Range), symbol]
+
+  syntax RangeMap [hook(RANGEMAP.RangeMap)]
+

Range map concatenation

+ +

The RangeMap sort represents a map whose keys are stored as ranges, bounded
+inclusively below and exclusively above. Contiguous or overlapping ranges that
+map to the same value are merged into a single range.

+

You can construct a new RangeMap consisting of range/value pairs of two
+RangeMaps. If the RangeMaps have overlapping ranges an exception will be
+thrown during concrete execution. This operation is O(N*log(M)) (where N is
+the size of the smaller map and M is the size of the larger map).

+
  syntax RangeMap ::= RangeMap RangeMap                        [left, function, hook(RANGEMAP.concat), klabel(_RangeMap_), symbol, assoc, comm, unit(.RangeMap), element(_r|->_), index(0), format(%1%n%2)]
+

Range map unit

+ +

The RangeMap with zero elements is represented by .RangeMap.

+
  syntax RangeMap ::= ".RangeMap"                         [function, total, hook(RANGEMAP.unit), klabel(.RangeMap), symbol]
+

Range map elements

+ +

An element of a RangeMap is constructed via the r|-> operator. The range
+of keys is on the left, and the value is on the right.

+
  syntax RangeMap ::= Range "r|->" KItem                      [function, hook(RANGEMAP.elementRng), klabel(_r|->_), symbol, injective]
+
+  syntax priority _r|->_ > _RangeMap_ .RangeMap
+  syntax non-assoc _r|->_
+

Range map lookup

+ +

You can look up the value associated with a key of a RangeMap in O(log(N))
+time (where N is the size of the RangeMap). This will yield an exception
+during concrete execution if the key is not in the range map.

+
  syntax KItem ::= RangeMap "[" KItem "]"                    [function, hook(RANGEMAP.lookup), klabel(RangeMap:lookup), symbol]
+

Range map lookup with default

+ +

You can also look up the value associated with a key of a RangeMap using a
+total function that assigns a specific default value if the key is not present
+in the RangeMap. This operation is also O(log(N)) (where N is the size of
+the range map).

+
  syntax KItem ::= RangeMap "[" KItem "]" "orDefault" KItem      [function, total, hook(RANGEMAP.lookupOrDefault), klabel(RangeMap:lookupOrDefault)]
+

Range map lookup for range of key

+ +

You can look up for the range that a key of a RangeMap is stored in in
+O(log(N)) time (where N is the size of the RangeMap). This will yield an
+exception during concrete execution if the key is not in the range map.

+
  syntax Range ::= "find_range" "(" RangeMap "," KItem ")"                    [function, hook(RANGEMAP.find_range), klabel(RangeMap:find_range)]
+

Range map update

+ +

You can insert a range/value pair into a RangeMap in O(log(N)) time (where N
+is the size of the RangeMap). Any ranges adjacent to or overlapping with the
+range to be inserted will be updated accordingly.

+
  syntax RangeMap ::= RangeMap "[" keyRange: Range "<-" value: KItem "]"           [function, klabel(RangeMap:update), symbol, hook(RANGEMAP.updateRng), prefer]
+

Range map delete

+ +

You can remove a range/value pair from a RangeMap in O(log(N)) time (where N
+is the size of the RangeMap). If all or any part of the range is present in
+the range map, it will be removed.

+
  syntax RangeMap ::= RangeMap "[" Range "<-" "undef" "]"     [function, hook(RANGEMAP.removeRng), klabel(_r[_<-undef]), symbol]
+

Range map difference

+ +

You can remove the range/value pairs in a RangeMap that are also present in
+another RangeMap in O(max{M,N}*log(M)) time (where M is the size of the
+first RangeMap and N is the size of the second RangeMap). Note that only
+the parts of overlapping ranges whose value is the same in both range maps
+will be removed.

+
  syntax RangeMap ::= RangeMap "-RangeMap" RangeMap                 [function, total, hook(RANGEMAP.difference)]
+

Multiple range map update

+ +

You can update a RangeMap by adding all the range/value pairs in the second
+RangeMap in O(N*log(M+N)) time (where M is the size of the first RangeMap
+and N is the size of the second RangeMap). If any ranges are overlapping,
+the value from the second range map overwrites the value in the first for the
+parts where ranges are overlapping. This function is total, which is distinct
+from range map concatenation, a partial function only defined on range maps
+with non overlapping ranges.

+
  syntax RangeMap ::= updateRangeMap(RangeMap, RangeMap)            [function, total, hook(RANGEMAP.updateAll)]
+

Multiple range map removal

+ +

You can remove a Set of ranges from a RangeMap in O(N*log(M)) time (where
+M is the size of the RangeMap and N is the size of the Set). For every
+range in the set, all or any part of it that is present in the range map will
+be removed.

+
  syntax RangeMap ::= removeAll(RangeMap, Set)            [function, hook(RANGEMAP.removeAll)]
+

Range map keys (as Set)

+ +

You can get a Set of all the ranges in a RangeMap in O(N) time (where N
+is the size of the RangeMap).

+
  syntax Set ::= keys(RangeMap)                      [function, total, hook(RANGEMAP.keys)]
+

Range map keys (as List)

+ +

You can get a List of all the ranges in a RangeMap in O(N) time (where N
+is the size of the RangeMap).

+
  syntax List ::= "keys_list" "(" RangeMap ")"       [function, hook(RANGEMAP.keys_list)]
+

Range map key membership

+ +

You can check whether a key is present in a RangeMap in O(log(N)) time (where
+N is the size of the RangeMap).

+
  syntax Bool ::= KItem "in_keys" "(" RangeMap ")"       [function, total, hook(RANGEMAP.in_keys)]
+

Range map values (as List)

+ +

You can get a List of all values in a RangeMap in O(N) time (where N is the
+size of the RangeMap).

+
  syntax List ::= values(RangeMap)                   [function, hook(RANGEMAP.values)]
+

Range map size

+ +

You can get the number of range/value pairs in a RangeMap in O(1) time.

+
  syntax Int ::= size(RangeMap)                      [function, total, hook(RANGEMAP.size), klabel(sizeRangeMap)]
+

Range map inclusion

+ +

You can determine whether a RangeMap is a strict subset of another RangeMap
+in O(M+N) time (where M is the size of the first RangeMap and N is the size
+of the second RangeMap). Only keys within equal or overlapping ranges that
+are bound to the same value are considered equal.

+
  syntax Bool ::= RangeMap "<=RangeMap" RangeMap               [function, total, hook(RANGEMAP.inclusion)]
+

Range map choice

+ +

You can get an arbitrarily chosen key of a RangeMap in O(1) time. The same
+key will always be returned for the same range map, but no guarantee is given
+that two different range maps will return the same element, even if they are
+similar.

+
  syntax KItem ::= choice(RangeMap)                      [function, hook(RANGEMAP.choice), klabel(RangeMap:choice)]
+endmodule
+

Sets

+

Provided here is the syntax of an implementation of immutable, associative,
+commutative sets of KItem. This type is hooked to an implementation of sets
+provided by the backend. For more information on matching on sets and allowable
+patterns for doing so, refer to K's
+user documentation.

+
module SET
+  imports private INT-SYNTAX
+  imports private BASIC-K
+
+  syntax Set [hook(SET.Set)]
+

Set concatenation

+ +

The Set sort represents a mathematical set (A collection of unique items).
+The sets are nilpotent, i.e., the concatenation of two sets containing elements
+in common is #False (note however, this may be silently allowed during
+concrete execution). If you intend to add an element to a set that might
+already be present in the set, use the |Set operator instead.

+

The concatenation operator is O(Nlog(M)) where N is the size of the smaller
+set, when it appears on the right hand side. When it appears on the left hand
+side and all variables are bound, it is O(N
log(M)) where M is the size of the
+set it is matching and N is the number of elements being matched. When it
+appears on the left hand side containing variables not bound elsewhere in the
+term, it is O(N^K) where N is the size of the set it is matching and K is the
+number of unbound keys being mached. In other words, one unbound variable is
+linear, two is quadratic, three is cubic, etc.

+
  syntax Set ::= Set Set                  [left, function, hook(SET.concat), klabel(_Set_), symbol, assoc, comm, unit(.Set), idem, element(SetItem), format(%1%n%2)]
+

Set unit

+ +

The set with zero elements is represented by .Set.

+
  syntax Set ::= ".Set"                   [function, total, hook(SET.unit), klabel(.Set), symbol]
+

Set elements

+ +

An element of a Set is constructed via the SetItem operator.

+
  syntax Set ::= SetItem(KItem)               [function, total, hook(SET.element), klabel(SetItem), symbol, injective]
+

Set union

+ +

You can compute the union of two sets in O(N*log(M)) time (Where N is the size
+of the smaller set). Note that the base of the logarithm is a relatively high
+number and thus the time is effectively linear. The union consists of all the
+elements present in either set.

+
  syntax Set ::= Set "|Set" Set              [left, function, total, hook(SET.union), comm]
+  rule S1:Set |Set S2:Set => S1 (S2 -Set S1) [concrete]
+

Set intersection

+ +

You can compute the intersection of two sets in O(N*log(M)) time (where N
+is the size of the smaller set), or effectively linear. The intersection
+consists of all the elements present in both sets.

+
  syntax Set ::= intersectSet(Set, Set)   [function, total, hook(SET.intersection), comm]
+

Set complement

+ +

You can compute the relative complement of two sets in O(N*log(M)) time (where
+N is the size of the second set), or effectively linear. This is the set of
+elements in the first set that are not present in the second set.

+
  syntax Set ::= Set "-Set" Set           [function, total, hook(SET.difference), klabel(Set:difference), symbol]
+

Set membership

+ +

You can compute whether an element is a member of a set in O(1) time.

+
  syntax Bool ::= KItem "in" Set              [function, total, hook(SET.in), klabel(Set:in), symbol]
+

Set inclusion

+ +

You can determine whether a Set is a strict subset of another Set in O(N)
+time (where N is the size of the first set).

+
  syntax Bool ::= Set "<=Set" Set         [function, total, hook(SET.inclusion)]
+

Set size

+ +

You can get the number of elements (the cardinality) of a set in O(1) time.

+
  syntax Int ::= size(Set)                [function, total, hook(SET.size)]
+

Set choice

+ +

You can get an arbitrarily chosen element of a Set in O(1) time. The same
+element will always be returned for the same set, but no guarantee is given
+that two different sets will return the same element, even if they are similar.

+
  syntax KItem ::= choice(Set)                [function, hook(SET.choice), klabel(Set:choice)]
+
endmodule
+

Implementation of Sets

+ +

The following lemmas are simplifications that the Haskell backend can
+apply to simplify expressions of sort Set.

+
module SET-KORE-SYMBOLIC [symbolic,haskell]
+  imports SET
+  imports private K-EQUAL
+  imports private BOOL
+
+  //Temporarly rule for #Ceil simplification, should be generated in front-end
+
+// Matching for this version not implemented.
+  // rule #Ceil(@S1:Set @S2:Set) =>
+  //        {intersectSet(@S1, @S2) #Equals .Set} #And #Ceil(@S1) #And #Ceil(@S2)
+  //   [simplification]
+
+//simpler version
+  rule #Ceil(@S:Set SetItem(@E:KItem)) =>
+         {(@E in @S) #Equals false} #And #Ceil(@S) #And #Ceil(@E)
+    [simplification]
+
+  // -Set simplifications
+  rule S              -Set .Set           => S          [simplification]
+  rule .Set           -Set  _             => .Set       [simplification]
+  rule SetItem(X)     -Set (S SetItem(X)) => .Set
+                               ensures notBool (X in S) [simplification]
+  rule S              -Set (S SetItem(X)) => .Set
+                               ensures notBool (X in S) [simplification]
+  rule (S SetItem(X)) -Set S              => SetItem(X)
+                               ensures notBool (X in S) [simplification]
+  rule (S SetItem(X)) -Set SetItem(X)     => S
+                               ensures notBool (X in S) [simplification]
+  // rule SetItem(X)     -Set S              => SetItem(X)
+  //                            requires notBool (X in S)  [simplification]
+  // rule (S1 SetItem(X)) -Set (S2 SetItem(X))  => S1 -Set S2
+  //                             ensures notBool (X in S1)
+  //                             andBool notBool (X in S2) [simplification]
+
+
+
+  // |Set simplifications
+  rule S    |Set .Set => S    [simplification, comm]
+  rule S    |Set S    => S    [simplification]
+
+  rule (S SetItem(X)) |Set SetItem(X) => S SetItem(X)
+                             ensures notBool (X in S) [simplification, comm]
+  // Currently disabled, see runtimeverification/haskell-backend#3301
+  // rule (S SetItem(X)) |Set S          => S SetItem(X)
+  //                            ensures notBool (X in S) [simplification, comm]
+
+  // intersectSet simplifications
+  rule intersectSet(.Set, _   ) => .Set    [simplification, comm]
+  rule intersectSet( S  , S   ) =>  S      [simplification]
+
+  rule intersectSet( S SetItem(X), SetItem(X))     => SetItem(X)
+                                                        ensures notBool (X in S)      [simplification, comm]
+  // Currently disabled, see runtimeverification/haskell-backend#3294
+  // rule intersectSet( S SetItem(X) , S)             => S ensures notBool (X in S)      [simplification, comm]
+  rule intersectSet( S1 SetItem(X), S2 SetItem(X)) => intersectSet(S1, S2) SetItem(X)
+                                                        ensures notBool (X in S1)
+                                                        andBool notBool (X in S2)     [simplification]
+
+  // membership simplifications
+  rule _E in .Set           => false   [simplification]
+  rule E  in (S SetItem(E)) => true
+              ensures notBool (E in S) [simplification]
+
+// These two rules would be sound but impose a giant overhead on `in` evaluation:
+  // rule E1 in (S SetItem(E2)) => true requires E1 in S
+  //                                 ensures notBool (E2 in S) [simplification]
+  // rule E1 in (S SetItem(E2)) => E1 in S requires E1 =/=K E2
+  //                                 ensures notBool (E2 in S) [simplification]
+
+  rule X in ((SetItem(X) S) |Set  _            ) => true
+                                    ensures notBool (X in S) [simplification]
+  rule X in ( _             |Set (SetItem(X) S)) => true
+                                    ensures notBool (X in S) [simplification]
+
+endmodule
+
+module SET-SYMBOLIC
+  imports SET-KORE-SYMBOLIC
+endmodule
+

Lists

+

Provided here is the syntax of an implementation of immutable, associative
+lists of KItem. This type is hooked to an implementation of lists provided
+by the backend. For more information on matching on lists and allowable
+patterns for doing so, refer to K's
+user documentation.

+
module LIST
+  imports private INT-SYNTAX
+  imports private BASIC-K
+
+  syntax List [hook(LIST.List)]
+

List concatenation

+ +

The List sort is an ordered collection that may contain duplicate elements.
+They are backed by relaxed radix balanced trees, which means that they support
+efficiently adding elements to both sides of the list, concatenating two lists,
+indexing, and updating elements.

+

The concatenation operator is O(log(N)) (where N is the size of the longer
+list) when it appears on the right hand side. When it appears on the left hand
+side, it is O(N), where N is the number of elements matched on the front and
+back of the list.

+
  syntax List ::= List List               [left, function, total, hook(LIST.concat), klabel(_List_), symbol, smtlib(smt_seq_concat), assoc, unit(.List), element(ListItem), format(%1%n%2)]
+

List unit

+ +

The list with zero elements is represented by .List.

+
  syntax List ::= ".List"                 [function, total, hook(LIST.unit), klabel(.List), symbol, smtlib(smt_seq_nil)]
+

List elements

+ +

An element of a List is constucted via the ListItem operator.

+
  syntax List ::= ListItem(KItem)             [function, total, hook(LIST.element), klabel(ListItem), symbol, smtlib(smt_seq_elem)]
+

List prepend

+ +

An element can be added to the front of a List using the pushList operator.

+
  syntax List ::= pushList(KItem, List)       [function, total, hook(LIST.push), klabel(pushList), symbol]
+  rule pushList(K::KItem, L1::List) => ListItem(K) L1
+

List indexing

+ +

You can get an element of a list by its integer offset in O(log(N)) time, or
+effectively constant. Positive indices are 0-indexed from the beginning of the
+list, and negative indices are -1-indexed from the end of the list. In other
+words, 0 is the first element and -1 is the last element.

+
  syntax KItem ::= List "[" Int "]"           [function, hook(LIST.get), klabel(List:get), symbol]
+

List update

+ +

You can create a new List with a new value at a particular index in
+O(log(N)) time, or effectively constant.

+
  syntax List ::= List "[" index: Int "<-" value: KItem "]" [function, hook(LIST.update), klabel(List:set)]
+

List of identical elements

+ +

You can create a list with length elements, each containing value, in O(N)
+time.

+
  syntax List ::= makeList(length: Int, value: KItem) [function, hook(LIST.make)]
+

Multiple list update

+ +

You can create a new List which is equal to dest except the N elements
+starting at index are replaced with the contents of src in O(N*log(K)) time
+(where K is the size of destand N is the size of src), or effectively linear. Having index + N > K yields an exception.

+
  syntax List ::= updateList(dest: List, index: Int, src: List) [function, hook(LIST.updateAll)]
+

List fill

+ +

You can create a new List where the length elements starting at index
+are replaced with value, in O(length*log(N)) time, or effectively linear.

+
  syntax List ::= fillList(List, index: Int, length: Int, value: KItem) [function, hook(LIST.fill)]
+

List slicing

+ +

You can compute a new List by removing fromFront elements from the front
+of the list and fromBack elements from the back of the list in
+O((fromFront+fromBack)*log(N)) time, or effectively linear.

+
  syntax List ::= range(List, fromFront: Int, fromBack: Int)   [function, hook(LIST.range), klabel(List:range), symbol]
+

List membership

+ +

You can compute whether an element is in a list in O(N) time. For repeated
+comparisons, it is much better to first convert to a set using List2Set.

+
  syntax Bool ::= KItem "in" List             [function, total, hook(LIST.in), klabel(_inList_)]
+

List size

+ +

You can get the number of elements of a list in O(1) time.

+
  syntax Int ::= size(List)               [function, total, hook(LIST.size), klabel (sizeList), smtlib(smt_seq_len)]
+
endmodule
+

Collection Conversions

+

It is possible to convert from a List to a Set or from a Set to a list.
+Converting from a List to a Set and back will not provide the same list;
+duplicates will have been removed and the list may be reordered. Converting
+from a Set to a List and back will generate the same set.

+

Note that because sets are unordered and lists are ordered, converting from a
+Set to a List will generate some arbitrary ordering of elements, which may
+be different from the natural ordering you might assume, or may not. Two
+equal sets are guaranteed to generate the same ordering, but no guarantee is
+otherwise provided about what the ordering will be. In particular, adding an
+element to a set may completely reorder the elements already in the set, when
+it is converted to a list.

+
module COLLECTIONS
+  imports LIST
+  imports SET
+  imports MAP
+
+  syntax List ::= Set2List(Set) [function, total, hook(SET.set2list)]
+  syntax Set ::= List2Set(List) [function, total, hook(SET.list2set)]
+
+endmodule
+

Booleans

+

Provided here is the syntax of an implementation of boolean algebra in K.
+This type is hooked to an implementation of booleans provided by the backend.
+Note that this algebra is different from the builtin truth in matching logic.
+You can, however, convert from the truth of the Bool sort to the truth in
+matching logic via the expression {B #Equals true}.

+

The boolean values are true and false.

+
module SORT-BOOL
+  syntax Bool [hook(BOOL.Bool)]
+endmodule
+
+module BOOL-SYNTAX
+  imports SORT-BOOL
+  syntax Bool ::= "true"  [token]
+  syntax Bool ::= "false" [token]
+endmodule
+
+module BOOL-COMMON
+  imports private BASIC-K
+  imports BOOL-SYNTAX
+

Basic boolean arithmetic

+ +

You can:

+
    +
  • Negate a boolean value.
  • +
  • AND two boolean values.
  • +
  • XOR two boolean values.
  • +
  • OR two boolean values.
  • +
  • IMPLIES two boolean values (i.e., P impliesBool Q is the same as
    +notBool P orBool Q)
  • +
  • Check equality of two boolean values.
  • +
  • Check inequality of two boolean values.
  • +
+

Note that only andThenBool and orElseBool are short-circuiting. andBool
+and orBool may be short-circuited in concrete backends, but in symbolic
+backends, both arguments will be evaluated.

+
  syntax Bool ::= "notBool" Bool          [function, total, klabel(notBool_), symbol, smt-hook(not), group(boolOperation), hook(BOOL.not)]
+                > Bool "andBool" Bool     [function, total, klabel(_andBool_), symbol, left, smt-hook(and), group(boolOperation), hook(BOOL.and)]
+                | Bool "andThenBool" Bool [function, total, klabel(_andThenBool_), symbol, left, smt-hook(and), group(boolOperation), hook(BOOL.andThen)]
+                | Bool "xorBool" Bool     [function, total, klabel(_xorBool_), symbol, left, smt-hook(xor), group(boolOperation), hook(BOOL.xor)]
+                | Bool "orBool" Bool      [function, total, klabel(_orBool_), symbol, left, smt-hook(or), group(boolOperation), hook(BOOL.or)]
+                | Bool "orElseBool" Bool  [function, total, klabel(_orElseBool_), symbol, left, smt-hook(or), group(boolOperation), hook(BOOL.orElse)]
+                | Bool "impliesBool" Bool [function, total, klabel(_impliesBool_), symbol, left, smt-hook(=>), group(boolOperation), hook(BOOL.implies)]
+                > left:
+                  Bool "==Bool" Bool      [function, total, klabel(_==Bool_), symbol, left, comm, smt-hook(=), hook(BOOL.eq)]
+                | Bool "=/=Bool" Bool     [function, total, klabel(_=/=Bool_), symbol, left, comm, smt-hook(distinct), hook(BOOL.ne)]
+

Implementation of Booleans

+ +

The remainder of this section consists of an implementation in K of the
+operations listed above.

+
  rule notBool true => false
+  rule notBool false => true
+
+  rule true andBool B:Bool => B:Bool
+  rule B:Bool andBool true => B:Bool [simplification]
+  rule false andBool _:Bool => false
+  rule _:Bool andBool false => false [simplification]
+
+  rule true andThenBool K::Bool => K
+  rule K::Bool andThenBool true => K [simplification]
+  rule false andThenBool _ => false
+  rule _ andThenBool false => false  [simplification]
+
+  rule false xorBool B:Bool => B:Bool
+  rule B:Bool xorBool false => B:Bool [simplification]
+  rule B:Bool xorBool B:Bool => false
+
+  rule true orBool _:Bool => true
+  rule _:Bool orBool true => true [simplification]
+  rule false orBool B:Bool => B
+  rule B:Bool orBool false => B   [simplification]
+
+  rule true orElseBool _ => true
+  rule _ orElseBool true => true     [simplification]
+  rule false orElseBool K::Bool => K
+  rule K::Bool orElseBool false => K [simplification]
+
+  rule true impliesBool B:Bool => B
+  rule false impliesBool _:Bool => true
+  rule _:Bool impliesBool true => true       [simplification]
+  rule B:Bool impliesBool false => notBool B [simplification]
+
+  rule B1:Bool =/=Bool B2:Bool => notBool (B1 ==Bool B2)
+endmodule
+
+module BOOL-KORE [symbolic]
+  imports BOOL-COMMON
+
+  rule {true #Equals notBool @B} => {false #Equals @B} [simplification]
+  rule {notBool @B #Equals true} => {@B #Equals false} [simplification]
+  rule {false #Equals notBool @B} => {true #Equals @B} [simplification]
+  rule {notBool @B #Equals false} => {@B #Equals true} [simplification]
+
+  rule {true #Equals @B1 andBool @B2} => {true #Equals @B1} #And {true #Equals @B2} [simplification]
+  rule {@B1 andBool @B2 #Equals true} => {@B1 #Equals true} #And {@B2 #Equals true} [simplification]
+  rule {false #Equals @B1 orBool @B2} => {false #Equals @B1} #And {false #Equals @B2} [simplification]
+  rule {@B1 orBool @B2 #Equals false} => {@B1 #Equals false} #And {@B2 #Equals false} [simplification]
+endmodule
+
+module BOOL
+  imports BOOL-COMMON
+  imports BOOL-KORE
+endmodule
+

Integers

+

Provided here is the syntax of an implementation of arbitrary-precision
+integer arithmetic in K. This type is hooked to an implementation of integers
+provided by the backend. For a fixed-width integer type, see the MINT module
+below.

+

The UNSIGNED-INT-SYNTAX module provides a syntax of whole numbers in K.
+This is useful because often programming languages implement the sign of an
+integer as a unary operator rather than part of the lexical syntax of integers.
+However, you can also directly reference integers with a sign using the
+INT-SYNTAX module.

+
module UNSIGNED-INT-SYNTAX
+  syntax Int [hook(INT.Int)]
+  syntax Int ::= r"[0-9]+" [prefer, token, prec(2)]
+endmodule
+
+module INT-SYNTAX
+  imports UNSIGNED-INT-SYNTAX
+  syntax Int ::= r"[\\+-]?[0-9]+" [prefer, token, prec(2)]
+endmodule
+
+module INT-COMMON
+  imports INT-SYNTAX
+  imports private BOOL
+

Integer arithmetic

+ +

You can:

+
    +
  • Compute the bitwise complement ~Int of an integer value in twos-complement.
  • +
  • Compute the exponentiation ^Int of two integers.
  • +
  • Compute the exponentiation of two integers modulo another integer (^%Int).
    +A ^%Int B C is equal in value to (A ^Int B) %Int C, but has a better
    +asymptotic complexity.
  • +
  • Compute the product *Int of two integers.
  • +
  • Compute the quotient /Int or modulus %Int of two integers using
    +t-division, which rounds towards zero. Division by zero is #False.
  • +
  • Compute the quotient divInt or modulus modInt of two integers using
    +Euclidean division, in which the remainder is always non-negative. Division
    +by zero is #False.
  • +
  • Compute the sum +Int or difference -Int of two integers.
  • +
  • Compute the arithmetic right shift >>Int of two integers. Shifting by a
    +negative quantity is #False.
  • +
  • Compute the left shift of two integers. Shifting by a negative quantity is
    +#False.
  • +
  • Compute the bitwise and of two integers in twos-complement.
  • +
  • Compute the bitwise xor of two integers in twos-complement.
  • +
  • Compute the bitwise inclusive-or of two integers in twos-complement.
  • +
+
  syntax Int ::= "~Int" Int                     [function, klabel(~Int_), symbol, total, hook(INT.not), smtlib(notInt)]
+               > left:
+                 Int "^Int" Int                 [function, klabel(_^Int_), symbol, left, smt-hook(^), hook(INT.pow)]
+               | Int "^%Int" Int Int            [function, klabel(_^%Int__), symbol, left, smt-hook((mod (^ #1 #2) #3)), hook(INT.powmod)]
+               > left:
+                 Int "*Int" Int                 [function, total, klabel(_*Int_), symbol, left, comm, smt-hook(*), hook(INT.mul)]
+               /* FIXME: translate /Int and %Int into smtlib */
+               /* /Int and %Int implement t-division, which rounds towards 0 */
+               | Int "/Int" Int                 [function, klabel(_/Int_), symbol, left, smt-hook(div), hook(INT.tdiv)]
+               | Int "%Int" Int                 [function, klabel(_%Int_), symbol, left, smt-hook(mod), hook(INT.tmod)]
+               /* divInt and modInt implement e-division according to the Euclidean division theorem, therefore the remainder is always positive */
+               | Int "divInt" Int               [function, klabel(_divInt_), symbol, left, smt-hook(div), hook(INT.ediv)]
+               | Int "modInt" Int               [function, klabel(_modInt_), symbol, left, smt-hook(mod), hook(INT.emod)]
+               > left:
+                 Int "+Int" Int                 [function, total, klabel(_+Int_), symbol, left, comm, smt-hook(+), hook(INT.add)]
+               | Int "-Int" Int                 [function, total, klabel(_-Int_), symbol, left, smt-hook(-), hook(INT.sub)]
+               > left:
+                 Int ">>Int" Int                [function, klabel(_>>Int_), symbol, left, hook(INT.shr), smtlib(shrInt)]
+               | Int "<<Int" Int                [function, klabel(_<<Int_), symbol, left, hook(INT.shl), smtlib(shlInt)]
+               > left:
+                 Int "&Int" Int                 [function, total, klabel(_&Int_), symbol, left, comm, hook(INT.and), smtlib(andInt)]
+               > left:
+                 Int "xorInt" Int               [function, total, klabel(_xorInt_), symbol, left, comm, hook(INT.xor), smtlib(xorInt)]
+               > left:
+                 Int "|Int" Int                 [function, total, klabel(_|Int_), symbol, left, comm, hook(INT.or), smtlib(orInt)]
+

Integer minimum and maximum

+ +

You can compute the minimum and maximum minInt and maxInt of two integers.

+
  syntax Int ::= "minInt" "(" Int "," Int ")"   [function, total, smt-hook((ite (< #1 #2) #1 #2)), hook(INT.min)]
+               | "maxInt" "(" Int "," Int ")"   [function, total, smt-hook((ite (< #1 #2) #2 #1)), hook(INT.max)]
+

Absolute value

+ +

You can compute the absolute value absInt of an integer.

+
  syntax Int ::= absInt ( Int )                 [function, total, smt-hook((ite (< #1 0) (- 0 #1) #1)), hook(INT.abs)]
+

Log base 2

+ +

You can compute the log base 2, rounded towards zero, of an integer. The log
+base 2 of an integer is equal to the index of the highest bit set in the
+representation of a positive integer. Log base 2 of zero or a negative number
+is #False.

+
  syntax Int ::= log2Int ( Int )                [function, hook(INT.log2)]
+

Bit slicing

+ +

You can compute the value of a range of bits in the twos-complement
+representation of an integer, as interpeted either unsigned or signed, of an
+integer. index is offset from 0 and length is the number of bits, starting
+with index, that should be read. The number is assumed to be represented
+in little endian notation with each byte going from least significant to
+most significant. In other words, 0 is the least-significant bit, and each
+successive bit is more significant than the last.

+
  syntax Int ::= bitRangeInt           ( Int, index: Int, length: Int ) [function, hook(INT.bitRange)]
+               | signExtendBitRangeInt ( Int, index: Int, length: Int ) [function, hook(INT.signExtendBitRange)]
+

Integer comparisons

+ +

You can compute whether two integers are less than or equal to, less than,
+greater than or equal to, greater than, equal, or unequal to another integer.

+
  syntax Bool ::= Int "<=Int" Int         [function, total, klabel(_<=Int_), symbol, smt-hook(<=), hook(INT.le)]
+                | Int "<Int" Int          [function, total, klabel(_<Int_), symbol, smt-hook(<), hook(INT.lt)]
+                | Int ">=Int" Int         [function, total, klabel(_>=Int_), symbol, smt-hook(>=), hook(INT.ge)]
+                | Int ">Int" Int          [function, total, klabel(_>Int_), symbol, smt-hook(>), hook(INT.gt)]
+                | Int "==Int" Int         [function, total, klabel(_==Int_), symbol, comm, smt-hook(=), hook(INT.eq)]
+                | Int "=/=Int" Int        [function, total, klabel(_=/=Int_), symbol, comm, smt-hook(distinct), hook(INT.ne)]
+

Divides

+ +

You can compute whether one integer evenly divides another. This is the
+case when the second integer modulo the first integer is equal to zero.

+
  syntax Bool ::= Int "dividesInt" Int    [function]
+

Random integers

+ +

You can, on concrete backends, compute a pseudorandom integer, or seed the
+pseudorandom number generator. These operations are represented as
+uninterpreted functions on symbolic backends.

+
  syntax Int ::= randInt(Int) [function, hook(INT.rand), impure]
+  syntax K ::= srandInt(Int) [function, hook(INT.srand), impure]
+

Implementation of Integers

+ +

The remainder of this section consists of an implementation in K of some
+of the operators above, as well as lemmas used by the Java and Haskell backend
+to simplify expressions of sort Int. They do not affect the semantics of
+integers, merely describing additional rules that the backend can use to
+simplify terms.

+
endmodule
+
+module INT-SYMBOLIC [symbolic]
+  imports INT-COMMON
+  imports INT-SYMBOLIC-KORE
+  imports private BOOL
+
+  // Arithmetic Normalization
+  rule I +Int 0 => I [simplification]
+  rule I -Int 0 => I [simplification]
+
+  rule X modInt N => X requires 0 <=Int X andBool X <Int N [simplification]
+  rule X   %Int N => X requires 0 <=Int X andBool X <Int N [simplification]
+
+  // Bit-shifts
+  rule X <<Int 0 => X [simplification]
+  rule 0 <<Int _ => 0 [simplification]
+  rule X >>Int 0 => X [simplification]
+  rule 0 >>Int _ => 0 [simplification]
+endmodule
+
+module INT-SYMBOLIC-KORE [symbolic, haskell]
+  imports INT-COMMON
+  imports ML-SYNTAX
+  imports private BOOL
+
+  // Definability Conditions
+  rule #Ceil(@I1:Int /Int   @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+  rule #Ceil(@I1:Int %Int   @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+  rule #Ceil(@I1:Int modInt @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+  rule #Ceil(@I1:Int >>Int  @I2:Int) => {(@I2 >=Int 0)  #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+  rule #Ceil(@I1:Int <<Int  @I2:Int) => {(@I2 >=Int 0)  #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification]
+endmodule
+
+module INT-KORE [symbolic]
+  imports private K-EQUAL
+  imports private BOOL
+  imports INT-COMMON
+
+  rule I1:Int ==K I2:Int => I1 ==Int I2 [simplification]
+  rule {K1 ==Int K2 #Equals true} => {K1 #Equals K2} [simplification]
+  rule {true #Equals K1 ==Int K2} => {K1 #Equals K2} [simplification]
+  rule {K1 ==Int K2 #Equals false} => #Not({K1 #Equals K2}) [simplification]
+  rule {false #Equals K1 ==Int K2} => #Not({K1 #Equals K2}) [simplification]
+  rule {K1 =/=Int K2 #Equals true} => #Not({K1 #Equals K2}) [simplification]
+  rule {true #Equals K1 =/=Int K2} => #Not({K1 #Equals K2}) [simplification]
+  rule {K1 =/=Int K2 #Equals false} => {K1 #Equals K2} [simplification]
+  rule {false #Equals K1 =/=Int K2} => {K1 #Equals K2} [simplification]
+
+  // Arithmetic Normalization
+  rule I +Int B => B +Int I          [concrete(I), symbolic(B), simplification(51)]
+  rule A -Int I => A +Int (0 -Int I) [concrete(I), symbolic(A), simplification(51)]
+
+  rule (A +Int I2) +Int I3 => A +Int (I2 +Int I3) [concrete(I2, I3), symbolic(A), simplification]
+  rule I1 +Int (B +Int I3) => B +Int (I1 +Int I3) [concrete(I1, I3), symbolic(B), simplification]
+  rule I1 -Int (B +Int I3) => (I1 -Int I3) -Int B [concrete(I1, I3), symbolic(B), simplification]
+  rule I1 +Int (I2 +Int C) => (I1 +Int I2) +Int C [concrete(I1, I2), symbolic(C), simplification]
+  rule I1 +Int (I2 -Int C) => (I1 +Int I2) -Int C [concrete(I1, I2), symbolic(C), simplification]
+  rule (I1 -Int B) +Int I3 => (I1 +Int I3) -Int B [concrete(I1, I3), symbolic(B), simplification]
+  rule I1 -Int (I2 +Int C) => (I1 -Int I2) -Int C [concrete(I1, I2), symbolic(C), simplification]
+  rule I1 -Int (I2 -Int C) => (I1 -Int I2) +Int C [concrete(I1, I2), symbolic(C), simplification]
+  rule (C -Int I2) -Int I3 => C -Int (I2 +Int I3) [concrete(I2, I3), symbolic(C), simplification]
+
+  rule I1 &Int (I2 &Int C) => (I1 &Int I2) &Int C [concrete(I1, I2), symbolic(C), simplification]
+endmodule
+
+module INT
+  imports INT-COMMON
+  imports INT-SYMBOLIC
+  imports INT-KORE
+  imports private K-EQUAL
+  imports private BOOL
+
+  rule bitRangeInt(I::Int, IDX::Int, LEN::Int) => (I >>Int IDX) modInt (1 <<Int LEN)
+
+  rule signExtendBitRangeInt(I::Int, IDX::Int, LEN::Int) => (bitRangeInt(I, IDX, LEN) +Int (1 <<Int (LEN -Int 1))) modInt (1 <<Int LEN) -Int (1 <<Int (LEN -Int 1))
+
+  rule I1:Int divInt I2:Int => (I1 -Int (I1 modInt I2)) /Int I2
+  requires I2 =/=Int 0
+  rule
+    I1:Int modInt I2:Int
+  =>
+    ((I1 %Int absInt(I2)) +Int absInt(I2)) %Int absInt(I2)
+  requires I2 =/=Int 0    [concrete, simplification]
+
+  rule minInt(I1:Int, I2:Int) => I1 requires I1 <=Int I2
+  rule minInt(I1:Int, I2:Int) => I2 requires I1 >=Int I2
+
+  rule I1:Int =/=Int I2:Int => notBool (I1 ==Int I2)
+  rule (I1:Int dividesInt I2:Int) => (I2 %Int I1) ==Int 0
+
+  syntax Int ::= freshInt(Int)    [freshGenerator, function, total, private]
+  rule freshInt(I:Int) => I
+endmodule
+

IEEE 754 Floating-point Numbers

+

Provided here is the syntax of an implementation of arbitrary-precision
+floating-point arithmetic in K based on a generalization of the IEEE 754
+standard. This type is hooked to an implementation of floats provided by the
+backend.

+

The syntax of ordinary floating-point values in K consists of an optional sign
+(+ or -) followed by an optional integer part, followed by a decimal point,
+followed by an optional fractional part. Either the integer part or the
+fractional part must be specified. The mantissa is followed by an optional
+exponent part, which consists of an e or E, an optional sign (+ or -),
+and an integer. The expoennt is followed by an optional suffix, which can be
+either f, F, d, D, or pNxM where N and M are positive integers.
+p and x can be either upper or lowercase.

+

The value of a floating-point literal is computed as follows: First the
+mantissa is read as a rational number. Then it is multiplied by 10 to the
+power of the exponent, which is interpreted as an integer, and defaults to
+zero if it is not present. Finally, it is rounded to the nearest possible
+value in a floating-point type represented like an IEEE754 floating-point type,
+with the number of bits of precision and exponent specified by the suffix.
+A suffix of f or f represents the IEEE binary32 format. A suffix of d
+or D, or no suffix, represents the IEEE binary64 format. A suffix of
+pNxM (either upper or lowercase) specifies exactly N bits of precision and
+M bits of exponent. The number of bits of precision is assumed to include
+any optional 1 that precedes the IEEE 754 mantissa. In other words, p24x8
+is equal to the IEEE binary32 format, and p53x11 is equal to the IEEE
+binary64 format.

+
module FLOAT-SYNTAX
+  syntax Float [hook(FLOAT.Float)]
+  syntax Float ::= r"([\\+-]?[0-9]+(\\.[0-9]*)?|\\.[0-9]+)([eE][\\+-]?[0-9]+)?([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(1)]
+  syntax Float ::= r"[\\+-]?Infinity([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(3)]
+  syntax Float ::= r"NaN([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(3)]
+endmodule
+
+module FLOAT
+  imports FLOAT-SYNTAX
+  imports private BOOL
+  imports private INT-SYNTAX
+

Float precision

+ +

You can retrieve the number of bits of precision in a Float.

+
  syntax Int ::= precisionFloat(Float) [function, total, hook(FLOAT.precision)]
+

Float exponent bits

+ +

You can retrieve the number of bits of exponent range in a Float.

+
  syntax Int ::= exponentBitsFloat(Float) [function, total, hook(FLOAT.exponentBits)]
+

Float exponent

+ +

You can retrieve the value of the exponent bits of a Float as an integer.

+
  syntax Int ::= exponentFloat(Float) [function, total, hook(FLOAT.exponent)]
+

Float sign

+ +

You can retrieve the value of the sign bit of a Float as a boolean. True
+means the sign bit is set.

+
  syntax Bool ::= signFloat(Float)      [function, total, hook(FLOAT.sign)]
+

Float special values

+ +

You can check whether a Float value is infinite or Not-a-Number.

+
  syntax Bool ::= isNaN(Float)          [function, total, smt-hook(fp.isNaN), hook(FLOAT.isNaN)]
+                | isInfinite(Float)     [function, total]
+

Float arithmetic

+ +

You can:

+
    +
  • Compute the unary negation --Float of a float. --Float X is distinct
    +from 0.0 -Float X. For example, 0.0 -Float 0.0 is positive zero.
    +--Float 0.0 is negative zero.
  • +
  • Compute the exponentation ^Float of two floats.
  • +
  • Compute the product *Float, quotient /Float, or remainder %Float of two
    +floats. The remainder is computed based on rounding the quotient of the two
    +floats to the nearest integer.
  • +
  • Compute the sum +Float or difference -Float of two floats.
  • +
+
  syntax Float ::= "--Float" Float             [function, total, smt-hook(fp.neg), hook(FLOAT.neg)]
+                 > Float "^Float" Float        [function, left, hook(FLOAT.pow)]
+                 > left:
+                   Float "*Float" Float        [function, left, smt-hook((fp.mul roundNearestTiesToEven #1 #2)), hook(FLOAT.mul)]
+                 | Float "/Float" Float        [function, left, smt-hook((fp.div roundNearestTiesToEven #1 #2)), hook(FLOAT.div)]
+                 | Float "%Float" Float        [function, left, smt-hook((fp.rem roundNearestTiesToEven #1 #2)), hook(FLOAT.rem)]
+                 > left:
+                   Float "+Float" Float        [function, left, smt-hook((fp.add roundNearestTiesToEven #1 #2)), hook(FLOAT.add)]
+                 | Float "-Float" Float        [function, left, smt-hook((fp.sub roundNearestTiesToEven #1 #2)), hook(FLOAT.sub)]
+

Floating-point mathematics

+ +

You can:

+
    +
  • Compute the Nth integer root rootFloat of a float.
  • +
  • Compute the absolute value absFloat of a float.
  • +
  • Round a floating-point number to a specified precision and exponent
    +range (roundFloat). The resulting Float will yield the specified values
    +when calling precisionFloat and exponentBitsFloat and when performing
    +further computation.
  • +
  • Round a float to the next lowest floating-point value which is an integer
    +(floorFloat).
  • +
  • Round a float to the next highest floating-point value which is an integer
    +(ceilFloat).
  • +
  • Round a float to the next closest floating-point value which is an integer, in
    +the direction of zero (truncFloat).
  • +
  • Compute the natural exponential expFloat of a float (i.e. e^x).
  • +
  • Compute the natural logarithm logFloat of a float.
  • +
  • Compute the sine sinFloat of a float.
  • +
  • Compute the cosine cosFloat of a float.
  • +
  • Compute the tangent tanFlooat of a float.
  • +
  • Compute the arcsine asinFloat of a float.
  • +
  • Compute the arccosine acosFloat of a float.
  • +
  • Compute the arctangent atanFloat of a float.
  • +
  • Compute the arctangent atan2Float of two floats.
  • +
  • Compute the maximum maxFloat of two floats.
  • +
  • Compute the minimum minFloat of two floats.
  • +
  • Compute the square root sqrtFloat of a float.
  • +
  • Compute the largest finite value expressible in a specified precision and
    +exponent range (maxValueFloat).
  • +
  • Compute the smallest positive finite value expressible in a specified
    +precision and exponent range (minValueFloat).
  • +
+
  syntax Float ::= rootFloat(Float, Int)        [function, hook(FLOAT.root)]
+                 | absFloat(Float)              [function, total, smt-hook(fp.abs), hook(FLOAT.abs)]
+                 | roundFloat(Float, precision: Int, exponentBits: Int)  [function, hook(FLOAT.round)]
+                 | floorFloat(Float)            [function, total, hook(FLOAT.floor)]
+                 | ceilFloat(Float)             [function, total, hook(FLOAT.ceil)]
+                 | truncFloat(Float)            [function, total, hook(FLOAT.trunc)]
+                 | expFloat(Float)              [function, total, hook(FLOAT.exp)]
+                 | logFloat(Float)              [function, hook(FLOAT.log)]
+                 | sinFloat(Float)              [function, total, hook(FLOAT.sin)]
+                 | cosFloat(Float)              [function, total, hook(FLOAT.cos)]
+                 | tanFloat(Float)              [function, hook(FLOAT.tan)]
+                 | asinFloat(Float)             [function, hook(FLOAT.asin)]
+                 | acosFloat(Float)             [function, hook(FLOAT.acos)]
+                 | atanFloat(Float)             [function, total, hook(FLOAT.atan)]
+                 | atan2Float(Float, Float)     [function, hook(FLOAT.atan2)]
+                 | maxFloat(Float, Float)       [function, smt-hook(fp.max), hook(FLOAT.max)]
+                 | minFloat(Float, Float)       [function, smt-hook(fp.min), hook(FLOAT.min)]
+                 | sqrtFloat(Float)             [function]
+                 | maxValueFloat(precision: Int, exponentBits: Int)      [function, hook(FLOAT.maxValue)]
+                 | minValueFloat(precision: Int, exponentBits: Int)      [function, hook(FLOAT.minValue)]
+

Floating-point comparisons

+ +

Compute whether a float is less than or equasl to, less than, greater than or
+equal to, greater than, equal, or unequal to another float. Note that
+X ==Float Y and X ==K Y might yield different values. The latter should be
+used in cases where you want to compare whether two values of sort Float
+contain the same term. The former should be used when you want to implement
+the == operator of a programming language. In particular, NaN =/=Float NaN
+is true, because NaN compares unequal to all values, including itself, in
+IEEE 754 arithmetic. 0.0 ==Float -0.0 is also true.

+
  syntax Bool ::= Float "<=Float" Float       [function, smt-hook(fp.leq), hook(FLOAT.le)]
+                | Float "<Float" Float        [function, smt-hook(fp.lt), hook(FLOAT.lt)]
+                | Float ">=Float" Float       [function, smt-hook(fp.geq), hook(FLOAT.ge)]
+                | Float ">Float" Float        [function, smt-hook(fg.gt), hook(FLOAT.gt)]
+                | Float "==Float" Float       [function, comm, smt-hook(fp.eq), hook(FLOAT.eq), klabel(_==Float_)]
+                | Float "=/=Float" Float      [function, comm, smt-hook((not (fp.eq #1 #2)))]
+
+  rule F1:Float =/=Float F2:Float => notBool (F1 ==Float F2)
+

Conversion between integer and float

+ +

You can convert an integer to a floating-point number with the specified
+precision and exponent range. You can also convert a floating-point number
+to the nearest integer. This operation rounds to the nearest integer, but it
+also avoids the double-rounding that is present in ceilFloat and floorFloat
+if the nearest integer is not representable in the specified floating-point
+type.

+
  syntax Float ::= Int2Float(Int, precision: Int, exponentBits: Int)    [function, hook(FLOAT.int2float)]
+  syntax Int ::= Float2Int(Float)    [function, total, hook(FLOAT.float2int)]
+

Implementation of Floats

+ +

The remainder of this section consists of an implementation in K of some of the
+operators above.

+
  rule sqrtFloat(F:Float) => rootFloat(F, 2)
+
+  rule isInfinite(F:Float) => F >Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F)) orBool F <Float --Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F))
+
+endmodule
+

Strings

+

Provided here is the syntax of an implementation of Unicode strings in K. This
+type is hooked to an implementation of strings provided by the backend. The
+implementation is currently incomplete and does not fully support encodings
+and code points beyond the initial 256 code points of the Basic Latin and
+Latin-1 Supplement blocks. In the future, there may be breaking changes to
+the semantics of this module in order to support this functionality.

+

The syntax of strings in K is delineated by double quotes. Inside the double
+quotes, any character can appear verbatim except double quotes, backslash,
+newline, and carriage return. K also supports the following escape sequences:

+
    +
  • " - the " character
  • +
  • \ - the \ character
  • +
  • \n - newline character
  • +
  • \r - carriage return character
  • +
  • \t - tab character
  • +
  • \f - form feed character
  • +
  • \xFF - \x followed by two hexadecimal characters indicates a code point
    +between 0x00 and 0xff
  • +
  • \uFFFF - \u followed by four hexadecimal characters indicates a code point
    +between 0x0000 and 0xffff
  • +
  • \UFFFFFFFF - \U followed by eight hexadecimal characters indicates a code
    +point between 0x000000 and 0x10ffff
  • +
+
module STRING-SYNTAX
+  syntax String [hook(STRING.String)]
+  syntax String ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]"      [token]
+endmodule
+
+module STRING-COMMON
+  imports STRING-SYNTAX
+  imports private INT
+  imports private FLOAT-SYNTAX
+  imports private K-EQUAL
+  imports private BOOL
+

String concatenation

+ +

You can concatenate two strings in O(N) time. For successive concatenation
+operations, it may be better to use the STRING-BUFFER module.

+
  syntax String ::= String "+String" String    [function, total, left, hook(STRING.concat)]
+

String length

+ +

You can get the length of a string in O(1) time.

+
  syntax Int ::= lengthString ( String ) [function, total, hook(STRING.length)]
+

Character and integer conversion

+ +

You can convert between a character (as represented by a string containing
+a single code point) and an integer in O(1) time.

+
  syntax String ::= chrChar ( Int )      [function, hook(STRING.chr)]
+  syntax Int ::= ordChar ( String )      [function, hook(STRING.ord)]
+

String substring

+ +

You can compute a substring of a string in O(N) time (where N is the
+length of the substring). There are two important facts to note:

+
    +
  1. the range generated includes the character at startIndex but excludes the
    +character at endIndex, i.e., the range is [startIndex..endIndex).
  2. +
  3. this function is only defined on valid indices (i.e., it is defined when
    +startIndex < endIndex and endIndex is less than or equal to the string
    +length).
  4. +
+
  syntax String ::= substrString ( String , startIndex: Int , endIndex: Int ) [function, total, hook(STRING.substr)]
+
+ +

You can find the first (respectively, last) occurrence of a substring, starting
+at a certain index, in another string in O(N*M) time.
+Returns -1 if the substring is not found.

+
  syntax Int ::= findString ( haystack: String , needle: String , index: Int )   [function, hook(STRING.find)]
+  syntax Int ::= rfindString ( haystack: String , needle: String , index: Int )  [function, hook(STRING.rfind)]
+
+ +

You can find the first (respectively, last) occurrence of one of the characters
+of the search string, starting at a certain index, in another string in
+O(N*M) time.

+
  syntax Int ::= findChar ( haystack: String , needles: String , index: Int )     [function, hook(STRING.findChar)]
+  syntax Int ::= rfindChar ( haystack: String , needles: String , index: Int )    [function, hook(STRING.rfindChar)]
+

String and Bool conversion

+ +
  syntax String ::= Bool2String(Bool) [function, total]
+  rule Bool2String(true)  => "true"
+  rule Bool2String(false) => "false"
+
  syntax Bool ::= String2Bool(String) [function]
+  rule String2Bool("true")  => true
+  rule String2Bool("false") => false
+

String and float conversion

+ +

You can convert between a String and a Float. The String will be
+represented in the syntax of the Float sort (see the section on the FLOAT
+module above for details of that syntax). Which particular string is returned
+by Float2String is determined by the backend, but the same Float is
+guaranteed to return the same String, and converting that String back to a
+Float is guaranteed to return the original Float.

+

You can also convert a Float to a string in a particular syntax using the
+variant of Float2String with a format. In this case, the resulting string
+is one which results directly from passing that format to mpfr_printf. This
+functionality may not be supported on backends that do not use Gnu MPFR to
+implement floating-point numbers.

+
  syntax String ::= Float2String ( Float )              [function, total, hook(STRING.float2string)]
+  syntax String ::= Float2String ( Float , format: String )     [function, klabel(FloatFormat), hook(STRING.floatFormat)]
+  syntax Float  ::= String2Float ( String )             [function, hook(STRING.string2float)]
+

String and integer conversions

+ +

You can convert between a String and an Int. The String will be represented
+in the syntax of the INT module (i.e., a nonempty sequence of digits
+optionally prefixed by a sign). When converting from an Int to a String,
+the sign will not be present unless the integer is negative.

+

You can also convert between a String and an Int in a particular radix.
+This radix can be anywhere between 2 and 36. For a radix 2 <= N <= 10, the
+digits 0 to N-1 will be used. For a radix 11 <= N <= 36, the digits 0 to 9
+and the first N-10 letters of the Latin alphabet will be used. Both uppercase
+and lowercase letters are supported by String2Base. Whether the letters
+returned by Base2String are upper or lowercase is determined by the backend,
+but the backend will consistently choose one or the other.

+
  syntax Int    ::= String2Int   ( String )             [function, hook(STRING.string2int)]
+  syntax String ::= Int2String   ( Int )                [function, total, hook(STRING.int2string)]
+  syntax String ::= Base2String  ( Int , base: Int )          [function, hook(STRING.base2string)]
+  syntax Int    ::= String2Base  ( String , base: Int )       [function, hook(STRING.string2base)]
+

String count and replace

+ +

You can replace one, some, or all occurrences of a string within another
+string in O(N*M) time. The replaceAll, replace, and replaceFirst methods
+are identical, except replaceFirst replaces exactly one ocurrence of the
+string, the first occurrence. replace replaces the first times occurrences.
+And replaceAll replaces every occurrence.

+

You can also count the number of times a string occurs within another string
+using countAllOccurrences.

+
  syntax String ::= "replaceAll" "(" haystack: String "," needle: String "," replacement: String ")"      [function, total, hook(STRING.replaceAll)]
+  syntax String ::= "replace" "(" haystack: String "," needle: String "," replacement: String "," times: Int ")" [function, hook(STRING.replace)]
+  syntax String ::= "replaceFirst" "(" haystack: String "," needle: String "," replacement: String ")"    [function, total, hook(STRING.replaceFirst)]
+  syntax Int ::= "countAllOccurrences" "(" haystack: String "," needle: String ")"            [function, total, hook(STRING.countAllOccurrences)]
+

String equality and lexicographic comparison

+ +

You can compare whether two strings are equal or unequal, or whether one string
+is less than, less than or equal to, greater than, or greater than or equal to
+another according to the natural lexicographic ordering of strings.

+
  syntax Bool ::= String "==String" String  [function, total, comm, hook(STRING.eq)]
+                | String "=/=String" String [function, total, comm, hook(STRING.ne)]
+  rule S1:String =/=String S2:String => notBool (S1 ==String S2)
+
+  syntax Bool ::= String  "<String" String [function, total, hook(STRING.lt)]
+                | String "<=String" String [function, total, hook(STRING.le)]
+                | String  ">String" String [function, total, hook(STRING.gt)]
+                | String ">=String" String [function, total, hook(STRING.ge)]
+

Implementation of Strings

+ +

What follows is a few String hooks which are deprecated and only are supported
+on certain outdated backends of K, as well as an implementation of several
+of the above operations in K.

+
  syntax String ::= categoryChar(String)       [function, hook(STRING.category)]
+                  | directionalityChar(String) [function, hook(STRING.directionality)]
+
+  syntax String ::= "newUUID" [function, hook(STRING.uuid), impure]
+
+  rule S1:String <=String S2:String => notBool (S2 <String S1)
+  rule S1:String >String S2:String => S2 <String S1
+  rule S1:String >=String S2:String => notBool (S1 <String S2)
+
+  rule findChar(S1:String, S2:String, I:Int) => #if findString(S1, substrString(S2, 0, 1), I) ==Int -1 #then findChar(S1, substrString(S2, 1, lengthString(S2)), I) #else #if findChar(S1, substrString(S2, 1, lengthString(S2)), I) ==Int -1 #then findString(S1, substrString(S2, 0, 1), I) #else minInt(findString(S1, substrString(S2, 0, 1), I), findChar(S1, substrString(S2, 1, lengthString(S2)), I)) #fi #fi requires S2 =/=String ""
+  rule findChar(_, "", _) => -1
+  rule rfindChar(S1:String, S2:String, I:Int) => maxInt(rfindString(S1, substrString(S2, 0, 1), I), rfindChar(S1, substrString(S2, 1, lengthString(S2)), I)) requires S2 =/=String ""
+  rule rfindChar(_, "", _) => -1
+
+  rule countAllOccurrences(Source:String, ToCount:String) => 0
+            requires findString(Source, ToCount, 0) <Int 0
+  rule countAllOccurrences(Source:String, ToCount:String) => 1 +Int countAllOccurrences(substrString(Source, findString(Source, ToCount, 0) +Int lengthString(ToCount), lengthString(Source)), ToCount)
+            requires findString(Source, ToCount, 0) >=Int 0
+
+  rule replaceFirst(Source:String, ToReplace:String, Replacement:String) => substrString(Source, 0, findString(Source, ToReplace, 0))
+                +String Replacement +String substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source))
+                requires findString(Source, ToReplace, 0) >=Int 0
+  rule replaceFirst(Source:String, ToReplace:String, _:String) => Source
+        requires findString(Source, ToReplace, 0) <Int 0
+
+
+  // Note that the replace function is undefined when Count < 0. This allows different backends to
+  // implement their own behavior without contradicting these semantics. For instance, a symbolic
+  // backend can return #Bottom for that case, while a concrete backend can throw an exception.
+  rule replace(Source:String, ToReplace:String, Replacement:String, Count:Int) =>
+       substrString(Source, 0, findString(Source, ToReplace, 0)) +String Replacement +String
+       replace(substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source)), ToReplace, Replacement, Count -Int 1)
+        requires Count >Int 0 andBool findString(Source, ToReplace, 0) >=Int 0
+  rule replace(Source:String, _, _, Count) => Source
+        requires Count >=Int 0 [owise]
+  rule replaceAll(Source:String, ToReplace:String, Replacement:String) => replace(Source, ToReplace, Replacement, countAllOccurrences(Source, ToReplace))
+
+endmodule
+
+module STRING-KORE [symbolic]
+  imports private K-EQUAL
+  imports STRING-COMMON
+
+  rule S1:String ==K S2:String => S1 ==String S2 [simplification]
+
+endmodule
+
+module STRING
+  imports STRING-COMMON
+  imports STRING-KORE
+endmodule
+

String Buffers

+

It is a well known fact that repeated string concatenations are quadratic
+in performance whereas use of an efficient mutable representation of arrays
+can yield linear performance. We thus provide such a sort, the StringBuffer
+sort. Axiomatically, it is implemented below on symbolic backends using the
+String module. However, on concrete backends it provides an efficient
+implementation of string concatenation. There are three operations:

+
    +
  • .StringBuffer creates a new StringBuffer with current content equal
    +to the empty string.
  • +
  • +String takes a StringBuffer and a String and appends the String to
    +the end of the StringBuffer
  • +
  • StringBuffer2String converts a StringBuffer to a String. This operation
    +copies the string so that subsequent modifications to the StringBuffer
    +will not change the value of the String returned by this function.
  • +
+
module STRING-BUFFER-IN-K [symbolic]
+  imports private BASIC-K
+  imports STRING
+
+  syntax StringBuffer ::= ".StringBuffer" [function, total]
+  syntax StringBuffer ::= StringBuffer "+String" String [function, total, avoid]
+  syntax StringBuffer ::= String
+  syntax String ::= StringBuffer2String ( StringBuffer ) [function, total]
+
+  rule {SB:String +String S:String}::StringBuffer => (SB +String S)::String
+  rule .StringBuffer => ""
+  rule StringBuffer2String(S:String) => S
+endmodule
+
+module STRING-BUFFER-HOOKED [concrete]
+  imports private BASIC-K
+  imports STRING
+
+  syntax StringBuffer [hook(BUFFER.StringBuffer)]
+  syntax StringBuffer ::= ".StringBuffer" [function, total, hook(BUFFER.empty), impure]
+  syntax StringBuffer ::= StringBuffer "+String" String [function, total, hook(BUFFER.concat), avoid]
+  syntax String ::= StringBuffer2String ( StringBuffer ) [function, total, hook(BUFFER.toString)]
+endmodule
+
+module STRING-BUFFER
+  imports STRING-BUFFER-HOOKED
+  imports STRING-BUFFER-IN-K
+endmodule
+

Byte Arrays

+

Provided here is the syntax of an implementation of fixed-width arrays of Bytes
+in K. This type is hooked to an implementation of bytes provided by the backend.
+On the LLVM backend, it is possible to opt in to a faster, mutable
+representation (using the --llvm-mutable-bytes flag to kompile) where
+multiple references can occur to the same Bytes object and when one is
+modified, the others are also modified. Care should be taken when using this
+feature, however, as it is possible to experience divergent behavior with
+symbolic backends unless the Bytes type is used in a manner that preserves
+consistency.

+
module BYTES-SYNTAX
+  imports private STRING-SYNTAX
+
+  syntax Bytes [hook(BYTES.Bytes)]
+  syntax Bytes ::= r"b[\\\"](([\\x20\\x21\\x23-\\x5B\\x5D-\\x7E])|([\\\\][tnfr\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2}))*[\\\"]"      [token]
+endmodule
+
module BYTES-STRING-ENCODE [symbolic]
+  imports BYTES-SYNTAX
+

Encoding/decoding between Bytes and String

+ +

You can encode/decode between Bytes and String using UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, and UTF-32BE

+
    syntax String ::= decodeBytes ( encoding: String , contents: Bytes ) [function, hook(BYTES.decodeBytes)]
+    syntax Bytes ::= encodeBytes ( encoding: String , contents: String ) [function, hook(BYTES.encodeBytes)]
+endmodule
+
module BYTES-HOOKED
+  imports STRING-SYNTAX
+  imports BYTES-SYNTAX
+  imports BYTES-STRING-ENCODE
+

Empty byte array

+ +

The byte array of length zero is represented by .Bytes.

+
  syntax Bytes ::= ".Bytes" [function, total, hook(BYTES.empty)]
+

Endianness

+ +

When converting to/from an integer, byte arrays can be treated as either little
+endian (ie, least significant byte first) or big endian (ie, most significant
+byte first).

+
  syntax Endianness ::= "LE" [klabel(littleEndianBytes), symbol]
+                      | "BE" [klabel(bigEndianBytes), symbol]
+

Signedness

+ +

When converting to/from an integer, byte arrays can be treated as either signed
+or unsigned.

+
  syntax Signedness ::= "Signed" [klabel(signedBytes), symbol]
+                      | "Unsigned" [klabel(unsignedBytes), symbol]
+

Integer and Bytes conversion

+ +

You can convert from a Bytes to an Int. In order to do this, the endianness
+and signedness of the Bytes must be provided. The resulting integer is
+created by means of interpreting the Bytes as either a twos-complement
+representation, or an unsigned representation, of an integer, in the specified
+byte order.

+

You can also convert from an Int to a Bytes. This comes in two variants.
+In the first, the length of the resulting Bytes in bytes is explicitly
+specified. If the length is greater than the highest set bit in the magnitude
+of the integer, the result is padded with 0 bits if the number is positive
+and 1 bits if the number is negative. If the length is less than the highest
+bit set in the magnitude of the integer, the most-significant bits of the
+integer will be truncated. The endianness of the resulting Bytes object
+is as specified.

+

In the second variant, both endianness and signedness are specified, and
+the resulting Bytes object will be the smallest number of bytes necessary
+for the resulting Bytes object to be convertible back to the original integer
+via Bytes2Int. In other words, if the highest bit set in the magnitude of the
+integer is N, then the byte array will be at least N+1 bits long, rounded up
+to the nearest byte.

+
  syntax Int ::= Bytes2Int(Bytes, Endianness, Signedness) [function, total, hook(BYTES.bytes2int)]
+  syntax Bytes ::= Int2Bytes(length: Int, Int, Endianness) [function, total, hook(BYTES.int2bytes)]
+                 | Int2Bytes(Int, Endianness, Signedness) [function, total, klabel(Int2BytesNoLen)]
+

String and Bytes conversion

+ +

You can convert between a Bytes and a String in O(N) time. The resulting
+value is a copy of the original and will not be affected by subsequent
+mutations of the input or output value.

+
  syntax String ::= Bytes2String(Bytes) [function, total, hook(BYTES.bytes2string)]
+  syntax Bytes ::= String2Bytes(String) [function, total, hook(BYTES.string2bytes)]
+

Bytes update

+ +

You can set the value of a particular byte in a Bytes object in O(1) time.
+The result is #False if value is not in the range [0..255] or if index
+is not a valid index (ie, less than zero or greater than or equal to the length
+of the Bytes term).

+
  syntax Bytes ::= Bytes "[" index: Int "<-" value: Int "]" [function, hook(BYTES.update)]
+

Bytes lookup

+ +

You can get the value of a particular byte in a Bytes object in O(1) time.
+The result is #False if index is not a valid index (see above).

+
  syntax Int ::= Bytes "[" Int "]" [function, hook(BYTES.get)]
+

Bytes substring

+ +

You can get a new Bytes object containing a range of bytes from the input
+Bytes in O(N) time (where N is the length of the substring). The range
+of bytes included is [startIndex..endIndex). The resulting Bytes is
+a copy and mutations to it do not affect mutations to the original Bytes.
+The result is #False if startIndex or endIndex are not valid.

+
  syntax Bytes ::= substrBytes(Bytes, startIndex: Int, endIndex: Int) [function, hook(BYTES.substr)]
+

Multiple bytes update

+ +

You can modify a Bytes to return a Bytes which is equal to dest except the
+N elements starting at index are replaced with the contents of src in O(N)
+time. If --llvm-mutable-bytes is active, this will not create a new Bytes
+object and will instead modify the original on concrete backends. The result is
+#False if index + N is not a valid index.

+
  syntax Bytes ::= replaceAtBytes(dest: Bytes, index: Int, src: Bytes) [function, hook(BYTES.replaceAt)]
+

Multiple bytes update

+ +

You can modify a Bytes to return a Bytes which is equal to dest except the
+count bytes starting at index are replaced with count bytes of value
+Int2Bytes(1, v, LE/BE) in O(count) time. This does not create a new Bytes
+object and will instead modify the original if --llvm-mutable-bytes is active.
+This will throw an exception if index + count is not a valid index. The
+acceptable range of values for v is -128 to 127. This will throw an exception
+if v is outside of this range. This is implemented only for the LLVM backend.

+
  syntax Bytes ::= memsetBytes(dest: Bytes, index: Int, count: Int, v: Int) [function, hook(BYTES.memset)]
+

Bytes padding

+ +

You can create a new Bytes object which is at least length bytes long by
+taking the input sequence and padding it on the right (respectively, on the
+left) with the specified value. If --llvm-mutable-bytes is active, this does
+not create a new Bytes object if the input is already at least length bytes
+long, and will instead return the input unchanged. The result is #False if
+value is not in the range [0..255], or if the length is negative.

+
  syntax Bytes ::= padRightBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padRight)]
+                 | padLeftBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padLeft)]
+

Bytes reverse

+ +

You can reverse a Bytes object in O(N) time. If --llvm-mutable-bytes is
+active, this will not create a new Bytes object and will instead modify the
+original.

+
  syntax Bytes ::= reverseBytes(Bytes) [function, total, hook(BYTES.reverse)]
+

Bytes length

+ +

You can get the length of a Bytes term in O(1) time.

+
  syntax Int ::= lengthBytes(Bytes) [function, total, hook(BYTES.length), smtlib(lengthBytes)]
+

Bytes concatenation

+ +

You can create a new Bytes object by concatenating two Bytes objects
+together in O(N) time.

+
  syntax Bytes ::= Bytes "+Bytes" Bytes [function, total, hook(BYTES.concat), right]
+
+endmodule
+

Implementation of Bytes

+ +

The remainder of this module consists of an implementation of some of the
+operators listed above in K.

+
module BYTES-CONCRETE [concrete]
+  imports BYTES-HOOKED
+endmodule
+
+module BYTES-KORE
+  imports BYTES-HOOKED
+  imports BYTES-SYMBOLIC-CEIL
+endmodule
+
+module BYTES-SYMBOLIC-CEIL [symbolic]
+  imports BYTES-HOOKED
+  imports private INT
+  imports private BOOL
+
+  rule #Ceil(padRightBytes(_, LEN, VAL)) => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification]
+  rule #Ceil(padLeftBytes(_, LEN, VAL))  => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification]
+endmodule
+
+module BYTES
+  imports BYTES-CONCRETE
+  imports BYTES-KORE
+  imports private INT
+
+  rule Int2Bytes(I::Int, E::Endianness, Unsigned) => Int2Bytes((log2Int(I) +Int 8) /Int 8, I, E)
+    requires I >Int 0
+  rule Int2Bytes(0, _::Endianness, _) => .Bytes
+  rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(I) +Int 9) /Int 8, I, E)
+    requires I >Int 0
+  rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(~Int I) +Int 9) /Int 8, I, E)
+    requires I <Int -1
+  rule Int2Bytes(-1, E::Endianness, Signed) => Int2Bytes(1, -1, E)
+endmodule
+

Program identifiers

+

Provided here is an implementation for program identifiers in K. Developers
+of semantics for a particular language may wish to use their own implementation
+instead of the one provided here if their syntax differs from the syntax
+defined below. However, this is provided for convenience for developers who
+do not care about the lexical syntax of identifiers.

+

Provided are the following pieces of functionality:

+
    +
  • Id2String - Convert an Id to a String containing its name
  • +
  • String2Id - Convert a String to an Id with the specified name
  • +
  • !X:Id - You can get a fresh identifier distinct from any previous identifier
    +generated by this syntax.
  • +
+
module ID-SYNTAX-PROGRAM-PARSING
+  imports BUILTIN-ID-TOKENS
+  syntax Id ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*"     [prec(1), token]
+              | #LowerId                                             [token]
+              | #UpperId                                             [token]
+endmodule
+
+module ID-SYNTAX
+  syntax Id [token]
+endmodule
+
+module ID-COMMON
+  imports ID-SYNTAX
+  imports private STRING
+
+  syntax String ::= Id2String ( Id )    [function, total, hook(STRING.token2string)]
+  syntax Id ::= String2Id (String) [function, total, hook(STRING.string2token)]
+  syntax Id ::= freshId(Int)    [freshGenerator, function, total, private]
+
+  rule freshId(I:Int) => String2Id("_" +String Int2String(I))
+endmodule
+
+module ID
+  imports ID-COMMON
+endmodule
+

Equality and conditionals

+

Provided here are implementations of two important primitives in K:

+
    +
  • ==K - the equality between two terms. Returns true if they are equal
    +and false if they are not equal.
  • +
  • #if #then #else #fi - polymorphic conditional function. If the first
    +argument evaluates to true, the second argument is returned. Otherwise,
    +the third argument is returned. Note that this does not short-circuit on
    +symbolic backends.
  • +
+
module K-EQUAL-SYNTAX
+  imports private BOOL
+  imports private BASIC-K
+
+  syntax Bool ::= left:
+                  K "==K" K           [function, total, comm, smt-hook(=), hook(KEQUAL.eq), klabel(_==K_), symbol, group(equalEqualK)]
+                | K "=/=K" K          [function, total, comm, smt-hook(distinct), hook(KEQUAL.ne), klabel(_=/=K_), symbol, group(notEqualEqualK)]
+
+  syntax priority equalEqualK notEqualEqualK > boolOperation mlOp
+
+  syntax {Sort} Sort ::= "#if" Bool "#then" Sort "#else" Sort "#fi" [function, total, symbol(ite), smt-hook(ite), hook(KEQUAL.ite)]
+
+endmodule
+
+module K-EQUAL-KORE [symbolic]
+  imports private BOOL
+  imports K-EQUAL-SYNTAX
+
+  rule K1:Bool ==K K2:Bool => K1 ==Bool K2 [simplification]
+  rule {K1 ==K K2 #Equals true} => {K1 #Equals K2} [simplification]
+  rule {true #Equals K1 ==K K2} => {K1 #Equals K2} [simplification]
+  rule {K1 ==K K2 #Equals false} => #Not({K1 #Equals K2}) [simplification]
+  rule {false #Equals K1 ==K K2} => #Not({K1 #Equals K2}) [simplification]
+  rule {K1 =/=K K2 #Equals true} => #Not({K1 #Equals K2}) [simplification]
+  rule {true #Equals K1 =/=K K2} => #Not({K1 #Equals K2}) [simplification]
+  rule {K1 =/=K K2 #Equals false} => {K1 #Equals K2} [simplification]
+  rule {false #Equals K1 =/=K K2} => {K1 #Equals K2} [simplification]
+
+endmodule
+
+module K-EQUAL
+  imports private BOOL
+  imports K-EQUAL-SYNTAX
+  imports K-EQUAL-KORE
+
+  rule K1:K =/=K K2:K => notBool (K1 ==K K2)
+
+  rule #if C:Bool #then B1::K #else _ #fi => B1 requires C
+  rule #if C:Bool #then _ #else B2::K #fi => B2 requires notBool C
+
+endmodule
+

Meta operations

+

Provided below are a few miscellaneous, mostly deprecated functions in K.
+It is not recommended to use any of them directly as they are largely
+unsupported in modern K. There are a few exceptions:

+
    +
  • #getenv - Returns the value of an environment variable
  • +
  • #kompiledDirectory - Returns the path to the current compiled K definition
    +directory.
  • +
  • #unparseKORE - Takes a K term and converts it to a string.
  • +
+
module K-REFLECTION
+  imports BASIC-K
+  imports STRING
+
+  syntax K ::= "#configuration" [function, impure, hook(KREFLECTION.configuration)]
+  syntax String ::= #sort(K) [function, hook(KREFLECTION.sort)]
+  syntax KItem ::= #fresh(String)   [function, hook(KREFLECTION.fresh), impure]
+  syntax KItem ::= getKLabel(K)  [function, hook(KREFLECTION.getKLabel)]
+
+  syntax K ::= #getenv(String) [function, impure, hook(KREFLECTION.getenv)]
+
+  syntax String ::= #kompiledDirectory() [function, hook(KREFLECTION.kompiledDir)]
+
+  // meaningful only for the purposes of compilation to a binary, otherwise
+  // undefined
+  syntax List ::= #argv() [function, hook(KREFLECTION.argv)]
+
+  syntax {Sort} String ::= #unparseKORE(Sort) [function, hook(KREFLECTION.printKORE)]
+  syntax IOError ::= "#noParse" "(" String ")" [klabel(#noParse), symbol]
+
+endmodule
+

I/O in K

+

Concrete execution in K supports I/O operations. This functionality is not
+supported during symbolic execution, because symbolic execution must exist
+completely free of side-effects, and I/O is an irreducible type of side effect.
+However, it is useful in many cases when defining concrete execution to be able
+to make reference to I/O operations.

+

The design of these I/O operations is based on the POSIX standard, for the most
+part. For example, the #read K function maps to the read POSIX function. We
+do not at this time have a higher-level API for I/O, but this may be
+implemented at some point in the future.

+

I/O operations generally return either their result, or an IOError term
+corresponding to the errno returned by the underlying system call.

+
module K-IO
+  imports private LIST
+  imports private STRING
+  imports private INT
+

I/O errors

+ +

Aside from EOF, which is returned by #getc if the file is at end-of-file, all
+of the below I/O errors correspond to possible values for errno after calling
+a library function. If the errno returned is not one of the below errnos
+known to K, #unknownIOError is returned along with the integer errno value.

+
  syntax IOError ::= "#EOF" [klabel(#EOF), symbol] 
+                   | #unknownIOError(errno: Int) [klabel(#unknownIOError), symbol]
+                   | "#E2BIG" [klabel(#E2BIG), symbol]
+                   | "#EACCES" [klabel(#EACCES), symbol]
+                   | "#EAGAIN" [klabel(#EAGAIN), symbol]
+                   | "#EBADF" [klabel(#EBADF), symbol]
+                   | "#EBUSY" [klabel(#EBUSY), symbol]
+                   | "#ECHILD" [klabel(#ECHILD), symbol]
+                   | "#EDEADLK" [klabel(#EDEADLK), symbol]
+                   | "#EDOM" [klabel(#EDOM), symbol]
+                   | "#EEXIST" [klabel(#EEXIST), symbol]
+                   | "#EFAULT" [klabel(#EFAULT), symbol]
+                   | "#EFBIG" [klabel(#EFBIG), symbol]
+                   | "#EINTR" [klabel(#EINTR), symbol]
+                   | "#EINVAL" [klabel(#EINVAL), symbol]
+                   | "#EIO" [klabel(#EIO), symbol]
+                   | "#EISDIR" [klabel(#EISDIR), symbol]
+                   | "#EMFILE" [klabel(#EMFILE), symbol]
+                   | "#EMLINK" [klabel(#EMLINK), symbol]
+                   | "#ENAMETOOLONG" [klabel(#ENAMETOOLONG), symbol]
+                   | "#ENFILE" [klabel(#ENFILE), symbol]
+                   | "#ENODEV" [klabel(#ENODEV), symbol]
+                   | "#ENOENT" [klabel(#ENOENT), symbol]
+                   | "#ENOEXEC" [klabel(#ENOEXEC), symbol]
+                   | "#ENOLCK" [klabel(#ENOLCK), symbol]
+                   | "#ENOMEM" [klabel(#ENOMEM), symbol]
+                   | "#ENOSPC" [klabel(#ENOSPC), symbol]
+                   | "#ENOSYS" [klabel(#ENOSYS), symbol]
+                   | "#ENOTDIR" [klabel(#ENOTDIR), symbol]
+                   | "#ENOTEMPTY" [klabel(#ENOTEMPTY), symbol]
+                   | "#ENOTTY" [klabel(#ENOTTY), symbol]
+                   | "#ENXIO" [klabel(#ENXIO), symbol]
+                   | "#EPERM" [klabel(#EPERM), symbol]
+                   | "#EPIPE" [klabel(#EPIPE), symbol]
+                   | "#ERANGE" [klabel(#ERANGE), symbol]
+                   | "#EROFS" [klabel(#EROFS), symbol]
+                   | "#ESPIPE" [klabel(#ESPIPE), symbol]
+                   | "#ESRCH" [klabel(#ESRCH), symbol]
+                   | "#EXDEV" [klabel(#EXDEV), symbol]
+                   | "#EWOULDBLOCK" [klabel(#EWOULDBLOCK), symbol]
+                   | "#EINPROGRESS" [klabel(#EINPROGRESS), symbol]
+                   | "#EALREADY" [klabel(#EALREADY), symbol]
+                   | "#ENOTSOCK" [klabel(#ENOTSOCK), symbol]
+                   | "#EDESTADDRREQ" [klabel(#EDESTADDRREQ), symbol]
+                   | "#EMSGSIZE" [klabel(#EMSGSIZE), symbol]
+                   | "#EPROTOTYPE" [klabel(#EPROTOTYPE), symbol]
+                   | "#ENOPROTOOPT" [klabel(#ENOPROTOOPT), symbol]
+                   | "#EPROTONOSUPPORT" [klabel(#EPROTONOSUPPORT), symbol]
+                   | "#ESOCKTNOSUPPORT" [klabel(#ESOCKTNOSUPPORT), symbol]
+                   | "#EOPNOTSUPP" [klabel(#EOPNOTSUPP), symbol]
+                   | "#EPFNOSUPPORT" [klabel(#EPFNOSUPPORT), symbol]
+                   | "#EAFNOSUPPORT" [klabel(#EAFNOSUPPORT), symbol]
+                   | "#EADDRINUSE" [klabel(#EADDRINUSE), symbol]
+                   | "#EADDRNOTAVAIL" [klabel(#EADDRNOTAVAIL), symbol]
+                   | "#ENETDOWN" [klabel(#ENETDOWN), symbol]
+                   | "#ENETUNREACH" [klabel(#ENETUNREACH), symbol]
+                   | "#ENETRESET" [klabel(#ENETRESET), symbol]
+                   | "#ECONNABORTED" [klabel(#ECONNABORTED), symbol]
+                   | "#ECONNRESET" [klabel(#ECONNRESET), symbol]
+                   | "#ENOBUFS" [klabel(#ENOBUFS), symbol]
+                   | "#EISCONN" [klabel(#EISCONN), symbol]
+                   | "#ENOTCONN" [klabel(#ENOTCONN), symbol]
+                   | "#ESHUTDOWN" [klabel(#ESHUTDOWN), symbol]
+                   | "#ETOOMANYREFS" [klabel(#ETOOMANYREFS), symbol]
+                   | "#ETIMEDOUT" [klabel(#ETIMEDOUT), symbol]
+                   | "#ECONNREFUSED" [klabel(#ECONNREFUSED), symbol]
+                   | "#EHOSTDOWN" [klabel(#EHOSTDOWN), symbol]
+                   | "#EHOSTUNREACH" [klabel(#EHOSTUNREACH), symbol]
+                   | "#ELOOP" [klabel(#ELOOP), symbol]
+                   | "#EOVERFLOW" [klabel(#EOVERFLOW), symbol]
+

I/O result sorts

+ +

Here we see sorts defined to contain either an Int or an IOError, or
+either a String or an IOError. These sorts are used to implement the
+return sort of functions that may succeed, in which case they return a value,
+or may fail, in which case their return value indicates an error and the
+error indicated is returned via errno.

+
  syntax IOInt ::= Int | IOError
+  syntax IOString ::= String | IOError
+

Opening a file

+ +

You can open a file in K using #open. An optional mode indicates the file
+open mode, which can have any value allowed by the fopen function in C.
+The returned value is the file descriptor that was opened, or an error.

+
  syntax IOInt ::= "#open" "(" path: String ")" [function]
+               | "#open" "(" path: String "," mode: String ")" [function, hook(IO.open), impure]
+
+  rule #open(S:String) => #open(S:String, "r+")
+

Get/set position in file

+ +

You can get the current offset in a file using #tell. You can also seek
+to a particular offset using #seek or #seekEnd. #seek is implemented via
+a call to lseek with the SEEK_SET whence. #seekEnd is implemented via a
+call to lseek with the SEEK_END whence. You can emulate the SEEK_CUR
+whence by means of #seek(FD, #tell(FD) +Int Offset).

+
  syntax IOInt ::= "#tell" "(" fd: Int ")" [function, hook(IO.tell), impure]
+  syntax K ::= "#seek" "(" fd: Int "," index: Int ")" [function, hook(IO.seek), impure]
+             | "#seekEnd" "(" fd: Int "," fromEnd: Int ")" [function, hook(IO.seekEnd), impure]
+

Read from file

+ +

You can read a single character from a file using #getc. #EOF is returned
+if you are at end-of-fie.

+

You can also read up to length characters in a file using #read. The
+resulting read characters are returned, which may be fewer characters than
+requested. A string of zero length being returned indicates end-of-file.

+
  syntax IOInt ::= "#getc" "(" fd: Int ")"             [function, hook(IO.getc), impure]
+  syntax IOString ::= "#read" "(" fd: Int "," length: Int ")"    [function, hook(IO.read), impure]
+

Write to file

+ +

You can write a single character to a file using #putc. You can also write
+a string to a file using #write. The returned value on success is .K.

+
  syntax K ::= "#putc" "(" fd: Int "," value: Int ")"      [function, hook(IO.putc), impure]
+             | "#write" "(" fd: Int "," value: String ")" [function, hook(IO.write), impure]
+

Closing a file

+ +

You can close a file using #close. The returned value on success is .K.

+
  syntax K ::= "#close" "(" fd: Int ")" [function, hook(IO.close), impure]
+

Locking/unlocking a file

+ +

You can lock or unlock parts of a file using the #lock and #unlock
+functions. The lock starts at the beginning of the file and continues for
+endIndex bytes. Note that Unix systems do not actually prevent locked files
+from being read and modified; you will have to lock both sides of a concurrent
+access to guarantee exclusivity.

+
  syntax K ::= "#lock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.lock), impure]
+             | "#unlock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.unlock), impure]
+

Networking

+ +

You can accept a connection on a socket using #accept, or shut down the
+write end of a socket with #shutdownWrite. Note that facility is not provided
+for opening, binding, and listening on sockets. These functions are implemented
+in order to support creating stateful request/response servers where the
+request loop is implemented using rewriting in K, but the connection
+initialization is written in native code and linked into the LLVM backend.

+
  syntax IOInt ::= "#accept" "(" fd: Int ")" [function, hook(IO.accept), impure]
+  syntax K ::= "#shutdownWrite" "(" fd: Int ")" [function, hook(IO.shutdownWrite), impure]
+

Time

+ +

You can get the current time in seconds since midnight UTC on January 1, 1970
+using #time.

+
  syntax Int ::= "#time" "(" ")" [function, hook(IO.time), impure]
+

Builtin file descriptors

+ +

Provided here are functions that return the file descriptor for standard input,
+standard output, and standard error.

+
  syntax Int ::= "#stdin"   [function, total]
+                | "#stdout" [function, total]
+                | "#stderr" [function, total]
+
+  rule #stdin => 0
+  rule #stdout => 1
+  rule #stderr => 2
+

Shell access

+ +

You can execute a command using the shell using the #system operator. Care
+must be taken to sanitize inputs to this function or security issues may
+result. Note that K has no facility for reasoning about logic that happens
+outside its process, so any functionality that you wish to be able to formally
+reason about in K should not be implemented via the #system operator.

+
  syntax KItem ::= #system ( String ) [function, hook(IO.system), impure]
+                 | "#systemResult" "(" Int /* exit code */ "," String /* stdout */ "," String /* stderr */ ")" [klabel(#systemResult), symbol]
+

Temporary files

+ +

You can get a temporary file and open it atomically using the #mkstemp
+operator. The resulting file will be closed and deleted when K rewriting ends.
+For more info on the argument to #mkstemp, see man mkstemp.

+
  syntax IOFile ::= #mkstemp(template: String) [function, hook(IO.mkstemp), impure]
+  syntax IOFile ::= IOError
+                  | "#tempFile" "(" path: String "," fd: Int ")" [klabel(#tempFile), symbol]
+

Deleting a file

+ +

You can delete a file using its absolute or relative path using the #remove
+operator. It returns .K on success or an IOError on failure.

+
  syntax K ::= #remove(path: String) [function, total, hook(IO.remove), impure]
+

Logging

+ +

You can log information to disk using the #logToFile operator. Semantically,
+this operator returns .K. However, it has a side effect that is not reasoned
+about which is that value will be written to a uniquely-identified file
+containing name in its name. The file is only flushed to disk when rewriting
+finishes.

+
  syntax K ::= #logToFile(name: String, value: String) [function, total, hook(IO.log), impure, returnsUnit, klabel(#logToFile), symbol]
+

Strings can also be logged via the logging mechanisms available to the backend.
+On the LLVM backend, this just means logging the text to standard error. On the
+Haskell backend, a log message of type InfoUserLog is created with the
+specified text.

+
  syntax K ::= #log(value: String) [function, total, hook(IO.logString), impure, returnsUnit, klabel(#log), symbol]
+

Terms can also be logged to standard error in surface syntax, rather than as
+KORE using #trace. This operator has similar semantics to #logToFile (i.e.
+it returns .K, but prints as an impure side effect). Note that calling
+#trace is equivalent to invoking the kprint tool for the first term that is
+logged, which requires re-parsing the underlying K definition. Subsequent calls
+do not incur this overhead again; the definition is cached.

+
  syntax K ::= #trace(value: KItem) [function, total, hook(IO.traceTerm), impure, returnsUnit, klabel(#trace), symbol]
+             | #traceK(value: K)    [function, total, hook(IO.traceTerm), impure, returnsUnit, klabel(#traceK), symbol]
+

Implementation of high-level I/O streams in K

+ +

Below is an implementation of the stream="stdin" and stream="stdout"
+cell attributes in K. You should not refer to these symbols or modules directly
+in your definition. It is provided only so that the K compiler can make use of
+it. For more information on how to use this feature, refer to IMP++ in the K
+tutorial.

+
  syntax Stream ::= #buffer(K)
+                  | #istream(Int)
+                  | #parseInput(String, String)
+                  | #ostream(Int)
+
+endmodule
+
+// NOTE: DO NOT DIRECTLY IMPORT *-STREAM MODULES
+// These stream modules will be automatically instantiated and implicitly imported
+// into the main module when `stream` attributes appear in configuration cells.
+// Only `Stream` productions and `[stream]` rules will be imported.
+// The cell name will be replaced with the one of the main configuration.
+
+module STDIN-STREAM
+  imports K-IO
+  imports K-REFLECTION
+  imports LIST
+  imports INT
+  imports BOOL
+
+  configuration <stdin> ListItem(#buffer($STDIN:String)) ListItem($IO:String) ListItem(#istream(#stdin)) </stdin>
+
+  // read one character at a time until we read whitespace
+  rule [stdinGetc]:
+       <stdin>
+       ListItem(#parseInput(_:String, Delimiters:String))
+       ListItem(#buffer(S:String => S +String chrChar({#getc(N)}:>Int)))
+       ListItem("on")
+       ListItem(#istream(N:Int))
+       </stdin>
+    requires findChar(S, Delimiters, 0) ==Int -1 // [stdin]
+       [stream, priority(200)]
+
+  // when we reach whitespace, if it parses create a ListItem
+  rule [stdinParseString]:
+       <stdin>
+       (ListItem(#parseInput("String", Delimiters:String)) => ListItem(S))
+       ListItem(#buffer(S:String => ""))
+       _:List
+       </stdin>
+    requires findChar(S, Delimiters, 0) =/=Int -1 // [stdin]
+       [stream]
+
+  // a hack: handle the case when we read integers without the help of the IO server
+  rule [stdinParseInt]:
+       <stdin>
+       (ListItem(#parseInput("Int", Delimiters:String))
+       => ListItem(String2Int(substrString(S, 0, findChar(S, Delimiters, 0)))))
+       ListItem(#buffer(S:String => substrString(S,findChar(S, Delimiters, 0) +Int 1, lengthString(S))))
+       _:List
+       </stdin>
+    requires findChar(S, Delimiters, 0) =/=Int -1
+       andBool lengthString(S) >Int 1 // [stdin]
+       [stream]
+
+  rule [stdinTrim]:
+       <stdin>
+       ListItem(#parseInput(Sort:String, Delimiters:String))
+       ListItem(#buffer(S:String => substrString(S, 1, lengthString(S))))
+       _:List
+       </stdin>
+    requires findChar(S, Delimiters, 0) =/=Int -1
+       andBool Sort =/=String "String"
+       andBool lengthString(S) <=Int 1 // [stdin]
+       [stream]
+
+  // NOTE: This unblocking rule will be instantiated and inserted carefully
+  // when necessary according to user-defined rules, since otherwise it will
+  // lead to a diverging (i.e., non-terminating) transition system definition.
+  // Currently, it supports only a simple pattern matching on the top of the
+  // input stream cell, e.g.,
+  //   rule <k> read() => V ... </k> <in> ListItem(V:Int) => .List ...  </in>
+  // Non-supported rules that refer to the input stream cell in a sophisticated
+  // way will get stuck in concrete execution mode with real IO enabled (i.e.,
+  // under `--io on` option), while they will still work in symbolic execution
+  // mode or concrete execution mode with real IO disabled (i.e., under `--io
+  // off`, `--search`, or `--debug` options).
+  //
+  // TODO: More patterns need to be supported as well. In that case, we need to
+  // have a way to specify such patterns.
+  rule [stdinUnblock]:
+       <stdin>
+         (.List => ListItem(#parseInput(?Sort:String, ?Delimiters:String)))
+         ListItem(#buffer(_:String))
+         ...
+       </stdin>
+
+  /*
+  syntax Stream ::= "#noIO"
+
+  rule ListItem(#buffer(_))
+       (ListItem(#noIO) ListItem(#istream(_:Int)) => .List) [stdin]
+  */
+
+endmodule
+
+module STDOUT-STREAM
+  imports K-IO
+  imports LIST
+  imports STRING
+
+  configuration <stdout> ListItem(#ostream(#stdout)) ListItem($IO:String) ListItem(#buffer("")) </stdout>
+//configuration <stderr> ListItem(#ostream(#stderr)) ListItem($IO:String) ListItem(#buffer("")) </stderr>
+
+  rule [stdoutBufferFloat]:
+       <stdout>
+       ListItem(#ostream(_))
+       ListItem(_)
+       ListItem(#buffer(Buffer:String => Buffer +String Float2String(F)))
+       (ListItem(F:Float) => .List)
+       _:List
+       </stdout>
+       // [stdout, stderr]
+       [stream, priority(25)]
+  rule [stdoutBufferInt]:
+       <stdout>
+       ListItem(#ostream(_))
+       ListItem(_)
+       ListItem(#buffer(Buffer:String => Buffer +String Int2String(I)))
+       (ListItem(I:Int) => .List)
+       _:List
+       </stdout>
+       // [stdout, stderr]
+       [stream, priority(25)]
+  rule [stdoutBufferString]:
+       <stdout>
+       ListItem(#ostream(_))
+       ListItem(_)
+       ListItem(#buffer(Buffer:String => Buffer +String S))
+       (ListItem(S:String) => .List)
+       _:List
+       </stdout>
+       // [stdout, stderr]
+       [stream, priority(25)]
+
+  // Send first char from the buffer to the server
+  rule [stdoutWrite]:
+       <stdout>
+       ListItem(#ostream(N:Int => {#write(N, S) ~> N:Int}:>Int))
+       ListItem("on")
+       ListItem(#buffer(S:String => ""))
+       _:List
+       </stdout>
+    requires S =/=String "" // [stdout, stderr]
+       [stream, priority(30)]
+
+  /*
+  syntax Stream ::= "#noIO"
+
+  rule ListItem(#buffer(Buffer:String => Buffer +String Float2String(F)))
+       (ListItem(F:Float) => .List)
+       _:List [stdout, stderr]
+  rule ListItem(#buffer(Buffer:String => Buffer +String Int2String(I)))
+       (ListItem(I:Int) => .List)
+       _:List [stdout, stderr]
+  rule ListItem(#buffer(Buffer:String => Buffer +String S))
+       (ListItem(S:String) => .List)
+       _:List [stdout, stderr]
+
+  rule (ListItem(#ostream(_:Int)) ListItem(#noIO) => .List)
+       ListItem(#buffer(_))
+       _:List [stdout, stderr]
+  */
+
+endmodule
+

Machine Integers

+

Provided here is an implementation of arbitrarily large fixed-precision binary
+integers in K. This type is hooked to an implementation of integers provided
+by the backend, and in particular makes use of native machine integers for
+certain sizes of integer. For arbitrary-precision integers, see the INT
+module above.

+

The syntax of machine integers in K is the same as arbitrary-precision integers
+(i.e., an optional sign followed by a sequence of digits) except that machine
+integers always end in a suffix pN where N is an integer indicating the
+width in bits of the integer. The MInt sort is parametric, and this is
+reflected in the literals. For example, the sort of 0p8 is MInt{8}.

+
module MINT-SYNTAX
+  /*@\section{Description} The MInt implements machine integers of arbitrary
+   * bit width represented in 2's complement. */
+  syntax {Width} MInt{Width} [hook(MINT.MInt)]
+
+  /*@ Machine integer of bit width and value. */
+  syntax {Width} MInt{Width} ::= r"[\\+-]?[0-9]+[pP][0-9]+" [token, prec(2), hook(MINT.literal)]
+endmodule
+
+module MINT
+  imports MINT-SYNTAX
+  imports private INT
+  imports private BOOL
+

Bitwidth of MInt

+ +

You can get the number of bits of width in an MInt using bitwidthMInt.

+
  syntax {Width} Int ::= bitwidthMInt(MInt{Width})   [function, total, hook(MINT.bitwidth)]
+

Int and MInt conversions

+ +

You can convert from an MInt to an Int using the MInt2Signed and
+MInt2Unsigned functions. an MInt does not have a sign; its sign is instead
+reflected in how operators interpret its value either as a signed integer or as
+an unsigned integer. Thus, you can interpret a MInt as a signed integer witth
+MInt2Signed, or as an unsigned integer respectively using MInt2Unsigned.

+

You can also convert from an Int to an MInt using Int2MInt. Care must
+be given to ensure that the sort context where the Int2MInt operator appears
+has the correct bitwidth, as this will influence the width of the resulting
+MInt.

+
  syntax {Width} Int ::= MInt2Signed(MInt{Width})     [function, total, hook(MINT.svalue)]
+                       | MInt2Unsigned(MInt{Width})     [function, total, hook(MINT.uvalue), smt-hook(bv2int)]
+
+  syntax {Width} MInt{Width} ::= Int2MInt(Int) [function, total, hook(MINT.integer), smt-hook(int2bv)]
+

MInt min and max values

+ +

You can get the minimum and maximum values of a signed or unsigned MInt
+with az specified bit width using sminMInt, smaxMInt, uminMInt, and
+umaxMInt.

+
  syntax Int ::= sminMInt(Int)    [function]
+               | smaxMInt(Int)    [function]
+               | uminMInt(Int)    [function]
+               | umaxMInt(Int)    [function]
+  rule sminMInt(N:Int) => 0 -Int (1 <<Int (N -Int 1))
+  rule smaxMInt(N:Int) => (1 <<Int (N -Int 1)) -Int 1
+  rule uminMInt(_:Int) => 0
+  rule umaxMInt(N:Int) => (1 <<Int N) -Int 1
+

MInt bounds checking

+ +

You can check whether a specified Int will be represented in an MInt
+with a specified width without any loss of precision when interpreted as
+a signed or unsigned integer using soverflowMInt and uoverflowMInt.

+
  syntax Bool ::= soverflowMInt(width: Int, Int)   [function]
+                | uoverflowMInt(width: Int, Int)   [function]
+  rule
+    soverflowMInt(N:Int, I:Int)
+  =>
+    I <Int sminMInt(N) orBool I >Int smaxMInt(N)
+  rule
+    uoverflowMInt(N:Int, I:Int)
+  =>
+    I <Int uminMInt(N) orBool I >Int umaxMInt(N)
+

MInt arithmetic

+ +

You can:

+
    +
  • Compute the bitwise complement ~MInt of an MInt.
  • +
  • Compute the unary negation --MInt of an MInt.
  • +
  • Compute the product *MInt of two MInts.
  • +
  • Compute the quotient /sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the modulus %sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the quotient /uMInt of two MInts interpreted as unsigned
    +integers.
  • +
  • Compute the modulus %uMInt of two MInts interpreted as unsigned integers.
  • +
  • Compute the sum +MInt of two MInts.
  • +
  • Compute the difference -MInt of two MInts.
  • +
  • Compute the left shift <<MInt of two MInts. The second MInt is always
    +interpreted as positive.
  • +
  • Compute the arithmetic right shift >>aMInt of two MInts. The second
    +MInt is always interpreted as positve.
  • +
  • Compute the logical right shift >>lMInt of two MInts. The second MInt
    +is always interpreted as positive.
  • +
  • Compute the bitwise and &MInt of two MInts.
  • +
  • Compute the bitwise xor xorMInt of two MInts.
  • +
  • Compute the bitwise inclusive or |MInt of two MInts.
  • +
+
  syntax {Width} MInt{Width} ::= "~MInt" MInt{Width} [function, total, hook(MINT.not), smt-hook(bvnot)]
+                               | "--MInt" MInt{Width} [function, total, hook(MINT.neg), smt-hook(bvuminus)]
+                               > left:
+                                 MInt{Width} "*MInt" MInt{Width} [function, total, hook(MINT.mul), smt-hook(bvmul)]
+                               | MInt{Width} "/sMInt" MInt{Width} [function, hook(MINT.sdiv), smt-hook(bvsdiv)]
+                               | MInt{Width} "%sMInt" MInt{Width} [function, hook(MINT.srem), smt-hook(bvsrem)]
+                               | MInt{Width} "/uMInt" MInt{Width} [function, hook(MINT.udiv), smt-hook(bvudiv)]
+                               | MInt{Width} "%uMInt" MInt{Width} [function, hook(MINT.urem), smt-hook(bvurem)]
+                               > left:
+                                 MInt{Width} "+MInt" MInt{Width} [function, total, hook(MINT.add), smt-hook(bvadd)]
+                               | MInt{Width} "-MInt" MInt{Width} [function, total, hook(MINT.sub), smt-hook(bvsub)]
+                               > left:
+                                 MInt{Width} "<<MInt" MInt{Width} [function, hook(MINT.shl), smt-hook(bvshl)]
+                               | MInt{Width} ">>aMInt" MInt{Width} [function, hook(MINT.ashr), smt-hook(bvashr)]
+                               | MInt{Width} ">>lMInt" MInt{Width} [function, hook(MINT.lshr), smt-hook(bvlshr)]
+                               > left:
+                                 MInt{Width} "&MInt" MInt{Width} [function, total, hook(MINT.and), smt-hook(bvand)]
+                               > left:
+                                 MInt{Width} "xorMInt" MInt{Width} [function, total, hook(MINT.xor), smt-hook(bvxor)]
+                               > left:
+                                 MInt{Width} "|MInt" MInt{Width} [function, total, hook(MINT.or), smt-hook(bvor)]
+

MInt comparison

+ +

You can compute whether one MInt is less than, less than or equal to, greater
+than, or greater than or equal to another MInt when interpreted as signed
+or unsigned integers. You can also compute whether one MInt is equal to or
+unequal to another MInt.

+
  syntax {Width} Bool ::= MInt{Width} "<sMInt" MInt{Width} [function, total, hook(MINT.slt), smt-hook(bvslt)]
+                        | MInt{Width} "<uMInt" MInt{Width} [function, total, hook(MINT.ult), smt-hook(bvult)]
+                        | MInt{Width} "<=sMInt" MInt{Width} [function, total, hook(MINT.sle), smt-hook(bvsle)]
+                        | MInt{Width} "<=uMInt" MInt{Width} [function, total, hook(MINT.ule), smt-hook(bvule)]
+                        | MInt{Width} ">sMInt" MInt{Width} [function, total, hook(MINT.sgt), smt-hook(bvsgt)]
+                        | MInt{Width} ">uMInt" MInt{Width} [function, total, hook(MINT.ugt), smt-hook(bvugt)]
+                        | MInt{Width} ">=sMInt" MInt{Width} [function, total, hook(MINT.sge), smt-hook(bvsge)]
+                        | MInt{Width} ">=uMInt" MInt{Width} [function, total, hook(MINT.uge), smt-hook(bvuge)]
+                        | MInt{Width} "==MInt" MInt{Width} [function, total, hook(MINT.eq), smt-hook(=)]
+                        | MInt{Width} "=/=MInt" MInt{Width} [function, total, hook(MINT.ne), smt-hook(distinct)]
+

MInt min/max

+ +

You can compute the signed minimum sMinMInt, the signed maximum sMaxMInt,
+the unsigned minimum uMinMInt, and the unsigned maximum uMaxMInt of two
+MInts.

+
  syntax {Width} MInt{Width} ::= sMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smax), smt-hook((ite (bvslt #1 #2) #2 #1))]
+                               | sMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smin), smt-hook((ite (bvslt #1 #2) #1 #2))]
+                               | uMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umax), smt-hook((ite (bvult #1 #2) #2 #1))]
+                               | uMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umin), smt-hook((ite (bvult #1 #2) #1 #2))]
+

MInt to MInt conversion

+ +

You can convert an MInt of one width to another width with roundMInt.
+The resulting MInt will be truncated starting from the most significant bit
+if the resulting width is smaller than the input. The resulting MInt will be
+zero-extended with the same low-order bits if the resulting width is larger
+than the input.

+
  syntax {Width1, Width2} MInt{Width1} ::= roundMInt(MInt{Width2}) [function, total, hook(MINT.round)]
+
endmodule
+

K Language Features

+

Defined below is a series of modules used to parse inner syntax in K (ie, the
+contents of rules, configuration declarations, and contexts).

+

Much of this file exists in tight correspondence with the K implementation, and
+K will not work correctly if it is altered without corresponding changes to the
+source code of the K tools.

+

Users should only import a few modules from this file. In particular, this
+includes SORT-K, BASIC-K, ML-SYNTAX, DEFAULT-LAYOUT,
+DEFAULT-CONFIGURATION, and K-AMBIGUITIES. The remaining modules should not
+be imported by the user; they are used implicitly by the implementation of K.

+

Basic K Sorts

+

The SORT-K module declares the K sort, and nothing else.

+
module SORT-K
+  syntax K [hook(K.K)]
+endmodule
+

The BASIC-K module declares the K, KItem, and KConfigVar sorts, and
+imports the syntax of matching logic.

+
module BASIC-K
+  imports ML-SYNTAX
+  imports SORT-BOOL
+  syntax KItem [hook(K.KItem)]
+  syntax K     ::= KItem
+  syntax KConfigVar [token]
+  syntax KItem ::= KConfigVar
+endmodule
+

KAST Abstract Syntax

+

Below is defined the abstract syntax of concrete terms in K, the KAST syntax.
+Users should rarely if ever have to refer to this syntax; in general, it
+suffices to use concrete syntax in rules, configuration declarations, contexts,
+etc.

+

This syntax is used directly by the K implementation, and exists here as a
+reference for the syntax of KAST, but it should not be imported directly by
+the user.

+
module KSTRING
+  syntax KString ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]"      [token]
+  // optionally qualified strings, like in Scala "abc", i"abc", r"a*bc", etc.
+endmodule
+
+module BUILTIN-ID-TOKENS
+  syntax #LowerId ::= r"[a-z][a-zA-Z0-9]*"                    [prec(2), token]
+  syntax #UpperId ::= r"[A-Z][a-zA-Z0-9]*"                    [prec(2), token]
+endmodule
+
+module SORT-KBOTT
+  imports SORT-K
+  syntax KBott
+endmodule
+
+module KAST
+  imports BASIC-K
+  imports SORT-KBOTT
+  imports KSTRING
+  imports BUILTIN-ID-TOKENS
+
+  syntax KBott ::= "#token" "(" KString "," KString ")"  [klabel(#KToken), symbol]
+                 | "#klabel" "(" KLabel ")"              [klabel(#WrappedKLabel), symbol]
+                 | KLabel "(" KList ")"                  [klabel(#KApply), symbol]
+  syntax KItem ::= KBott
+
+  syntax KLabel ::= r"`(\\\\`|\\\\\\\\|[^`\\\\\\n\\r])+`" [token]
+                  | #LowerId                                   [token]
+                  | r"(?<![a-zA-Z0-9])[#a-z][a-zA-Z0-9]*"               [token, prec(1)]
+                       // something that doesn't collide with meta-variables
+
+  syntax KList ::= K
+                 | ".KList"          [klabel(#EmptyKList), symbol]
+                 | KList "," KList   [klabel(#KList), left, assoc, unit(#EmptyKList), symbol, prefer]
+endmodule
+
+
+// To be used when parsing/pretty-printing ground configurations
+module KSEQ
+  imports KAST
+  imports K-TOP-SORT
+  syntax K ::= ".K"      [klabel(#EmptyK), symbol]
+             | "."       [klabel(#EmptyK), symbol, deprecated, unparseAvoid]
+  syntax K ::= K "~>" K  [klabel(#KSequence), left, assoc, unit(#EmptyK), symbol]
+  syntax left #KSequence
+  syntax {Sort} Sort     ::= "(" Sort ")"    [bracket, group(defaultBracket), applyPriority(1)]
+endmodule
+

Syntax of Matching Logic

+

K provides direct access to the symbols of Matching Logic, while giving them
+their own concrete syntax distinct from the syntax of the KORE intermediate
+representation. These symbols are primarily used during symbolic execution.
+The LLVM Backend has relatively little understanding of Matching Logic directly
+and use of these symbols directly in rules is likely to cause it to crash.
+However, these symbols are necessary when providing lemmas and other types of
+logical assistance to proofs and symbolic execution in the Haskell Backend.

+

The correspondance between K symbols and KORE symbols is as follows:

+
    +
  • #Top - \top
  • +
  • #Bottom - \bottom
  • +
  • #Not - \not
  • +
  • #Ceil - \ceil
  • +
  • #Floor - \floor
  • +
  • #Equals - \equals
  • +
  • #And - \and
  • +
  • #Or - \or
  • +
  • #Implies - \implies
  • +
  • #Exists - \exists
  • +
  • #Forall - \forall
  • +
  • #AG - allPathGlobally
  • +
  • #wEF - weakExistsFinally
  • +
  • #wAF - weakAlwaysFinally
  • +
+
module ML-SYNTAX [not-lr1]
+  imports SORT-K
+
+  syntax {Sort} Sort ::= "#Top" [klabel(#Top), symbol, group(mlUnary)]
+                       | "#Bottom" [klabel(#Bottom), symbol, group(mlUnary)]
+                       | "#Not" "(" Sort ")" [klabel(#Not), symbol, mlOp, group(mlUnary, mlOp)]
+
+  syntax {Sort1, Sort2} Sort2 ::= "#Ceil" "(" Sort1 ")" [klabel(#Ceil), symbol, mlOp, group(mlUnary, mlOp)]
+                                | "#Floor" "(" Sort1 ")" [klabel(#Floor), symbol, mlOp, group(mlUnary, mlOp)]
+                                | "{" Sort1 "#Equals" Sort1 "}" [klabel(#Equals), symbol, mlOp, group(mlEquals, mlOp), comm, format(%1%i%n%2%d%n%3%i%n%4%d%n%5)]
+
+  syntax priority mlUnary > mlEquals > mlAnd
+
+  syntax {Sort} Sort ::= Sort "#And" Sort [klabel(#And), symbol, assoc, left, comm, unit(#Top), mlOp, group(mlAnd, mlOp), format(%i%1%d%n%2%n%i%3%d)]
+                       > Sort "#Or" Sort [klabel(#Or), symbol, assoc, left, comm, unit(#Bottom), mlOp, group(mlOp), format(%i%1%d%n%2%n%i%3%d)]
+                       > Sort "#Implies" Sort [klabel(#Implies), symbol, mlOp, group(mlImplies, mlOp), format(%i%1%d%n%2%n%i%3%d)]
+
+  syntax priority mlImplies > mlQuantifier
+
+  syntax {Sort1, Sort2} Sort2 ::= "#Exists" Sort1 "." Sort2 [klabel(#Exists), symbol, mlOp, mlBinder, group(mlQuantifier, mlOp)]
+                                | "#Forall" Sort1 "." Sort2 [klabel(#Forall), symbol, mlOp, mlBinder, group(mlQuantifier, mlOp)]
+
+  syntax {Sort} Sort ::= "#AG" "(" Sort ")" [klabel(#AG), symbol, mlOp, group(mlOp)]
+                       | "#wEF" "(" Sort ")" [klabel(weakExistsFinally), symbol, mlOp, group(mlOp)]
+                       | "#wAF" "(" Sort ")" [klabel(weakAlwaysFinally), symbol, mlOp, group(mlOp)]
+endmodule
+

Variables in K

+

Provided below is the syntax of variables in K. There are four types of
+variables in K:

+
    +
  1. Regular variables. These are denoted by variables that begin with an
    +underscore or a capital letter. These variables match exactly one value
    +and can be used to refer to it on the right-hand-side.
  2. +
  3. Fresh constants. These are denoted by variables that begin with an !. This
    +is a convenience syntax which can be used on the right-hand-side only, and
    +refer to a unique value of the specified sort which is distinct from any
    +other value that has been generated or will be generated by the !X syntax.
    +Note that this may not be distinct from values produced via other means.
  4. +
  5. Existential variables. This refers to variables that are existentially
    +quantified and begin with a ?. They are not required to appear on the
    +left-hand-side prior to appearing on the right-hand-side, and generally
    +refer to symbolic quantities that are introduced during rewriting. Refer to
    +K's documentation for more details.
  6. +
  7. Set variables. These are denoted by variables that begin with a @.
    +These variables refer to a set of values and are generally used when writing
    +simplification rules in the Haskell Backend. For more information, refer to
    +K's documentation.
  8. +
+

There is also a fifth type of "variable", although it is not technically a
+variable. This refers to configuration variables, which are used to insert
+values into the initial configuration that come from outside the semantics.
+The most common of these is the $PGM variable, which conventionally contains
+the program being executed and is placed in the <k> cell in the configuration
+declaration. These "variables" begin with a $ and their values are populated
+by the frontend prior to symbolic or concrete execution of a program.

+
module KVARIABLE-SYNTAX
+  syntax #KVariable
+endmodule
+
+// To be used when parsing/pretty-printing symbolic configurations
+module KSEQ-SYMBOLIC
+  imports KSEQ
+  imports ML-SYNTAX
+  imports KVARIABLE-SYNTAX
+
+  syntax #KVariable ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\!|\\?|@)?([A-Z][A-Za-z0-9'_]*|_|_[A-Z][A-Za-z0-9'_]*)"   [token, prec(1)]
+                      | #UpperId                                                          [token]
+  syntax KConfigVar ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\$)([A-Z][A-Za-z0-9'_]*)"            [token]
+  syntax KBott      ::= #KVariable
+  syntax KBott      ::= KConfigVar
+endmodule
+

Syntax of Cells

+

While the backend treats cells as regular productions like any other, the
+frontend provides a significant amount of convenience notation for dealing with
+groups of cells, in order to make writing modular definitions easier. As a
+result, we need a syntax for groups of cells and for referring to cells within
+rules, configuration declarations, and functions.

+

For historical reasons, the Bag sort is used to refer to groups of cells.
+This may change in a future release. Users can combine cells in any order
+by concatenating them together, and can refer to the absence of any cells with
+the .Bag symbol. You can also refer to cells within a function by placing
+the cell context symbol, [[ K ]] at the top of a rule, placing a function
+symbol inside, and referring to cells afterwards. This implicitly inserts
+a reference to the configuration at the time prior to the currently-applied
+rule being applied which can be matched on within the function. Functions with
+such context cannot be referred to in the initial configuration, because the
+prior configuration does not yet exist.

+
module KCELLS
+  imports KAST
+
+  syntax Cell
+  syntax Bag ::= Bag Bag  [left, assoc, klabel(#cells), symbol, unit(#cells)]
+               | ".Bag"   [klabel(#cells), symbol]
+               | ".::Bag" [klabel(#cells), symbol]
+               | Cell
+  syntax Bag ::= "(" Bag ")" [bracket]
+  syntax KItem ::= Bag
+  syntax #RuleBody ::= "[" "[" K "]" "]" Bag    [klabel(#withConfig), symbol, avoid]
+  syntax non-assoc #withConfig
+  syntax Bag ::= KBott
+endmodule
+

Users can also refer to cells in rules. When doing so, an optional ... can
+be placed immediately after the start of the cell or immediately before the
+end. In a cell whose contents are commutative, these are equivalent to one
+another and are also equivalent to placing ... in both places. This means
+that what is placed in the cell will be combined with the cell contents'
+concatenation operator with an unnamed variable. In other words, you match on
+some number of elements in the collection and do not care about the rest of
+the collection.

+

In a cell whose contents are not commutative, the ... operators correspond
+to a variable on the respective side of the contents of the cell that the
+... appears. For example, <foo>... L </foo>, if L is a list, means
+some number of elements followed by L. Note that not all combinations are
+supported. Cells whose contents are sort K can only have ... appear at the
+tail of the cell, and cells whose contents are sort List can only have ...
+appear on at most one side in a single rule.

+
module RULE-CELLS
+  imports KCELLS
+  imports RULE-LISTS
+  // if this module is imported, the parser automatically
+  // generates, for all productions that have the attribute 'cell' or 'maincell',
+  // a production like below:
+  //syntax Cell ::= "<top>" #OptionalDots K #OptionalDots "</top>" [klabel(<top>)]
+
+  syntax #OptionalDots ::= "..." [klabel(#dots), symbol]
+                         | ""    [klabel(#noDots), symbol]
+
+  syntax Int
+  // this production will be added by the compiler to help handle bang variables,
+  // however, it is valuable to put it here because without this production, it
+  // will not exist at the point in time when rules and claims are parsed, and
+  // as a result it makes it very difficult to write proof claims over fragments
+  // of code that exercise rules containing bang variables. We put it here because
+  // this production will "vanish" after parsing finishes and not be picked up
+  // by the compiler, which is the behavior we want in this case since an actual
+  // production will be generated by the compiler later on.
+  syntax GeneratedCounterCell ::= "<generatedCounter>" Int "</generatedCounter>" [cell, klabel(<generatedCounter>), symbol, internal]
+endmodule
+

Users can also declare cells in a configuration declaration. This generates a
+specific set of productions that is used internally to implement the cell. The
+most important of these is the cell itself, and attributes on this production
+can be specified in an xml-attribute-like syntax.

+

You can also use an xml-short-tag-like syntax to compose configuration cells
+together which were defined in different modules. However, it is a requirement
+that any K definition have at most one fully-composed configuration; thus, all
+other configuration declarations must appear composed within another
+configuration declaration.

+
module CONFIG-CELLS
+  imports KCELLS
+  imports RULE-LISTS
+  syntax #CellName ::= r"[a-zA-Z][a-zA-Z0-9\\-]*"  [token, prec(1)]
+                     | #LowerId            [token]
+                     | #UpperId            [token]
+
+  syntax Cell ::= "<" #CellName #CellProperties ">" K "</" #CellName ">" [klabel(#configCell), symbol]
+  syntax Cell ::= "<" #CellName "/>" [klabel(#externalCell), symbol]
+
+  syntax #CellProperties ::= #CellProperty #CellProperties [klabel(#cellPropertyList), symbol]
+                           | ""                            [klabel(#cellPropertyListTerminator), symbol]
+  syntax #CellProperty ::= #CellName "=" KString           [klabel(#cellProperty), symbol]
+endmodule
+

Syntax of Rules

+

Rules can have an optional requires clause or an ensures clause. For backwards-
+compatibility, you can refer to the requires clause with both the requires
+and when keywords; The latter, however, is deprecated and may be removed in
+a future release.

+

The requires clause specifies the preconditions that must be true in order
+for the rule to apply. The ensures clause specifies the information which
+becomes true after the rule has applied. It is a requirement that information
+present in the ensures clause refer to existential variables only.

+

When doing concrete execution, you can think of the requires clause as a
+side-condition. In other words, even if the rule matches, it will not apply
+unless the requires clause, which must be of sort Bool, evaluates to
+true.

+
module REQUIRES-ENSURES
+  imports BASIC-K
+
+  syntax #RuleBody ::= K
+
+  syntax #RuleContent ::= #RuleBody                                 [klabel("#ruleNoConditions"), symbol]
+                        | #RuleBody "requires" Bool                 [klabel("#ruleRequires"), symbol]
+                        | #RuleBody "ensures"  Bool                 [klabel("#ruleEnsures"), symbol]
+                        | #RuleBody "requires" Bool "ensures" Bool  [klabel("#ruleRequiresEnsures"), symbol]
+endmodule
+

Miscellaneous modules

+

The below modules are used in various ways as indicators to the implementation
+that certain automatically generated syntax should be created by the parser.
+These modules should not be imported directly by the user.

+
module K-TOP-SORT
+  imports SORT-KBOTT
+  syntax KItem ::= KBott
+  syntax {Sort} KItem ::= Sort
+endmodule
+
+module K-BOTTOM-SORT
+  imports SORT-KBOTT
+  syntax KItem ::= KBott
+  syntax {Sort} Sort ::= KBott
+endmodule
+
+module K-SORT-LATTICE
+  imports K-TOP-SORT
+  imports K-BOTTOM-SORT
+endmodule
+
+module AUTO-CASTS
+  // if this module is imported, the parser automatically
+  // generates, for all sorts, productions of the form:
+  // Sort  ::= Sort ":Sort"  // semantic cast - force the inner term to be `Sort` or a subsort
+  // Sort  ::= Sort "::Sort" // strict cast - force the inner term to be exactly `Sort`. Useful for disambiguation
+  // Sort ::= "{" Sort "}" "::Sort" // synonym for strict cast
+  // Sort  ::= "{" K "}"    ":>Sort" // projection cast. Allows any term to be placed in a context that expects `Sort`
+  // this is part of the mechanism that allows concrete user syntax in K
+endmodule
+
+module AUTO-FOLLOW
+  // if this module is imported, the parser automatically
+  // generates a follow restriction for every terminal which is a prefix
+  // of another terminal. This is useful to prevent ambiguities such as:
+  // syntax K ::= "a"
+  // syntax K ::= "b"
+  // syntax K ::= "ab"
+  // syntax K ::= K K
+  // #parse("ab", "K")
+  // In the above example, the terminal "a" is not allowed to be followed by a "b"
+  // because it would turn the terminal into the terminal "ab".
+endmodule
+
+module PROGRAM-LISTS
+  imports SORT-K
+  // if this module is imported, the parser automatically
+  // replaces the default productions for lists:
+  // Es ::= E "," Es [userList("*"), klabel('_,_)]
+  //      | ".Es"    [userList("*"), klabel('.Es)]
+  // into a series of productions more suitable for programs:
+  // Es#Terminator ::= ""      [klabel('.Es)]
+  // Ne#Es ::= E "," Ne#Es     [klabel('_,_)]
+  //         | E Es#Terminator [klabel('_,_)]
+  // Es ::= Ne#Es
+  //      | Es#Terminator      // if the list is *
+endmodule
+
+module RULE-LISTS
+  // if this module is imported, the parser automatically
+  // adds the subsort production to the parsing module only:
+  // Es ::= E        [userList("*")]
+
+endmodule
+
+module RECORD-PRODUCTIONS
+  // if this module is imported, prefix productions of the form
+  // syntax Sort ::= name(Args)
+  // will be able to be parsed with don't-care variables according
+  // to their nonterminal's names
+endmodule
+
+module SORT-PREDICATES
+  // if this module is imported, the Bool sort will be annotated with
+  // syntax Bool ::= isSort(K) [function]
+  // and all sorts will be annotated with
+  // syntax Sort ::= project:Sort(K) [function]
+endmodule
+

Additional Syntax for K Terms in Rules

+

Certain additional features are available when parsing the contents of rules
+and contexts. For more information on each of these, refer to K's
+documentation.

+
module KREWRITE
+  syntax {Sort} Sort ::= Sort "=>" Sort [klabel(#KRewrite), symbol]
+  syntax non-assoc #KRewrite
+  syntax priority #KRewrite > #withConfig
+endmodule
+
+// To be used to parse semantic rules
+module K
+  imports KSEQ-SYMBOLIC
+  imports REQUIRES-ENSURES
+  imports RECORD-PRODUCTIONS
+  imports SORT-PREDICATES
+  imports K-SORT-LATTICE
+  imports AUTO-CASTS
+  imports AUTO-FOLLOW
+  imports KREWRITE
+
+  syntax {Sort} Sort ::= Sort "#as" Sort [klabel(#KAs), symbol]
+  // functions that preserve sorts and can therefore have inner rewrites
+  syntax {Sort} Sort ::= "#fun" "(" Sort ")" "(" Sort ")" [klabel(#fun2), symbol, prefer]
+  // functions that do not preserve sort and therefore cannot have inner rewrites
+  syntax {Sort1, Sort2} Sort1 ::= "#fun" "(" Sort2 "=>" Sort1 ")" "(" Sort2 ")" [klabel(#fun3), symbol]
+
+  syntax {Sort1, Sort2} Sort1 ::= "#let" Sort2 "=" Sort2 "#in" Sort1 [klabel(#let), symbol]
+
+  /*@ Set membership over terms. In addition to equality over
+      concrete patterns, K also supports computing equality
+      between a concrete pattern and a symbolic pattern.
+      This is compiled efficiently down to pattern matching,
+      and can be used by putting a term with unbound variables
+      in the left child of :=K or =/=K. Note that this does not
+      bind variables used on the lhs however (although this may
+      change in the future).*/
+
+  syntax Bool ::= left:
+                  K ":=K" K           [function, total, klabel(_:=K_), symbol, group(equalEqualK)]
+                | K ":/=K" K          [function, total, klabel(_:/=K_), symbol, group(notEqualEqualK)]
+endmodule
+
+// To be used to parse terms in full K
+module K-TERM
+  imports KSEQ-SYMBOLIC
+  imports RECORD-PRODUCTIONS
+  imports SORT-PREDICATES
+  imports K-SORT-LATTICE
+  imports AUTO-CASTS
+  imports AUTO-FOLLOW
+  imports KREWRITE
+endmodule
+

Layout Information

+

When constructing a scanner for use during parsing, often you wish to ignore
+certain types of text, such as whitespace and comments. However, the specific
+syntax which each language must ignore is a little different from language
+to language, and thus you wish to specify it manually. You can do this by
+defining productions of the #Layout sort. For more information, refer to
+K's documentation. However, this module will be implicitly imported if no
+productions are declared of sort #Layout. This module will also be used
+for the purposes of parsing K rules. If you wish to declare a language with
+no layout productions, simply create a sort declaration for the #Layout sort
+in your code (e.g. syntax #Layout).

+
module DEFAULT-LAYOUT
+    syntax #Layout ::= r"(\\/\\*([^\\*]|(\\*+([^\\*\\/])))*\\*+\\/)" // C-style multi-line comments
+                     | r"(\\/\\/[^\\n\\r]*)"                         // C-style single-line comments
+                     | r"([\\ \\n\\r\\t])"                           // Whitespace
+endmodule
+

Default Configuration

+

If the user has no configuration declaration in their seamantics, the below
+configuration declaration will be implicitly imported.

+
module DEFAULT-CONFIGURATION
+  imports BASIC-K
+
+  configuration <k> $PGM:K </k>
+endmodule
+

Parsing Ambiguous Languages

+

On occasion, it may be desirable to parse a language with an ambiguous grammar
+when parsing a program, and perform additional semantic analysis at a later
+time in order to resolve the ambiguities. A good example of this is as a
+substitute for the lexer hack in parsers of the C programming language.

+

The following module contains a declaration for ambiguities in K. Usually,
+an ambiguous parse is an error. However, when you use the --gen-glr-parser
+flag to kast, or the --gen-glr-bison-parser flag to kompile, ambiguities
+instead become instances of the below parametric production, which you can use
+regular K rules to disambiguate as necessary.

+
module K-AMBIGUITIES
+
+  syntax {Sort} Sort ::= amb(Sort, Sort) [klabel(amb), symbol]
+
+endmodule
+

Annotating Parses with Locations

+

Another feature of K's Bison parser is the ability to annotate terms parsed
+with location information about the file and line where they occurred. For
+more information about how to use this, refer to K's documentation. However,
+the below module exists to provide a user syntax for the annotations that
+are generated by the parser.

+
module K-LOCATIONS
+  imports STRING-SYNTAX
+  imports INT-SYNTAX
+
+  // filename, startLine, startCol, endLine, endCol
+  syntax {Sort} Sort ::= #location(Sort, String, Int, Int, Int, Int) [klabel(#location), symbol, format(%3)]
+
+endmodule
+

K Prelude

+

The following files, integral to defining semantics in K, are automatically
+required by every definition via this file. This behavior can be disabled
+via kompile --no-prelude, however, semantics will likely break unless
+they provide their own versions of these files, which are assumed to exist
+by the compiler. There are, however, circumstances where passing this flag is
+appropriate, such as if you are manually requiring these files in your
+definition, if your definition was automatically condensed into a single file
+with kompile -E, or if you wish to modify the inner syntax of K by providing
+your own version of these files with different syntax.

+
requires "kast.md"
+requires "domains.md"
+

K Foreign Function Interface

+

The K Foreign Function Interface (FFI) module provides a way to call native
+functions directly from a K semantics using the C ABI. It also provides
+utilities for allocating and deallocating byte buffers with static addresses
+that are suitable for being passed to native code.

+

It is built off of the underlying libffi library
+(https://sourceware.org/libffi/) and is subject to some of the same
+limitations as that library. Bear in mind, because this library exposes
+a number of unsafe C APIs directly, misuse of the library is likely to lead
+to memory corruption in your interpreter and can cause segmentation faults or
+corrupted term representations that lead to undefined behavior at runtime.

+
requires "domains.md"
+
+module FFI-SYNTAX
+  imports private LIST
+

The FFIType sort is used to declare the native C ABI types of operands passed
+to the #ffiCall function. These types roughly correspond to the types
+declared in ffi.h by libffi.

+
  syntax FFIType ::= "#void" [klabel(#ffi_void), symbol]
+                  | "#uint8" [klabel(#ffi_uint8), symbol]
+                  | "#sint8" [klabel(#ffi_sint8), symbol]
+                  | "#uint16" [klabel(#ffi_uint16), symbol]
+                  | "#sint16" [klabel(#ffi_sint16), symbol]
+                  | "#uint32" [klabel(#ffi_uint32), symbol]
+                  | "#sint32" [klabel(#ffi_sint32), symbol]
+                  | "#uint64" [klabel(#ffi_uint64), symbol]
+                  | "#sint64" [klabel(#ffi_sint64), symbol]
+                  | "#float" [klabel(#ffi_float), symbol]
+                  | "#double" [klabel(#ffi_double), symbol]
+                  | "#uchar" [klabel(#ffi_uchar), symbol]
+                  | "#schar" [klabel(#ffi_schar), symbol]
+                  | "#ushort" [klabel(#ffi_ushort), symbol]
+                  | "#sshort" [klabel(#ffi_sshort), symbol]
+                  | "#uint" [klabel(#ffi_uint), symbol]
+                  | "#sint" [klabel(#ffi_sint), symbol]
+                  | "#ulong" [klabel(#ffi_ulong), symbol]
+                  | "#slong" [klabel(#ffi_slong), symbol]
+                  | "#longdouble" [klabel(#ffi_longdouble), symbol]
+                  | "#pointer" [klabel(#ffi_pointer), symbol]
+                  | "#complexfloat" [klabel(#ffi_complexfloat), symbol]
+                  | "#complexdouble" [klabel(#ffi_complexdouble), symbol]
+                  | "#complexlongdouble" [klabel(#ffi_complexlongdouble), symbol]
+                  | "#struct" "(" List ")" [klabel(#ffi_struct), symbol]
+endmodule
+
+module FFI
+  imports FFI-SYNTAX
+  imports private BYTES
+  imports private STRING
+  imports private BOOL
+  imports private LIST
+  imports private INT
+
+

FFI Calls

+

The #ffiCall functions are designed to call a native C ABI function and
+return a native result. They come in three variants:

+

Non-variadic

+ +

In the first variant, #ffiCall(Address, Args, ArgTypes, ReturnType) takes
+an integer address of a function (which can be obtained from
+#functionAddress), a List of Bytes containing the arguments of the
+function, a List of FFITypes containing the types of the parameters of the
+function, and an FFIType containing the return type of the function, and
+returns the return value of the function as a Bytes.

+
  syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," FFIType ")" [function, hook(FFI.call)]
+

Variadic

+ +

In the second variant,
+#ffiCall(Address, Args, FixedTypes, VariadicTypes, ReturnType takes an
+integer address of a function, a List of Bytes containing the arguments
+of the call, a List of FFITypes containing the types of the fixed
+parameters of the function, a List of FFITypes containing the types of the
+variadic parameters of the function, and an FFIType containing the return
+type of the function, and returns the return value of the function as a
+Bytes.

+
  syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," List "," FFIType ")" [function, hook(FFI.call_variadic)]
+

Generic

+ +

In the third variant,
+#ffiCall(IsVariadic, Address, Args, ArgTypes, NFixed, ReturnType takes
+a boolean indicating whether the function is variadic or not, an integer
+address of a function, a List of Bytes containing the arguments of the
+call, a List of FFITypes containing the parameter typess of the call
+followed by the types of the variadic arguments of the call, if any, an Int
+containing how many of the arguments of the call are fixed or not, and an
+FFIType containing the return type of the function, and returns the return
+value of the function as a Bytes.

+
  syntax Bytes ::= "#ffiCall" "(" Bool "," Int "," List "," List "," Int "," FFIType ")" [function]
+
+  rule #ffiCall(false, Addr::Int, Args::List, Types::List, _, Ret::FFIType) => #ffiCall(Addr, Args, Types, Ret)
+  rule #ffiCall(true, Addr::Int, Args::List, Types::List, NFixed::Int, Ret::FFIType) => #ffiCall(Addr, Args, range(Types, 0, size(Types) -Int NFixed), range(Types, NFixed, 0), Ret)
+

Symbol Lookup

+

The FFI module provides a mechanism to look up any function symbol and return
+that function's address.

+
  syntax Int ::= "#functionAddress" "(" String ")" [function, hook(FFI.address)]
+

Direct Memory Management

+

Most memory used by the LLVM backend to represent terms is managed
+automatically via garbage collection. However, a consequence of this is that
+a particular term does not have a fixed address across its entire lifetime
+in most cases. Sometimes this is undesirable, especially if you intend for
+the address of the memory to be taken by the semantics or if you intend
+to pass this memory directly to native code. As a result, the FFI module
+exposes the following unsafe APIs for memory management. Note that use of
+these APIs leaves the burden of memory management completely on the user,
+and thus misuse of these functions can lead to things like use-after-free
+and other memory corruption bugs.

+

Allocation

+ +

#alloc(Key, Size, Align) will allocate Size bytes with an alignment
+requirement of Align (which must be a power of two), and return it as a
+Bytes term. The memory is uniquely identified by its key and that key will
+be used later to free the memory. The memory is not implicitly freed by garbage
+collection; failure to call #free on the memory at a later date can lead to
+memory leaks.

+
  syntax Bytes ::= "#alloc" "(" KItem "," Int "," Int ")" [function, hook(FFI.alloc)]
+

Addressing

+ +

#addess(B) will return an Int representing the address of the first byte of
+B, which must be a Bytes. Unless the Bytes term was allocated by #alloc,
+the return value is unspecified and may not be the same across multipl
+invocations on the same byte buffer. However, it is guaranteed that memory
+allocated by #alloc will have the same address throughout its lifetime.

+
  syntax Int ::= "#address" "(" Bytes ")" [function, hook(FFI.bytes_address)]
+

Deallocation

+ +

#free(Key) will free the memory of the Bytes object that was allocated
+by a previous call to #alloc. If Key was not used in a previous call to
+#alloc, or the memory was already freed, no action is taken. It will generate
+undefined behavior if the Bytes term returned by the previous call to
+#alloc is still referenced by any other term in the configuration or a
+currently evaluating rule. The function returns .K.

+
  syntax K ::= "#free" "(" KItem ")" [function, hook(FFI.free)]
+

Reading

+ +

#nativeRead(Addr, Mem) will read native memory at address Addr into Mem,
+reading exactly lengthBytes(Mem) bytes. This will generate undefined behavior
+if Addr does not point to a readable segment of memory at least
+lengthBytes(Mem) bytes long.

+
  syntax K ::= "#nativeRead" "(" Int "," Bytes ")" [function, hook(FFI.read)]
+

Writing

+ +

#nativeWrite(Addr, Mem) will write the contents of Mem to native memory at
+address Addr. The memory will be read prior to being written, and a write
+will only happen if the memory has a different value than the current value of
+Mem. This will generate undefined behavior if Addr does not point to a
+readable segment of memory at least lengthBytes(Mem) bytes long, or if the
+memory at address Addr has a different value than currently contained in
+Mem, and the memory in question is not writeable.

+
  syntax K ::= "#nativeWrite" "(" Int "," Bytes ")" [function, hook(FFI.write)]
+endmodule
+

Syntax of JSON

+

K provides builtin support for reading/writing to JSON. While the JSON-SYNTAX
+module is not precisely the syntax of JSON (utilizing K's syntax for strings,
+integers, and floating point numbers rather than the syntax used by JSON),
+you can still convert directly to/from the actual syntax of JSON using
+the JSON2String and String2JSON hooks.

+
module JSON-SYNTAX
+    imports INT-SYNTAX
+    imports STRING-SYNTAX
+    imports BOOL-SYNTAX
+    imports FLOAT-SYNTAX
+
+    syntax JSONs   ::= List{JSON,","}      [symbol(JSONs)]
+    syntax JSONKey ::= String
+    syntax JSON    ::= "null"              [klabel(JSONnull)   , symbol]
+                     | String | Int | Float | Bool
+                     | JSONKey ":" JSON    [klabel(JSONEntry)  , symbol]
+                     | "{" JSONs "}"       [klabel(JSONObject) , symbol]
+                     | "[" JSONs "]"       [klabel(JSONList)   , symbol]
+endmodule
+

Conversion between JSON and String

+

Given a string written in valid JSON, you can convert it to the JSON
+sort with the String2JSON function. Assuming the user has not extended
+the syntax of the JSON sort with their own constructors, any term of sort
+JSON can also be converted to a String using the JSON2String function.

+
module JSON
+    imports JSON-SYNTAX
+
+    syntax String ::= JSON2String(JSON) [function, symbol(JSON2String), hook(JSON.json2string)]
+
+    syntax JSON ::= String2JSON(String) [function, symbol(String2JSON), hook(JSON.string2json)]
+endmodule
+

Rational Numbers in K

+

K provides support for arbitrary-precision rational numbers represented as a
+quotient between two integers. The sort representing these values is Rat.
+Int is a subsort of Rat, and it is guaranteed that any integer will be
+represented as an Int and can be matched as such on the left hand side
+of rules. K also supports the usual arithmetic operators over rational numbers.

+
module RAT-SYNTAX
+  imports INT-SYNTAX
+  imports private BOOL
+
+  syntax Rat
+
+  syntax Rat ::= Int
+

Arithmetic

+

You can:

+
    +
  • Raise a rational number to any negative or nonnegative integer.
  • +
  • Multiply or divide two rational numbers to obtain a product or quotient.
  • +
  • Add or subtract two rational numbers to obtain a sum or difference.
  • +
+
  syntax Rat ::= left:
+                 Rat "^Rat" Int [function, total, klabel(_^Rat_), symbol, smtlib(ratpow), hook(RAT.pow)]
+               > left:
+                 Rat "*Rat" Rat [function, total, klabel(_*Rat_), symbol, left, smtlib(ratmul), hook(RAT.mul)]
+               | Rat "/Rat" Rat [function,             klabel(_/Rat_), symbol, left, smtlib(ratdiv), hook(RAT.div)]
+               > left:
+                 Rat "+Rat" Rat [function, total, klabel(_+Rat_), symbol, left, smtlib(ratadd), hook(RAT.add)]
+               | Rat "-Rat" Rat [function, total, klabel(_-Rat_), symbol, left, smtlib(ratsub), hook(RAT.sub)]
+

Comparison

+

You can determine whether two rational numbers are equal, unequal, or compare
+one of less than, less than or equalto, greater than, or greater than or equal
+to the other:

+
  syntax Bool ::= Rat  "==Rat" Rat [function, total, klabel(_==Rat_),  symbol, smtlib(rateq), hook(RAT.eq)]
+                | Rat "=/=Rat" Rat [function, total, klabel(_=/=Rat_), symbol, smtlib(ratne), hook(RAT.ne)]
+                | Rat   ">Rat" Rat [function, total, klabel(_>Rat_),   symbol, smtlib(ratgt), hook(RAT.gt)]
+                | Rat  ">=Rat" Rat [function, total, klabel(_>=Rat_),  symbol, smtlib(ratge), hook(RAT.ge)]
+                | Rat   "<Rat" Rat [function, total, klabel(_<Rat_),   symbol, smtlib(ratlt), hook(RAT.lt)]
+                | Rat  "<=Rat" Rat [function, total, klabel(_<=Rat_),  symbol, smtlib(ratle), hook(RAT.le)]
+

Min/Max

+

You can compute the minimum and maximum of two rational numbers:

+
  syntax Rat ::= minRat(Rat, Rat) [function, total, klabel(minRat), symbol, smtlib(ratmin), hook(RAT.min)]
+               | maxRat(Rat, Rat) [function, total, klabel(maxRat), symbol, smtlib(ratmax), hook(RAT.max)]
+

Conversion to Floating Point

+

You can convert a rational number to the nearest floating point number that
+is representable in a Float of a specified number of precision and exponent
+bits:

+
  syntax Float ::= Rat2Float(Rat, precision: Int, exponentBits: Int) [function]
+endmodule
+

Implementation of Rational Numbers

+

The remainder of this file consists of an implementation in K of the
+operations listed above. Users of the RAT module should not use any of the
+syntax defined in any of these modules.

+

As a point of reference for users, it is worth noting that rational numbers
+are normalized to a canonical form by this module,. with the canonical form
+bearing the property that it is either an Int, or a pair of integers
+I /Rat J such that
+I =/=Int 0 andBool J >=Int 2 andBool gcdInt(I, J) ==Int 1 is always true.

+
module RAT-COMMON
+  imports RAT-SYNTAX
+
+  // invariant of < I , J >Rat : I =/= 0, J >= 2, and I and J are coprime
+  syntax Rat ::= "<" Int "," Int ">Rat" [format(%2 /Rat %4)]
+endmodule
+
+module RAT-SYMBOLIC [symbolic]
+  imports private RAT-COMMON
+  imports ML-SYNTAX
+  imports private BOOL
+
+  rule
+    #Ceil(@R1:Rat /Rat @R2:Rat)
+  =>
+    {(@R2 =/=Rat 0) #Equals true} #And #Ceil(@R1) #And #Ceil(@R2)
+  [simplification]
+endmodule
+
+module RAT-KORE
+  imports private RAT-COMMON
+  imports private K-EQUAL
+
+  /*
+   * equalities
+   */
+
+  // NOTE: the two rules below may not work correctly in non-kore backends
+
+  rule R ==Rat S => R ==K S
+
+  rule R =/=Rat S => R =/=K S
+endmodule
+
+module RAT [private]
+  imports private RAT-COMMON
+  imports public RAT-SYMBOLIC
+  imports public RAT-KORE
+  imports public RAT-SYNTAX
+  imports private INT
+  imports private BOOL
+
+  /*
+   * arithmetic
+   */
+
+  rule < I , I' >Rat +Rat < J , J' >Rat => ((I *Int J') +Int (I' *Int J)) /Rat (I' *Int J')
+  rule I:Int         +Rat < J , J' >Rat => ((I *Int J') +Int J) /Rat J'
+  rule < J , J' >Rat +Rat I:Int         => I +Rat < J , J' >Rat
+  rule I:Int         +Rat J:Int         => I +Int J
+
+  rule < I , I' >Rat *Rat < J , J' >Rat => (I *Int J) /Rat (I' *Int J')
+  rule I:Int         *Rat < J , J' >Rat => (I *Int J) /Rat J'
+  rule < J , J' >Rat *Rat I:Int         => I *Rat < J , J' >Rat
+  rule I:Int         *Rat J:Int         => I *Int J
+
+  rule < I , I' >Rat /Rat < J , J' >Rat => (I *Int J') /Rat (I' *Int J)
+  rule I:Int         /Rat < J , J' >Rat => (I *Int J') /Rat J
+  rule < I , I' >Rat /Rat J:Int         => I /Rat (I' *Int J) requires J =/=Int 0
+  rule I:Int         /Rat J:Int         => makeRat(I, J)      requires J =/=Int 0
+
+  // derived
+
+  rule R -Rat S => R +Rat (-1 *Rat S)
+
+  // normalize
+
+  syntax Rat ::= makeRat(Int, Int)      [function]
+               | makeRat(Int, Int, Int) [function]
+
+  rule makeRat(0, J) => 0 requires J =/=Int 0
+
+  rule makeRat(I, J) => makeRat(I, J, gcdInt(I,J)) requires I =/=Int 0 andBool J =/=Int 0
+
+  // makeRat(I, J, D) is defined when I =/= 0, J =/= 0, D > 0, and D = gcd(I,J)
+  rule makeRat(I, J, D) => I /Int D                       requires J ==Int D // implies J > 0 since D > 0
+  rule makeRat(I, J, D) => < I /Int D , J /Int D >Rat     requires J >Int 0 andBool J =/=Int D
+  rule makeRat(I, J, D) => makeRat(0 -Int I, 0 -Int J, D) requires J <Int 0
+
+  // gcdInt(a,b) computes the gcd of |a| and |b|, which is positive.
+  syntax Int ::= gcdInt(Int, Int) [function, public]
+
+  rule gcdInt(A, 0) => A        requires A >Int 0
+  rule gcdInt(A, 0) => 0 -Int A requires A <Int 0
+  rule gcdInt(A, B) => gcdInt(B, A %Int B) requires B =/=Int 0 // since |A %Int B| = |A| %Int |B|
+
+  /*
+   * exponentiation
+   */
+
+  rule _ ^Rat 0 => 1
+  rule 0 ^Rat N => 0 requires N =/=Int 0
+
+  rule < I , J >Rat ^Rat N => powRat(< I , J >Rat, N) requires N >Int 0
+  rule X:Int        ^Rat N => X ^Int N                requires N >Int 0
+
+  rule X ^Rat N => (1 /Rat X) ^Rat (0 -Int N) requires X =/=Rat 0 andBool N <Int 0
+
+  // exponentiation by squaring
+
+  syntax Rat ::= powRat(Rat, Int) [function]
+
+  // powRat(X, N) is defined when X =/= 0 and N > 0
+  rule powRat(X, 1) => X
+  rule powRat(X, N) => powRat(X *Rat X, N /Int 2) requires N >Int 1 andBool N %Int 2  ==Int 0
+  rule powRat(X, N) => powRat(X, N -Int 1) *Rat X requires N >Int 1 andBool N %Int 2 =/=Int 0
+
+  /*
+   * inequalities
+   */
+
+  rule R >Rat S => R -Rat S >Rat 0 requires S =/=Rat 0
+
+  rule < I , _ >Rat >Rat 0 => I >Int 0
+  rule I:Int        >Rat 0 => I >Int 0
+
+  // derived
+
+  rule R >=Rat S => notBool R <Rat S
+
+  rule R <Rat S => S >Rat R
+
+  rule R <=Rat S => S >=Rat R
+
+  rule minRat(R, S) => R requires R <=Rat S
+  rule minRat(R, S) => S requires S <=Rat R
+
+  rule maxRat(R, S) => R requires R >=Rat S
+  rule maxRat(R, S) => S requires S >=Rat R
+
+  syntax Float ::= #Rat2Float(Int, Int, Int, Int) [function, hook(FLOAT.rat2float)]
+  rule Rat2Float(Num:Int, Prec:Int, Exp:Int) => #Rat2Float(Num, 1, Prec, Exp)
+  rule Rat2Float(< Num, Dem >Rat, Prec, Exp) => #Rat2Float(Num, Dem, Prec, Exp)
+
+endmodule
+

Capture-Aware Substitution in K

+

One of the traditional ways in which functional languages are given operational
+semantics is via substitution. In particular, you can view a function as
+declaring a particular bound variable, the parameter of the function, as well
+as the body of the function, within which both bound and free variables can
+occur, and implement the process of beta-reduction (one of the axioms of the
+lambda calculus) by means of a substitution operator which is aware of the
+difference between free variables and bound variables and prevents variable
+capture.

+

In K this is implemented using two mechanisms: The KVar sort, and the
+binder attribute.

+

The KVar Sort

+

K introduces a new hooked sort, KVar, which the substitution operator
+(defined below) understands in a particular way. The syntax of KVar is the
+same as for sort Id in DOMAINS, but with a different sort name. Similarly,
+some of the same operators are defined over KVar which are defined for Id,
+such as conversion from String to KVar and support for the !Var:KVar
+syntax.

+

A KVar is simply an identifier with special meaning during substitution.
+KVars must begin with a letter or underscore,
+and can be followed by zero or more letters, numbers, or underscores.

+
module KVAR-SYNTAX-PROGRAM-PARSING
+  imports BUILTIN-ID-TOKENS
+
+  syntax KVar ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*"     [prec(1), token]
+                | #LowerId                                             [token]
+                | #UpperId                                             [token]
+endmodule
+
+module KVAR-SYNTAX
+  syntax KVar [token, hook(KVAR.KVar)]
+endmodule
+
+module KVAR-COMMON
+  imports KVAR-SYNTAX
+  imports private STRING
+
+  syntax KVar ::= String2KVar (String) [function, total, hook(STRING.string2token)]
+  syntax KVar ::= freshKVar(Int)    [freshGenerator, function, total, private]
+
+  rule freshKVar(I:Int) => String2KVar("_" +String Int2String(I))
+endmodule
+
+module KVAR
+  imports KVAR-COMMON
+endmodule
+

The binder Attribute

+

A production can be given the attribute binder. Such a production must have
+at least two nonterminals. The first nonterminal from left to right must be of
+sort KVar, and contains the bound variable. The last nonterminal from left
+to right contains the term that is bound. For example, I could describe lambdas
+in the lambda calculus with the production
+syntax Val ::= "lambda" KVar "." Exp [binder].

+

Substitution

+

K provides a hooked implementation of substitution, currently only implemented
+on the Java and LLVM backends. Two variants exist: the first substitutes
+a single KVar for a single KItem. The second takes a Map with KVar
+keys and KItem values, and substitutes each element in the map atomically.

+

Internally, this is implemented in the LLVM backend by a combination of
+de Bruijn indices for bound variables and names for free variables. Free
+variables are also sometimes given a unique numeric identifier in order to
+prevent capture, and the rewriter will automatically assign unique names to
+such identifiers when rewriting finishes. The names assigned will always begin
+with the original name of the variable and be followed by a unique integer
+suffix. However, the names assigned after rewriting finishes might be different
+from the names that would be assigned if rewriting were to halt prematurely,
+for example due to krun --depth.

+
module SUBSTITUTION
+  imports private MAP
+  imports KVAR
+
+  syntax {Sort} Sort ::= Sort "[" KItem "/" KItem "]"  [function, hook(SUBSTITUTION.substOne), impure]
+  syntax {Sort} Sort ::= Sort "[" Map "]"      [function, hook(SUBSTITUTION.substMany), impure]
+endmodule
+

K PL Tutorial

+ +

Here you will learn how to use the K tool to define languages by means of a series of screencast movies. It is recommended to do these in the indicated order, because K features already discussed in a previous language definition will likely not be rediscussed in latter definitions. The screencasts follow quite closely the structure of the files under the tutorial folder in the K tool distribution. If you'd rather follow the instructions there and do the tutorial exercises yourself, then go back to https://kframework.org and download the K tool, if you have not done it already. Or, you can first watch the screencasts below and then do the exercises, or do them in parallel.

+

K Overview

+ +

Make sure you watch the K overview video before you do the K tutorial:

+ +

Learning K

+ +

[34'46"] Part 1: Defining LAMBDA

+ +

Here you will learn how to define a very simple functional language in K and the basics of how to use the K tool. The language is a call-by-value variant of lambda calculus with builtins and mu, and its definition is based on substitution.

+ +

[37'07"] Part 2: Defining IMP

+ +

Here you will learn how to define a very simple, prototypical textbook C-like imperative language, called IMP, and several new features of the K tool.

+ +

[33'10"] Part 3: Defining LAMBDA++

+ +

Here you will learn how to define constructs which abruptly change the execution control, as well as how to define functional languages using environments and closures. LAMBDA++ extends the LAMBDA language above with a callcc construct.

+ +

[46'46"] Part 4: Defining IMP++

+ +

Here you will learn how to refine configurations, how to generate fresh elements, how to tag syntactic constructs and rules, how to exhaustively search the space of non-deterministic or concurrent program executions, etc. IMP++ extends the IMP language above with increment, blocks and locals, dynamic threads, input/output, and abrupt termination.

+ +

[17'03"] Part 5: Defining Type Systems

+ +

Here you will learn how to define various kinds of type systems following various approaches or styles using K.

+ +

[??'??"] Part 6: Miscellaneous Other K Features

+ +

Here you will learn a few other K features, and better understand how features that you have already seen work.

+
    +
  • [??'??"] ...
  • +
+

Learning Language Design and Semantics using K

+ +

[??'??"] Part 7: SIMPLE: Designing Imperative Programming Languages

+ +

Here you will learn how to design imperative programming languages using K. SIMPLE is an imperative language with functions, threads, pointers, exceptions, multi-dimensional arrays, etc. We first define an untyped version of SIMPLE, then a typed version. For the typed version, we define both a static and a dynamic semantics.

+ +

[??'??"] Part 8: KOOL: Designing Object-Oriented Programming Languages

+ +

Here woul will learn how to design object-oriented programming languages using K. KOOL is an object-oriented language that extends SIMPLE with classes and objects. We first define an untyped version of KOOL, then a typed version, with both a dynamic and a static semantics.

+ +

[??'??"] Part 9: FUN: Designing Functional Programming Languages

+ +

H
+ere woul will learn how to design functional programming languages using K. FUN is a higher-order functional language with general let, letrec, pattern matching, references, lists, callcc, etc. We first define an untyped version of FUN, then a let-polymorphic type inferencer.

+ +

[??'??"] Part 10: LOGIK: Designing Logic Programming Languages

+ +

Here you will learn how to design a logic programming language using K.

+ +

K overview

+ + +

Go to Youtube mirror, if the above does not work.

+

Go back to https://kframework.org for further links, the K tool and contact information.

+

Learning K

+ +

We start by introducing the basic features of K by means of a series
+of very simple languages. The objective here is neither to learn those
+languages nor to study their underlying paradigm, but simply to learn K.

+
    +
  • LAMBDA: Lambda calculus defined.
  • +
  • IMP: A simple imperative language.
  • +
  • LAMBDA++: LAMBDA extended with control flow.
  • +
  • IMP++: IMP extended with threads and IO.
  • +
  • TYPES: LAMBDA type system.
  • +
+

Part 1: Defining LAMBDA

+ +

Here you will learn how to define a very simple language in K and the basics
+of how to use the K tool. The language is a variant of call-by-value lambda
+calculus and its definition is based on substitution. Specifically, you will
+learn the following:

+
    +
  • How to define a module.
  • +
  • How to define a language syntax.
  • +
  • How to use the defined syntax to parse programs.
  • +
  • How to import predefined modules.
  • +
  • How to define evaluation strategies using strictness attributes.
  • +
  • How to define semantic rules.
  • +
  • How the predefined generic substitution works.
  • +
  • How to generate PDF and HTML documentation from ASCII definitions.
  • +
  • How to include builtins (integers and Booleans) into your language.
  • +
  • How to define derived language constructs.
  • +
+

This folder contains several lessons, each adding new features to LAMBDA.

+

Syntax Modules and Basic K Commands

+ +

Here we define our first K module, which contains the initial syntax of the
+LAMBDA language, and learn how to use the basic K commands.

+

Let us create an empty working folder, and open a terminal window
+(to the left) and an editor window (to the right). We will edit our K
+definition in the right window in a file called lambda.k, and will call
+the K tool commands in the left window.

+

Let us start by defining a K module, containing the syntax of LAMBDA.

+

K modules are introduced with the keywords module ... endmodule.

+

The keyword syntax adds new productions to the syntax grammar, using a
+BNF-like notation.

+

Terminals are enclosed in double-quotes, like strings.

+

You can define multiple productions for the same non-terminal in the same
+syntax declaration using the | separator.

+

Productions can have attributes, which are enclosed in square brackets.

+

The attribute left tells the parser that we want the lambda application to be
+left associative. For example, a b c d will then parse as (((a b) c) d).

+

The attribute bracket tells the parser to not generate a node for the
+parenthesis production in the abstract syntax trees associated to programs.
+In other words, we want to allow parentheses to be used for grouping, but we
+do not want to bother to give them their obvious (ignore) semantics.

+

In our variant of lambda calculus defined here, identifiers and lambda
+abstractions are meant to be irreducible, that is, are meant to be values.
+However, so far Val is just another non-terminal, just like Exp,
+without any semantic meaning. It will get a semantic meaning later.

+

After we are done typing our definition in the file lambda.k, we can kompile
+it with the command:

+
kompile lambda.k
+
+

If we get no errors then a parser has been generated. This parser will be
+called from now on by default by the krun tool. To see whether and how the
+parser works, we are going to write some LAMBDA programs and store them in
+files with the extension .lambda.

+

Let us create a file identity.lambda, which contains the identity lambda
+abstraction:

+
lambda x . x
+
+

Now let us call krun on identity.lambda:

+
krun identity.lambda
+
+

Make sure you call the krun command from the folder containing your language
+definition (otherwise type krun --help to learn how to pass a language
+definition as a parameter to krun). The krun command produces the output:

+
<k>
+  lambda x . x
+</k>
+
+

If you see such an output it means that your program has been parsed (and then
+pretty printed) correctly. If you want to see the internal abstract syntax
+tree (AST) representation of the parsed program, which we call the K AST, then
+type kast in the command instead of krun:

+
kast identity.lambda
+
+

You should normally never need to see this internal representation in your
+K definitions, so do not get scared (yes, it is ugly for humans, but it is
+very convenient for tools).

+

Note that krun placed the program in a <k> ... </k> cell. In K, computations
+happen only in cells. If you do not define a configuration in your definition,
+like we did here, then a configuration will be created automatically for you
+which contains only one cell, the default k cell, which holds the program.

+

Next, let us create a file free-variable-capture.lambda, which contains an
+expression which, in order to execute correctly in a substitution-based
+semantics of LAMBDA, the substitution operation needs to avoid
+variable-capture:

+
a (((lambda x.lambda y.x) y) z)
+
+

Next, file closed-variable-capture.lambda shows an expression which also
+requires a capture-free substitution, but this expression is closed (that is,
+it has no free variables) and all its bound variables are distinct (I believe
+this is the smallest such expression):

+
(lambda z.(z z)) (lambda x.lambda y.(x y))
+
+

Finally, the file omega.lambda contains the classic omega combinator
+(or closed expression), which is the smallest expression which loops forever
+(not now, but after we define the semantics of LAMBDA):

+
(lambda x.(x x)) (lambda x.(x x))
+
+

Feel free to define and parse several other LAMBDA programs to get a feel for
+how the parser works. Parse also some incorrect programs, to see how the
+parser generates error messages.

+

In the next lesson we will see how to define semantic rules that iteratively
+rewrite expressions over the defined syntax until they evaluate to a result.
+This way, we obtain our first programming language defined using K.

+

Go to Lesson 2, LAMBDA: Module Importing, Rules, Variables

+

MOVIE (out of date) [4'07"]

+

Module Importing, Rules, Variables

+ +

We here learn how to include a predefined module (SUBSTITUTION), how to
+use it to define a K rule (the characteristic rule of lambda calculus),
+and how to make proper use of variables in rules.

+

Let us continue our lambda.k definition started in the previous lesson.

+

The requires keyword takes a .k file containing language features that
+are needed for the current definition, which can be found in the
+k-distribution/include/kframework/builtin folder. Thus, the command

+
requires "substitution.k"
+
+

says that the subsequent definition of LAMBDA needs the generic substitution,
+which is predefined in file substitution.k under the folder
+k-distribution/include/kframework/builtin. Note that substitution can be defined itself in K,
+although it uses advanced features that we have not discussed yet in this
+tutorial, so it may not be easy to understand now.

+

Using the imports keyword, we can now modify LAMBDA to import the module
+SUBSTITUTION, which is defined in the required substitution.k file.

+

Now we have all the substitution machinery available for our definition.
+However, since our substitution is generic, it cannot know which language
+constructs bind variables, and what counts as a variable; however, this
+information is critical in order to correctly solve the variable capture
+problem. Thus, you have to tell the substitution that your lambda construct
+is meant to be a binder, and that your Id terms should be treated as variables
+for substitution. The former is done using the attribute binder.
+By default, binder binds all the variables occurring anywhere in the first
+argument of the corresponding syntactic construct within its other arguments;
+you can configure which arguments are bound where, but that will be discussed
+in subsequent lectures. To tell K which terms are meant to act as variables
+for binding and substitution, we have to explicitly subsort the desired syntactic
+categories to the builtin KVariable sort.

+

Now we are ready to define our first K rule. Rules are introduced with the
+keyword rule and make use of the rewrite symbol, =>. In our case,
+the rule defines the so-called lambda calculus beta-reduction, which
+makes use of substitution in its right-hand side, as shown in lambda.k.

+

By convention, variables that appear in rules start with a capital letter
+(the current implementation of the K tool may even enforce that).

+

Variables may be explicitly tagged with their syntactic category (also called
+sort). If tagged, the matching term will be checked at run-time for
+membership to the claimed sort. If not tagged, then no check will be made.
+The former is safer, but involves the generation of a side condition to the
+rule, so the resulting definition may execute slightly slower overall.

+

In our rule in lambda.k we tagged all variables with their sorts, so we chose
+the safest path. Only the V variable really needs to be tagged there,
+because we can prove (using other means, not the K tool, as the K tool is not
+yet concerned with proving) that the first two variables will always have the
+claimed sorts whenever we execute any expression that parses within our
+original grammar.

+

Let us compile the definition and then run some programs. For example,

+
krun closed-variable-capture.lambda
+
+

yields the output

+
<k>
+  lambda y . ((lambda x . (lambda y . (x  y))) y)
+</k> 
+
+

Notice that only certain programs reduce (some even yield non-termination,
+such as omega.lambda), while others do not. For example,
+free-variable-capture.lambda does not reduce its second argument expression
+to y, as we would expect. This is because the K rewrite rules between syntactic
+terms do not apply anywhere they match. They only apply where they have been
+given permission to apply by means of appropriate evaluation strategies of language
+constructs, which is done using strictness attributes, evaluation contexts,
+heating/cooling rules, etc., as discussed in the next lessons.

+

The next lesson will show how to add LAMBDA the desired evaluation strategies
+using strictness attributes.

+

Go to Lesson 3, LAMBDA: Evaluation Strategies using Strictness

+

MOVIE (out of date) [4'03"]

+

Evaluation Strategies using Strictness

+ +

Here we learn how to use the K strict attribute to define desired evaluation
+strategies. We will also learn how to tell K which terms are already
+evaluated, so it does not attempt to evaluate them anymore and treats them
+internally as results of computations.

+

Recall from the previous lecture that the LAMBDA program
+free-variable-capture.lambda was stuck, because K was not given permission
+to evaluate the arguments of the lambda application construct.

+

You can use the attribute strict to tell K that the corresponding construct
+has a strict evaluation strategy, that is, that its arguments need to be
+evaluated before the semantics of the construct applies. The order of
+argument evaluation is purposely unspecified when using strict, and indeed
+the K tool allows us to detect all possible non-deterministic behaviors that
+result from such intended underspecification of evaluation strategies. We will
+learn how to do that when we define the IMP language later in this tutorial;
+we will also learn how to enforce a particular order of evaluation.

+

In order for the above strictness declaration to work effectively and
+efficiently, we need to tell the K tool which expressions are meant to be
+results of computations, so that it will not attempt to evaluate them anymore.
+One way to do it is to make Val a syntactic subcategory of the builtin
+KResult syntactic category. Since we use the same K parser to also parse
+the semantics, we use the same syntax keyword to define additional syntax
+needed exclusively for the semantics (like KResults). See lambda.k.

+

Compile again and then run some programs. They should all work as expected.
+In particular, free-variable-capture.lambda now evaluates to a y.

+

We now got a complete and working semantic definition of call-by-value
+lambda-calculus. While theoretically correct, our definition is not
+easy to use and disseminate. In the next lessons we will learn how to
+generate formatted documentation for LAMBDA and how to extend LAMBDA
+in order to write human readable and interesting programs.

+

Go to Lesson 4, LAMBDA: Generating Documentation; Latex Attributes.

+

MOVIE (out of date) [2'20"]

+

Generating Documentation; Latex Attributes

+ +

In this lesson we learn how to generate formatted documentation from K
+language definitions. We also learn how to use Latex attributes to control
+the formatting of language constructs, particularly of ones which have a
+mathematical flavor and we want to display accordingly.

+

To enhance readability, we may want to replace the keyword lambda by the
+mathematical lambda symbol in the generated documentation. We can control
+the way we display language constructs in the generated documentation
+by associating them Latex attributes.

+

This is actually quite easy. All we have to do is to associate a latex
+attribute to the production defining the construct in question, following
+the Latex syntax for defining new commands (or macros).

+

In our case, we associate the attribute latex(\lambda{#1}.{#2}) to the
+production declaring the lambda abstraction (recall that in Latex, #n refers
+to the n-th argument of the defined new command).

+

We will later see, in Lesson 9, that we can add arbitrarily complex Latex
+comments and headers to our language definitions, which give us maximum
+flexibility in formatting our language definitions.

+

Now we have a simple programming language, with a nice documentation. However,
+it is not easy to write interesting programs in this language. Almost all
+programming languages build upon existing data-types and libraries. The K
+tool provides a few of these (and you can add more).

+

In the next lesson we show how we can add builtin integers and Booleans to
+LAMBDA, so we can start to evaluate meaningful expressions.

+

Go to Lesson 5, LAMBDA: Adding Builtins; Side Conditions.

+

MOVIE (out of date) [3'13"]

+

Adding Builtins; Side Conditions

+ +

We have already added the builtin identifiers (sort Id) to LAMBDA expressions,
+but those had no operations on them. In this lesson we add integers and
+Booleans to LAMBDA, and extend the builtin operations on them into
+corresponding operations on LAMBDA expressions. We will also learn how to add
+side conditions to rules, to limit the number of instances where they can
+apply.

+

The K tool provides several builtins, which are automatically included in all
+definitions. These can be used in the languages that we define, typically by
+including them in the desired syntactic categories. You can also define your
+own builtins in case the provided ones are not suitable for your language
+(e.g., the provided builtin integers and operations on them are arbitrary
+precision).

+

For example, to add integers and Booleans as values to our LAMBDA, we have to
+add the productions

+
syntax Val ::= Int | Bool
+
+

Int and Bool are the nonterminals that correspond to these builtins.

+

To make use of these builtins, we have to add some arithmetic operation
+constructs to our language. We prefer to use the conventional infix notation
+for these, and the usual precedences (i.e., multiplication and division bind
+tighter than addition, which binds tighter than relational operators).
+Inspired from SDF, we use > instead of
+| to state that all the previous constructs bind tighter than all the
+subsequent ones. See lambda.k.

+

The only thing left is to link the LAMBDA arithmetic operations to the
+corresponding builtin operations, when their arguments are evaluated.
+This can be easily done using trivial rewrite rules, as shown in lambda.k.
+In general, the K tool attempts to uniformly add the corresponding builtin
+name as a suffix to all the operations over builtins. For example, the
+addition over integers is an infix operation named +Int.

+

Compile the new lambda.k definition and evaluate some simple arithmetic
+expressions. For example, if arithmetic.lambda is (1+2*3)/4 <= 1, then

+
krun arithmetic.lambda
+
+

yields, as expected, true. Note that the parser took the desired operation
+precedence into account.

+

Let us now try to evaluate an expression which performs a wrong computation,
+namely a division by zero. Consider the expression arithmetic-div-zero.lambda
+which is 1/(2/3). Since division is strict and 2/3 evaluates to 0, this
+expression reduces to 1/0, which further reduces to 1 /Int 0 by the rule for
+division, which is now stuck (with the current back-end to the K tool).

+

In fact, depending upon the back-end that we use to execute K definitions and
+in particular to evaluate expressions over builtins, 1 /Int 0 can evaluate to
+anything. It just happens that the current back-end keeps it as an
+irreducible term. Other K back-ends may reduce it to an explicit error
+element, or issue a segmentation fault followed by a core dump, or throw an
+exception, etc.

+

To avoid requesting the back-end to perform an illegal operation, we may use a
+side condition in the rule of division, to make sure it only applies when the
+denominator is non-zero.

+

Like in other operational formalisms, the role of the K side
+conditions is to filter the number of instances of the rule. The notion
+of a side condition comes from logics, where a sharp distinction is made
+between a side condition (cheap) and a premise (expensive). Premises are
+usually resolved using further (expensive) logical derivations, while side
+conditions are simple (cheap) conditions over the rule meta-variables within
+the underlying mathematical domains (which in K can be extended by the user,
+as we will see in future lessons). Regarded as a logic, K derives rewrite
+rules from other rewrite rules; therefore, the K side conditions cannot
+contain other rewrites in them (using =>). This contrasts other rewrite
+engines, for example Maude, which
+allow conditional rules with rewrites in conditions.
+The rationale behind this deliberate restriction in K is twofold:

+
    +
  • On the one hand, general conditional rules require a complex, and thus slower
    +rewrite engine, which starts recursive (sometimes exhaustive) rewrite sessions
    +to resolve the rewrites in conditions. In contrast, the side conditions in K
    +can be evaluated efficiently by back-ends, for example by evaluating builtin
    +expressions and/or by calling builtin functions.
  • +
  • On the other hand, the semantic definitional philosophy of K is that rule
    +premises are unnecessary, so there is no need to provide support for them.
  • +
+

Having builtin arithmetic is useful, but writing programs with just lambda
+and arithmetic constructs is still a pain. In the next two lessons we will
+add conditional (if_then_else) and binding (let and letrec) constructs,
+which will allow us to write nicer programs.

+

Go to Lesson 6, LAMBDA: Selective Strictness; Anonymous Variables.

+

MOVIE (out of date) [4'52"]

+

Selective Strictness; Anonymous Variables

+ +

We here show how to define selective strictness of language constructs,
+that is, how to state that certain language constructs are strict only
+in some arguments. We also show how to use anonymous variables.

+

We next define a conditional if construct, which takes three arguments,
+evaluates only the first one, and then reduces to either the second or the
+third, depending on whether the first one evaluated to true or to false.

+

K allows to define selective strictness using the same strict attribute,
+but passing it a list of numbers. The numbers correspond to the arguments
+in which we want the defined construct to be strict. In our case,

+
syntax Exp ::= "if" Exp "then" Exp "else" Exp   [strict(1)]
+
+

states that the conditional construct is strict in the first argument.

+

We can now assume that its first argument will eventually reduce to a value, so
+we only write the following two semantic rules:

+
rule if true  then E else _ => E
+rule if false then _ else E => E
+
+

Thus, we assume that the first argument evaluates to either true or false.

+

Note the use of the anonymous variable _. We use such variables purely for
+structural reasons, to state that something is there but we don't care what.
+An anonymous variable is therefore completely equivalent to a normal variable
+which is unsorted and different from all the other variables in the rule. If
+you use _ multiple times in a rule, they will all be considered distinct.

+

Compile lambda.k and write and execute some interesting expressions making
+use of the conditional construct. For example, the expression

+
if 2<=1 then 3/0 else 10
+
+

evaluates to 10 and will never evaluate 3/0, thus avoiding an unwanted
+division-by-zero.

+

In the next lesson we will introduce two new language constructs, called
+let and letrec and conventionally found in functional programming
+languages, which will allow us to already write interesting LAMBDA programs.

+

Go to Lesson 7, LAMBDA: Derived Constructs; Extending Predefined Syntax.

+

MOVIE (out of date) [2'14"]

+

Derived Constructs, Extending Predefined Syntax

+ +

In this lesson we will learn how to define derived language constructs, that
+is, ones whose semantics is defined completely in terms of other language
+constructs. We will also learn how to add new constructs to predefined
+syntactic categories.

+

When defining a language, we often want certain language constructs to be
+defined in terms of other constructs. For example, a let-binding construct
+of the form

+
let x = e in e'
+
+

is nothing but syntactic sugar for

+
(lambda x . e') e
+
+

This can be easily achieved with a rule, as shown in lambda.k.

+

Compile lambda.k and write some programs using let binders.

+

For example, consider a lets.lambda program which takes arithmetic.lambda
+and replaces each integer by a let-bound variable. It should evaluate to
+true, just like the original arithmetic.lambda.

+

Let us now consider a more interesting program, namely one that calculates the
+factorial of 10:

+
let f = lambda x . (
+        (lambda t . lambda x . (t t x))
+        (lambda f . lambda x . (if x <= 1 then 1 else (x * (f f (x + -1)))))
+        x
+      )
+in (f 10)
+
+

This program follows a common technique to define fixed points in untyped
+lambda calculus, based on passing a function to itself.

+

We may not like to define fixed-points following the approach above, because
+it requires global changes in the body of the function meant to be recursive,
+basically to pass it to itself (f f in our case above). The approach below
+isolates the fixed-point aspect of the function in a so-called fixed-point
+combinator
, which we call fix below, and then apply it to the function
+defining the body of the factorial, without any changes to it:

+
let fix = lambda f . (
+          (lambda x . (f (lambda y . (x x y))))
+          (lambda x . (f (lambda y . (x x y))))
+        )
+in let f = fix (lambda f . lambda x .
+                (if x <= 1 then 1 else (x * (f (x + -1)))))
+   in (f 10)
+
+

Although the above techniques are interesting and powerful (indeed, untyped
+lambda calculus is in fact Turing complete), programmers will probably not
+like to write programs this way.

+

We can easily define a more complex derived construct, called letrec and
+conventionally encountered in functional programming languages, whose semantics
+captures the fixed-point idea above. In order to keep its definition simple
+and intuitive, we define a simplified variant of letrec, namely one which only
+allows to define one recursive one-argument function. See lambda.k.

+

There are two interesting observations here.

+

First, note that we have already in-lined the definition of the fix
+combinator in the definition of the factorial, to save one application of the
+beta reduction rule (and the involved substitution steps). We could have
+in-lined the definition of the remaining let, too, but we believe that the
+current definition is easier to read.

+

Second, note that we extended the predefined Id syntactic category with two
+new constants, $x and $y. The predefined identifiers cannot start with
+$, so programs that will be executed with this semantics cannot possibly
+contain the identifiers xandx andy. In other words, by adding them to Id they
+become indirectly reserved for the semantics. This is indeed desirable,
+because any possible uses of xinthebodyofthefunctiondefinedusingletrecwouldbecapturedbythelambdax in the body of the function defined +using `letrec` would be captured by the `lambdaxdeclaration in the definition ofletrec`.

+

Using letrec, we can now write the factorial program as elegantly as it can
+be written in a functional language:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

In the next lesson we will discuss an alternative definition of letrec, based
+on another binder, mu, specifically designed to define fixed points.

+

Go to Lesson 8, LAMBDA: Multiple Binding Constructs.

+

MOVIE (out of date) [5'10"]

+

Multiple Binding Constructs

+ +

Here we learn how multiple language constructs that bind variables can
+coexist. We will also learn about or recall another famous binder besides
+lambda, namely mu, which can be used to elegantly define all kinds of
+interesting fixed-point constructs.

+

The mu binder has the same syntax as lambda, except that it replaces
+lambda with mu.

+

Since mu is a binder, in order for substitution to know how to deal with
+variable capture in the presence of mu, we have to tell it that mu is a
+binding construct, same like lambda. We take advantage of being there and
+also add mu its desired latex attribute.

+

The intuition for

+
mu x . e
+
+

is that it reduces to e, but each free occurrence of x in e behaves
+like a pointer that points back to mu x . e.

+

With that in mind, let us postpone the definition of mu and instead redefine
+letrec F X = E in E' as a derived construct, assuming mu available. The
+idea is to simply regard F as a fixed-point of the function

+
lambda X . E
+
+

that is, to first calculate

+
mu F . lambda X . E
+
+

and then to evaluate E' where F is bound to this fixed-point:

+
let F = mu F . lambda X . E in E'
+
+

This new definition of letrec may still look a bit tricky, particularly
+because F is bound twice, but it is much simpler and cleaner than our
+previous definition. Moreover, now it is done in a type-safe manner
+(this aspect goes beyond our objective in this tutorial).

+

Let us now define the semantic rule of mu.

+

The semantics of mu is actually disarmingly simple. We just have to
+substitute mu X . E for each free occurrence of X in E:

+
mu X . E => E[(mu X . E) / X]
+
+

Compile lambda.k and execute some recursive programs. They should be now
+several times faster. Write a few more recursive programs, for example ones
+for calculating the Ackermann function, for calculating the number of moves
+needed to solve the Hanoi tower problem, etc.

+

We have defined our first programming language in K, which allows us to
+write interesting functional programs. In the next lesson we will learn how
+to fully document our language definition, in order to disseminate it, to ship
+it to colleagues or friends, to publish it, to teach it, and so on.

+

Go to Lesson 9, LAMBDA: A Complete and Commented Definition.

+

MOVIE (out of date) [2'40"]

+

A Complete and Documented K Definition

+ +

In this lesson you will learn how to add formal comments to your K definition,
+in order to nicely document it. The generated document can be then used for
+various purposes: to ease understanding the K definition, to publish it,
+to send it to others, etc.

+

The K tool allows a literate programming style, where the executable
+language definition can be documented by means of annotations. One such
+annotation is the latex(_) annotation, where you can specify how to format
+the given production when producing Latex output via the --output latex
+option to krun, kast, and kprove.

+

There are three types of comments, which we discuss next.

+

Ordinary comments

+ +

These use // or /* ... */, like in various programming languages. These
+comments are completely ignored.

+

Document annotations

+ +

Use the @ symbol right after // or /* in order for the comment to be
+considered an annotation and thus be processed by the K tool when it
+generates documentation.

+

As an example, we can go ahead and add such an annotation at the beginning
+of the LAMBDA module, explaining how we define the syntax of this language.

+

Header annotations

+ +

Use the ! symbol right after // or /* if you want the comment to be
+considered a header annotation, that is, one which goes before
+\begin{document} in the generated Latex. You typically need header
+annotations to include macros, or to define a title, etc.

+

As an example, let us set a Latex length and then add a title and an
+author to this K definition.

+

Compile the documentation and take a look at the results. Notice the title.

+

Feel free to now add lots of annotations to lambda.k.

+

Then compile and check the result. Depending on your PDF viewer, you
+may also see a nice click-able table of contents, with all the sections
+of your document. This could be quite convenient when you define large
+languages, because it helps you jump to any part of the semantics.

+

Tutorial 1 is now complete. The next tutorial will take us through the
+definition of a simple imperative language and will expose us to more
+feature of the K framework and the K tool.

+

MOVIE (out of date) [6'07"]

+

Part 2: Defining IMP

+ +

Here you will learn how to define a very simple imperative language in K
+and the basics of how to work with configurations, cells, and computations.
+Specifically, you will learn the following:

+
    +
  • How to define languages using multiple modules.
  • +
  • How to define sequentially strict syntactic constructs.
  • +
  • How to use K's syntactic lists.
  • +
  • How to define, initialize and configure configurations.
  • +
  • How the language syntax is swallowed by the builtin K syntactic category.
  • +
  • The additional syntax of the K syntactic category.
  • +
  • How the strictness annotations are automatically desugared into rules.
  • +
  • The first steps of the configuration abstraction mechanism.
  • +
+

Like in the previous tutorial, this folder contains several lessons, each
+adding new features to IMP. Do them in order. Also, make sure you completed
+and understood the previous tutorial.

+

Defining a More Complex Syntax

+ +

Here we learn how to define a more complex language syntax than LAMBDA's,
+namely the C-like syntax of IMP. Also, we will learn how to define languages
+using multiple modules, because we are going to separate IMP's syntax from
+its semantics using modules. Finally, we will also learn how to use K's
+builtin support for syntactic lists.

+

The K tool provides modules for grouping language features. In general, we
+can organize our languages in arbitrarily complex module structures.
+While there are no rigid requirements or even guidelines for how to group
+language features in modules, we often separate the language syntax from the
+language semantics in different modules.

+

In our case here, we start by defining two modules, IMP-SYNTAX and IMP, and
+import the first in the second, using the keyword imports. As their names
+suggest, we will place all IMP's syntax definition in IMP-SYNTAX and all its
+semantics in IMP.

+

Note, however, that K does no more than simply includes all the
+contents of the imported module in the one which imports it (making sure
+that everything is only kept once, even if you import it multiple times).
+In other words, there is currently nothing fancy in K tool's module system.

+

IMP has six syntactic categories, as shown in imp.k: AExp for arithmetic
+expressions, BExp for Boolean expressions, Block for blocks, Stmt for
+statements, Pgm for programs and Ids for comma-separated lists of
+identifiers. Blocks are special statements, whose role is to syntactically
+constrain the conditional statement and the while loop statement to only
+take blocks as branches and body, respectively.

+

There is nothing special about arithmetic and Boolean expressions. They
+are given the expected strictness attributes, except for <= and &&,
+for demonstration purposes.

+

The <= is defined to be seqstrict, which means that it evaluates its
+arguments in order, from left-to-right (recall that the strict operators
+can evaluate their arguments in any, fully interleaved, orders). Like
+strict, the seqstrict annotation can also be configured; for example, one
+can specify in which arguments and in what order. By default, seqstrict
+refers to all the arguments, in their left-to-right order. In our case here,
+it is equivalent with seqstrict(1 2).

+

The && is only strict in its first argument, because we will give it a
+short-circuited semantics (its second argument will only be evaluated when
+the first evaluates to true). Recall the K tool also allows us to associate
+LaTex attributes to constructs, telling the document generator how to display
+them. For example, we associate <= the attribute latex({#1}\leq{#2}),
+which makes it be displayed \leq everywhere in the generated LaTex
+documentation.

+

In this tutorial we take the freedom to associate the various constructs
+parsing precedences that we have already tested and we know work well, so that
+we can focus on the semantics here instead of syntax. In practice, though,
+you typically need to experiment with precedences until you obtain the desired
+parser.

+

Blocks are defined using curly brackets, and they can either be empty or
+hold a statement.

+

Nothing special about the IMP statements. Note that ; is an assignment
+statement terminator, not a statement separator. Note also that blocks are
+special statements.

+

An IMP program declares a comma-separated list of variables using the keyword
+int like in C, followed by a semicolon ;, followed by a statement.
+Syntactically, the idea here is that we can wrap any IMP program within a
+main(){...} function and get a valid C program. IMP does not allow variable
+declarations anywhere else except through this construct, at the top-level of
+the program. Other languages provided with the K distribution (see, e.g., the
+IMP++ language also discussed in this tutorial) remove this top-level program
+construct of IMP and add instead variable declaration as a statement construct,
+which can be used anywhere in the program, not only at the top level.

+

Note how we defined the comma-separated list of identifiers using
+List{Id,","}. The K tool provides builtin support for generic syntactic
+lists. In general,

+
syntax B ::= List{A,T}
+
+

declares a new non-terminal, B, corresponding to T-separated sequences of
+elements of A, where A is a non-terminal and T is a terminal. These
+lists can also be empty, that is, IMP programs declaring no variable are also
+allowed (e.g., int; {} is a valid IMP program). To instantiate and use
+the K builtin lists, you should alias each instance with a (typically fresh)
+non-terminal in your syntax, like we do with the Ids nonterminal.

+

Like with other K features, there are ways to configure the syntactic lists,
+but we do not discuss them here.

+

Recall from Tutorial 1 (LAMBDA) that in order for strictness to work well
+we also need to tell K which computations are meant to be results. We do
+this as well now, in the module IMP: integers and Booleans are K results.

+

Kompile imp.k and test the generated parser by running some programs.
+Since IMP is a fragment of C, you may want to select the C mode in your
+editor when writing these programs. This will also give your the feel that
+you are writing programs in a real programming language.

+

For example, here is sum.imp, which sums in sum all numbers up to n:

+
int n, sum;
+n = 100;
+sum=0;
+while (!(n <= 0)) {
+  sum = sum + n;
+  n = n + -1;
+}
+
+

Now krun it and see how it looks parsed in the default k cell.

+

The program collatz.imp tests the Collatz conjecture for all numbers up to
+m and accumulates the total number of steps in s:

+
int m, n, q, r, s;
+m = 10;
+while (!(m<=2)) {
+  n = m;
+  m = m + -1;
+  while (!(n<=1)) {
+    s = s+1;
+    q = n/2;
+    r = q+q+1;
+    if (r<=n) {
+      n = n+n+n+1;         // n becomes 3*n+1 if odd
+    } else {n=q;}          //        of   n/2 if even
+  }
+}
+
+

Finally, program primes.imp counts in s all the prime numbers up to m:

+
int i, m, n, q, r, s, t, x, y, z;
+m = 10;  n = 2;
+while (n <= m) {
+  // checking primality of n and writing t to 1 or 0
+  i = 2;  q = n/i;  t = 1;
+  while (i<=q && 1<=t) {
+    x = i;
+    y = q;
+    // fast multiplication (base 2) algorithm
+    z = 0;
+    while (!(x <= 0)) {
+      q = x/2;
+      r = q+q+1;
+      if (r <= x) { z = z+y; } else {}
+      x = q;
+      y = y+y;
+    } // end fast multiplication
+    if (n <= z) { t = 0; } else { i = i+1;  q = n/i; }
+  } // end checking primality
+  if (1 <= t) { s = s+1; } else {}
+  n = n+1;
+}
+
+

All the programs above will run once we define the semantics of IMP. If you
+want to execute them now, wrap them in a main(){...} function and compile
+them and run them with your favorite C compiler.

+

Before we move to the K semantics of IMP, we would like to make some
+clarifications regarding the K builtin parser, kast. Although it is quite
+powerful, you should not expect magic from it! While the K parser can parse
+many non-trivial languages (see, for example, the KOOL language in
+pl-tutorial/2_languages) in the K distribution), it was
+never meant to be a substitute for real parsers. We often call the syntax
+defined in K the syntax of the semantics, to highlight the fact that its
+role is to serve as a convenient notation when writing the semantics, not
+necessarily as a means to define concrete syntax of arbitrarily complex
+programming languages. See the KERNELC language for an example on how to connect an external parser for concrete syntax to
+the K tool.

+

The above being said, we strongly encourage you to strive to make the
+builtin parser work with your desired language syntax! Do not give up
+simply because you don't want to deal with syntactic problems. On the
+contrary, fight for your syntax! If you really cannot define your desired
+syntax because of tool limitations, we would like to know. Please tell us.

+

Until now we have only seen default configurations. In the next lesson we
+will learn how to define a K custom configuration.

+

Go to Lesson 2, IMP: Defining a Configuration.

+

MOVIE (out of date) [09'15"]

+

Defining a Configuration

+ +

Here we learn how to define a configuration in K. We also learn how to
+initialize and how to display it.

+

As explained in the overview presentation on K, configurations are quite
+important, because all semantic rules match and apply on them.
+Moreover, they are the backbone of configuration abstraction, which allows
+you to only mention the relevant cells in each semantic rule, the rest of
+the configuration context being inferred automatically. The importance of
+configuration abstraction will become clear when we define more complex
+languages (even in IMP++). IMP does not really need it. K configurations
+are constructed making use of cells, which are labeled and can be arbitrarily
+nested.

+

Configurations are defined with the keyword configuration. Cells are
+defined using an XML-ish notation stating clearly where the cell starts
+and where it ends.

+

While not enforced by the tool, we typically like to put the entire
+configuration in a top-level cell, called T. So let's define it:

+
configuration <T>...</T>
+
+

Cells can have other cells inside. In our case of IMP, we need a cell to
+hold the remaining program, cell which we typically call k, and a cell to
+hold the program state. Let us add them:

+
configuration <T> <k>...</k> <state>...</state> </T>
+
+

K allows us to also specify how to initialize a configuration at the same
+time with declaring the configuration. All we have to do is to fill in
+the contents of the cells with some terms. The syntactic categories of
+those terms will also indirectly define the types of the corresponding
+cells.

+

For example, we want the k cell to initially hold the program that is passed
+to krun. K provides a builtin configuration variable, called $PGM, which
+is specifically designed for this purpose: krun will place its program there
+(after it parses it, or course). The K tool allows users to define their own
+configuration variables, too, which can be used to develop custom
+initializations of program configurations with the help of krun; this can be
+quite useful when defining complex languages, but we do not discuss it in
+this tutorial.

+
configuration <T> <k> $PGM </k> <state>...</state>  </T>
+
+

Moreover, we want the program to be a proper Pgm term (because we do not
+want to allow krun to take fragments of programs, for example, statements).
+Therefore, we tag $PGM with the desired syntactic category, Pgm:

+
configuration <T> <k> $PGM:Pgm </k> <state>...</state>  </T>
+
+

Like for other variable tags in K, a run-time check will be performed and the
+semantics will get stuck if the passed term is not a well-formed program.

+

We next tell K that the state cell should be initialized with the empty map:

+
configuration <T> <k> $PGM:Pgm </k> <state> .Map </state>  </T>
+
+

Recall that in K . stands for nothing. However, since there are various
+types of nothing, to avoid confusion we can suffix the . with its desired
+type. K has several builtin data-types, including lists, sets, bags, and
+maps. .Map is the empty map.

+

Kompile imp.k and run several programs to see how the configuration is
+initialized as desired.

+

When configurations get large, and they do when defining large programming
+languages, you may want to color the cells in order to more easily distinguish
+them. This can be easily achieved using the color cell attribute, following
+again an XML-ish style:

+
configuration <T color="yellow">
+                <k color="green"> $PGM:Pgm </k>
+                <state color="red"> .Map </state>
+              </T>
+
+

In the next lesson we will learn how to write rules that involve cells.

+

Go to Lesson 3, IMP: Computations, Results, Strictness; Rules Involving Cells.

+

MOVIE (out of date) [04'21"]

+

Computations, Results, Strictness; Rules Involving Cells

+ +

In this lesson we will learn about the syntactic category K of computations,
+about how strictness attributes are in fact syntactic sugar for rewrite rules
+over computations, and why it is important to tell the tool which
+computations are results. We will also see a K rule that involves cells.

+

K Computations

+ +

Computation structures, or more simply computations, extend the abstract
+syntax of your language with a list structure using ~> (read followed
+by
or and then, and written \curvearrowright in Latex) as a separator.
+K provides a distinguished sort, K, for computations. The extension of the
+abstract syntax of your language into computations is done automatically by
+the K tool when you declare constructs using the syntax keyword, so the K
+semantic rules can uniformly operate only on terms of sort K. The intuition
+for computation structures of the form

+
t1 ~> t2 ~> ... ~> tn
+
+

is that the listed tasks are to be processed in order. The initial
+computation typically contains the original program as its sole task, but
+rules can then modify it into task sequences, as seen shortly.

+

Strictness in Theory

+ +

The strictness attributes, used as annotations to language constructs,
+actually correspond to rules over computations. For example, the
+strict(2) attribute of the assignment statement corresponds to the
+following two opposite rules (X ranges over Id and A over AExp):

+
X=A; => A ~> X=[];
+A ~> X=[]; => X=A;
+
+

The first rule pulls A from the syntactic context X=A; and schedules it
+for processing. The second rule plugs A back into its context.
+Inspired from the chemical abstract machine, we call rules of the first
+type above heating rules and rules of the second type cooling rules.
+Similar rules are generated for other arguments in which operations are
+strict. Iterative applications of heating rules eventually bring to the
+top of the computation atomic tasks, such as a variable lookup, or a
+builtin operation, which then make computational progress by means of other
+rules. Once progress is made, cooling rules can iteratively plug the result
+back into context, so that heating rules can pick another candidate for
+reduction, and so on and so forth.

+

When operations are strict only in some of their arguments, the corresponding
+positions of the arguments in which they are strict are explicitly enumerated
+in the argument of the strict attribute, e.g., strict(2) like above, or
+strict(2 3) for an operation strict in its second and third arguments, etc.
+If an operation is simply declared strict then it means that it is strict
+in all its arguments. For example, the strictness of addition yields:

+
A1+A2 => A1 ~> []+A2
+A1 ~> []+A2 => A1+A2
+A1+A2 => A2 ~> A1+[]
+A2 ~> A1+[] => A1+A2
+
+

It can be seen that such heating/cooling rules can easily lead to
+non-determinism, since the same term may be heated many different ways;
+these different evaluation orders may lead to different behaviors in some
+languages (not in IMP, because its expressions do not have side effects,
+but we will experiment with non-determinism in its successor, IMP++).

+

A similar desugaring applies to sequential strictness, declared with the
+keyword seqstrict. While the order of arguments of strict is irrelevant,
+it matters in the case of seqstrict: they are to be evaluated in the
+specified order; if no arguments are given, then they are assumed by default
+to be evaluated from left-to-right. For example, the default heating/cooling
+rules associated to the sequentially strict <= construct above are
+(A1, A2 range over AExp and I1 over Int):

+
A1<=A2 => A1 ~> []<=A2
+A1 ~> []<=A2 => A1<=A2
+I1<=A2 => A2 ~> I1<=[]
+A2 ~> I1<=[] => I1<=A2
+
+

In other words, A2 is only heated/cooled after A1 is already evaluated.

+

While the heating/cooling rules give us a nice and uniform means to define
+all the various allowable ways in which a program can evaluate, all based
+on rewriting, the fact that they are reversible comes with a serious practical
+problem: they make the K definitions unexecutable, because they lead to
+non-termination.

+

Strictness in Practice; K Results

+ +

To break the reversibility of the theoretical heating/cooling rules, and,
+moreover, to efficiently execute K definitions, the current implementation of
+the K tool relies on users giving explicit definitions of their languages'
+results.

+

The K tool provides a predicate isKResult, which is automatically defined
+as we add syntactic constructs to KResult (in fact the K tool defines such
+predicates for all syntactic categories, which are used, for example, as
+rule side conditions to check user-declared variable memberships, such as
+V:Val stating that V belongs to Val).

+

The kompile tool, depending upon what it is requested to do, changes the
+reversible heating/cooling rules corresponding to evaluation strategy
+definitions (e.g., those corresponding to strictness attributes) to avoid
+non-termination. For example, when one is interested in obtaining an
+executable model of the language (which is the default compilation mode of
+kompile), then heating is performed only when the to-be-pulled syntactic
+fragment is not a result, and the corresponding cooling only when the
+to-be-plugged fragment is a result. In this case, e.g., the heating/cooling
+rules for assignment are modified as follows:

+
X=A; => A ~> X=[];  requires notBool isKResult(A)
+A ~> X=[]; => X=A;  requires isKResult(A)
+
+

Note that non-termination of heating/cooling is avoided now. The only thing
+lost is the number of possible behaviors that a program can manifest, but
+this is irrelevant when all we want is one behavior.

+

As will be discussed in the IMP++ tutorial, the heating/cooling rules are
+modified differently by kompile when we are interested in other aspects
+of the language definition, such us, for example, in a search-able model that
+comprises all program behaviors. This latter model is obviously more general
+from a theoretical perspective, but, in practice, it is also slower to execute.
+The kompile tool strives to give you the best model of the language for the
+task you are interested in.

+

Can't Results be Inferred Automatically?

+ +

This is a long story, but the short answer is: No!. Maybe in some cases
+it is possible, but we prefer to not attempt it in the K tool. For example,
+you most likely do not want any stuck computation to count as a result,
+since some of them can happen simply because you forgot a semantic rule that
+could have further reduce it! Besides, in our experience with defining large
+languages, it is quite useful to take your time and think of what the results
+of your language's computations are. This fact in itself may help you improve
+your overall language design. We typically do it at the same time with
+defining the evaluation strategies of our languages. Although in theory K
+could infer the results of your language as the stuck computations, based on
+the above we have deliberately decided to not provide this feature, in spite
+of requests from some users. So you currently do have to explicitly define
+your K results if you want to effectively use the K tool. Note, however, that
+theoretical definitions, not meant to be executed, need not worry about
+defining results (that's because in theory semantic rules apply modulo the
+reversible heating/cooling rules, so results are not necessary).

+

A K Rule Involving Cells

+ +

All our K rules so far in the tutorial were of the form

+
rule left => right requires condition
+
+

where left and right were syntactic, or more generally computation, terms.

+

Here is our first K rule explicitly involving cells:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

Recall that the k cell holds computations, which are sequences of tasks
+separated by ~>. Also, the state cell holds a map, which is a set of
+bindings, each binding being a pair of computations (currently, the
+K builtin data-structures, like maps, are untyped; or, said differently,
+they are all over the type of computations, K).

+

Therefore, the two cells mentioned in the rule above hold collections
+of things, ordered or not. The ...s, which we also call cell frames,
+stand for more stuff there, which we do not care about.

+

The rewrite relation => is allowed in K to appear anywhere in a term, its
+meaning being that the corresponding subterm is rewritten as indicated in the
+shown context. We say that K's rewriting is local.

+

The rule above says that if the identifier X is the first task in the k
+cell, and if X is bound to I somewhere in the state, then X rewrites
+to I locally in the k cell. Therefore, IMP variables need to be already
+declared when looked up.

+

Of course, the K rule above can be translated into an ordinary rewrite rule
+of the form

+
rule <k> X ~> Rest </k> <state> Before (X |-> I) After </state>
+  => <k> I ~> Rest </k> <state> Before (X |-> I) After </state>
+
+

Besides being more verbose and thus tedious to write, this ordinary rule
+is also more error-prone; for example, we may forget the Rest variable
+in the right-hand-side, etc. Moreover, the concurrent semantics of K
+allows for its rules to be interpreted as concurrent transactions, where
+the context is the read-only component of the transaction, while the
+subterms which are rewritten are read/write component of the transaction;
+thus, K rule instances can apply concurrently if they only overlap
+on read-only parts, while they cannot if regarded as ordinary rewrite logic
+rules. Note: our current implementation of the K tool is not concurrent,
+so K rules are in fact desugared as normal rewrite rules in the K tool.

+

Kompile imp.k using a documentation option and check out how the K rule
+looks in the generated document. The ... frames are displayed as cell
+tears, metaphorically implying that those parts of the cells that we
+do not care about are torn away. The rewrite relation is replaced by a
+horizontal line: specifically, the subterm which rewrites, X, is
+underlined, and its replacement is written underneath the line.

+

In the next lesson we define the complete K semantics of IMP and
+run the programs we parsed in the first lesson.

+

Go to Lesson 4, IMP: Configuration Abstraction, Part 1; Types of Rules.

+

MOVIE (out of date) [10'30"]

+

Configuration Abstraction, Part 1; Types of Rules

+ +

Here we will complete the K definition of IMP and, while doing so, we will
+learn the very first step of what we call configuration abstraction.

+

The IMP Semantic Rules

+ +

Let us add the remaining rules, in the order in which the language constructs
+were defined in IMP-SYNTAX.

+

The rules for the arithmetic and Boolean constructs are self-explanatory.
+Note, however, that K will infer the correct sorts of all the variables in
+these rules, because they appear as arguments of the builtin operations
+(_+Int_, etc.). Moreover, the inferred sorts will be enforced dynamically.
+Indeed, we do not want to apply the rule for addition, for example, when the
+two arguments are not integers. In the rules for &&, although we prefer to
+not do it here for simplicity, we could have eliminated the dynamic check by
+replacing B (and similarly for _) with B:K. Indeed, it can be shown
+that whenever any of these rules apply, B (or _) is a BExp anyway.
+That's because there is no rule that can touch such a B (or _); this
+will become clearer shortly, when we discuss the first step of configuration
+abstraction. Therefore, since we know that B will be a BExp anyway, we
+could save the time it takes to check its sort; such times may look minor,
+but they accumulate, so some designers may prefer to avoid run-time checks
+whenever possible.

+

The block rules are trivial. However, the rule for non-empty blocks is
+semantically correct only because we do not have local variable declarations
+in IMP. We will have to change this rule in IMP++.

+

The assignment rule has two =>: one in the k cell dissolving the
+assignment statement, and the other in the state cell updating the value of
+the assigned variable. Note that the one in the state is surrounded by
+parentheses: (_ => I). That is because => is greedy: it matches as much
+as it can to the left and to the right, until it reaches the cell boundaries
+(closed or open). If you want to limit its scope, or for clarity, you can use
+parentheses like here.

+

The rule for sequential composition simply desugars S1 S2 into S1 ~> S2.
+Indeed, the two have exactly the same semantics. Note that statements
+evaluate to nothing (.), so once S1 is processed in S1 ~> S2, then the
+next task is automatically S2, without wasting any step for the transition.

+

The rules for the conditional and while statements are clear. One thing to
+keep in mind now is that the while unrolling rule will not apply
+indefinitely in the positive branch of the resulting conditional, because
+of K's configuration abstraction, which will be discussed shortly.

+

An IMP program declares a set of variables and then executes a
+statement in the state obtained after initializing all those variables
+to 0. The rules for programs initialize the declared variables one by one,
+checking also that there are no duplicates. We check for duplicates only for
+demonstration purposes, to illustrate the keys predefined operation that
+returns the set of keys of a map, and the set membership operation in.
+In practice, we typically define a static type checker for our language,
+which we execute before the semantics and reject inappropriate programs.

+

The use of the .Ids in the second rule is not necessary. We could have
+written int; S instead of int .Ids; S and the K tool would parse it and
+kompile the definition correctly, because it uses the same parser used for
+parsing programs also to parse the semantics. However, we typically prefer to
+explicitly write the nothing values in the semantics, for clarity;
+the parser has been extended to accept these. Note that the first rule
+matches the entire k cell, because int_;_ is the top-level program
+construct in IMP, so there is nothing following it in the computation cell.
+The anonymous variable stands for the second argument of this top-level program
+construct, not for the rest of the computation. The second rule could have
+also been put in a complete k cell, but we preferred not to, for simplicity.

+

Our IMP semantics is now complete, but there are a few more things that we
+need to understand and do.

+

Configuration Abstraction, Part 1

+ +

First, let us briefly discuss the very first step of configuration abstraction.
+In K, all semantic rules are in fact rules between configurations. As soon
+explained in the IMP++ tutorial, the declared configuration cell structure is
+used to automatically complete the missing configuration parts in rules.
+However, many rules do not involve any cells, being rules between syntactic
+terms (of sort K); for example, we had only three rules involving cells in our
+IMP semantics. In this case, the k cell will be added automatically and the
+actual rewrite will happen on top of the enclosed computation. For example,
+the rule for the while loop is automatically translated into the following:

+
rule <k> while (B) S => if (B) {S while (B) S} else {} ...</k>
+
+

Since the first task in computations is what needs to be done next, the
+intuition for this rule completion is that the syntactic transition
+only happens when the term to rewrite is ready for processing. This explains,
+for example, why the while loop unrolling does not indefinitely apply in the
+positive branch of the conditional: the inner while loop is not ready for
+evaluation yet. We call this rule completion process, as well as other
+similar ones, configuration abstraction. That is because the incomplete
+rule abstracts away the configuration structure, thus being easier to read.
+As seen soon when we define IMP++, configuration abstraction is not only a
+user convenience; it actually significantly increases the modularity of our
+definitions. The k-cell-completion is only the very first step, though.

+

If you really want certain rewrites over syntactic terms to apply
+anywhere they match, then you should tag the rule with the attribute
+anywhere, which was discussed in Tutorial 1, Lesson 2.5.

+

Kompile and then krun the programs that you only parsed in Lesson 1. They
+should all execute as expected. The state cell shows the final state
+of the program. The k cell shows the final code contents, which should be
+empty whenever the IMP program executes correctly.

+

Kompile also with the documentation option and take a look at the generated
+documentation. The assignment rule should particularly be of interest,
+because it contains two local rewrites.

+

In the next lesson we comment the IMP definition and conclude this tutorial.

+

Go to Lesson 5, IMP: Completing and Documenting IMP.

+

MOVIE (out of date) [09'16"]

+

Completing and Documenting IMP

+ +

We here learn no new concepts, but it is a good moment to take a break
+and contemplate what we learned so far.

+

Let us add lots of formal annotations to imp.k.

+

Once we are done with the annotations, we kompile with the documentation
+option and then take a look at the produced document. We often call these
+documents language posters. Depending on how much information you add to
+these language posters, they can serve as standalone, formal presentations
+of your languages. For example, you can print them as large posters and
+post them on the wall, or in poster sessions at conferences.

+

This completes our second tutorial. The next tutorials will teach us more
+features of the K framework, such as how to define languages with complex
+control constructs (like callcc), languages which are concurrent, and so on.

+

MOVIE (out of date) [03'45"]

+

Part 3: Defining LAMBDA++

+ +

Here you will learn how to define language constructs which abruptly change
+the execution control flow, and how to define language semantics following
+and environment/store style. Specifically, you will learn the following:

+
    +
  • How to define constructs like callcc, which allow you to take snapshots of
    +program executions and to go back in time at any moment.
  • +
  • How to define languages in an environment/store style.
  • +
  • Some basic notions about the use of closures and closure-like semantic
    +structures to save and restore execution environments.
  • +
  • Some basic intuitions about reusing existing semantics in new languages,
    +as well as some of the pitfalls in doing so.
  • +
+

Abrupt Changes of Control

+ +

Here we add call-with-current-continuation (callcc) to the definition of
+LAMBDA completed in Tutorial 1, and call the resulting language LAMBDA++.
+While doing so, we will learn how to define language constructs that
+abruptly change the execution control flow.

+

Take over the lambda.k definition from Lesson 8 in Part 1 of this Tutorial,
+which is the complete definition of the LAMBDA language, but without the
+comments.

+

callcc is a good example for studying the capabilities of a framework to
+support abrupt changes of control, because it is one of the most
+control-intensive language constructs known. Scheme is probably the first
+programming language that incorporated the callcc construct, although
+similar constructs have been recently included in many other languages in
+one form or another.

+

Here is a quick description: callcc e passes the remaining computation
+context, packaged as a function k, to e (which is expected to be a function);
+if during its evaluation e passes any value to k, then the current
+execution context is discarded and replaced by the one encoded by k and
+the value is passed to it; if e evaluates normally to some value v and
+passes nothing to k in the process, then v is returned as a result of
+callcc e and the execution continues normally. For example, we want the
+program callcc-jump.lambda:

+
(callcc (lambda k . ((k 5) + 2))) + 10
+
+

to evaluate to 15, not 17! Indeed, the computation context [] + 10 is
+passed to callcc's argument, which then sends it a 5, so the computation
+resumes to 5 + 10. On the other hand, the program callcc-not-jump.lambda

+
(callcc (lambda k . (5 + 2))) + 10
+
+

evaluates to 17.

+

If you like playing games, you can metaphorically think of callcc e as
+saving your game state in a file and passing it to your friend e.
+Then e can decide at some moment to drop everything she was doing, load
+your game and continue to play it from where you were.

+

The behavior of many popular control-changing constructs can be obtained
+using callcc. The program callcc-return.lambda shows, for example, how to
+obtain the behavior of a return statement, which exits the current execution
+context inside a function and returns a value to the caller's context:

+
letrec f x = callcc (lambda return . (
+  f (if (x <= 0) then ((return 1) / 0) else 2)
+))
+in (f -3)
+
+

This should evaluate to 1, in spite of the recursive call to f
+and of the division by zero! Note that return is nothing but a variable
+name, but one which is bound to the current continuation at the beginning of
+the function execution. As soon as 1 is passed to return, the computation
+jumps back in time to where callcc was defined! Change -3 to 3 and the
+program will loop forever.

+

callcc is quite a powerful and beautiful language construct, although one
+which is admittedly hard to give semantics to in some frameworks.
+But not in K 😃 Here is the entire K syntax and semantics of callcc:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

Let us first discuss the annotated syntax. We declared callcc strict,
+because its argument may not necessarily be a function yet, so it may need
+to be evaluated. As explained above, we need to encode the remaining
+computation somehow and pass it to callcc's argument. More specifically,
+since LAMBDA is call-by-value, we have to encode the remaining computation as
+a value. We do not want to simply subsort computations to Val, because there
+are computations which we do not want to be values. A simple solution to
+achieve our goal here is to introduce a new value construct, say cc (from
+current-continuation), which holds any computation.

+

Note that, inspired from SDF,
+K allows you to define the syntax of helping semantic operations, like cc,
+more compactly. Typically, we do not need a fancy syntax for such operators;
+all we need is a name, followed by open parenthesis, followed by a
+comma-separated list of arguments, followed by closed parenthesis. If this
+is the syntax that you want for a particular construct, then K allows you to
+drop all the quotes surrounding the terminals, as we did above for cc.

+

The semantic rules do exactly what the English semantics of callcc says.
+Note that here, unlike in our definition of LAMBDA in Tutorial 1, we had
+to mention the cell <k/> in our rules. This is because we need to make sure
+that we match the entire remaining computation, not only a fragment of it!
+For example, if we replace the two rules above with

+
rule (callcc V:Val => V cc(K)) ~> K
+rule cc(K) V ~> _ =>  V ~> K
+
+

then we get a callcc which is allowed to non-deterministically pick a
+prefix of the remaining computation and pass it to its argument, and then
+when invoked within its argument, a non-deterministic prefix of the new
+computation is discarded and replaced by the saved one. Wow, that would
+be quite a language! Would you like to write programs in it? 😃

+

Consequently, in K we can abruptly change the execution control flow of a
+program by simply changing the contents of the <k/> cell. This is one of
+the advantages of having an explicit representation of the execution context,
+like in K or in reduction semantics with evaluation contexts. Constructs like
+callcc are very hard and non-elegant to define in frameworks such as SOS,
+because those implicitly represent the execution context as proof context,
+and the latter cannot be easily changed.

+

Now that we know how to handle cells in configurations and use them in rules,
+in the next lesson we take a fresh look at LAMBDA and define it using
+an environment-based style, which avoids the complexity of substitution
+(e.g., having to deal with variable capture) and is closer in spirit to how
+functional languages are implemented.

+

Go to Lesson 2, LAMBDA++: Semantic (Non-Syntactic) Computation Items.

+

MOVIE (out of date) [6'28"]

+

Semantic (Non-Syntactic) Computation Items

+ +

In this lesson we start another semantic definition of LAMBDA++, which
+follows a style based on environments instead of substitution. In terms of
+K, we will learn how easy it is to add new items to the syntactic category
+of computations K, even ones which do not have a syntactic nature.

+

An environment binds variable names of interest to locations where their
+values are stored. The idea of environment-based definitions is to maintain
+a global store mapping locations to values, and then have environments
+available when we evaluate expressions telling where the variables are
+located in the store. Since LAMBDA++ is a relatively simple language, we
+only need to maintain one global environment. Following a similar style
+like in IMP, we place all cells into a top cell T:

+
configuration <T>
+                <k> $PGM:Exp </k>
+                <env> .Map </env>
+                <store> .Map </store>
+              </T>
+
+

Recall that $PGM is where the program is placed by krun after parsing. So
+the program execution starts with an empty environment and an empty store.

+

In environment-based definitions of lambda-calculi, lambda abstractions
+evaluate to so-called closures:

+
rule <k> lambda X:Id . E => closure(Rho,X,E) ...</k>
+     <env> Rho </env>
+
+

A closure is like a lambda abstraction, but it also holds the environment
+in which it was declared. This way, when invoked, a closure knows where to
+find in the store the values of all the variables that its body expression
+refers to. We will define the lookup rule shortly.

+

Therefore, unlike in the substitution-based definitions of LAMBDA and
+LAMBDA++, neither the lambda abstractions nor the identifiers are values
+anymore here, because they both evaluate further: lambda abstractions to
+closures and identifiers to their values in the store. In fact, the only
+values at this moment are the closures, and they are purely semantic entities,
+which cannot be used explicitly in programs. That's why we modified the
+original syntax of the language to include no Val syntactic category
+anymore, and that's why we need to add closures as values now; same like
+before, we add a Val syntactic category which is subsorted
+to KResult. In general, whenever you have any strictness attributes,
+your should also define some K results.

+

Invoking a closure is a bit more involved than the substitution-based
+beta-reduction: we need to switch to the closure's environment, then create a
+new, or fresh, binding for the closure's parameter to the value passed to the
+closure, then evaluate the closure's body, and then switch back to the
+caller's environment, which needs to be stored somewhere in the meanwhile.
+We can do all these with one rule:

+
rule <k> closure(Rho,X,E) V:Val => E ~> Rho' ...</k>
+     <env> Rho' => Rho[X <- !N] </env>
+     <store>... .Map => (!N:Int |-> V) ...</store>
+
+

Therefore, we atomically do all the following:

+
    +
  • switch the computation to the closure's body, E, followed by a
    +caller-environment-recovery task Rho' (note that Rho' is the
    +current environment),
  • +
  • generate a fresh location !N (the ! is important, we discuss it below),
    +bind X to !N in closure's environment and switch the current environment
    +Rho' to that one,
  • +
  • write the value passed to the closure, V, at location !N.
  • +
+

This was the most complex K rule we've seen so far in the tutorial. Note,
+however, that this one rule achieves a lot. It is, in fact, quite compact
+considering how much it does. Note also that everything that this K rule
+mentions is needed also conceptually in order to achieve this task, so it
+is minimal from that point of view. That would not be the case if we
+used, instead, a conventional rewrite rule, because we would have had to
+mention the remaining store, say Sigma, in both sides of the rule, to say
+it stays unchanged. Here we just use ....

+

The declaration of the fresh variable above, !N, is new and needs
+some explanation. First, note that !N appears only in the right-hand-side
+terms in the rule, that is, it is not matched when the rule is applied.
+Instead, a fresh Nat element is generated each time the rule is applied.
+In K, we can define syntactic categories which have the capability to
+generate fresh elements like above, using unbound variables whose name starts
+with a !. The details of how to do that are beyond the scope of this
+tutorial (see Tutorial 6). All we need to know here is that an arbitrary
+fresh element of that syntactic category is generated each time the rule
+is applied. We cannot rely on the particular name or value of the generated
+element, because that can change with the next version of the K tool, or
+even from execution to execution with the same version. All you can rely
+on is that each newly generated element is distinct from the previously
+generated elements for the same syntactic category.

+

Unlike in the substitution-based definition, we now also need a lookup rule:

+
rule <k> X => V ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> V ...</store>
+
+

This rule speaks for itself: replace X by the value V located in the store
+at X's location N in the current environment.

+

The only thing left to define is the auxiliary environment-recovery operation:

+

rule _:Val ~> (Rho => .) ... _ => Rho

+

When the item preceding the environment recovery task Rho in the
+computation becomes a value, replace the current environment with Rho
+and dissolve Rho from the computation.

+

Let us kompile and ... fail:

+
kompile lambda
+
+

gives a parsing error saying that V:Val does not fit there in the closure
+invocation rule. That's because Val and Exp are currently completely
+disconnected, so K rightfully complains that we want to apply a value to
+another one, because application was defined to work with expressions, not
+values. What we forgot here was to state that Exp includes Val:

+
syntax Exp ::= Val
+
+

Now everything works, but it is a good time to reflect a bit.

+

So we added closures, which are inherently semantic entities, to the syntax
+of expressions. Does that mean that we can now write LAMBDA programs with
+closures in them? Interestingly, with our current definition of LAMBDA,
+which purposely did not follow the nice organization of IMP into syntax and
+semantic modules, and with K's default parser, kast, you can. But you are
+not supposed to speculate this! In fact, if you use an external parser, that
+parser will reject programs with explicit closures. Also, if we split the
+LAMBDA definition into two modules, one called LAMBDA-SYNTAX containing
+exclusively the desired program syntax and one called LAMBDA importing the
+former and defining the syntax of the auxiliary operations and the semantics,
+then even K's default parser will reject programs using auxiliary syntactic
+constructs.

+

Indeed, when you kompile a language, say lang.k, the tool will by default
+attempt to find a module LANG-SYNTAX and generate the program parser from
+that. If it cannot find it, then it will use the module LANG instead. There
+are also ways to tell kompile precisely which syntax module you want to use
+for the program parser if you don't like the default convention.
+See kompile --help.

+

Another insightful thought to reflect upon, is the relationship between your
+language's values and other syntactic categories. It is often the case that
+values form a subset of the original language syntax, like in IMP (Part 2 of
+the tutorial), but sometimes that is not true, like in our case here. When
+that happens, in order for the semantics to be given smoothly and uniformly
+using the original syntax, you need to extend your language's original
+syntactic categories with the new values. The same holds true in other
+semantic approaches, not only in K, even in ones which are considered purely
+syntactic. As it should be clear by now, K does not enforce you to use a
+purely syntactic style in your definitions; nevertheless, K does allow you to
+develop purely syntactic definitions, like LAMBDA in Part 1 of the tutorial,
+if you prefer those.

+

krun some programs, such as those provided in Lesson 1 of the LAMBDA
+tutorial (Part 1). Note the closures, both as results in the <k/> cell,
+and as values in the store. Also, since variables are not values anymore,
+expressions that contain free variables may get stuck with one of those on
+top of their computation. See, for example, free-variable-capture.lambda,
+which gets stuck on z, because z is free, so it cannot evaluate it.
+If you want, you can go ahead and manually provide a configuration with
+z mapped to some location in the environment and that location mapped to
+some value in the store, and then you can also execute this program. The
+program omega.lambda should still loop.

+

Although we completely changed the definitional style of LAMBDA, the semantics
+of the other constructs do not need to change, as seen in the next lesson.

+

Go to Lesson 3, LAMBDA++: Reusing Existing Semantics.

+

MOVIE (out of date) [8'02"]

+

Reusing Existing Semantics

+ +

In this lesson we will learn that, in some cases, we can reuse existing
+semantics of language features without having to make any change!

+

Although the definitional style of the basic LAMBDA language changed quite
+radically in our previous lesson, compared to its original definition in
+Part 1 of the tutorial, we fortunately can reuse a large portion of the
+previous definition. For example, let us just cut-and-paste the rest of the
+definition from Lesson 7 in Part 1 of the tutorial.

+

Let us kompile and krun all the remaining programs from Part 1 of the
+tutorial. Everything should work fine, although the store contains lots of
+garbage. Garbage collection is an interesting topic, but we do not do it
+here. Nevertheless, much of this garbage is caused by the intricate use of
+the fixed-point combinator to define recursion. In a future lesson in this
+tutorial we will see that a different, environment-based definition of
+fixed-points will allocate much less memory.

+

One interesting question at this stage is: how do we know when we can reuse
+an existing semantics of a language feature? Well, I'm afraid the answer is:
+we don't. In the next lesson we will learn how reuse can fail for quite subtle
+reasons, which are impossible to detect statically (and some non-experts may
+fail to even detect them at all).

+

Go to Lesson 4, LAMBDA++: Do Not Reuse Blindly!.

+

MOVIE (out of date) [3'21"]

+

Do Not Reuse Blindly!

+ +

It may be tempting to base your decision to reuse an existing semantics of
+a language feature solely on syntactic considerations; for example, to reuse
+whenever the parser does not complain. As seen in this lesson, this could
+be quite risky.

+

Let's try (and fail) to reuse the definition of callcc from Lesson 1:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

The callcc examples that we tried in Lesson 1 work, so it may look it works.

+

However, the problem is that cc(K) should also include an environment,
+and that environment should also be restored when cc(K) is invoked.
+Let's try to illustrate this bug with callcc-env1.lambda

+
let x = 1 in
+  ((callcc lambda k . (let x = 2 in (k x))) + x)
+
+

where the second argument of +, x, should be bound to the top x, which
+is 1. However, since callcc does not restore the environment, that x
+should be looked up in the wrong, callcc-inner environment, so we should see
+the overall result 4.

+

Hm, we get the right result, 3 ... (Note: you may get 4, depending on
+your version of K and platform; but both 3 and 4 are possible results, as
+explained below and seen in the tests). How can we get 3? Well, recall that
++ is strict, which means that it can evaluate its arguments in any order.
+It just happened that in the execution that took place above its second
+argument was evaluated first, to 1, and then the callcc was evaluated, but
+its cc value K had already included the 1 instead of x ... In Part 4 of
+the tutorial we will see how to explore all the non-deterministic behaviors of
+a program; we could use that feature of K to debug semantics, too.
+For example, in this case, we could search for all behaviors of this program
+and we would indeed get two possible value results: 3 and 4.

+

One may think that the problem is the non-deterministic evaluation order
+of +, and thus that all we need to do is to enforce a deterministic order
+in which the arguments of + are evaluated. Let us follow this path to
+see what happens. There are two simple ways to make the evaluation order
+of +'s arguments deterministic. One is to make + seqstrict in the
+semantics, to enforce its evaluation from left-to-right. Do it and then
+run the program above again; you should get only one behavior for the
+program above, 4, which therefore shows that copying-and-pasting our old
+definition of callcc was incorrect. However, as seen shortly, that only
+fixed the problem for the particular example above, but not in general.
+Another conventional approach to enforce the desired evaluation order is to
+modify the program to enforce the left-to-right evaluation order using let
+binders, as we do in callcc-env2.lambda:

+
let x = 1 in
+  let a = callcc lambda k . (let x = 2 in (k x)) in
+    let b = x in
+      (a + b)
+
+

With your installation of K you may get the "expected" result 4 when you
+execute this program, so it may look like our non-deterministic problem is
+fixed. Unfortunately, it is not. Using the K tool to search for all the
+behaviors in the program above reveals that the final result 3 is still
+possible. Moreover, both the 3 and the 4 behaviors are possible regardless
+of whether + is declared to be seqstrict or just strict. How is that
+possible? The problem is now the non-deterministic evaluation strategy of
+the function application construct. Indeed, recall that the semantics of
+the let-in construct is defined by desugaring to lambda application:

+
rule let X = E in E' => (lambda X . E') E
+
+

With this, the program above eventually reduces to

+
(lambda a . ((lambda b . a + b) x))
+(callcc lambda k . (let x = 2 in (k x)))
+
+

in an environment where x is 1. If the first expression evaluates first,
+then it does so to a closure in which x is bound to a location holding 1,
+so when applied later on to the x inside the argument of callcc (which is
+2), it will correctly lookup x in its enclosed environment and thus the
+program will evaluate to 3. On the other hand, if the second expression
+evaluates first, then the cc value will freeze the first expression as is,
+breaking the relationship between its x and the current environment in which
+it is bound to 1, being inadvertently captured by the environment of the
+let-in construct inside the callcc and thus making the entire expression
+evaluate to 4.

+

So the morale is: Do not reuse blindly. Think!

+

In the next lesson we fix the environment-based semantics of callcc by having
+cc also wrap an environment, besides a computation. We will also give a more
+direct semantics to recursion, based on environments instead of fixed-point
+combinators.

+

Go to Lesson 5, LAMBDA++: More Semantic Computation Items.

+

MOVIE (out of date) [3'37"]

+

More Semantic Computation Items

+ +

In this lesson we see more examples of semantic (i.e., non-syntactic)
+computational items, and how useful they can be. Specifically, we fix the
+environment-based definition of callcc and give an environment-based
+definition of the mu construct for recursion.

+

Let us first fix callcc. As discussed in Lesson 4, the problem that we
+noticed there was that we only recovered the computation, but not the
+environment, when a value was passed to the current continuation. This is
+quite easy to fix: we modify cc to take both an environment and a
+computation, and its rules to take a snapshot of the current environment with
+it, and to recover it at invocation time:

+
syntax Val ::= cc(Map,K)
+rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env>
+rule <k> cc(Rho,K) V:Val ~> _ =>  V ~> K </k> <env> _ => Rho </env>
+
+

Let us kompile and make sure it works with the callcc-env2.lambda program,
+which should evaluate to 3, not to 4.

+

Note that the cc value, which can be used as a computation item in the <k/>
+cell, is now quite semantic in nature, pretty much the same as the closures.

+

Let us next add one more closure-like semantic computational item, for mu.
+But before that, let us reuse the semantics of letrec in terms of mu that
+was defined in Lesson 8 of Part 1 of the tutorial on LAMBDA:

+
syntax Exp ::= "letrec" Id Id "=" Exp "in" Exp [macro]
+             | "mu" Id "." Exp                 [latex(\mu{#1}.{#2})]
+rule letrec F:Id X = E in E' => let F = mu F . lambda X . E in E'
+
+

We removed the binder annotation of mu, because it is not necessary
+anymore (since we do not work with substitutions anymore).

+

To save the number of locations needed to evaluate mu X . E, let us replace
+it with a special closure which already binds X to a fresh location holding
+the closure itself:

+
syntax Exp ::= muclosure(Map,Exp)
+
+rule <k> mu X . E => muclosure(Rho[X <- !N], E) ...</k>
+     <env> Rho </env>
+     <store>... .Map => (!N:Int |-> muclosure(Rho[X <- !N], E)) ...</store>
+
+

Since each time mu X . E is encountered during the evaluation it needs to
+evaluate E, we conclude that muclosure cannot be a value. We can declare
+it as either an expression or as a computation. Let's go with the former.

+

Finally, here is the rule unrolling the muclosure:

+

rule muclosure(Rho,E) => E ~> Rho' ...
+ Rho' => Rho

+

Note that the current environment Rho' needs to be saved before and
+restored after E is executed, because the fixed point may be invoked
+from a context with a completely different environment from the one
+in which mu X . E was declared.

+

We are done. Let us now kompile and krun factorial-letrec.lambda from
+Lesson 7 in Part 1 of the tutorial on LAMBDA. Recall that in the previous
+lesson this program generated a lot of garbage into the store, due to the
+need to allocate space for the arguments of all those lambda abstractions
+needed to run the fixed-point combinator. Now we need much fewer locations,
+essentially only locations for the argument of the factorial function, one at
+each recursive call. Anyway, much better than before.

+

In the next lesson we wrap up the environment definition of LAMBDA++ and
+generate its documentation.

+

Go to Lesson 6, LAMBDA++: Wrapping Up and Documenting LAMBDA++.

+

MOVIE (out of date) [5'19"]

+

Wrapping Up and Documenting LAMBDA++

+ +

In this lesson we wrap up and nicely document LAMBDA++. In doing so, we also
+take the freedom to reorganize the semantics a bit, to make it look better.

+

See the lambda.k file, which is self-explanatory.

+

Part 3 of the tutorial is now complete. Part 4 will teach you more features
+of the K framework, in particular how to exhaustively explore the behaviors
+of non-deterministic or concurrent programs.

+

MOVIE (out of date) [6'23"]

+

Part 4: Defining IMP++

+ +

IMP++ extends IMP, which was discussed in Part 2 of this tutorial, with several
+new syntactic constructs. Also, some existing syntax is generalized, which
+requires non-modular changes of the existing IMP semantics. For example,
+global variable declarations become local declarations and can occur
+anywhere a statement can occur. In this tutorial we will learn the following:

+
    +
  • That (and how) existing syntax/semantics may change as a language evolves.
  • +
  • How to refine configurations as a language evolves.
  • +
  • How to define and use fresh elements of desired sorts.
  • +
  • How to tag syntactic constructs and rules, and how to use such tags
    +with the superheat/supercool options of kompile.
  • +
  • How the search option of krun works.
  • +
  • How to stream cells holding semantic lists to the standard input/output,
    +and thus obtain interactive interpreters for the defined languages.
  • +
  • How to delete, save and restore cell contents.
  • +
  • How to add/delete cells dynamically.
  • +
  • More details on how the configuration abstraction mechanism works.
  • +
+

Like in the previous tutorials, this folder contains several lessons, each
+adding new features to IMP++. Do them in order and make sure you completed
+and understood the previous tutorials.

+

Extending/Changing an Existing Language Syntax

+ +

Here we learn how to extend the syntax of an existing language, both with
+new syntactic constructs and with more general uses of existing constructs.
+The latter, in particular, requires changes of the existing semantics.

+

Consider the IMP language, as defined in Lesson 4 of Part 2 of the tutorial.

+

Let us first add the new syntactic constructs, with their precedences:

+
    +
  • variable increment, ++, which increments an integer variable and
    +evaluates to the new value;
  • +
  • read, which reads and evaluates to a new integer from the input buffer;
  • +
  • print, which takes a comma-separated list of arithmetic expressions and
    +evaluates and prints each of them in order, from left to right, to the
    +output buffer; we therefore define a new list syntactic category, AExps,
    +which we pass as an argument to print; note we do not want to declare
    +print to be strict, because we do not want to first evaluate the
    +arguments and then print them (for example, if the second argument performs
    +an illegal operation, say division by zero, we still want to print the first
    +argument); we also go ahead and add strings as arithmetic expressions,
    +because we intend print to also take strings, in order to print nice
    +messages to the user;
  • +
  • halt, which abruptly terminates the program; and
  • +
  • spawn, which takes a statement and creates a new concurrent thread
    +executing it and sharing its environment with the parent thread.
  • +
+

Also, we want to allow local variable declarations, which can appear anywhere
+a statement can appear. Their scope ranges from the place they are defined
+until the end of the current block, and they can shadow previous declarations,
+both inside and outside the current block. The simplest way to define the
+syntax of the new variable declarations is as ordinary statements, at the same
+time removing the previous Pgm syntactic category and its construct.
+Programs are now just statements.

+

We are now done with adding the new syntax and modifying the old one.
+Note that the old syntax was modified in a way which makes the previous IMP
+programs still parse, but this time as statements. Let us then modify
+the configuration variable $PGM to have the sort Stmt instead of Pgm,
+and let us try to run the old IMP programs, for example sum.imp.

+

Note that they actually get stuck with the global declaration on the top
+of their computations. This is because variable declarations are now treated
+like any statements, in particular, the sequential composition rule applies.
+This makes the old IMP rule for global variable declarations not match anymore.
+We can easily fix it by replacing the anonymous variable _, which matched
+the program's statement that now turned into the remaining computation in
+the <k/> cell, with the cell frame variable ..., which matches the
+remaining computation. Similarly, we have to change the rule for the case
+where there are no variables left to declare into one that dissolves itself.

+

We can now run all the previous IMP programs, in spite of the fact that
+our IMP++ semantics is incomplete and, more interestingly, in spite of the
+fact that our current semantics of blocks is incorrect in what regards the
+semantics of local variable declarations (note that the old IMP programs do
+not declare block-local variables, which is why they still run correctly).

+

Let us also write some proper IMP++ programs, which we would like to execute
+once we give semantics to the new constructs.

+

div.imp is a program manifesting non-deterministic behaviors due to the
+desired non-deterministic evaluation strategy of division and the fact that
+expressions will have side effects once we add variable increment. We will
+be able to see all the different behaviors of this program. Challenge: can
+you identify the behavior where the program performs a division-by-zero?

+

If we run div.imp now, it will get stuck with the variable increment
+construct on top of the computation cell. Once we give it a semantics,
+div.imp will execute completely (all the other constructs in div.imp
+already have their semantics defined as part of IMP).

+

Note that some people prefer to define all their semantics in a by need
+style, that is, they first write and parse lots of programs, and then they
+add semantics to each language construct on which any of the programs gets
+stuck, and so on and so forth until they can run all the programs.

+

io.imp is a program which exercises the input/output capabilities of the
+language: reads two integers and prints three strings and an integer.
+Note that the variable declaration is not the first statement anymore.

+

sum-io.imp is an interactive variant of the sum program.

+

spawn.imp is a program which dynamically creates two threads that interact
+with the main thread via the shared variable x. Lots of behaviors will be
+seen here once we give spawn the right semantics.

+

Finally, locals.imp tests whether variable shadowing/unshadowing works well.

+

In the next lesson we will prepare the configuration for the new constructs,
+and will see what it takes to adapt the semantics to the new configuration.
+Specifically, we will split the state cell into an environment cell and a
+store cell, like in LAMBDA++ in Part 3 of the tutorial.

+

Go to Lesson 2, IMP++: Configuration Refinement; Freshness.

+

MOVIE (out of date) [07'47"]

+

Configuration Refinement; Freshness

+ +

To prepare for the semantics of threads and local variables, in this lesson we
+split the state cell into an environment and a store. The environment and
+the store will be similar to those in the definition of LAMBDA++ in Part
+3 of the Tutorial. This configuration refinement will require us to change
+some of IMP's rules, namely those that used the state.

+

To split the state map, which binds program variables to values, into an
+environment mapping program variables to locations and a store mapping
+locations to values, we replace in the configuration declaration the cell

+
<state color="red"> .Map </state>
+
+

with two cells

+
<env color="LightSkyBlue"> .Map </env>
+<store color="red"> .Map </store>
+
+

Structurally speaking, this split of a cell into other cells is a major
+semantic change, which, unfortunately, requires us to revisit the existing
+rules that used the state cell. One could, of course, argue that we could
+have avoided this problem if we had followed from the very beginning the
+good-practice style to work with an environment and a store, instead of a
+monolithic state. While that is a valid argument, highlighting the fact that
+modularity is not only a feature of the framework alone, but one should also
+follow good practices to achieve it, it is also true that if all we wanted
+in Part 2 of the tutorial was to define IMP as is, then the split of the state
+in an environment and a store is unnecessary and not really justified.

+

The first rule which used a state cell is the lookup rule:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

We modify it as follows:

+
rule <k> X:Id => I ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> I ...</store>
+
+

So we first match the location N of X in the environment, then the value
+I at location N in the store, and finally we rewrite X to I into the
+computation. This rule also shows an instance of a more complex
+multiset matching, where two variables (X and N) are matched each twice.

+

The assignment rule is modified quite similarly.

+

The variable declaration rule is trickier, though, because we need to allocate
+a fresh location in the store and bind the newly declared variable to it.
+This is quite similar to the way we allocated space for variables in
+the environment-based definition of LAMBDA++ in Part 3 of the tutorial.

+
rule <k> int (X,Xs => Xs); ...</k>
+     <env> Rho => Rho[X <- !N:Int] </env>
+     <store>... .Map => !N |-> 0 ...</store>
+
+

Note the use of the fresh (!N) variable notation above. Recall from
+the LAMBDA++ tutorial that each time the rule with fresh (!) variables is
+applied, fresh elements of corresponding sorts are generated for the fresh
+variables, distinct from all the previously generated elements; also, we
+cannot and should not assume anything about the particular element that is
+being generated, except that it is different from the previous ones.

+

kompile and krun sum.imp to see how the fresh locations have been
+generated and used. There were two fresh locations needed, for the two
+variables. Note also that a cell holding the counter has been added to the
+configuration.

+

In the next lesson we will add the semantics of variable increment, and see
+how that yields non-deterministic behaviors in programs and how to explore
+those behaviors using the K tool.

+

Go to Lesson 3, IMP++: Tagging; Superheat/Supercool Kompilation Options.

+

MOVIE (out of date) [04'06"]

+

Variable increment; Search

+ +

In this lesson we add the semantics of variable increment. We also learn
+how to instruct the kompile tool to instrument the language model for
+exhaustive analysis.

+

The variable increment rule is self-explanatory:

+
rule <k> ++X => I +Int 1 ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> (I => I +Int 1) ...</store>
+
+

We can now run programs like our div.imp program introduced in Lesson 1.
+Do it.

+

The addition of increment makes the evaluation of expressions have side
+effects. That, in combination with the non-determinism allowed by the
+strictness attributes in how expression constructs evaluate their
+arguments, makes expressions in particular and programs in general have
+non-deterministic behaviors. One possible execution of the div.imp program
+assigns 1 to y's location, for example, but this program manifests several
+other behaviors, too.

+

To see all the (final-state) behaviors that a program can have, you can kompile
+the semantics with --enable-search and call the krun tool with the option
+--search. For example:

+
krun div.imp --search
+
+

In the next lesson we add input/output to our language and learn how to
+generate a model of it which behaves like an interactive interpreter!

+

Go to Lesson 4, IMP++: Semantic Lists; Input/Output Streaming.

+

MOVIE (out of date) [06'56"]

+

Semantic Lists; Input/Output Streaming

+ +

In this lesson we add semantics to the read and print IMP++ constructs.
+In doing so, we also learn how to use semantic lists and how to connect
+cells holding semantic lists to the standard input and standard output.
+This allows us to turn the K semantics into an interactive interpreter.

+

We start by adding two new cells to the configuration,

+
<in color="magenta"> .List </in>
+<out color="Orchid"> .List </out>
+
+

each holding a semantic list, initially empty. Semantic lists are
+space-separated sequences of items, each item being a term of the form
+ListItem(t), where t is a term of sort K. Recall that the semantic maps,
+which we use for states, environments, stores, etc., are sets of pairs
+t1 |-> t2, where t1 and t2 are terms of sort K. The ListItem wrapper
+is currently needed, to avoid parsing ambiguities.

+

Since we want the print statement to also print strings, we need to tell
+K that strings are results. To make it more interesting, let us also overload
+the + symbol on arithmetic expressions to also take strings and, as a
+result, to concatenate them. Since + is already strict, we only need to add
+a rule reducing the IMP addition of strings to the builtin operation +String
+which concatenates two strings.

+

The semantics of read is immediate: read and consumes the first integer item
+from the <in/> cell; note that our read only reads integer values (it gets
+stuck if the first item in the <in/> cell is not an integer).

+

The semantics of print is a bit trickier. Recall that print takes an
+arbitrary number of arithmetic expression arguments, and evaluates and outputs
+each of them in order, from left to right. For example,
+print("Hello", 3/0, "Bye"); outputs "Hello" and then gets stuck on the
+illegal division by zero operation. In other words, we do not want it to
+first evaluate all its arguments and then print them, because that would miss
+outputting potentially valuable information. So the first step is to evaluate
+the first argument of print. In some sense, what we'd like to say is that
+print has the evaluation strategy strict(1). However, strictness
+attributes only work with individual language constructs, while what we need
+is an evaluation strategy that involves two constructs: print and the list
+(comma) construct of AExps. If we naively associate print the strict(1)
+evaluation strategy then its first and unique argument, an AExps list, will
+be scheduled for evaluation and the execution will get stuck because we have
+no rules for evaluating AExps terms. If we make the list construct of
+AExps strict then we get the wrong semantics for print which first
+evaluates all its arguments and then outputs them. The correct way to
+tell K that print should evaluate only its first argument is by using a
+context declaration:

+
context print(HOLE:AExp, _);
+
+

Note the HOLE of sort AExp above. Contexts allow us to define finer-grain
+evaluation strategies than the strictness attributes, involving potentially
+more than one language construct, like above. The HOLE indicates the
+argument which is requested to be evaluated. For example, the strict
+attribute of division corresponds to two contexts:

+
context HOLE / _
+context _ / HOLE
+
+

In their full generality, contexts can be any terms with precisely one
+occurrence of a HOLE, and with arbitrary side conditions on any variables
+occurring in the context term as well as on the HOLE. See Part 6 of the
+tutorial for more examples.

+

Once evaluated, the first argument of print is expected to become either an
+integer or a string. Since we want to print both integers and string values,
+to avoid writing two rules, one for each type of value, we instead add a new
+syntactic category, Printable, which is the union of integers and strings.

+

Let us kompile and krun the io.imp program discussed in Lesson 1. As
+expected, it gets stuck with a read construct on top of the computation and
+with an empty <in/> cell. To run it, we need to provide some items in the
+<in/> cell, so that the rule of read can match. Let us add

+
<in> ListItem(3) ListItem(5) ListItem(7) </in>
+
+

Now, if we krun io.imp, we can see that its execution completes normally
+(the <k/> cell is empty), that the first two items have been removed by the
+two read constructs from the <in/> cell, and that the desired strings and
+numbers have been placed into the <out/> cell.

+

Cells holding semantic lists can be connected to the standard input and
+standard output buffers, and krun knows how to handle these appropriately.
+Let us connect the <in/> cell to the standard input using the cell attribute
+stream="stdin" and the <out/> cell to the standard output with the
+attribute stream="sdtout". A cell connected to the standard input will
+take its items from the standard input and block the rewriting process when
+an input is needed until an item is available in the standard input buffer.
+A cell connected to the standard output buffer will send all its items, in
+order, to the standard output.

+

Let us kompile and krun io.imp again. It prints the message and then
+waits for your input numbers. Type in two numbers, then press <Enter>.
+A message with their sum is then printed, followed by the final configuration.
+If you do not want to see the final configuration, and thus obtain a realistic
+interpreter for our language, then call krun with the option --output none:

+
krun io.imp --output none
+
+

Let us now krun our interactive sum program, which continuously reads numbers
+from the console and prints the sum of numbers up to them:

+
krun sum-io.imp
+
+

Try a few numbers, then 0. Note that the program terminated, but with junk
+in the <k/> cell, essentially with a halt statement on its top. Of course,
+because halt has been reached and it has no semantics yet.

+

In the next lesson we give the semantics of halt and also fix the semantics
+of blocks with local variable declarations.

+

Go to Lesson 5, IMP++: Deleting, Saving and Restoring Cell Contents.

+

MOVIE (out of date) [05'21"]

+

Deleting, Saving and Restoring Cell Contents

+ +

In this lesson we will see how easily we can delete, save and/or restore
+contents of cells in order to achieve the desired semantics of language
+constructs that involve abrupt changes of control or environments. We have
+seen similar or related K features in the LAMBDA++ language in Part 3 of the
+tutorial.

+

Let us start by adding semantics to the halt statement. As its name says,
+what we want is to abruptly terminate the execution of the program. Moreover,
+we want the program configuration to look as if the program terminated
+normally, with an empty computation cell. The simplest way to achieve that is
+to simply empty the computation cell when halt is encountered:

+
rule <k> halt; ~> _ => . </k>
+
+

It is important to mention the entire <k/> cell here, with both its membranes
+closed, to make sure that its entire contents is discarded. Note the
+anonymous variable, which matches the rest of the computation.

+

kompile and krun sum-io.imp. Note that unlike in Lesson 4, the program
+terminates with an empty computation cell now.

+

As mentioned earlier, the semantics of blocks that was inherited from IMP is
+wrong. Program locals.imp shows it very clearly: the environments are not
+correctly restored at block exits. One way to fix the problem is to take
+a snapshot of the current environment when a block is entered and save it
+somewhere, and then to restore it when the block is left. There are many
+ways to do this, which you can explore on your own: for example you can add
+a new list cell for this task where to push/pop the environment snapshots in
+a stack style; or you can use the existing environment cell for this purpose,
+but then you need to change the variable access rules to search through the
+stacked environments for the variable.

+

My preferred solution is to follow a style similar to how we saved/restored
+LAMBDA++ environments in Part 3 of the Tutorial, namely to use the already
+existing <k/> cell for such operations. More specifically, we place a
+reminder item in the computation whenever we need to take a snapshot of
+some cell contents; the item simply consists of the entire contents of the cell.
+Then, when the reminder item is reached, we restore the contents of the cell:

+
rule <k> {S} => S ~> Rho ...</k> <env> Rho </env>
+
+

The only thing left now is to give the definition of environment restore:

+
rule <k> Rho => . ...</k> <env> _ => Rho </env>
+
+

Done. kompile and krun locals.imp. Everything should work correctly now.
+Note that the rule above is different from the one we had for LAMBDA++ in
+Part 3 of the tutorial, in that here there is no value preceding the environment
+restoration item in the computation; that's because IMP++ statements,
+unlike LAMBDA++'s expressions, evaluate to nothing (.).

+

In the next lesson we will give semantics to the spawn S construct, which
+dynamically creates a concurrent shared-memory thread executing statement S.

+

Go to Lesson 6, IMP++: Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2.

+

MOVIE (out of date) [04'30"]

+

Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2

+ +

In this lesson we add dynamic thread creation and termination to IMP, and
+while doing so we learn how to define and use configurations whose structure
+can evolve dynamically.

+

Recall that the intended semantics of spawn S is to spawn a new concurrent
+thread that executes S. The new thread is being passed at creation time
+its parent's environment, so it can share with its parent the memory
+locations that its parent had access to at creation time. No other locations
+can be shared, and no other memory sharing mechanism is available.
+The parent and the child threads can evolve unrestricted, in particular they
+can change their environments by declaring new variables or shadowing existing
+ones, can create other threads, and so on.

+

The above suggests that each thread should have its own computation and its
+own environment. This can be elegantly achieved if we group the <k/> and
+<env/> cells in a <thread/> cell in the configuration. Since at any given
+moment during the execution of a program there could be zero, one or more
+instances of such a <thread/> cell in the configuration, it is a good idea
+to declare the <thread/> cell with multiplicity * (i.e., zero, one or more):

+
<thread multiplicity="*" color="blue">
+  <k color="green"> $PGM:Stmt </k>
+  <env color="LightSkyBlue"> .Map </env>
+</thread>
+
+

This multiplicity declaration is not necessary, but it is a good idea to do
+it for several reasons:

+
    +
  1. it may help the configuration abstraction process,
    +which may in turn significantly increase the compactness and modularity of
    +your subsequent rules;
  2. +
  3. it may help various analysis and execution tools,
    +for example static analyzers to give you error messages when you create cells
    +where you should not, or K compilers to improve performance by starting
    +actual concurrent hardware threads or processes corresponding to each cell
    +instance; and
  4. +
  5. it may help you better understand and control the dynamics
    +of your configuration, and thus your overall semantics.
  6. +
+

For good encapsulation, I also prefer to put all thread cells into one cell,
+<threads/>. This is technically unnecessary, though; to convince yourself
+that this is indeed the case, you can remove this cell once we are done with
+the semantics and everything will work without having to make any changes.

+

Before we continue, let us kompile an krun some programs that used to
+work, say sum-io.imp. In spite of the relatively radical configuration
+reorganization, those programs execute just fine! How is that possible?
+In particular, why do rules like the lookup and assignment still work,
+unchanged, in spite of the fact that the <k/> and <env/> cells are not at
+the same level with the <store/> cell in the configuration anymore?

+

Welcome to configuration abstraction, part 2. Recall that the role of
+configuration abstraction is to allow you to only write the relevant
+information in each rule, and have the compiler fill-in the obvious and boring
+details. According to the configuration that we declared for our new
+language, there is only one reasonable way to complete rules like the lookup,
+namely to place the <k/> and </env> cells inside a <thread/> cell,
+inside a <threads/> cell:

+
rule <threads>...
+       <thread>...
+         <k> X:Id => I ...</k>
+         <env>... X |-> N ...</env>
+       ...</thread>
+     ...<threads/>
+     <store>... N |-> I ...</store>  [lookup]
+
+

This is the most direct, compact and local way to complete the configuration
+context of the lookup rule. If for some reason you wanted here to match the
+<k/> cell of one thread and the <env/> cell of another thread, then you
+would need to explicitly tell K so, by mentioning the two thread cells,
+for example:

+
rule <thread>...
+         <k> X:Id => I ...</k>
+     ...</thread>
+     <thread>...
+         <env>... X |-> N ...</env>
+     ...</thread>
+     <store>... N |-> I ...</store>  [lookup]
+
+

By default, K completes rules in a greedy style. Think this way: what is the
+minimal number of changes to my rule to make it fit the declared
+configuration? That's what the K tool will do.

+

Configuration abstraction is technically unnecessary, but once you start
+using it and get a feel for how it works, it will become your best friend.
+It allows you to focus on the essentials of your semantics, and at the same
+time gives you flexibility in changing the configuration later on without
+having to touch the rules. For example, it allows you to remove the
+<threads/> cell from the configuration, if you don't like it, without
+having to touch any rule.

+

We are now ready to give the semantics of spawn:

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <thread>... <k> S </k> <env> Rho </env> ...</thread>)
+
+

Note configuration abstraction at work, again. Taking into account
+the declared configuration, and in particular the multiplicity information
+* in the <thread/> cell, the only reasonable way to complete the rule
+above is to wrap the <k/> and <env/> cells on the first line within a
+<thread/> cell, and to fill-in the ...s in the child thread with the
+default contents of the other subcells in <thread/>. In this case there
+are no other cells, so we can get rid of those ...s, but that would
+decrease the modularity of this rule: indeed, we may later on add other
+cells within <thread/> as the language evolves, for example a function
+or an exception stack, etc.

+

In theory, we should be able to write the rule above even more compactly
+and modularly, namely as

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <k> S </k> <env> Rho </env>)
+
+

Unfortunately, this currently does not work in the K tool, due to some
+known limitations of our current configuration abstraction algorithm.
+This latter rule would be more modular, because it would not even depend
+on the cell name thread. For example, we may later decide to change
+thread into agent, and we would not have to touch this rule.
+We hope this current limitation will be eliminated soon.

+

Once a thread terminates, its computation cell becomes empty. When that
+happens, we can go ahead and remove the useless thread cell:

+
rule <thread>... <k> . </k> ...</thread> => .
+
+

Let's see what we've got. kompile and krun spawn.imp.
+Note the following:

+
    +
  • The <threads/> cell is empty, so all threads terminated normally;
  • +
  • The value printed is different from the value in the store; the store value
    +is not even the one obtained if the threads executed sequentially.
  • +
+

Therefore, interesting behaviors may happen; we would like to see them all!

+
krun spawn.imp --search
+
+

However, the above does not work.

+

spawn.imp is an interactive program, which reads a number from the
+standard input. When analyzing programs exhaustively using the search option,
+krun has to disable the streaming capabilities (just think about it and you
+will realize why). The best you can do in terms of interactivity with search
+is to pipe some input to krun: krun will flush the standard input buffer
+into the cells connected to it when creating the initial configuration (will
+do that no matter whether you run it with or without the --search option).
+For example:

+
echo 23 | krun spawn.imp --search
+
+

puts 23 in the standard input buffer, which is then transferred in the
+<in/> cell as a list item, and then the exhaustive search procedure is
+invoked.

+

However, even after piping some input, the spawn.imp program outputs
+an error:

+
[Error] krun: You must pass --enable-search to kompile to be able to use krun --search with the LLVM backend
+
+

As explained in Lesson 3, by default kompile optimizes the generated
+language model for execution. In particular, it does not insert any
+backtracking markers where transition attempts should be made, so krun
+lacks the information it needs to exhaustively search the generated language
+model.

+

kompile with the search feature enabled:

+
kompile imp --enable-search
+
+

Now echo 23 | krun spawn.imp --search gives us all 12 behaviors of the
+spawn.imp program.

+

We currently have no mechanism for thread synchronization. In the next lesson
+we add a join statement, which allows a thread to wait until another completes.

+

Go to Lesson 7, IMP++: Everything Changes: Syntax, Configuration, Semantics.

+

MOVIE (out of date) [11'40"]

+

Everything Changes: Syntax, Configuration, Semantics

+ +

In this lesson we add thread joining, one of the simplest thread
+synchronization mechanisms. In doing so, we need to add unique ids
+to threads in the configuration, and to modify the syntax to allow spawn
+to return the id of the newly created thread. This gives us an opportunity
+to make several other small syntactic and semantics changes to the language,
+which make it more powerful or more compact at a rather low cost.

+

Before we start, let us first copy and modify the previous spawn.imp program
+from Lesson 1 to make use of thread joining. Recall from Lesson 6 that in some
+runs of this program the main thread completed before the child threads,
+printing a possibly undesired value of x. What we want now is to assign
+unique ids to the two spawned threads, and then to modify the main thread to
+join the two child threads before printing. To avoid adding a new type to
+the language, let's assume that thread ids are integer numbers. So we declare
+two integers, t1 and t2, and assign them the two spawn commands. In order
+for this to parse, we will have to change the syntax of spawn to be an
+arithmetic expression construct instead of a statement. Once we do that,
+we have a slight syntactic annoyance: we need to put two consecutive ;
+after the spawn assignment, one for the assignment statement inside the spawn,
+and another for the outer assignment. To avoid the two consecutive semicolons,
+we can syntactically enforce spawn to take a block as argument, instead of a
+statement. Now it looks better. The new spawn.imp program is still
+non-deterministic, because the two threads can execute in any order and even
+continue to have a data-race on the shared variable x, but we should see fewer
+behaviors when we use the join statements. If we want to fully synchronize
+this program, we can have the second thread start with a join(t1) statement.
+Then we should only see one behavior for this program.

+

Let us now modify the language semantics. First, we move the spawn
+construct from statements to expressions, and make it take a block.
+Second, we add one more sub-cell to the thread cell in the configuration,
+<id/>, to hold the unique identifier of the thread. We want the main
+thread to have id 0, so we initialize this cell with 0. Third, we modify
+the spawn rule to generate a fresh integer identifier, which is put in the
+<id/> cell of the child thread and returned as a result of spawn in the
+parent thread. Fourth, let us add the join statement to the language,
+both syntactically and semantically. So in order for the join(T) statement
+to execute, thread T must have its computation empty. However, in order
+for this to work we have to get rid of the thread termination cleanup rule.
+Indeed, we need to store somewhere the information that thread T terminated;
+the simplest way to do it is to not remove the terminated threads. Feel free
+to experiment with other possibilities, too, here. For example, you may add
+another cell, <done/>, in which you can store all the thread ids of the
+terminated and garbage-collected threads.

+

Let us now kompile imp.k and convince ourselves that the new spawn.imp
+with join statements indeed has fewer behaviors than its variant without
+join statements. Also, let us convince ourselves that the fully synchronized
+variant of it indeed has only one behavior.

+

Note that now spawn, like variable increment, makes the evaluation of
+expressions to have side effects. Many programming languages in fact allow
+expressions to be evaluated only for their side effects, and not for their
+value. This is typically done by simply adding a ; after the expression
+and thus turning it into a statement. For example, ++x;. Let as also
+allow arithmetic expressions in our language to be used as statements, by
+simply adding the production AExp ";" to Stmt, with evaluation strategy
+strict and with the expected semantics discarding the value of the AExp.

+

Another simple change in syntax and semantics which gives our language more
+power, is to remove the ; from the syntax of variable assignments and to make
+them expression instead of statement constructs. This change, combined with
+the previous one, will still allow us to parse all the programs that we could
+parse before, but will also allow us to parse more programs. For example, we
+can now do sequence assignments like in C: x = y = z = 0. The semantics
+of assignment now has to return the assigned value also to the computation,
+because we want the assignment expression to evaluate to the assigned value.

+

Let us also make another change, but this time one which only makes the
+definition more compact. Instead of defining statement sequential
+composition as a binary construct for statements, let us define a new
+syntactic construct, Stmts, as whitespace-separated lists of Stmt. This
+allows us to get rid of the empty blocks, because we can change the syntax of
+blocks to {Stmts} and Stmts also allows the empty sequence of statements.
+However, we do have to make sure that .Stmts dissolves.

+

In general, unless you are defining a well-established programming language,
+it is quite likely that your definitions will suffer lots of changes like the
+ones seen in this lecture. You add a new construct, which suggests changes
+in the existing syntax making in fact your language parse more programs,
+which then requires corresponding changes in the semantics, and so on.
+Also, compact definitions are desirable in general, because they are easier
+to read and easier to change if needed later.

+

In the next lesson we wrap up and document the definition of IMP++.

+

Go to Lesson 8, IMP++: Wrapping up Larger Languages.

+

Wrapping up Larger Languages

+ +

In this lesson we wrap up IMP++'s semantics and also generate its poster.
+While doing so, we also learn how to display larger configurations in order
+to make them easier to read and print.

+

Note that we rearrange a bit the semantics, to group the semantics of old
+IMP's constructs together, and separate it from the new IMP++'s semantics.

+

You can go even further and manually edit the generated Latex document.
+You typically want to do that when you want to publish your language
+definition, or parts of it, and you need to finely tune it to fit the
+editing requirements. For example, you may want to insert some negative
+spaces, etc.

+

Part 4 of the tutorial is now complete. At this moment you should know most
+of K framework's features and how to use the K tool. You can now define or
+design your own programming languages, and then execute and analyze programs.

+

MOVIE (out of date) [06'26"]

+

Part 5: Defining Type Systems

+ +

In this part of the tutorial we will show that defining type systems for
+languages is essentially no different from defining semantics. The major
+difference is that programs and fragments of programs now rewrite to their
+types, instead of to concrete values. In terms of K, we will learn how
+to use it for a certain particular but important kind of applications.

+

Imperative, Environment-Based Type Systems

+ +

In this lesson you learn how to define a type system for an imperative
+language (the IMP++ language defined in Part 4 of the tutorial), using a style
+based on type environments.

+

Let us copy the imp.k file from Part 4 of the tutorial, Lesson 7, which holds
+the semantics of IMP++, and modify it into a type system. The resulting type
+system, when executed, yields a type checker.

+

We start by defining the new strictness attributes of the IMP++ syntax.
+While doing so, remember that programs and fragments of programs now reduce
+to their types. So types will be the new results of our new (type) semantics.
+We also clean up the semantics by removing the unnecessary tags, and also
+use strict instead of seqstrict wherever possible, because strict gives
+implementations more freedom. Interestingly, note that spawn is strict now,
+because the code of the child thread should type in the current parent's type
+environment. Note that this is not always the case for threads, see for example
+SIMPLE in the languages tutorial, but it works here for our simpler IMP++.

+

From a typing perspective, the && construct is strict in both its arguments;
+its short-circuit (concrete) semantics is irrelevant for its (static) type
+system. Similarly, both the conditional and the while loop are strict
+constructs when regarded through the typing lenses.

+

Finally, the sequential composition is now sequentially strict! Indeed,
+statements are now going to reduce to their type, stmt, and it is critical
+for sequential composition to type its argument statements left-to-right;
+for example, imagine that the second argument is a variable declaration (whose
+type semantics will modify the type environment).

+

We continue by defining the new results of computations, that is, the actual
+types. In this simple imperative language, we only have a few constant types:
+int, bool, string, block and stmt.

+

We next define the new configuration, which is actually quite simple. Besides
+the <k/> cell, all we need is a type environment cell, <tenv/>, which will
+hold a map from identifiers to their types. A type environment is therefore
+like a state in the abstract domain of type values.

+

Let us next modify the semantic rules, turning them into a type system. In
+short, the idea is to reduce the basic values to their types, and then have a
+rule for each language construct reducing it to its result type whenever its
+arguments have the expected types.

+

We write the rules in the order given by the syntax declarations, to make
+sure we do not forget any construct.

+

Integers reduce to their type, int.

+

So do the strings.

+

Variables are now looked up in the type environment and reduced to their type
+there. Since we only declare integer variables in IMP++, their type in tenv
+will always be int. Nevertheless, we write the rule generically, so that we
+would not have to change it later if we add other type declarations to IMP++.
+Note that we reject programs which lookup undeclared variables. Rejection,
+in this case, means rewriting getting stuck.

+

Variable increment types to int, provided the variable has type int.

+

Read types to int, because we only allow integer input.

+

Division is only allowed on integers, so it rewrites to int provided that its
+arguments rewrite to int. Note, however, that in order to write int / int,
+we have to explicitly add int to the syntax of arithmetic expressions.
+Otherwise, the K parser rightfully complains, because / was declared on
+arithmetic expressions, not on types. One simple and generic way to allow
+types to appear anywhere, is to define Type as a syntactic subcategory of all
+the other syntactic categories. Let's do it on a by-need basis, though.

+

Addition is overloaded, so we add two typing rules for it: one for integers
+and another for strings.

+

As discussed, spawn types to stmt provided that its argument types to
+block.

+

The assignment construct was strict(2); its typing policy is that the declared
+type of X should be identical to the type of the assigned value. Like for
+lookup, we define this rule more generically than needed for IMP++, for any
+type, not only for int.

+

The typing rules for Boolean expression constructs are in the same spirit.
+Note that we need only one rule for &&.

+

The typing of blocks is a bit trickier. First, note that we still need to
+recover the environment after the block is typed, because we do not want the
+block-local variables to be visible in the outer type environment. We recover
+the type environment only after the block-enclosed statements type; moreover,
+we also opportunistically yield a block type on the computation when we
+discard the type environment recovery item. To account for the fact that the
+block-enclosed statement can itself be a block (e.g., {{S}}), we would need an
+additional rule. Since we do not like repetition, we instead group the types
+block and stmt into one syntactic category, BlockOrStmtType, and now we
+can have only one rule. We also include BlockOrStmtType in Type, as a
+replacement for the two basic types.

+

The expression statement types as expected. Recall that we only allow
+arithmetic expressions, which type to int, to be used as statements in IMP++.

+

The conditional was declared strict in all its arguments. Its typing policy
+is that its first argument types to bool and its two branches to block.
+If that is the case, then it yields a stmt type.

+

For while, its first argument should type to bool and its second to block.

+

Variable declarations add new bindings to the type environment. Recall that
+we can only declare variables of integer type in IMP++.

+

The typing policy of print is that it can only print integer or string values,
+and in that case it types to stmt. Like for BlockOrStmtType, to avoid
+having two similar rules, one for int and another for string, we prefer to
+introduce an additional syntactic category, PrintableType, which includes both
+int and string types.

+

halt types to stmt; so its subsequent code is also typed.

+

join types to stmt, provided that its argument types to int.

+

Sequential composition was declared as a whitespace-separated sequentially
+strict list. Its typing policy is that all the statements in the list should
+type to stmt or block in order for the list to type to stmt. Since
+lists are maintained internally as cons-lists, this is probably the simplest
+way to do it:

+
rule .Stmts => stmt
+rule _:BlockOrStmtType Ss => Ss
+
+

Note that the first rule, which types the empty sequence of statements to stmt,
+is needed anyway, to type empty blocks {} (together with the block rule).

+

kompile imp.k and krun all the programs in Part 4 of the tutorial. They
+should all type to stmt.

+

In the next lesson we will define a substitution-based type system for LAMBDA.

+

Go to Lesson 2, Type Systems: Substitution-Based Higher-Order Type Systems.

+

MOVIE (out of date) [10'11"]

+

Substitution-Based Higher-Order Type Systems

+ +

In this lesson you learn how to define a substitution-based type system for
+a higher-order language, namely the LAMBDA language defined in Part 1 of the
+tutorial.

+

Let us copy the definition of LAMBDA from Part 1 of the tutorial, Lesson 8.
+We are going to modify it into a type systems for LAMBDA.

+

Before we start, it is important to clarify an important detail, namely that
+our type system will yield a type checker when executed, not a type
+inferencer. In particular, we are going to change the LAMBDA syntax
+to allow us to associate a type to each declared variable. The
+constructs which declare variables are lambda, let, letrec and mu.
+The syntax of all these will therefore change.

+

Since here we are not interested in a LAMBDA semantics anymore, we take the
+freedom to eliminate the Val syntactic category, our previous results.
+Our new results are going to be the types, because programs will now reduce
+to their types.

+

As explained, the syntax of the lambda construct needs to change, to also
+declare the type of the variable that it binds. We add the new syntactic
+category Type, with the following constructs: int, bool, the function
+type (which gives it its higher-order status), and parentheses as bracket.
+Also, we make types our K results.

+

We are now ready to define the typing rules.

+

Let us start with the typing rule for lambda abstraction: lambda X : T . E
+types to the function type T -> T', where T' is the type obtained by further
+typing E[T/X]. This can be elegantly achieved by reducing the lambda
+abstraction to T -> E[T/X], provided that we extend the function type construct
+to take expressions, not only types, as arguments, and to be strict.
+This can be easily achieved by redeclaring it as a strict expression construct
+(strictness in the second argument would suffice in this example, but it is
+more uniform to define it strict overall).

+

The typing rule for application is as simple as it can get: (T1->T2) T1 => T2.

+

Let us now give the typing rules of arithmetic and Boolean expression
+constructs. First, let us get rid of Val. Second, rewrite each value to its
+type, similarly to the type system for IMP++ in the previous lesson. Third,
+replace each semantic rule by its typing rule. Fourth, make sure you
+do not forget to subsort Type to Exp, so your rules above will parse.

+

The typing policy of the conditional statement is that its first argument
+should type to bool and its other two arguments should type to the same type
+T, which will also be the result type of the conditional. So we make the
+conditional construct strict in all its three arguments and we write the
+obvious rule: if bool then T:Type else T => T. We want a runtime check that
+the latter arguments are actually typed, so we write T:Type.

+

There is nothing special about let, except that we have to make sure we
+change its syntax to account for the type of the variable that it binds.
+This rule is a macro, so the let is desugared statically.

+

Similarly, the syntax of letrec and mu needs to change to account for the
+type of the variable that they bind. The typing of letrec remains based on
+its desugaring to mu; we have to make sure the types are also included now.

+

The typing policy of mu is that its body should type to the same type T of
+its variable, which is also the type of the entire mu expression. This can
+be elegantly achieved by rewriting it to (T -> T) E[T/X]. Recall that
+application is strict, so E[T/X] will be eventually reduced to its type.
+Then the application types correctly only if that type is also T, and in
+that case the result type will also be T.

+

kompile and krun some programs. You can, for example, take the LAMBDA
+programs from the first tutorial, modify them by adding types to their
+variable declarations, and then type check them using krun.

+

In the next lesson we will discuss an environment-based type system
+for LAMBDA.

+

Go to Lesson 3, Type Systems: Environment-Based Higher-Order Type Systems.

+

MOVIE (out of date) [6'52"]

+

Environment-Based Higher-Order Type Systems

+ +

In this lesson you learn how to define an environment-based type system for
+a higher-order language, namely the LAMBDA language defined in Part 1 of the
+tutorial.

+

The simplest and fastest way to proceed is to copy the substitution-based
+type system of LAMBDA from the previous lesson and modify it into an
+environment-based one. A large portion of the substitution-based definition
+will remain unchanged. We only have to modify the rules that use
+substitution.

+

We do not need the substitution anymore, so we can remove the require and
+import statements. The syntax of types and expressions stays unchanged, but
+we can now remove the binder tag of lambda.

+

Like in the type system of IMP++ in Lesson 1, we need a configuration that
+contains, besides the <k/> cell, a <tenv/> cell that will hold the type
+environment.

+

In an environment-based definition, unlike in a substitution-based one, we
+need to lookup variables in the environment. So let us start with the
+type lookup rule:

+
rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</k>
+
+

The type environment is populated by the semantic rule of lambda:

+
rule <k> lambda X : T . E => (T -> E) ~> Rho ...</k>
+     <tenv> Rho => Rho[X <- T] </tenv>
+
+

So X is bound to its type T in the type environment, and then T -> E
+is scheduled for processing. Recall that the arrow type construct has been
+extended into a strict expression construct, so E will be eventually reduced
+to its type. Like in other environment-based definitions, we need to make
+sure that we recover the type environment after the computation in the scope
+of the declared variable terminates.

+

The typing rule of application does not change, so it stays as elegant as it
+was in the substitution-based definition:

+
rule (T1 -> T2) T1 => T2
+
+

So do the rules for arithmetic and Boolean constructs, and those for the
+if, and let, and letrec.

+

The mu rule needs to change, because it was previously defined using
+substitution. We modify it in the same spirit as we modified the lambda
+rule: bind X to its type in the environment, schedule its body for typing
+in its right context, and then recover the type environment.

+

Finally, we give the semantics of environment recovery, making sure
+the environment is recovered only after the preceding computation is
+reduced to a type:

+

rule _:Type ~> (Rho => .) ... _ => Rho

+

The changes that we applied to the substitution-based definition were
+therefore quite systematic: each substitution invocation was replaced with
+an appropriate type environment update/recovery.

+

Go to Lesson 4, Type Systems: A Naive Substitution-Based Type Inferencer.

+

A Naive Substitution-Based Type Inferencer

+ +

In this lesson you learn how to define a naive substitution-based type
+inferencer for a higher-order language, namely the LAMBDA language
+defined in Part 1 of the tutorial.

+

Unlike in the type checker defined in Lessons 2 and 3, where we had to
+associate a type with each declared variable, a type inferencer
+attempts to infer the types of all the variables from the way those
+variables are used. Let us take a look at this program, say plus.lambda:

+
lambda x . lambda y . x + y
+
+

Since x and y are used in an integer addition context, we can infer
+that they must have the type int and the result of the addition is
+also an int, so the type of the entire expression is int -> int -> int.
+Similarly, the program if.lambda

+
lambda x . lambda y . lambda z .
+  if x then y else z
+
+

can only make sense when x has type bool and y and z have the same
+type, say t, in which case the type of the entire expression is
+bool -> t -> t -> t. Since the type t can be anything, we say that
+the type of this expression is polymorphic. That means that the code
+above can be used in different contexts, where t can be an int, a
+bool, a function type int -> int, and so on.

+

In the identity.lambda program

+
let f = lambda x . x
+in f 1
+
+

f has such a polymorphic type, which is then applied to an integer,
+so this program is type-safe and its type is int.

+

A typical polymorphic expression is the composition

+
lambda f . lambda g . lambda x .
+  g (f x)
+
+

which has the type (t1 -> t2) -> (t2 -> t3) -> (t1 -> t3), polymorphic
+in 3 types.

+

Let us now define our naive type inferencer and then we discuss more
+examples. The idea is quite simple: we conceptually do the same
+operations like we did within the type checker defined in Lesson 2,
+with two important differences:

+
    +
  1. instead of declaring a type with each declared variable, we assume
    +a fresh type for that variable; and
  2. +
  3. instead of checking that the types of expressions satisfy the
    +type properties of the context in which they are used, we impose
    +those properties as type equality constraints. A general-purpose
    +unification-based constraint solving mechanism is then used to solve
    +the generated type constraints.
  4. +
+

Let us start with the syntax, which is essentially identical to that
+of the type checker in Lesson 2, except that bound variables are not
+declared a type anymore. Also, to keep things more compact, we put
+all the Exp syntax declarations in one syntax declaration this time.

+

Before we modify the rules, let us first define our machinery for
+adding and solving constraints. First, we require and import the
+unification procedure. We do not discuss unification here, but if you
+are interested you can consult the unification.k files under
+k-distribution/include/kframework/builtin, which contains our current generic
+definition of unification, which is written also in K. The generic unification
+provides a sort, Mgu, for most-general-unifier, an operation
+updateMgu(Mgu,T1,T2) which updates Mgu with additional constraints
+generated by forcing the terms T1 and T2 to be equal, and an operation
+applyMgu(Mgu,T) which applies Mgu to term T. For our use
+of unification here, we do not even need to know how Mgu terms are
+represented internally.

+

We define a K item construct, =, which takes two Type terms and
+enforces them to be equal by means of updating the current Mgu.
+Once the constraints are added to the Mgu, the equality dissolves
+itself. With this semantics of = in mind, we can now go ahead and
+modify the rules of the type checker systematically into rules
+for a type inferencer. The changes are self-explanatory and
+mechanical: for example, the rule

+
rule int * int => int
+
+

changes into rule

+
rule T1:Type  * T2:Type => T1 = int ~> T2 = int ~> int
+
+

generating the constraints that the two arguments of multiplication
+have the type int, and the result type is int. Recall that each type
+equality on the <k/> cell updates the current Mgu appropriately and
+then dissolves itself; thus, the above says that after imposing the
+constraints T1=int and T2=int, multiplication yields a type int.

+

As mentioned above, since types of variables are not declared anymore,
+but inferred, we have to generate a fresh type for each variable at its
+declaration time, and then generate appropriately constraints for it.
+For example, the type semantics of lambda and mu become:

+
rule lambda X . E => T -> E[T/X]  when fresh(T:Type)
+rule mu X . E => (T -> T) E[T/X]  when fresh(T:Type)
+
+

that is, we add a condition stating that the previously declared type
+is now a fresh one. This type will be further constrained by how the
+variable X is being used within E.

+

Interestingly, the previous typing rule for lambda application is not
+powerful enough anymore. Indeed, since types are not given anymore,
+it may very well be the case that the inferred type of the first
+argument of the application construct is not yet a function type
+(remember, for example, the program composition.lambda above). What
+we have to do is to enforce it to be a function type, by means of
+fresh types and constraints. We can introduce a fresh type for the
+result of the application, and then write the expected rule as
+follows:

+
rule T1:Type T2:Type => T1 = (T2 -> T) ~> T  when fresh(T:Type)
+
+

The conditional requires that its first argument is a bool and its
+second and third arguments have the same type, which is also the
+result type.

+

The macros do not change, in particular let is desugared into lambda
+application. We will next see that this is a significant restriction,
+because it limits the polymorphism of our type system.

+

We are done. We have a working type inferencer for LAMBDA.

+

Let's kompile it and krun the programs above. They all work as
+expected. Let us also try some additional programs, to push it to its
+limits.

+

First, let us test mu by means of a letrec example:

+
letrec f x = 3
+in f
+
+

We can also try all the programs that we had in our first tutorial, on
+lambda, for example the factorial.imp program:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

Those programs are simple enough that they should all work as
+expected with our naive type inferencer here.

+

Let us next try to type some tricky programs, which involve more
+complex and indirect type constraints.

+

tricky-1.lambda:

+
lambda f . lambda x . lambda y . (
+  (f x y) + x + (let x = y in x)
+)
+
+

tricky-2.lambda:

+
lambda x .
+  let f = lambda y . if true then y else x
+  in (lambda x . f 0)
+
+

tricky-3.lambda:

+
lambda x . let f = lambda y . if true then x 7 else x y
+           in f
+
+

tricky-4.lambda:

+
lambda x . let f = lambda x . x
+           in let d = (f x) + 1
+              in x
+
+

tricky-5.lambda:

+
lambda x . let f = lambda y . x y
+           in let z = x 0 in f
+
+

It is now time to see the limitations of this naive type inferencer.
+Consider the program

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

Our type inferencer fails graciously with a clash in the <mgu/> cell
+between int and bool. Indeed, the desugaring macro of let turns it
+into a lambda and an application, which further enforce id to have a
+type of the form t -> t for some fresh type t. The first use of id
+in the condition of if will then constrain t to be bool, while the
+other uses in the two branches will enforce t to be int. Thus the
+clash in the <mgu/> cell.

+

Similarly, the program

+
let id = lambda x . x
+in id id
+
+

yields a different kind of conflict: if id has type t -> t, in order
+to apply id to itself it must be the case that its argument, t, equals
+t -> t. These two type terms cannot be unified because there is a
+circular dependence on t, so we get a cycle in the <mgu/> cell.

+

Both limitations above will be solved when we change the semantics of
+let later on, to account for the desired polymorphism.

+

Before we conclude this lesson, let us see one more interesting
+example, where the lack of let-polymorphism leads not to a type error,
+but to a less generic type:

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

Our current type inferencer will infer the type bool -> bool for the
+program above. Nevertheless, since all functions f1, f2, f3, f4, f5
+are the identity function, which is polymorphic, we would expect the
+entire program to type to the same polymorphic identity function type.

+

This limitation will be also addressed when we define our
+let-polymorphic type inferencer.

+

Before that, in the next lesson we will show how easily we can turn
+the naive substitution-based type inferencer discussed in this lesson
+into a similarly naive, but environment-based type inferencer.

+

Go to Lesson 5, Type Systems: A Naive Environment-Based Type Inferencer.

+

A Naive Environment-Based Type Inferencer

+ +

In this lesson you learn how to define a naive environment-based type
+inferencer for a higher-order language. Specifically, we take the
+substitution-based type inferencer for LAMBDA defined in Lesson 4 and
+turn it into an environment-based one.

+

Recall from Lesson 3, where we defined an environment-based type
+checker for LAMBDA based on the substitution-based one in Lesson 2,
+that the transition from a substitution-based definition to an
+environment-based one was quite systematic and mechanical: each
+substitution occurrence E[T/X] is replaced by E, but at the same time
+the variable X is bound to type T in the type environment. One benefit
+of using type environments instead of substitution is that we replace
+a linear complexity operation (the substitution) with a constant
+complexity one (the variable lookup).

+

There is not much left to say which has not been already said in
+Lesson 3: we remove the unnecessary binder annotations for the
+variable binding operations, then add a <tenv/> cell to the
+configuration to hold the type environment, then add a new rule for
+variable lookup, and finally apply the transformation of substitutions
+E[T/X] into E as explained above.

+

The resulting type inferencer should now work exactly the same way as
+the substitution-based one, except, of course, that the resulting
+configurations will contain a <tenv/> cell now.

+

As sanity check, let us consider two more LAMBDA programs that test
+the static scoping nature of the inferencer. We do that because
+faulty environment-based definitions often have this problem. The
+program

+
let x = 1
+in let f = lambda a . x
+   in let x = true
+      in f 3
+
+

should type to int, not to bool, and so it does. Similarly, the
+program

+
let y = 0
+in letrec f x = if x <= 0
+                then y
+                else let y = true
+                     in f (x + 1)
+   in f 1
+
+

should also type to int, not bool, and so it does, too.

+

The type inferencer defined in this lesson has the same limitations,
+in terms of polymorphism, as the one in Lesson 4. In the next
+lesson we will see how it can be parallelized, and in further lessons
+how to make it polymorphic.

+

Go to Lesson 6, Type Systems: Parallel Type Checkers/Inferencers.

+

Parallel Type Checkers/Inferencers

+ +

In this lesson you learn how to define parallel type checkers or
+inferencers. For the sake of a choice, we will parallelize the one in
+the previous lesson, but the ideas are general. We are using the same
+idea to define type checkers for other languages in the K tool
+distribution, such as SIMPLE and KOOL.

+

The idea is in fact quite simple. Instead of one monolithic typing
+task, we generate many smaller tasks, which can be processed in
+parallel. We use the same approach to define parallel semantics as we
+used for threads in IMP++ in Part 4 of the tutorial, that is, we add a
+cell holding all the parallel tasks, making sure we declare the cell
+holding a task with multiplicity *. For the particular type
+inferencer that we chose here, the one in Lesson 5, each task will
+hold an expression to type together with a type environment (so it
+knows where to lookup its free variables). We have the following
+configuration then:

+
configuration <tasks color="yellow">
+                <task color="orange" multiplicity="*">
+                  <k color="green"> $PGM:Exp </k>
+                  <tenv color="red"> .Map </tenv>
+                </task>
+              </tasks>
+              <mgu color="blue"> .Mgu </mgu>
+
+

Now we have to take each typing rule we had before and change it to
+yield parallel typing. For example, our rule for typing
+multiplication was the following in Lesson 5:

+
rule T1:Type * T2:Type => T1 = int ~> T2 = int ~> int
+
+

Since * was strict, its two arguments eventually type, and once that
+happens the rule above fires. Unfortunately, the strictness of
+multiplication makes the typing of the two expressions sequential in
+our previous definition. To avoid typing the two expressions
+sequentially and instead generating two parallel tasks, we remove the
+strict attribute of multiplication and replace the rule above with the
+following:

+
rule <k> E1 * E2 => int ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = int </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = int </k> <tenv> Rho </tenv> </task>)
+
+

Therefore, we generate two tasks for typing E1 and E2 in the same type
+environment as the current task, and let the current task continue by
+simply optimistically reducing E1*E2 to its expected result type, int.
+If E1 or E2 will not type to int, then either their corresponding
+tasks will get stuck or the <mgu/> cell will result into a clash or cycle,
+so the program will not type overall in spite of the fact that we
+allowed the task containing the multiplication to continue. This is
+how we get maximum of parallelism in this case.

+

Before we continue, note that the new tasks hold equalities in them,
+where one of its arguments is an expression, while previously the
+equality construct was declared to take types. What we want now is
+for the equality construct to possibly take any expressions, and first
+type them and then generate the type constraint like before. This can
+be done very easily by just extending the equality construct to
+expressions and declaring it strict:

+
syntax KItem ::= Exp "=" Exp  [strict]
+
+

Unlike before, where we only passed types to the equality construct,
+we now need a runtime check that its arguments are indeed types before
+we can generate the updateMgu command:

+
rule <k> T:Type = T':Type => . ...</k>
+     <mgu> Theta:Mgu => updateMgu(Theta,T,T') </mgu>
+
+

Like before, an equality will therefore update the <mgu/> cell and then
+it dissolves itself, letting the <k/> cell in the corresponding task
+empty. Such empty tasks are unnecessary, so they can be erased:

+
rule <task>... <k> . </k> ...</task> => .
+
+

We can now follow the same style as for multiplication to write the
+parallel typing rules of the other arithmetic constructs, and even for
+the conditional.

+

To parallelize the typing of lambda we generate two fresh types, one
+for the variable and one for the body, and make sure that we generate
+the correct type constraint and environment in the body task:

+
rule <k> lambda X . E => Tx -> Te ...</k> <tenv> TEnv </tenv>
+     (. => <task> <k> E = Te </k> <tenv> TEnv[Tx/X] </tenv> </task>)
+  when fresh(Tx:Type) andBool fresh(Te:Type)
+
+

Note that the above also allows us to not need to change and then
+recover the environment of the current cell.

+

For function application we also need to generate two fresh types:

+
rule <k> E1 E2 => T ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = T2 -> T </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = T2 </k> <tenv> Rho </tenv> </task>)
+  when fresh(T2:Type) andBool fresh(T:Type)
+
+

The only rule left is that of mu X . E. In this case we only need one
+fresh type, because X, E and mu X . E have all the same type:

+
rule <k> mu X . E => T ...</k>  <tenv> TEnv </tenv>
+     (. => <task> <k> E = T </k> <tenv> TEnv[T/X] </tenv> </task>)
+  when fresh(T:Type)
+
+

We do not need the type environment recovery operation, so we delete it.

+

We can now kompile and krun all the programs that we typed in Lesson 5.
+Everything should work.

+

In this lesson we only aimed at parallelizing the type inferencer in
+Lesson 5, not to improve its expressiveness; it still has the same
+limitations in terms of polymorphism. The next lessons are dedicated
+to polymorphic type inferencers.

+

Go to Lesson 7, Type Systems: A Naive Substitution-based Polymorphic Type Inferencer.

+

A Naive Substitution-based Polymorphic Type Inferencer

+ +

In this lesson you learn how little it takes to turn a naive monomorphic
+type inferencer into a naive polymorphic one, basically only changing
+a few characters. In terms of the K framework, you will learn that
+you can have complex combinations of substitutions in K, both over
+expressions and over types.

+

Let us start directly with the change. All we have to do is to take
+the LAMBDA type inferencer in Lesson 4 and only change the macro

+
rule let X = E in E' => (lambda X . E') E  [macro]
+
+

as follows:

+
rule let X = E in E' => E'[E/X]  [macro]
+
+

In other words, we are inlining the beta-reduction rule of
+lambda-calculus within the original rule. In terms of typing,
+the above forces the type inferencer to type E in place for each
+occurrence of X in E'. Unlike in the first rule, where X had to get
+one type only which satisfied the constrains of all X's occurrences in
+E', we now never associate any type to X anymore.

+

Let us kompile and krun some examples. Everything that worked with
+the type inferencer in Lesson 4 should still work here, although the
+types of some programs can now be more general. For example, reconsider
+the nested-lets.lambda program

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

which was previously typed to bool -> bool. With the new rule above,
+the sequence of lets is iteratively eliminated and we end up with the
+program

+
if (lambda x . x) true then (lambda x . x) else (lambda x . x)
+
+

which now types (with both type inferencers) to a type of the form
+t -> t, for some type variable t, which is more general than the
+previous bool -> bool type that the program typed to in Lesson 4.

+

We can also now type programs that were not typable before, such as

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

and

+
let id = lambda x . x
+in id id
+
+

Let us also test it on some trickier programs, also not typable
+before, such as

+
let f = lambda x . x
+in let g = lambda y . f y
+   in g g
+
+

which gives us a type of the form t -> t for some type variable t,
+and as

+
let f = let g = lambda x . x
+        in let h = lambda x . lambda x . (g g g g)
+           in h
+in f
+
+

which types to t1 -> t2 -> t3 -> t3 for some type variables t1, t2, t3.

+

Here is another program which was not typable before, which is
+trickier than the others above in that a lambda-bound variable appears
+free in a let-bound expression:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

The above presents no problem now, because once lambda z . x gets
+substituted for y we get a well-typed expression which yields that x
+has the type bool, so the entire expression types to bool -> bool.

+

The cheap type inferencer that we obtained above therefore works as
+expected. However, it has two problems which justify a more advanced
+solution. First, substitution is typically considered an elegant
+mathematical instrument which is not too practical in implementations,
+so an implementation of this type inferencer will likely be based on
+type environments anyway. Additionally, we mix two kinds of
+substitutions in this definition, one where we substitute types and
+another where we substitute expressions, which can only make things
+harder to implement efficiently. Second, our naive substitution of E
+for X in E' can yield an exponential explosion in size of the original
+program. Consider, for example, the following classic example which
+is known to generate a type whose size is exponential in the size of
+the program (and is thus used as an argument for why let-polymorphic
+type inference is exponential in the worst-case):

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          // ... you can add more nested lets here
+          f04
+
+

The particular instance of the pattern above generates a type which
+has 17 type variables! The desugaring of each let doubles the size of
+the program and of its resulting type. While such programs are little
+likely to appear in practice, it is often the case that functions can
+be quite complex and large while their type can be quite simple in the
+end, so we should simply avoid retyping each function each time it is
+used.

+

This is precisely what we will do next. Before we present the classic
+let-polymorphic type inferencer in Lesson 9, which is based on
+environments, we first quickly discuss in Lesson 8 an intermediate
+step, namely a naive environment-based variant of the inferencer
+defined here.

+

Go to Lesson 8, Type Systems: A Naive Environment-based Polymorphic Type Inferencer.

+

A Naive Environment-based Polymorphic Type Inferencer

+ +

In this short lesson we discuss how to quickly turn a naive
+environment-based monomorphic type inferencer into a naive let-polymorphic
+one. Like in the previous lesson, we only need to change a few
+characters. In terms of the K framework, you will learn how to have
+both environments and substitution in the same definition.

+

Like in the previous lesson, all we have to do is to take the LAMBDA
+type inferencer in Lesson 5 and only change the rule

+
rule let X = E in E' => (lambda X . E') E
+
+

as follows:

+
rule let X = E in E' => E'[E/X]
+
+

The reasons why this works have already been explained in the previous
+lesson, so we do not repeat them here.

+

Since our new let rule uses substitution, we have to require the
+substitution module at the top and also import SUBSTITUTION in the
+current module, besides the already existing UNIFICATION.

+

Everything which worked with the type inferencer in Lesson 7 should
+also work now. Let us only try the exponential type example,

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          f04
+
+

As expected, this gives us precisely the same type as in Lesson 7.

+

So the only difference between this type inferencer and the one in
+Lesson 7 is that substitution is only used for LAMBDA-to-LAMBDA
+transformations, but not for infusing types within LAMBDA programs.
+Thus, the syntax of LAMBDA programs is preserved intact, which some
+may prefer. Nevertheless, this type inferencer is still expensive and
+wasteful, because the let-bound expression is typed over and over
+again in each place where the let-bound variable occurs.

+

In the next lesson we will discuss a type inferencer based on the
+classic Damas-Hindley-Milner type system, which maximizes the reuse of
+typing work by means of parametric types.

+

Go to Lesson 9, Type Systems: Let-Polymorphic Type Inferencer (Damas-Hindley-Milner).

+

Let-Polymorphic Type Inferencer (Damas-Hindley-Milner)

+ +

In this lesson we discuss a type inferencer based on what we call today
+the Damas-Hindley-Milner type system, which is at the core of many
+modern functional programming languages. The first variant of it was
+proposed by Hindley in 1969, then, interestingly, Milner rediscovered
+it in 1978 in the context of the ML language. Damas formalized it as
+a type system in his PhD thesis in 1985. More specifically, our type
+inferencer here, like many others as well as many implementations of
+it, follows more closely the syntax-driven variant proposed by Clement
+in 1987.

+

In terms of K, we will see how easily we can turn one definition which
+is considered naive (our previous type inferencer in Lesson 8) into a
+definition which is considered advanced. All we have to do is to
+change one existing rule (the rule of the let binder) and to add a new
+one. We will also learn some new predefined features of K, which make
+the above possible.

+

The main idea is to replace the rule

+
rule let X = E in E' => E'[E/X]
+
+

which creates potentially many copies of E within E' with a rule
+which types E once and then reuses that type in each place where X
+occurs free in E'. The simplest K way to type E is to declare the
+let construct strict(2). Now we cannot simply bind X to the type
+of E, because we would obtain a variant of the naive type inferencer
+we already discussed, together with its limitations, in Lesson 5 of this
+tutorial. The trick here is to parameterize the type of E in all its
+unconstrained fresh types, and then create fresh copies of those
+parameters in each free occurrence of X in E'.

+

Let us discuss some examples, before we go into the technical details.
+Consider the first let-polymorphic example which failed to be typed
+with our first naive type-inferencer:

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

When typing lambda x . x, we get a type of the form t -> t, for some
+fresh type t. Instead of assigning this type to id as we did in the
+naive type inferencers, we now first parametrize this type in its
+fresh variable t, written

+
(forall t) t -> t
+
+

and then bind id to this parametric type. The intuition for the
+parameter is that it can be instantiated with any other type, so this
+parametric type stands, in fact, for infinitely many non-parametric
+types. This is similar to what happens in formal logic proof systems,
+where rule schemas stand for infinitely many concrete instances of
+them. For this reason, parametric types are also called type schemas.

+

Now each time id is looked up within the let-body, we create a fresh
+copy of the parameter t, which can this way be independently
+constrained by each local context. Let's suppose that the three id
+lookups yield the types t1 -> t1, t2 -> t2, and respectively t3 -> t3.
+Then t1 will be constrained to be bool, and t2 and t3 to be int,
+so we can now safely type the program above to int.

+

Therefore, a type schema comprises a summary of all the typing work
+that has been done for typing the corresponding expression, and an
+instantiation of its parameters with fresh copies represents an
+elegant way to reuse all that typing work.

+

There are some subtleties regarding what fresh types can be made
+parameters. Let us consider another example, discussed as part of
+Lesson 7 on naive let-polymorphism:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

This program should type to bool -> bool, as explained in Lesson 7.
+The lambda construct will bind x to some fresh type tx. Then the
+let-bound expression lambda z . x types to tz -> tx for some
+additional fresh type tz. The question now is what should the
+parameters of this type be when we generate the type schema? If we
+naively parameterize in all fresh variables, that is in both tz and
+tx obtaining the type schema (forall tz,tx) tz -> tx, then there will
+be no way to infer that the type of x, tx, must be a bool! The
+inferred type of this expression would then wrongly be tx -> t for
+some fresh types tx and t. That's because the parameters are replaced
+with fresh copies in each occurrence of y, and thus their relationship
+to the original x is completely lost. This tells us that we cannot
+parameterize in all fresh types that appear in the type of the
+let-bound expression. In particular, we cannot parameterize in those
+which some variables are already bound to in the current type
+environment (like x is bound to tx in our example above).
+In our example, the correct type schema is (forall tz) tz -> tx,
+which now allows us to correctly infer that tx is bool.

+

Let us now discuss another example, which should fail to type:

+
lambda x .
+  let f = lambda y . x y
+  in if (f true) then (f 1) else (f 2)
+
+

This should fail to type because lambda y . x y is equivalent to x,
+so the conditional imposes the conflicting constraints that x should be
+a function whose argument is either a bool or an int. Let us try to
+type it using our currently informal procedure. Like in the previous
+example, x will be bound to a fresh type tx. Then the let-bound
+expression types to ty -> tz with ty and tz fresh types, adding also
+the constraint tx = ty -> tz. What should the parameters of this type
+be? If we ignore the type constraint and simply make both ty and tz
+parameters because no variable is bound to them in the type
+environment (indeed, the only variable x in the type environment is
+bound to tx), then we can wrongly type this program to tx -> tz
+following a reasoning similar to the one in the example above.
+In fact, in this example, none of ty and tz can be parameters, because
+they are constrained by tx.

+

The examples above tell us two things: first, that we have to take the
+type constraints into account when deciding the parameters of the
+schema; second, that after applying the most-general-unifier solution
+given by the type constraints everywhere, the remaining fresh types
+appearing anywhere in the type environment are consequently constrained
+and cannot be turned into parameters. Since the type environment can in
+fact also hold type schemas, which already bind some types, we only need
+to ensure that none of the fresh types appearing free anywhere in the
+type environment are turned into parameters of type schemas.

+

Thanks to generic support offered by the K tool, we can easily achieve
+all the above as follows.

+

First, add syntax for type schemas:

+
syntax TypeSchema ::= "(" "forall" Set ")" Type  [binder]
+
+

The definition below will be given in such a way that the Set argument
+of a type schema will always be a set of fresh types. We also declare
+this construct to be a binder, so that we can make use of the generic
+free variable function provided by the K tool.

+

We now replace the old rule for let

+
rule let X = E in E' => E'[E/X]
+
+

with the following rule:

+
rule <k> let X = T:Type in E => E ~> tenv(TEnv) ...</k>
+     <mgu> Theta:Mgu </mgu>
+     <tenv> TEnv
+      => TEnv[(forall freeVariables(applyMgu(Theta, T)) -Set
+                      freeVariables(applyMgu(Theta, values TEnv))
+              ) applyMgu(Theta, T) / X]
+     </tenv>
+
+

So the type T of E is being parameterized and then bound to X in the
+type environment. The current mgu Theta, which comprises all the type
+constraints accumulated so far, is applied to both T and the types in
+the type environment. The remaining fresh types in T which do not
+appear free in the type environment are then turned into type parameters.
+The function freeVariables returns, as expected, the free variables of
+its argument as a Set; this is why we declared the type schema to be a
+binder above.

+

Now a LAMBDA variable in the type environment can be bound to either a
+type or a type schema. In the first case, the previous rule we had
+for variable lookup can be reused, but we have to make sure we check
+that T there is of sort Type (adding a sort membership, for example).
+In the second case, as explained above, we have to create fresh copies
+of the parameters. This can be easily achieved with another
+predefined K function, as follows:

+
rule <k> X:Id => freshVariables(Tvs,T) ...</k>
+     <tenv>... X |-> (forall Tvs) T ...</tenv>
+
+

Indeed, freshVariables takes a set of variables and a term, and returns the
+same term but with each of the given variables replaced by a fresh copy.

+

The operations freeVariables and freshVariables are useful in many K
+definitions, so they are predefined in module substitution.k.

+

Our definition of this let-polymorphic type inferencer is now
+complete. To test it, kompile it and then krun all the LAMBDA
+programs discussed since Lesson 4. They should all work as expected.

+

K Languages

+ +

Here we present several "real-world" language examples. These languages
+demonstrate many of the features you would expect to find in a full-fledged
+programming language.

+
    +
  • SIMPLE: Imperative programming language with threads.
  • +
  • KOOL: SIMPLE extended with object-oriented features.
  • +
  • FUN: A functional language with algebraic data-types and pattern-matching.
  • +
  • LOGIK: A logical programming language based on clause unification.
  • +
+

SIMPLE — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped SIMPLE language.
+SIMPLE is intended to be a pedagogical and research language that captures
+the essence of the imperative programming paradigm, extended with several
+features often encountered in imperative programming languages.
+A program consists of a set of global variable declarations and
+function definitions. Like in C, function definitions cannot be
+nested and each program must have one function called main,
+which is invoked when the program is executed. To make it more
+interesting and to highlight some of K's strengths, SIMPLE includes
+the following features in addition to the conventional imperative
+expression and statement constructs:

+
    +
  • +

    Multidimensional arrays and array references. An array evaluates
    +to an array reference, which is a special value holding a location (where
    +the elements of the array start) together with the size of the array;
    +the elements of the array can be array references themselves (particularly
    +when the array is multi-dimensional). Array references are ordinary values,
    +so they can be assigned to variables and passed/received by functions.

    +
  • +
  • +

    Functions and function values. Functions can have zero or
    +more parameters and can return abruptly using a return statement.
    +SIMPLE follows a call-by-value parameter passing style, with static scoping.
    +Function names evaluate to function abstractions, which hereby become ordinary
    +values in the language, same like the array references.

    +
  • +
  • +

    Blocks with locals. SIMPLE variables can be declared
    +anywhere, their scope being from the place where they are declared
    +until the end of the most nested enclosing block.

    +
  • +
  • +

    Input/Output. The expression read() evaluates to the
    +next value in the input buffer, and the statement write(e)
    +evaluates e and outputs its value to the output buffer. The
    +input and output buffers are lists of values.

    +
  • +
  • +

    Exceptions. SIMPLE has parametric exceptions (the value thrown as
    +an exception can be caught and bound).

    +
  • +
  • +

    Concurrency via dynamic thread creation/termination and
    +synchronization. One can spawn a thread to execute any statement.
    +The spawned thread shares with its parent its environment at creation time.
    +Threads can be synchronized via a join command which blocks the current thread
    +until the joined thread completes, via re-entrant locks which can be acquired
    +and released, as well as through rendezvous commands.

    +
  • +
+

Like in many other languages, some of SIMPLE's constructs can be
+desugared into a smaller set of basic constructs. We do that at the end
+of the syntax module, and then we only give semantics to the core constructs.

+

Note: This definition is commented slightly more than others, because it is
+intended to be one of the first non-trivial definitions that the new
+user of K sees. We recommend the beginner user to first check the
+language definitions discussed in the K tutorial.

+
module SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

We start by defining the SIMPLE syntax. The language constructs discussed
+above have the expected syntax and evaluation strategies. Recall that in K
+we annotate the syntax with appropriate strictness attributes, thus giving
+each language construct the desired evaluation strategy.

+

Identifiers

+ +

Recall from the K tutorial that identifiers are builtin and come under the
+syntactic category Id. The special identifier for the function
+main belongs to all programs, and plays a special role in the semantics,
+so we declare it explicitly. This would not be necessary if the identifiers
+were all included automatically in semantic definitions, but that is not
+possible because of parsing reasons (e.g., K variables used to match
+concrete identifiers would then be ambiguously parsed as identifiers). They
+are only included in the parser generated to parse programs (and used by the
+kast tool). Consequently, we have to explicitly declare all the
+concrete identifiers that play a special role in the semantics, like
+main below.

+
  syntax Id ::= "main" [token]
+

Declarations

+ +

There are two types of declarations: for variables (including arrays) and
+for functions. We are going to allow declarations of the form
+var x=10, a[10,10], y=23;, which is why we allow the var
+keyword to take a list of expressions. The non-terminals used in the two
+productions below are defined shortly.

+
  syntax Stmt ::= "var" Exps ";"
+                | "function" Id "(" Ids ")" Block
+

Expressions

+ +

The expression constructs below are standard. Increment (++) takes
+an expression rather than a variable because it can also increment an array
+element. Recall that the syntax we define in K is what we call the syntax
+of the semantics
: while powerful enough to define non-trivial syntaxes
+(thanks to the underlying SDF technology that we use), we typically refrain
+from defining precise syntaxes, that is, ones which accept precisely the
+well-formed programs (that would not be possible anyway in general). That job
+is deferred to type systems, which can also be defined in K. In other words,
+we are not making any effort to guarantee syntactically that only variables
+or array elements are passed to the increment construct, we allow any
+expression. Nevertheless, we will only give semantics to those, so expressions
+of the form ++5, which parse (but which will be rejected by our type
+system in the typed version of SIMPLE later), will get stuck when executed.
+Arrays can be multidimensional and can hold other arrays, so their
+lookup operation takes a list of expressions as argument and applies to an
+expression (which can in particular be another array lookup), respectively.
+The construct sizeOf gives the size of an array in number of elements
+of its first dimension. Note that almost all constructs are strict. The only
+constructs which are not strict are the increment (since its first argument
+gets updated, so it cannot be evaluated), the input read which takes no
+arguments so strictness is irrelevant for it, the logical and and or constructs
+which are short-circuited, the thread spawning construct which creates a new
+thread executing the argument expression and return its unique identifier to
+the creating thread (so it cannot just evaluate its argument in place), and the
+assignment which is only strict in its second argument (for the same reason as
+the increment).

+
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

We also need comma-separated lists of identifiers and of expressions.
+Moreover, we want them to be strict, that is, to evaluate to lists of results
+whenever requested (e.g., when they appear as strict arguments of
+the constructs above).

+
  syntax Ids  ::= List{Id,","}           [overload(Exps)]
+  syntax Exps ::= List{Exp,","}          [overload(Exps), strict]  // automatically hybrid now
+  syntax Exps ::= Ids
+  syntax Val
+  syntax Vals ::= List{Val,","}          [overload(Exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}    [overload(Exps)]
+  syntax Ids ::= Bottoms
+

Statements

+ +

Most of the statement constructs are standard for imperative languages.
+We syntactically distinguish between empty and non-empty blocks, because we
+chose Stmts not to be a (;-separated) list of
+Stmt. Variables can be declared anywhere inside a block, their scope
+ending with the block. Expressions are allowed to be used for their side
+effects only (followed by a semicolon ;). Functions are allowed
+to abruptly return. The exceptions are parametric, i.e., one can throw a value
+which is bound to the variable declared by catch. Threads can be
+dynamically created and terminated, and can synchronize with join,
+acquire, release and rendezvous. Note that the
+strictness attributes obey the intended evaluation strategy of the various
+constructs. In particular, the if-then-else construct is strict only in its
+first argument (the if-then construct will be desugared into if-then-else),
+while the loop constructs are not strict in any arguments. The print
+statement construct is variadic, that is, it takes an arbitrary number of
+arguments.

+
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+// NOTE: print strict allows non-deterministic evaluation of its arguments
+// Either keep like this but document, or otherwise make Exps seqstrict.
+// Of define and use a different expression list here, which is seqstrict.
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+

The reason we allow Stmts as the first argument of for
+instead of Stmt is because we want to allow more than one statement
+to be executed when the loop is initialized. Also, as seens shorly, macros
+may expand one statement into more statements; for example, an initialized
+variable declaration statement var x=0; desugars into two statements,
+namely var x; x=0;, so if we use Stmt instead of Stmts
+in the production of for above then we risk that the macro expansion
+of statement var x=0; happens before the macro expansion of for,
+also shown below, in which case the latter would not apply anymore because
+of syntactic mismatch.

+
  syntax Stmt ::= Stmt Stmt                          [right]
+
+// I wish I were able to write the following instead, but confuses the parser.
+//
+// syntax Stmts ::= List{Stmt,""}
+// syntax Top ::= Stmt | "function" Id "(" Ids ")" Block
+// syntax Pgm ::= List{Top,""}
+//
+// With that, I could have also eliminated the empty block
+

Desugared Syntax

+ +

This part desugars some of SIMPLE's language constructs into core ones.
+We only want to give semantics to core constructs, so we get rid of the
+derived ones before we start the semantics. All desugaring macros below are
+straightforward.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule for(Start Cond; Step) {} => {Start while (Cond) {Step;}}
+  rule var E1:Exp, E2:Exp, Es:Exps; => var E1; var E2, Es;
+  rule var X:Id = E; => var X; X = E;
+

For the semantics, we can therefore assume from now on that each
+conditional has both branches, that there are only while loops, and
+that each variable is declared alone and without any initialization as part of
+the declaration.

+
endmodule
+
+
+module SIMPLE-UNTYPED
+  imports SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS
+

Basic Semantic Infrastructure

+ +

Before one starts adding semantic rules to a K definition, one needs to
+define the basic semantic infrastructure consisting of definitions for
+values and configuration. As discussed in the definitions
+in the K tutorial, the values are needed to know when to stop applying
+the heating rules and when to start applying the cooling rules corresponding
+to strictness or context declarations. The configuration serves as a backbone
+for the process of configuration abstraction which allows users to only
+mention the relevant cells in each semantic rule, the rest of the configuration
+context being inferred automatically. Although in some cases the configuration
+could be automatically inferred from the rules, we believe that it is very
+useful for language designers/semanticists to actually think of and design
+their configuration explicitly, so the current implementation of K requires
+one to define it.

+

Values

+ +

We here define the values of the language that the various fragments of
+programs evaluate to. First, integers and Booleans are values. As discussed,
+arrays evaluate to special array reference values holding (1) a location from
+where the array's elements are contiguously allocated in the store, and
+(2) the size of the array. Functions evaluate to function values as
+λ-abstractions (we do not need to evaluate functions to closures
+because each function is executed in the fixed global environment and
+function definitions cannot be nested). Like in IMP and other
+languages, we finally tell the tool that values are K results.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+               | lambda(Ids,Stmt)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+                   | Vals  // TODO: should not need this
+

The inclusion of values in expressions follows the methodology of
+syntactic definitions (like, e.g., in SOS): extend the syntax of the language
+to encompass all values and additional constructs needed to give semantics.
+In addition to that, it allows us to write the semantic rules using the
+original syntax of the language, and to parse them with the same (now extended
+with additional values) parser. If writing the semantics directly on the K
+AST, using the associated labels instead of the syntactic constructs, then one
+would not need to include values in expressions.

+

Configuration

+ +

The K configuration of SIMPLE consists of a top level cell, T,
+holding a threads cell, a global environment map cell genv
+mapping the global variables and function names to their locations, a shared
+store map cell store mapping each location to some value, a set cell
+busy holding the locks which have been acquired but not yet released
+by threads, a set cell terminated holding the unique identifiers of
+the threads which already terminated (needed for join), input
+and output list cells, and a nextLoc cell holding a natural
+number indicating the next available location. Unlike in the small languages
+in the K tutorial, where we used the fresh predicate to generate fresh
+locations, in larger languages, like SIMPLE, we prefer to explicitly manage
+memory. The location counter in nextLoc models an actual physical
+location in the store; for simplicity, we assume arbitrarily large memory and
+no garbage collection. The threads cell contains one thread
+cell for each existing thread in the program. Note that the thread cell has
+multiplicity *, which means that at any given moment there could be zero,
+one or more thread cells. Each thread cell contains a
+computation cell k, a control cell holding the various
+control structures needed to jump to certain points of interest in the program
+execution, a local environment map cell env mapping the thread local
+variables to locations in the store, and finally a holds map cell
+indicating what locks have been acquired by the thread and not released so far
+and how many times (SIMPLE's locks are re-entrant). The control cell
+currently contains only two subcells, a function stack fstack which
+is a list and an exception stack xstack which is also a list.
+One can add more control structures in the control cell, such as a
+stack for break/continue of loops, etc., if the language is extended with more
+control-changing constructs. Note that all cells except for k are
+also initialized, in that they contain a ground term of their corresponding
+sort. The k cell is initialized with the program that will be passed
+to the K tool, as indicated by the $PGM variable, followed by the
+execute task (defined shortly).

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+
+  syntax ControlCell
+  syntax ControlCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Map" color="yellow">
+                      <id color="pink"> -1 </id>
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <genv color="pink"> .Map </genv>
+                  <store color="white"> .Map </store>
+                  <busy color="cyan"> .Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                </T>
+

Declarations and Initialization

+ +

We start by defining the semantics of declarations (for variables,
+arrays and functions).

+

Variable Declaration

+ +

The SIMPLE syntax was desugared above so that each variable is
+declared alone and its initialization is done as a separate statement.
+The semantic rule below matches resulting variable declarations of the
+form var X; on top of the k cell
+(indeed, note that the k cell is complete, or round, to the
+left, and is torn, or ruptured, to the right), allocates a fresh
+location L in the store which is initialized with a special value
+ (indeed, the unit ., or nothing, is matched anywhere
+in the map ‒note the tears at both sides‒ and replaced with the
+mapping L ↦ ⊥), and binds X to L in the local
+environment shadowing previous declarations of X, if any.
+This possible shadowing of X requires us to therefore update the
+entire environment map, which is expensive and can significantly slow
+down the execution of larger programs. On the other hand, since we know
+that L is not already bound in the store, we simply add the binding
+L ↦ ⊥ to the store, thus avoiding a potentially complete
+traversal of the the store map in order to update it. We prefer the approach
+used for updating the store whenever possible, because, in addition to being
+faster, it offers more true concurrency than the latter; indeed, according
+to the concurrent semantics of K, the store is not frozen while
+L ↦ ⊥ is added to it, while the environment is frozen during the
+update operation Env[L/X]. The variable declaration command is
+also removed from the top of the computation cell and the fresh location
+counter is incremented. The undefined symbol added in the store
+is of sort KItem, instead of Val, on purpose; this way, the
+store lookup rules will get stuck when one attempts to lookup an
+uninitialized location. All the above happen in one transactional step,
+with the rule below. Note also how configuration abstraction allows us to
+only mention the needed cells; indeed, as the configuration above states,
+the k and env cells are actually located within a
+thread cell within the threads cell, but one needs
+not mention these: the configuration context of the rule is
+automatically transformed to match the declared configuration
+structure.

+
  syntax KItem ::= "undefined"
+
+  rule <k> var X:Id; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

Array Declaration

+ +

The K semantics of the uni-dimensional array declaration is somehow similar
+to the above declaration of ordinary variables. First, note the
+context declaration below, which requests the evaluation of the array
+dimension. Once evaluated, say to a natural number N, then
+N +Int 1 locations are allocated in the store for
+an array of size N, the additional location (chosen to be the first
+one allocated) holding the array reference value. The array reference
+value array(L,N) states that the array has size N and its
+elements are located contiguously in the store starting with location
+L. The operation L … L' ↦ V, defined at the end of this
+file in the auxiliary operation section, initializes each location in
+the list L … L' to V. Note that, since the dimensions of
+array declarations can be arbitrary expressions, this virtually means
+that we can dynamically allocate memory in SIMPLE by means of array
+declarations.

+
  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+

SIMPLE allows multi-dimensional arrays. For semantic simplicity, we
+desugar them all into uni-dimensional arrays by code transformation.
+This way, we only need to give semantics to uni-dimensional arrays.
+First, note that the context rule above actually evaluates all the array
+dimensions (that's why we defined the expression lists strict!):
+Upon evaluating the array dimensions, the code generation rule below
+desugars multi-dimensional array declaration to uni-dimensional declarations.
+To this aim, we introduce two special unique variable identifiers,
+$1 and $2. The first variable, $1, iterates
+through and initializes each element of the first dimension with an array
+of the remaining dimensions, declared as variable $2:

+
  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         for(var $1 = 0; $1 <= N1 - 1; ++$1) {
+           var $2[N2, Vs];
+           X[$1] = $2;
+         }
+       }
+

Ideally, one would like to perform syntactic desugarings like the one
+above before the actual semantics. Unfortunately, that was not possible in
+this case because the dimension expressions of the multi-dimensional array need
+to be evaluated first. Indeed, the desugaring rule above does not work if the
+dimensions of the declared array are arbitrary expressions, because they can
+have side effects (e.g., a[++x,++x]) and those side effects would be
+propagated each time the expression is evaluated in the desugaring code (note
+that both the loop condition and the nested multi-dimensional declaration
+would need to evaluate the expressions given as array dimensions).

+

Function declaration

+ +

Functions are evaluated to λ-abstractions and stored like any other
+values in the store. A binding is added into the environment for the function
+name to the location holding its body. Similarly to the C language, SIMPLE
+only allows function declarations at the top level of the program. More
+precisely, the subsequent semantics of SIMPLE only works well when one
+respects this requirement. Indeed, the simplistic context-free parser
+generated by the grammar above is more generous than we may want, in that it
+allows function declarations anywhere any declaration is allowed, including
+inside arbitrary blocks. However, as the rule below shows, we are not
+storing the declaration environment with the λ-abstraction value as
+closures do. Instead, as seen shortly, we switch to the global environment
+whenever functions are invoked, which is consistent with our requirement that
+functions should only be declared at the top. Thus, if one declares local
+functions, then one may see unexpected behaviors (e.g., when one shadows a
+global variable before declaring a local function). The type checker of
+SIMPLE, also defined in K (see examples/simple/typed/static),
+discards programs which do not respect this requirement.

+
  rule <k> function F(Xs) S => .K ...</k>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> lambda(Xs, S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

When we are done with the first pass (pre-processing), the computation
+cell k contains only the token execute (see the configuration
+declaration above, where the computation item execute was placed
+right after the program in the k cell of the initial configuration)
+and the cell genv is empty. In this case, we have to call
+main() and to initialize the global environment by transferring the
+contents of the local environment into it. We prefer to do it this way, as
+opposed to processing all the top level declarations directly within the global
+environment, because we want to avoid duplication of semantics: the syntax of
+the global declarations is identical to that of their corresponding local
+declarations, so the semantics of the latter suffices provided that we copy
+the local environment into the global one once we are done with the
+pre-processing. We want this separate pre-processing step precisely because
+we want to create the global environment. All (top-level) functions end up
+having their names bound in the global environment and, as seen below, they
+are executed in that same global environment; all these mean, in particular,
+that the functions "see" each other, allowing for mutual recursion, etc.

+
  syntax KItem ::= "execute"
+  rule <k> execute => main(.Exps); </k>
+       <env> Env </env>
+       <genv> .Map => Env </genv>
+

Expressions

+ +

We next define the K semantics of all the expression constructs.

+

Variable lookup

+ +

When a variable X is the first computational task, and X is bound to some
+location L in the environment, and L is mapped to some value V in the
+store, then we rewrite X into V:

+
  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>
+

Note that the rule above excludes reading , because is not
+a value and V is checked at runtime to be a value.

+

Variable/Array increment

+ +

This is tricky, because we want to allow both ++x and ++a[5].
+Therefore, we need to extract the lvalue of the expression to increment.
+To do that, we state that the expression to increment should be wrapped
+by the auxiliary lvalue operation and then evaluated. The semantics
+of this auxiliary operation is defined at the end of this file. For now, all
+we need to know is that it takes an expression and evaluates to a location
+value. Location values, also defined at the end of the file, are integers
+wrapped with the operation loc, to distinguish them from ordinary
+integers.

+
  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I => I +Int 1) ...</store>
+

Arithmetic operators

+ +

There is nothing special about the following rules. They rewrite the
+language constructs to their library counterparts when their arguments
+become values of expected sorts:

+
  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+

The equality and inequality constructs reduce to syntactic comparison
+of the two argument values (which is what the equality on K terms does).

+
  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+

The logical negation is clear, but the logical conjunction and disjunction
+are short-circuited:

+
  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Array lookup

+ +

Untyped SIMPLE does not check array bounds (the dynamically typed version of
+it, in examples/simple/typed/dynamic, does check for array out of
+bounds). The first rule below desugars the multi-dimensional array access to
+uni-dimensional array access; recall that the array access operation was
+declared strict, so all sub-expressions involved are already values at this
+stage. The second rule rewrites the array access to a lookup operation at a
+precise location; we prefer to do it this way to avoid locking the store.
+The semantics of the auxiliary lookup operation is straightforward,
+and is defined at the end of the file.

+
// The [anywhere] feature is underused, because it would only be used
+// at the top of the computation or inside the lvalue wrapper. So it
+// may not be worth, or we may need to come up with a special notation
+// allowing us to enumerate contexts for [anywhere] rules.
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+

Size of an array

+ +

The size of the array is stored in the array reference value, and the
+sizeOf construct was declared strict, so:

+
  rule sizeOf(array(_,N)) => N
+

Function call

+ +

Function application was strict in both its arguments, so we can
+assume that both the function and its arguments are evaluated to
+values (the former expected to be a λ-abstraction). The first
+rule below matches a well-formed function application on top of the
+computation and performs the following steps atomically: it switches
+to the function body followed by return; (for the case in
+which the function does not use an explicit return statement); it
+pushes the remaining computation, the current environment, and the
+current control data onto the function stack (the remaining
+computation can thus also be discarded from the computation cell,
+because an unavoidable subsequent return statement ‒see
+above‒ will always recover it from the stack); it switches the
+current environment (which is being pushed on the function stack) to
+the global environment, which is where the free variables in the
+function body should be looked up; it binds the formal parameters to
+fresh locations in the new environment, and stores the actual
+arguments to those locations in the store (this latter step is easily
+done by reducing the problem to variable declarations, whose semantics
+we have already defined; the auxiliary operation mkDecls is
+defined at the end of the file). The second rule pops the
+computation, the environment and the control data from the function
+stack when a return statement is encountered as the next
+computational task, passing the returned value to the popped
+computation (the popped computation was the context in which the
+returning function was called). Note that the pushing/popping of the
+control data is crucial. Without it, one may have a function that
+contains an exception block with a return statement inside, which
+would put the xstack cell in an inconsistent state (since the
+exception block modifies it, but that modification should be
+irrelevant once the function returns). We add an artificial
+nothing value to the language, which is returned by the
+nulary return; statements.

+
  syntax KItem ::=  (Map,K,ControlCellFragment)
+
+  rule <k> lambda(Xs,S)(Vs:Vals) ~> K => mkDecls(Xs,Vs) S return; </k>
+       <control>
+         <fstack> .List => ListItem((Env,K,C)) ...</fstack>
+         C
+       </control>
+       <env> Env => GEnv </env>
+       <genv> GEnv </genv>
+
+  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem((Env,K,C)) => .List ...</fstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+

Like for division-by-zero, it is left unspecified what happens
+when the nothing value is used in domain calculations. For
+example, from the the perspective of the language semantics,
+7 +Int nothing can evaluate to anything, or
+may not evaluate at all (be undefined). If one wants to make sure that
+such artificial values are never misused, then one needs to define a static
+checker (also using K, like our the type checker in
+examples/simple/typed/static) and reject programs that do.
+Note that, unlike the undefined symbol which had the sort K
+instead of Val, we defined nothing to be a value. That
+is because, as explained above, we do not want the program to get
+stuck when nothing is returned by a function. Instead, we want the
+behavior to be unspecified; in particular, if one is careful to never
+use the returned value in domain computation, like it happens when we
+call a function for its side effects (e.g., with a statement of the
+form f(x);), then the program does not get stuck.

+

Read

+ +

The read() expression construct simply evaluates to the next
+input value, at the same time discarding the input value from the
+in cell.

+
  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>
+

Assignment

+ +

In SIMPLE, like in C, assignments are expression constructs and not statement
+constructs. To make it a statement all one needs to do is to follow it by a
+semi-colon ; (see the semantics for expression statements below).
+Like for the increment, we want to allow assignments not only to variables but
+also to array elements, e.g., e1[e2] = e3 where e1 evaluates
+to an array reference, e2 to a natural number, and e3 to any
+value. Thus, we first compute the lvalue of the left-hand-side expression
+that appears in an assignment, and then we do the actual assignment to the
+resulting location:

+
  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+

Statements

+ +

We next define the K semantics of statements.

+

Blocks

+ +

Empty blocks are simply discarded, as shown in the first rule below.
+For non-empty blocks, we schedule the enclosed statement but we have to
+make sure the environment is recovered after the enclosed statement executes.
+Recall that we allow local variable declarations, whose scope is the block
+enclosing them. That is the reason for which we have to recover the
+environment after the block. This allows us to have a very simple semantics
+for variable declarations, as we did above. One can make the two rules below
+computational if one wants them to count as computational steps.

+
  rule {} => .K
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+

The basic definition of environment recovery is straightforward and
+given in the section on auxiliary constructs at the end of the file.

+

There are two common alternatives to the above semantics of blocks.
+One is to keep track of the variables which are declared in the block and only
+recover those at the end of the block. This way one does more work for
+variable declarations but conceptually less work for environment recovery; we
+say conceptually because it is not clear that it is indeed the case that
+one does less work when AC matching is involved. The other alternative is to
+work with a stack of environments instead of a flat environment, and push the
+current environment when entering a block and pop it when exiting it. This
+way, one does more work when accessing variables (since one has to search the
+variable in the environment stack in a top-down manner), but on the other hand
+uses smaller environments and the definition gets closer to an implementation.
+Based on experience with dozens of language semantics and other K definitions,
+we have found that our approach above is the best trade-off between elegance
+and efficiency (especially since rewrite engines have built-in techniques to
+lazily copy terms, by need, thus not creating unnecessary copies),
+so it is the one that we follow in general.

+

Sequential composition

+ +

Sequential composition is desugared into K's builtin sequentialization
+operation (recall that, like in C, the semi-colon ; is not a
+statement separator in SIMPLE — it is either a statement terminator or a
+construct for a statement from an expression). Note that K allows
+to define the semantics of SIMPLE in such a way that statements eventually
+dissolve from the top of the computation when they are completed; this is in
+sharp contrast to (artificially) evaluating them to a special
+skip statement value and then getting rid of that special value, as
+it is the case in other semantic approaches (where everything must evaluate
+to something). This means that once S₁ completes in the rule below, S₂
+becomes automatically the next computation item without any additional
+(explicit or implicit) rules.

+
  rule S1:Stmt S2:Stmt => S1 ~> S2
+

A subtle aspect of the rule above is that S₁ is declared to have sort
+Stmts and not Stmt. That is because desugaring macros can indeed
+produce left associative sequential composition of statements. For example,
+the code var x=0; x=1; is desugared to
+(var x; x=0;) x=1;, so although originally the first term of
+the sequential composition had sort Stmt, after desugaring it became
+of sort Stmts. Note that the attribute [right] associated
+to the sequential compositon production is an attribute of the syntax, and not
+of the semantics: e.g., it tells the parser to parse
+var x; x=0; x=1; as var x; (x=0; x=1;), but it
+does not tell the rewrite engine to rewrite (var x; x=0;) x=1; to
+var x; (x=0; x=1;).

+

Expression statements

+ +

Expression statements are only used for their side effects, so their result
+value is simply discarded. Common examples of expression statements are ones
+of the form ++x;, x=e;, e1[e2]=e3;, etc.

+
  rule _:Val; => .K
+

Conditional

+ +

Since the conditional was declared with the strict(1) attribute, we
+can assume that its first argument will eventually be evaluated. The rules
+below cover the only two possibilities in which the conditional is allowed to
+proceed (otherwise the rewriting process gets stuck).

+
  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+

While loop

+ +

The simplest way to give the semantics of the while loop is by unrolling.
+Note, however, that its unrolling is only allowed when the while loop reaches
+the top of the computation (to avoid non-termination of unrolling). The
+simple while loop semantics below works because our while loops in SIMPLE are
+indeed very basic. If we allowed break/continue of loops then we would need
+a completely different semantics, which would also involve the control cell.

+
  rule while (E) S => if (E) {S while(E)S}
+

Print

+ +

The print statement was strict, so all its arguments are now
+evaluated (recall that print is variadic). We append each of
+its evaluated arguments to the output buffer, and discard the residual
+print statement with an empty list of arguments.

+
  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+  rule print(.Vals); => .K
+

Exceptions

+ +

SIMPLE allows parametric exceptions, in that one can throw and catch a
+particular value. The statement try S₁ catch(X) S₂
+proceeds with the evaluation of S₁. If S₁ evaluates normally, i.e.,
+without any exception thrown, then S₂ is discarded and the execution
+continues normally. If S₁ throws an exception with a statement of the
+form throw E, then E is first evaluated to some value V
+(throw was declared to be strict), then V is bound to X, then
+S₂ is evaluated in the new environment while the reminder of S₁ is
+discarded, then the environment is recovered and the execution continues
+normally with the statement following the try S₁ catch(X) S₂ statement.
+Exceptions can be nested and the statements in the
+catch part (S₂ in our case) can throw exceptions to the
+upper level. One should be careful with how one handles the control data
+structures here, so that the abrupt changes of control due to exception
+throwing and to function returns interact correctly with each other.
+For example, we want to allow function calls inside the statement S₁ in
+a try S₁ catch(X) S₂ block which can throw an exception
+that is not caught by the function but instead is propagated to the
+try S₁ catch(X) S₂ block that called the function.
+Therefore, we have to make sure that the function stack as well as other
+potential control structures are also properly modified when the exception
+is thrown to correctly recover the execution context. This can be easily
+achieved by pushing/popping the entire current control context onto the
+exception stack. The three rules below modularly do precisely the above.

+
  syntax KItem ::= (Id,Stmt,K,Map,ControlCellFragment)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem((X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => .K ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem((X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

The catch statement S₂ needs to be executed in the original environment,
+but where the thrown value V is bound to the catch variable X. We here
+chose to rely on two previously defined constructs when giving semantics to
+the catch part of the statement: (1) the variable declaration with
+initialization, for binding X to V; and (2) the block construct for
+preventing X from shadowing variables in the original environment upon the
+completion of S₂.

+

Threads

+ +

SIMPLE's threads can be created and terminated dynamically, and can
+synchronize by acquiring and releasing re-entrant locks and by rendezvous.
+We discuss the seven rules giving the semantics of these operations below.

+

Thread creation

+ +

Threads can be created by any other threads using the spawn S
+construct. The spawn expression construct evaluates to the unique identifier
+of the newly created thread and, at the same time, a new thread cell is added
+into the configuration, initialized with the S statement and sharing the
+same environment with the parent thread. Note that the newly created
+thread cell is torn. That means that the remaining cells are added
+and initialized automatically as described in the definition of SIMPLE's
+configuration. This is part of K's configuration abstraction mechanism.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+             ...</thread>)
+

Thread termination

+ +

Dually to the above, when a thread terminates its assigned computation (the
+contents of its k cell) is empty, so the thread can be dissolved.
+However, since no discipline is imposed on how locks are acquired and released,
+it can be the case that a terminating thread still holds locks. Those locks
+must be released, so other threads attempting to acquire them do not deadlock.
+We achieve that by removing all the locks held by the terminating thread in its
+holds cell from the set of busy locks in the busy cell
+(keys(H) returns the domain of the map H as a set, that is, only
+the locks themselves ignoring their multiplicity). As seen below, a lock is
+added to the busy cell as soon as it is acquired for the first time
+by a thread. The unique identifier of the terminated thread is also collected
+into the terminated cell, so the join construct knows which
+threads have terminated.

+
  rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+

Thread joining

+ +

Thread joining is now straightforward: all we need to do is to check whether
+the identifier of the thread to be joined is in the terminated cell.
+If yes, then the join statement dissolves and the joining thread
+continues normally; if not, then the joining thread gets stuck.

+
  rule <k> join T:Int; => .K ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+

Acquire lock

+ +

There are two cases to distinguish when a thread attempts to acquire a lock
+(in SIMPLE any value can be used as a lock):
+(1) The thread does not currently have the lock, in which case it has to
+take it provided that the lock is not already taken by another thread (see
+the side condition of the first rule).
+(2) The thread already has the lock, in which case it just increments its
+counter for the lock (the locks are re-entrant). These two cases are captured
+by the two rules below:

+
  rule <k> acquire V:Val; => .K ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy))
+
+  rule <k> acquire V; => .K ...</k>
+       <holds>... V:Val |-> (N => N +Int 1) ...</holds>
+

Release lock

+ +

Similarly, there are two corresponding cases to distinguish when a thread
+releases a lock:
+(1) The thread holds the lock more than once, in which case all it needs to do
+is to decrement the lock counter.
+(2) The thread holds the lock only once, in which case it needs to remove it
+from its holds cell and also from the the shared busy cell,
+so other threads can acquire it if they need to.

+
  rule <k> release V:Val; => .K ...</k>
+       <holds>... V |-> (N => N -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+

Rendezvous synchronization

+ +

In addition to synchronization through acquire and release of locks, SIMPLE
+also provides a construct for rendezvous synchronization. A thread whose next
+statement to execute is rendezvous(V) gets stuck until another
+thread reaches an identical statement; when that happens, the two threads
+drop their rendezvous statements and continue their executions. If three
+threads happen to have an identical rendezvous statement as their next
+statement, then precisely two of them will synchronize and the other will
+remain blocked until another thread reaches a similar rendezvous statement.
+The rule below is as simple as it can be. Note, however, that, again, it is
+K's mechanism for configuration abstraction that makes it work as desired:
+since the only cell which can multiply containing a k cell inside is
+the thread cell, the only way to concretize the rule below to the
+actual configuration of SIMPLE is to include each k cell in a
+thread cell.

+
  rule <k> rendezvous V:Val; => .K ...</k>
+       <k> rendezvous V; => .K ...</k>
+

Auxiliary declarations and operations

+ +

In this section we define all the auxiliary constructs used in the
+above semantics.

+

Making declarations

+ +

The mkDecls auxiliary construct turns a list of identifiers
+and a list of values in a sequence of corresponding variable
+declarations.

+
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+

Location lookup

+ +

The operation below is straightforward.

+
  syntax Exp ::= lookup(Int)
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>
+

Environment recovery

+ +

We have already discussed the environment recovery auxiliary operation in the
+IMP++ tutorial:

+
// TODO: eliminate the env wrapper, like we did in IMP++
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env>
+

While theoretically sufficient, the basic definition for environment
+recovery alone is suboptimal. Consider a loop while (E)S,
+whose semantics (see above) was given by unrolling. S
+is a block. Then the semantics of blocks above, together with the
+unrolling semantics of the while loop, will yield a computation
+structure in the k cell that increasingly grows, adding a new
+environment recovery task right in front of the already existing sequence of
+similar environment recovery tasks (this phenomenon is similar to the ``tail
+recursion'' problem). Of course, when we have a sequence of environment
+recovery tasks, we only need to keep the last one. The elegant rule below
+does precisely that, thus avoiding the unnecessary computation explosion
+problem:

+
  rule (setEnv(_) => .K) ~> setEnv(_)
+

In fact, the above follows a common convention in K for recovery
+operations of cell contents: the meaning of a computation task of the form
+cell(C) that reaches the top of the computation is that the current
+contents of cell cell is discarded and gets replaced with C. We
+did not add support for these special computation tasks in our current
+implementation of K, so we need to define them as above.

+

lvalue and loc

+ +

For convenience in giving the semantics of constructs like the increment and
+the assignment, that we want to operate the same way on variables and on
+array elements, we used an auxiliary lvalue(E) construct which was
+expected to evaluate to the lvalue of the expression E. This is only
+defined when E has an lvalue, that is, when E is either a variable or
+evaluates to an array element. lvalue(E) evaluates to a value of
+the form loc(L), where L is the location where the value of E
+can be found; for clarity, we use loc to structurally distinguish
+natural numbers from location values. In giving semantics to lvalue
+there are two cases to consider. (1) If E is a variable, then all we need
+to do is to grab its location from the environment. (2) If E is an array
+element, then we first evaluate the array and its index in order to identify
+the exact location of the element of concern, and then return that location;
+the last rule below works because its preceding context declarations ensure
+that the array and its index are evaluated, and then the rule for array lookup
+(defined above) rewrites the evaluated array access construct to its
+corresponding store lookup operation.

+
// For parsing reasons, we prefer to allow lvalue to take a K
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+// Local variable
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+// Array element: evaluate the array and its index;
+// then the array lookup rule above applies.
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+// Finally, return the address of the desired object member
+
+  rule lvalue(lookup(L:Int) => loc(L))
+

Initializing multiple locations

+ +

The following operation initializes a sequence of locations with the same
+value:

+
  syntax Map ::= Int "..." Int "|->" K [function]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+

The semantics of SIMPLE is now complete. Make sure you kompile the
+definition with the right options in order to generate the desired model.
+No kompile options are needed if you only only want to execute the definition
+(and thus get an interpreter), but if you want to search for a different
+program behaviors then you need to kompile with the --enable-search option

+
endmodule
+

Go to Lesson 2, SIMPLE typed static

+

SIMPLE — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped SIMPLE language.
+SIMPLE is intended to be a pedagogical and research language that captures
+the essence of the imperative programming paradigm, extended with several
+features often encountered in imperative programming languages.
+A program consists of a set of global variable declarations and
+function definitions. Like in C, function definitions cannot be
+nested and each program must have one function called main,
+which is invoked when the program is executed. To make it more
+interesting and to highlight some of K's strengths, SIMPLE includes
+the following features in addition to the conventional imperative
+expression and statement constructs:

+
    +
  • +

    Multidimensional arrays and array references. An array evaluates
    +to an array reference, which is a special value holding a location (where
    +the elements of the array start) together with the size of the array;
    +the elements of the array can be array references themselves (particularly
    +when the array is multi-dimensional). Array references are ordinary values,
    +so they can be assigned to variables and passed/received by functions.

    +
  • +
  • +

    Functions and function values. Functions can have zero or
    +more parameters and can return abruptly using a return statement.
    +SIMPLE follows a call-by-value parameter passing style, with static scoping.
    +Function names evaluate to function abstractions, which hereby become ordinary
    +values in the language, same like the array references.

    +
  • +
  • +

    Blocks with locals. SIMPLE variables can be declared
    +anywhere, their scope being from the place where they are declared
    +until the end of the most nested enclosing block.

    +
  • +
  • +

    Input/Output. The expression read() evaluates to the
    +next value in the input buffer, and the statement write(e)
    +evaluates e and outputs its value to the output buffer. The
    +input and output buffers are lists of values.

    +
  • +
  • +

    Exceptions. SIMPLE has parametric exceptions (the value thrown as
    +an exception can be caught and bound).

    +
  • +
  • +

    Concurrency via dynamic thread creation/termination and
    +synchronization. One can spawn a thread to execute any statement.
    +The spawned thread shares with its parent its environment at creation time.
    +Threads can be synchronized via a join command which blocks the current thread
    +until the joined thread completes, via re-entrant locks which can be acquired
    +and released, as well as through rendezvous commands.

    +
  • +
+

Like in many other languages, some of SIMPLE's constructs can be
+desugared into a smaller set of basic constructs. We do that at the end
+of the syntax module, and then we only give semantics to the core constructs.

+

Note: This definition is commented slightly more than others, because it is
+intended to be one of the first non-trivial definitions that the new
+user of K sees. We recommend the beginner user to first check the
+language definitions discussed in the K tutorial.

+
module SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

We start by defining the SIMPLE syntax. The language constructs discussed
+above have the expected syntax and evaluation strategies. Recall that in K
+we annotate the syntax with appropriate strictness attributes, thus giving
+each language construct the desired evaluation strategy.

+

Identifiers

+ +

Recall from the K tutorial that identifiers are builtin and come under the
+syntactic category Id. The special identifier for the function
+main belongs to all programs, and plays a special role in the semantics,
+so we declare it explicitly. This would not be necessary if the identifiers
+were all included automatically in semantic definitions, but that is not
+possible because of parsing reasons (e.g., K variables used to match
+concrete identifiers would then be ambiguously parsed as identifiers). They
+are only included in the parser generated to parse programs (and used by the
+kast tool). Consequently, we have to explicitly declare all the
+concrete identifiers that play a special role in the semantics, like
+main below.

+
  syntax Id ::= "main" [token]
+

Declarations

+ +

There are two types of declarations: for variables (including arrays) and
+for functions. We are going to allow declarations of the form
+var x=10, a[10,10], y=23;, which is why we allow the var
+keyword to take a list of expressions. The non-terminals used in the two
+productions below are defined shortly.

+
  syntax Stmt ::= "var" Exps ";"
+                | "function" Id "(" Ids ")" Block
+

Expressions

+ +

The expression constructs below are standard. Increment (++) takes
+an expression rather than a variable because it can also increment an array
+element. Recall that the syntax we define in K is what we call the syntax
+of the semantics
: while powerful enough to define non-trivial syntaxes
+(thanks to the underlying SDF technology that we use), we typically refrain
+from defining precise syntaxes, that is, ones which accept precisely the
+well-formed programs (that would not be possible anyway in general). That job
+is deferred to type systems, which can also be defined in K. In other words,
+we are not making any effort to guarantee syntactically that only variables
+or array elements are passed to the increment construct, we allow any
+expression. Nevertheless, we will only give semantics to those, so expressions
+of the form ++5, which parse (but which will be rejected by our type
+system in the typed version of SIMPLE later), will get stuck when executed.
+Arrays can be multidimensional and can hold other arrays, so their
+lookup operation takes a list of expressions as argument and applies to an
+expression (which can in particular be another array lookup), respectively.
+The construct sizeOf gives the size of an array in number of elements
+of its first dimension. Note that almost all constructs are strict. The only
+constructs which are not strict are the increment (since its first argument
+gets updated, so it cannot be evaluated), the input read which takes no
+arguments so strictness is irrelevant for it, the logical and and or constructs
+which are short-circuited, the thread spawning construct which creates a new
+thread executing the argument expression and return its unique identifier to
+the creating thread (so it cannot just evaluate its argument in place), and the
+assignment which is only strict in its second argument (for the same reason as
+the increment).

+
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

We also need comma-separated lists of identifiers and of expressions.
+Moreover, we want them to be strict, that is, to evaluate to lists of results
+whenever requested (e.g., when they appear as strict arguments of
+the constructs above).

+
  syntax Ids  ::= List{Id,","}           [overload(Exps)]
+  syntax Exps ::= List{Exp,","}          [overload(Exps), strict]  // automatically hybrid now
+  syntax Exps ::= Ids
+  syntax Val
+  syntax Vals ::= List{Val,","}          [overload(Exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}    [overload(Exps)]
+  syntax Ids ::= Bottoms
+

Statements

+ +

Most of the statement constructs are standard for imperative languages.
+We syntactically distinguish between empty and non-empty blocks, because we
+chose Stmts not to be a (;-separated) list of
+Stmt. Variables can be declared anywhere inside a block, their scope
+ending with the block. Expressions are allowed to be used for their side
+effects only (followed by a semicolon ;). Functions are allowed
+to abruptly return. The exceptions are parametric, i.e., one can throw a value
+which is bound to the variable declared by catch. Threads can be
+dynamically created and terminated, and can synchronize with join,
+acquire, release and rendezvous. Note that the
+strictness attributes obey the intended evaluation strategy of the various
+constructs. In particular, the if-then-else construct is strict only in its
+first argument (the if-then construct will be desugared into if-then-else),
+while the loop constructs are not strict in any arguments. The print
+statement construct is variadic, that is, it takes an arbitrary number of
+arguments.

+
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+// NOTE: print strict allows non-deterministic evaluation of its arguments
+// Either keep like this but document, or otherwise make Exps seqstrict.
+// Of define and use a different expression list here, which is seqstrict.
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+

The reason we allow Stmts as the first argument of for
+instead of Stmt is because we want to allow more than one statement
+to be executed when the loop is initialized. Also, as seens shorly, macros
+may expand one statement into more statements; for example, an initialized
+variable declaration statement var x=0; desugars into two statements,
+namely var x; x=0;, so if we use Stmt instead of Stmts
+in the production of for above then we risk that the macro expansion
+of statement var x=0; happens before the macro expansion of for,
+also shown below, in which case the latter would not apply anymore because
+of syntactic mismatch.

+
  syntax Stmt ::= Stmt Stmt                          [right]
+
+// I wish I were able to write the following instead, but confuses the parser.
+//
+// syntax Stmts ::= List{Stmt,""}
+// syntax Top ::= Stmt | "function" Id "(" Ids ")" Block
+// syntax Pgm ::= List{Top,""}
+//
+// With that, I could have also eliminated the empty block
+

Desugared Syntax

+ +

This part desugars some of SIMPLE's language constructs into core ones.
+We only want to give semantics to core constructs, so we get rid of the
+derived ones before we start the semantics. All desugaring macros below are
+straightforward.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule for(Start Cond; Step) {} => {Start while (Cond) {Step;}}
+  rule var E1:Exp, E2:Exp, Es:Exps; => var E1; var E2, Es;
+  rule var X:Id = E; => var X; X = E;
+

For the semantics, we can therefore assume from now on that each
+conditional has both branches, that there are only while loops, and
+that each variable is declared alone and without any initialization as part of
+the declaration.

+
endmodule
+
+
+module SIMPLE-UNTYPED
+  imports SIMPLE-UNTYPED-SYNTAX
+  imports DOMAINS
+

Basic Semantic Infrastructure

+ +

Before one starts adding semantic rules to a K definition, one needs to
+define the basic semantic infrastructure consisting of definitions for
+values and configuration. As discussed in the definitions
+in the K tutorial, the values are needed to know when to stop applying
+the heating rules and when to start applying the cooling rules corresponding
+to strictness or context declarations. The configuration serves as a backbone
+for the process of configuration abstraction which allows users to only
+mention the relevant cells in each semantic rule, the rest of the configuration
+context being inferred automatically. Although in some cases the configuration
+could be automatically inferred from the rules, we believe that it is very
+useful for language designers/semanticists to actually think of and design
+their configuration explicitly, so the current implementation of K requires
+one to define it.

+

Values

+ +

We here define the values of the language that the various fragments of
+programs evaluate to. First, integers and Booleans are values. As discussed,
+arrays evaluate to special array reference values holding (1) a location from
+where the array's elements are contiguously allocated in the store, and
+(2) the size of the array. Functions evaluate to function values as
+λ-abstractions (we do not need to evaluate functions to closures
+because each function is executed in the fixed global environment and
+function definitions cannot be nested). Like in IMP and other
+languages, we finally tell the tool that values are K results.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+               | lambda(Ids,Stmt)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+                   | Vals  // TODO: should not need this
+

The inclusion of values in expressions follows the methodology of
+syntactic definitions (like, e.g., in SOS): extend the syntax of the language
+to encompass all values and additional constructs needed to give semantics.
+In addition to that, it allows us to write the semantic rules using the
+original syntax of the language, and to parse them with the same (now extended
+with additional values) parser. If writing the semantics directly on the K
+AST, using the associated labels instead of the syntactic constructs, then one
+would not need to include values in expressions.

+

Configuration

+ +

The K configuration of SIMPLE consists of a top level cell, T,
+holding a threads cell, a global environment map cell genv
+mapping the global variables and function names to their locations, a shared
+store map cell store mapping each location to some value, a set cell
+busy holding the locks which have been acquired but not yet released
+by threads, a set cell terminated holding the unique identifiers of
+the threads which already terminated (needed for join), input
+and output list cells, and a nextLoc cell holding a natural
+number indicating the next available location. Unlike in the small languages
+in the K tutorial, where we used the fresh predicate to generate fresh
+locations, in larger languages, like SIMPLE, we prefer to explicitly manage
+memory. The location counter in nextLoc models an actual physical
+location in the store; for simplicity, we assume arbitrarily large memory and
+no garbage collection. The threads cell contains one thread
+cell for each existing thread in the program. Note that the thread cell has
+multiplicity *, which means that at any given moment there could be zero,
+one or more thread cells. Each thread cell contains a
+computation cell k, a control cell holding the various
+control structures needed to jump to certain points of interest in the program
+execution, a local environment map cell env mapping the thread local
+variables to locations in the store, and finally a holds map cell
+indicating what locks have been acquired by the thread and not released so far
+and how many times (SIMPLE's locks are re-entrant). The control cell
+currently contains only two subcells, a function stack fstack which
+is a list and an exception stack xstack which is also a list.
+One can add more control structures in the control cell, such as a
+stack for break/continue of loops, etc., if the language is extended with more
+control-changing constructs. Note that all cells except for k are
+also initialized, in that they contain a ground term of their corresponding
+sort. The k cell is initialized with the program that will be passed
+to the K tool, as indicated by the $PGM variable, followed by the
+execute task (defined shortly).

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+
+  syntax ControlCell
+  syntax ControlCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Map" color="yellow">
+                      <id color="pink"> -1 </id>
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <genv color="pink"> .Map </genv>
+                  <store color="white"> .Map </store>
+                  <busy color="cyan"> .Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                </T>
+

Declarations and Initialization

+ +

We start by defining the semantics of declarations (for variables,
+arrays and functions).

+

Variable Declaration

+ +

The SIMPLE syntax was desugared above so that each variable is
+declared alone and its initialization is done as a separate statement.
+The semantic rule below matches resulting variable declarations of the
+form var X; on top of the k cell
+(indeed, note that the k cell is complete, or round, to the
+left, and is torn, or ruptured, to the right), allocates a fresh
+location L in the store which is initialized with a special value
+ (indeed, the unit ., or nothing, is matched anywhere
+in the map ‒note the tears at both sides‒ and replaced with the
+mapping L ↦ ⊥), and binds X to L in the local
+environment shadowing previous declarations of X, if any.
+This possible shadowing of X requires us to therefore update the
+entire environment map, which is expensive and can significantly slow
+down the execution of larger programs. On the other hand, since we know
+that L is not already bound in the store, we simply add the binding
+L ↦ ⊥ to the store, thus avoiding a potentially complete
+traversal of the the store map in order to update it. We prefer the approach
+used for updating the store whenever possible, because, in addition to being
+faster, it offers more true concurrency than the latter; indeed, according
+to the concurrent semantics of K, the store is not frozen while
+L ↦ ⊥ is added to it, while the environment is frozen during the
+update operation Env[L/X]. The variable declaration command is
+also removed from the top of the computation cell and the fresh location
+counter is incremented. The undefined symbol added in the store
+is of sort KItem, instead of Val, on purpose; this way, the
+store lookup rules will get stuck when one attempts to lookup an
+uninitialized location. All the above happen in one transactional step,
+with the rule below. Note also how configuration abstraction allows us to
+only mention the needed cells; indeed, as the configuration above states,
+the k and env cells are actually located within a
+thread cell within the threads cell, but one needs
+not mention these: the configuration context of the rule is
+automatically transformed to match the declared configuration
+structure.

+
  syntax KItem ::= "undefined"
+
+  rule <k> var X:Id; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

Array Declaration

+ +

The K semantics of the uni-dimensional array declaration is somehow similar
+to the above declaration of ordinary variables. First, note the
+context declaration below, which requests the evaluation of the array
+dimension. Once evaluated, say to a natural number N, then
+N +Int 1 locations are allocated in the store for
+an array of size N, the additional location (chosen to be the first
+one allocated) holding the array reference value. The array reference
+value array(L,N) states that the array has size N and its
+elements are located contiguously in the store starting with location
+L. The operation L … L' ↦ V, defined at the end of this
+file in the auxiliary operation section, initializes each location in
+the list L … L' to V. Note that, since the dimensions of
+array declarations can be arbitrary expressions, this virtually means
+that we can dynamically allocate memory in SIMPLE by means of array
+declarations.

+
  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+

SIMPLE allows multi-dimensional arrays. For semantic simplicity, we
+desugar them all into uni-dimensional arrays by code transformation.
+This way, we only need to give semantics to uni-dimensional arrays.
+First, note that the context rule above actually evaluates all the array
+dimensions (that's why we defined the expression lists strict!):
+Upon evaluating the array dimensions, the code generation rule below
+desugars multi-dimensional array declaration to uni-dimensional declarations.
+To this aim, we introduce two special unique variable identifiers,
+$1 and $2. The first variable, $1, iterates
+through and initializes each element of the first dimension with an array
+of the remaining dimensions, declared as variable $2:

+
  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         for(var $1 = 0; $1 <= N1 - 1; ++$1) {
+           var $2[N2, Vs];
+           X[$1] = $2;
+         }
+       }
+

Ideally, one would like to perform syntactic desugarings like the one
+above before the actual semantics. Unfortunately, that was not possible in
+this case because the dimension expressions of the multi-dimensional array need
+to be evaluated first. Indeed, the desugaring rule above does not work if the
+dimensions of the declared array are arbitrary expressions, because they can
+have side effects (e.g., a[++x,++x]) and those side effects would be
+propagated each time the expression is evaluated in the desugaring code (note
+that both the loop condition and the nested multi-dimensional declaration
+would need to evaluate the expressions given as array dimensions).

+

Function declaration

+ +

Functions are evaluated to λ-abstractions and stored like any other
+values in the store. A binding is added into the environment for the function
+name to the location holding its body. Similarly to the C language, SIMPLE
+only allows function declarations at the top level of the program. More
+precisely, the subsequent semantics of SIMPLE only works well when one
+respects this requirement. Indeed, the simplistic context-free parser
+generated by the grammar above is more generous than we may want, in that it
+allows function declarations anywhere any declaration is allowed, including
+inside arbitrary blocks. However, as the rule below shows, we are not
+storing the declaration environment with the λ-abstraction value as
+closures do. Instead, as seen shortly, we switch to the global environment
+whenever functions are invoked, which is consistent with our requirement that
+functions should only be declared at the top. Thus, if one declares local
+functions, then one may see unexpected behaviors (e.g., when one shadows a
+global variable before declaring a local function). The type checker of
+SIMPLE, also defined in K (see examples/simple/typed/static),
+discards programs which do not respect this requirement.

+
  rule <k> function F(Xs) S => .K ...</k>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> lambda(Xs, S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

When we are done with the first pass (pre-processing), the computation
+cell k contains only the token execute (see the configuration
+declaration above, where the computation item execute was placed
+right after the program in the k cell of the initial configuration)
+and the cell genv is empty. In this case, we have to call
+main() and to initialize the global environment by transferring the
+contents of the local environment into it. We prefer to do it this way, as
+opposed to processing all the top level declarations directly within the global
+environment, because we want to avoid duplication of semantics: the syntax of
+the global declarations is identical to that of their corresponding local
+declarations, so the semantics of the latter suffices provided that we copy
+the local environment into the global one once we are done with the
+pre-processing. We want this separate pre-processing step precisely because
+we want to create the global environment. All (top-level) functions end up
+having their names bound in the global environment and, as seen below, they
+are executed in that same global environment; all these mean, in particular,
+that the functions "see" each other, allowing for mutual recursion, etc.

+
  syntax KItem ::= "execute"
+  rule <k> execute => main(.Exps); </k>
+       <env> Env </env>
+       <genv> .Map => Env </genv>
+

Expressions

+ +

We next define the K semantics of all the expression constructs.

+

Variable lookup

+ +

When a variable X is the first computational task, and X is bound to some
+location L in the environment, and L is mapped to some value V in the
+store, then we rewrite X into V:

+
  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>
+

Note that the rule above excludes reading , because is not
+a value and V is checked at runtime to be a value.

+

Variable/Array increment

+ +

This is tricky, because we want to allow both ++x and ++a[5].
+Therefore, we need to extract the lvalue of the expression to increment.
+To do that, we state that the expression to increment should be wrapped
+by the auxiliary lvalue operation and then evaluated. The semantics
+of this auxiliary operation is defined at the end of this file. For now, all
+we need to know is that it takes an expression and evaluates to a location
+value. Location values, also defined at the end of the file, are integers
+wrapped with the operation loc, to distinguish them from ordinary
+integers.

+
  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I => I +Int 1) ...</store>
+

Arithmetic operators

+ +

There is nothing special about the following rules. They rewrite the
+language constructs to their library counterparts when their arguments
+become values of expected sorts:

+
  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+

The equality and inequality constructs reduce to syntactic comparison
+of the two argument values (which is what the equality on K terms does).

+
  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+

The logical negation is clear, but the logical conjunction and disjunction
+are short-circuited:

+
  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Array lookup

+ +

Untyped SIMPLE does not check array bounds (the dynamically typed version of
+it, in examples/simple/typed/dynamic, does check for array out of
+bounds). The first rule below desugars the multi-dimensional array access to
+uni-dimensional array access; recall that the array access operation was
+declared strict, so all sub-expressions involved are already values at this
+stage. The second rule rewrites the array access to a lookup operation at a
+precise location; we prefer to do it this way to avoid locking the store.
+The semantics of the auxiliary lookup operation is straightforward,
+and is defined at the end of the file.

+
// The [anywhere] feature is underused, because it would only be used
+// at the top of the computation or inside the lvalue wrapper. So it
+// may not be worth, or we may need to come up with a special notation
+// allowing us to enumerate contexts for [anywhere] rules.
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+

Size of an array

+ +

The size of the array is stored in the array reference value, and the
+sizeOf construct was declared strict, so:

+
  rule sizeOf(array(_,N)) => N
+

Function call

+ +

Function application was strict in both its arguments, so we can
+assume that both the function and its arguments are evaluated to
+values (the former expected to be a λ-abstraction). The first
+rule below matches a well-formed function application on top of the
+computation and performs the following steps atomically: it switches
+to the function body followed by return; (for the case in
+which the function does not use an explicit return statement); it
+pushes the remaining computation, the current environment, and the
+current control data onto the function stack (the remaining
+computation can thus also be discarded from the computation cell,
+because an unavoidable subsequent return statement ‒see
+above‒ will always recover it from the stack); it switches the
+current environment (which is being pushed on the function stack) to
+the global environment, which is where the free variables in the
+function body should be looked up; it binds the formal parameters to
+fresh locations in the new environment, and stores the actual
+arguments to those locations in the store (this latter step is easily
+done by reducing the problem to variable declarations, whose semantics
+we have already defined; the auxiliary operation mkDecls is
+defined at the end of the file). The second rule pops the
+computation, the environment and the control data from the function
+stack when a return statement is encountered as the next
+computational task, passing the returned value to the popped
+computation (the popped computation was the context in which the
+returning function was called). Note that the pushing/popping of the
+control data is crucial. Without it, one may have a function that
+contains an exception block with a return statement inside, which
+would put the xstack cell in an inconsistent state (since the
+exception block modifies it, but that modification should be
+irrelevant once the function returns). We add an artificial
+nothing value to the language, which is returned by the
+nulary return; statements.

+
  syntax KItem ::=  (Map,K,ControlCellFragment)
+
+  rule <k> lambda(Xs,S)(Vs:Vals) ~> K => mkDecls(Xs,Vs) S return; </k>
+       <control>
+         <fstack> .List => ListItem((Env,K,C)) ...</fstack>
+         C
+       </control>
+       <env> Env => GEnv </env>
+       <genv> GEnv </genv>
+
+  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem((Env,K,C)) => .List ...</fstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+

Like for division-by-zero, it is left unspecified what happens
+when the nothing value is used in domain calculations. For
+example, from the the perspective of the language semantics,
+7 +Int nothing can evaluate to anything, or
+may not evaluate at all (be undefined). If one wants to make sure that
+such artificial values are never misused, then one needs to define a static
+checker (also using K, like our the type checker in
+examples/simple/typed/static) and reject programs that do.
+Note that, unlike the undefined symbol which had the sort K
+instead of Val, we defined nothing to be a value. That
+is because, as explained above, we do not want the program to get
+stuck when nothing is returned by a function. Instead, we want the
+behavior to be unspecified; in particular, if one is careful to never
+use the returned value in domain computation, like it happens when we
+call a function for its side effects (e.g., with a statement of the
+form f(x);), then the program does not get stuck.

+

Read

+ +

The read() expression construct simply evaluates to the next
+input value, at the same time discarding the input value from the
+in cell.

+
  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>
+

Assignment

+ +

In SIMPLE, like in C, assignments are expression constructs and not statement
+constructs. To make it a statement all one needs to do is to follow it by a
+semi-colon ; (see the semantics for expression statements below).
+Like for the increment, we want to allow assignments not only to variables but
+also to array elements, e.g., e1[e2] = e3 where e1 evaluates
+to an array reference, e2 to a natural number, and e3 to any
+value. Thus, we first compute the lvalue of the left-hand-side expression
+that appears in an assignment, and then we do the actual assignment to the
+resulting location:

+
  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+

Statements

+ +

We next define the K semantics of statements.

+

Blocks

+ +

Empty blocks are simply discarded, as shown in the first rule below.
+For non-empty blocks, we schedule the enclosed statement but we have to
+make sure the environment is recovered after the enclosed statement executes.
+Recall that we allow local variable declarations, whose scope is the block
+enclosing them. That is the reason for which we have to recover the
+environment after the block. This allows us to have a very simple semantics
+for variable declarations, as we did above. One can make the two rules below
+computational if one wants them to count as computational steps.

+
  rule {} => .K
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+

The basic definition of environment recovery is straightforward and
+given in the section on auxiliary constructs at the end of the file.

+

There are two common alternatives to the above semantics of blocks.
+One is to keep track of the variables which are declared in the block and only
+recover those at the end of the block. This way one does more work for
+variable declarations but conceptually less work for environment recovery; we
+say conceptually because it is not clear that it is indeed the case that
+one does less work when AC matching is involved. The other alternative is to
+work with a stack of environments instead of a flat environment, and push the
+current environment when entering a block and pop it when exiting it. This
+way, one does more work when accessing variables (since one has to search the
+variable in the environment stack in a top-down manner), but on the other hand
+uses smaller environments and the definition gets closer to an implementation.
+Based on experience with dozens of language semantics and other K definitions,
+we have found that our approach above is the best trade-off between elegance
+and efficiency (especially since rewrite engines have built-in techniques to
+lazily copy terms, by need, thus not creating unnecessary copies),
+so it is the one that we follow in general.

+

Sequential composition

+ +

Sequential composition is desugared into K's builtin sequentialization
+operation (recall that, like in C, the semi-colon ; is not a
+statement separator in SIMPLE — it is either a statement terminator or a
+construct for a statement from an expression). Note that K allows
+to define the semantics of SIMPLE in such a way that statements eventually
+dissolve from the top of the computation when they are completed; this is in
+sharp contrast to (artificially) evaluating them to a special
+skip statement value and then getting rid of that special value, as
+it is the case in other semantic approaches (where everything must evaluate
+to something). This means that once S₁ completes in the rule below, S₂
+becomes automatically the next computation item without any additional
+(explicit or implicit) rules.

+
  rule S1:Stmt S2:Stmt => S1 ~> S2
+

A subtle aspect of the rule above is that S₁ is declared to have sort
+Stmts and not Stmt. That is because desugaring macros can indeed
+produce left associative sequential composition of statements. For example,
+the code var x=0; x=1; is desugared to
+(var x; x=0;) x=1;, so although originally the first term of
+the sequential composition had sort Stmt, after desugaring it became
+of sort Stmts. Note that the attribute [right] associated
+to the sequential compositon production is an attribute of the syntax, and not
+of the semantics: e.g., it tells the parser to parse
+var x; x=0; x=1; as var x; (x=0; x=1;), but it
+does not tell the rewrite engine to rewrite (var x; x=0;) x=1; to
+var x; (x=0; x=1;).

+

Expression statements

+ +

Expression statements are only used for their side effects, so their result
+value is simply discarded. Common examples of expression statements are ones
+of the form ++x;, x=e;, e1[e2]=e3;, etc.

+
  rule _:Val; => .K
+

Conditional

+ +

Since the conditional was declared with the strict(1) attribute, we
+can assume that its first argument will eventually be evaluated. The rules
+below cover the only two possibilities in which the conditional is allowed to
+proceed (otherwise the rewriting process gets stuck).

+
  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+

While loop

+ +

The simplest way to give the semantics of the while loop is by unrolling.
+Note, however, that its unrolling is only allowed when the while loop reaches
+the top of the computation (to avoid non-termination of unrolling). The
+simple while loop semantics below works because our while loops in SIMPLE are
+indeed very basic. If we allowed break/continue of loops then we would need
+a completely different semantics, which would also involve the control cell.

+
  rule while (E) S => if (E) {S while(E)S}
+

Print

+ +

The print statement was strict, so all its arguments are now
+evaluated (recall that print is variadic). We append each of
+its evaluated arguments to the output buffer, and discard the residual
+print statement with an empty list of arguments.

+
  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+  rule print(.Vals); => .K
+

Exceptions

+ +

SIMPLE allows parametric exceptions, in that one can throw and catch a
+particular value. The statement try S₁ catch(X) S₂
+proceeds with the evaluation of S₁. If S₁ evaluates normally, i.e.,
+without any exception thrown, then S₂ is discarded and the execution
+continues normally. If S₁ throws an exception with a statement of the
+form throw E, then E is first evaluated to some value V
+(throw was declared to be strict), then V is bound to X, then
+S₂ is evaluated in the new environment while the reminder of S₁ is
+discarded, then the environment is recovered and the execution continues
+normally with the statement following the try S₁ catch(X) S₂ statement.
+Exceptions can be nested and the statements in the
+catch part (S₂ in our case) can throw exceptions to the
+upper level. One should be careful with how one handles the control data
+structures here, so that the abrupt changes of control due to exception
+throwing and to function returns interact correctly with each other.
+For example, we want to allow function calls inside the statement S₁ in
+a try S₁ catch(X) S₂ block which can throw an exception
+that is not caught by the function but instead is propagated to the
+try S₁ catch(X) S₂ block that called the function.
+Therefore, we have to make sure that the function stack as well as other
+potential control structures are also properly modified when the exception
+is thrown to correctly recover the execution context. This can be easily
+achieved by pushing/popping the entire current control context onto the
+exception stack. The three rules below modularly do precisely the above.

+
  syntax KItem ::= (Id,Stmt,K,Map,ControlCellFragment)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem((X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => .K ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem((X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

The catch statement S₂ needs to be executed in the original environment,
+but where the thrown value V is bound to the catch variable X. We here
+chose to rely on two previously defined constructs when giving semantics to
+the catch part of the statement: (1) the variable declaration with
+initialization, for binding X to V; and (2) the block construct for
+preventing X from shadowing variables in the original environment upon the
+completion of S₂.

+

Threads

+ +

SIMPLE's threads can be created and terminated dynamically, and can
+synchronize by acquiring and releasing re-entrant locks and by rendezvous.
+We discuss the seven rules giving the semantics of these operations below.

+

Thread creation

+ +

Threads can be created by any other threads using the spawn S
+construct. The spawn expression construct evaluates to the unique identifier
+of the newly created thread and, at the same time, a new thread cell is added
+into the configuration, initialized with the S statement and sharing the
+same environment with the parent thread. Note that the newly created
+thread cell is torn. That means that the remaining cells are added
+and initialized automatically as described in the definition of SIMPLE's
+configuration. This is part of K's configuration abstraction mechanism.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+             ...</thread>)
+

Thread termination

+ +

Dually to the above, when a thread terminates its assigned computation (the
+contents of its k cell) is empty, so the thread can be dissolved.
+However, since no discipline is imposed on how locks are acquired and released,
+it can be the case that a terminating thread still holds locks. Those locks
+must be released, so other threads attempting to acquire them do not deadlock.
+We achieve that by removing all the locks held by the terminating thread in its
+holds cell from the set of busy locks in the busy cell
+(keys(H) returns the domain of the map H as a set, that is, only
+the locks themselves ignoring their multiplicity). As seen below, a lock is
+added to the busy cell as soon as it is acquired for the first time
+by a thread. The unique identifier of the terminated thread is also collected
+into the terminated cell, so the join construct knows which
+threads have terminated.

+
  rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+

Thread joining

+ +

Thread joining is now straightforward: all we need to do is to check whether
+the identifier of the thread to be joined is in the terminated cell.
+If yes, then the join statement dissolves and the joining thread
+continues normally; if not, then the joining thread gets stuck.

+
  rule <k> join T:Int; => .K ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+

Acquire lock

+ +

There are two cases to distinguish when a thread attempts to acquire a lock
+(in SIMPLE any value can be used as a lock):
+(1) The thread does not currently have the lock, in which case it has to
+take it provided that the lock is not already taken by another thread (see
+the side condition of the first rule).
+(2) The thread already has the lock, in which case it just increments its
+counter for the lock (the locks are re-entrant). These two cases are captured
+by the two rules below:

+
  rule <k> acquire V:Val; => .K ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy))
+
+  rule <k> acquire V; => .K ...</k>
+       <holds>... V:Val |-> (N => N +Int 1) ...</holds>
+

Release lock

+ +

Similarly, there are two corresponding cases to distinguish when a thread
+releases a lock:
+(1) The thread holds the lock more than once, in which case all it needs to do
+is to decrement the lock counter.
+(2) The thread holds the lock only once, in which case it needs to remove it
+from its holds cell and also from the the shared busy cell,
+so other threads can acquire it if they need to.

+
  rule <k> release V:Val; => .K ...</k>
+       <holds>... V |-> (N => N -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+

Rendezvous synchronization

+ +

In addition to synchronization through acquire and release of locks, SIMPLE
+also provides a construct for rendezvous synchronization. A thread whose next
+statement to execute is rendezvous(V) gets stuck until another
+thread reaches an identical statement; when that happens, the two threads
+drop their rendezvous statements and continue their executions. If three
+threads happen to have an identical rendezvous statement as their next
+statement, then precisely two of them will synchronize and the other will
+remain blocked until another thread reaches a similar rendezvous statement.
+The rule below is as simple as it can be. Note, however, that, again, it is
+K's mechanism for configuration abstraction that makes it work as desired:
+since the only cell which can multiply containing a k cell inside is
+the thread cell, the only way to concretize the rule below to the
+actual configuration of SIMPLE is to include each k cell in a
+thread cell.

+
  rule <k> rendezvous V:Val; => .K ...</k>
+       <k> rendezvous V; => .K ...</k>
+

Auxiliary declarations and operations

+ +

In this section we define all the auxiliary constructs used in the
+above semantics.

+

Making declarations

+ +

The mkDecls auxiliary construct turns a list of identifiers
+and a list of values in a sequence of corresponding variable
+declarations.

+
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+

Location lookup

+ +

The operation below is straightforward.

+
  syntax Exp ::= lookup(Int)
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>
+

Environment recovery

+ +

We have already discussed the environment recovery auxiliary operation in the
+IMP++ tutorial:

+
// TODO: eliminate the env wrapper, like we did in IMP++
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env>
+

While theoretically sufficient, the basic definition for environment
+recovery alone is suboptimal. Consider a loop while (E)S,
+whose semantics (see above) was given by unrolling. S
+is a block. Then the semantics of blocks above, together with the
+unrolling semantics of the while loop, will yield a computation
+structure in the k cell that increasingly grows, adding a new
+environment recovery task right in front of the already existing sequence of
+similar environment recovery tasks (this phenomenon is similar to the ``tail
+recursion'' problem). Of course, when we have a sequence of environment
+recovery tasks, we only need to keep the last one. The elegant rule below
+does precisely that, thus avoiding the unnecessary computation explosion
+problem:

+
  rule (setEnv(_) => .K) ~> setEnv(_)
+

In fact, the above follows a common convention in K for recovery
+operations of cell contents: the meaning of a computation task of the form
+cell(C) that reaches the top of the computation is that the current
+contents of cell cell is discarded and gets replaced with C. We
+did not add support for these special computation tasks in our current
+implementation of K, so we need to define them as above.

+

lvalue and loc

+ +

For convenience in giving the semantics of constructs like the increment and
+the assignment, that we want to operate the same way on variables and on
+array elements, we used an auxiliary lvalue(E) construct which was
+expected to evaluate to the lvalue of the expression E. This is only
+defined when E has an lvalue, that is, when E is either a variable or
+evaluates to an array element. lvalue(E) evaluates to a value of
+the form loc(L), where L is the location where the value of E
+can be found; for clarity, we use loc to structurally distinguish
+natural numbers from location values. In giving semantics to lvalue
+there are two cases to consider. (1) If E is a variable, then all we need
+to do is to grab its location from the environment. (2) If E is an array
+element, then we first evaluate the array and its index in order to identify
+the exact location of the element of concern, and then return that location;
+the last rule below works because its preceding context declarations ensure
+that the array and its index are evaluated, and then the rule for array lookup
+(defined above) rewrites the evaluated array access construct to its
+corresponding store lookup operation.

+
// For parsing reasons, we prefer to allow lvalue to take a K
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+// Local variable
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+// Array element: evaluate the array and its index;
+// then the array lookup rule above applies.
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+// Finally, return the address of the desired object member
+
+  rule lvalue(lookup(L:Int) => loc(L))
+

Initializing multiple locations

+ +

The following operation initializes a sequence of locations with the same
+value:

+
  syntax Map ::= Int "..." Int "|->" K [function]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+

The semantics of SIMPLE is now complete. Make sure you kompile the
+definition with the right options in order to generate the desired model.
+No kompile options are needed if you only only want to execute the definition
+(and thus get an interpreter), but if you want to search for a different
+program behaviors then you need to kompile with the --enable-search option

+
endmodule
+

Go to Lesson 2, SIMPLE typed static

+

SIMPLE — Typed — Static

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K definition of the static semantics of the typed SIMPLE
+language, or in other words, a type system for the typed SIMPLE
+language in K. We do not re-discuss the various features of the
+SIMPLE language here. The reader is referred to the untyped version of
+the language for such discussions. We here only focus on the new and
+interesting problems raised by the addition of type declarations, and
+what it takes to devise a type system/checker for the language.

+

When designing a type system for a language, no matter in what
+paradigm, we have to decide upon the intended typing policy. Note
+that we can have multiple type systems for the same language, one for
+each typing policy. For example, should we accept programs which
+don't have a main function? Or should we allow functions that do not
+return explicitly? Or should we allow functions whose type expects
+them to return a value (say an int) to use a plain
+return; statement, which returns no value, like in C?
+And so on and so forth. Typically, there are two opposite tensions
+when designing a type system. On the one hand, you want your type
+system to be as permissive as possible, that is, to accept as many
+programs that do not get stuck when executed with the untyped
+semantics as possible; this will keep the programmers using your
+language happy. On the other hand, you want your type system to have
+a reasonable performance when implemented; this will keep both the
+programmers and the implementers of your language happy. For example,
+a type system for rejecting programs that could perform
+division-by-zero is not expected to be feasible in general. A simple
+guideline when designing typing policies is to imagine how the
+semantics of the untyped language may get stuck and try to prevent
+those situations from happening.

+

Before we give the K type system of SIMPLE formally, we discuss,
+informally, the intended typing policy:

+
    +
  • +

    Each program should contain a main() function. Indeed,
    +the untyped SIMPLE semantics will get stuck on any program which does
    +not have a main function.

    +
  • +
  • +

    Each primitive value has its own type, which can be int
    +bool, or string. There is also a type void
    +for nonexistent values, for example for the result of a function meant
    +to return no value (but only be used for its side effects, like a
    +procedure).

    +
  • +
  • +

    The syntax of untyped SIMPLE is extended to allow type
    +declarations for all the variables, including array variables. This is
    +done in a C/Java-style. For example, int x; or
    +int x=7, y=x+3;, or int[][][] a[10,20];
    +(the latter defines a 10 × 20 matrix of arrays of integers).
    +Recall from untyped SIMPLE that, unlike in C/Java, our multi-dimensional
    +arrays use comma-separated arguments, although they have the array-of-array
    +semantics.

    +
  • +
  • +

    Functions are also typed in a C/Java style. However, since in SIMPLE
    +we allow functions to be passed to and returned by other functions, we also
    +need function types. We will use the conventional higher-order arrow-notation
    +for function types, but will separate the argument types with commas. For
    +example, a function returning an array of bool elements and
    +taking as argument an array x of two-integer-argument functions
    +returning an integer, is declared using a syntax of the form
    +bool[] f(((int,int)->int)[] x) { ... }
    +and has the type ((int,int)->int)[] -> bool[].

    +
  • +
  • +

    We allow any variable declarations at the top level. Functions
    +can only be declared at the top level. Each function can only access the
    +other functions and variables declared at the top level, or its own locally
    +declared variables. SIMPLE has static scoping.

    +
  • +
  • +

    The various expression and statement constructs take only elements of
    +the expected types.

    +
  • +
  • +

    Increment and assignment can operate both on variables and on array
    +elements. For example, if f has type int->int[][] and
    +function g has the type int->int, then the
    +increment expression ++f(7)[g(2),g(3)] is valid.

    +
  • +
  • +

    Functions should only return values of their declared result
    +type. To give the programmers more flexibility, we allow functions to
    +use return; statements to terminate without returning an
    +actual value, or to not explicitly use any return statement,
    +regardless of their declared return type. This flexibility can be
    +handy when writing programs using certain functions only for their
    +side effects. Nevertheless, as the dynamic semantics shows, a return
    +value is automatically generated when an explicit return
    +statement is not encountered.

    +
  • +
  • +

    For simplicity, we here limit exceptions to only throw and catch
    +integer values. We let it as an exercise to the reader to extend the
    +semantics to allow throwing and catching arbitrary-type exceptions.
    +Like in programming languages like Java, one can go even further and
    +define a semantics where thrown exceptions are propagated through
    +try-catch statements until one of the corresponding type is found.
    +We will do this when we define the KOOL language, not here.
    +To keep the definition if SIMPLE simple, here we do not attempt to
    +reject programs which throw uncaught exceptions.

    +
  • +
+

Like in untyped SIMPLE, some constructs can be desugared into a
+smaller set of basic constructs. In general, it should be clear why a
+program does not type by looking at the top of the k cells in
+its stuck configuration.

+
module SIMPLE-TYPED-STATIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of typed SIMPLE extends that of untyped SIMPLE with support
+for declaring types to variables and functions.

+
  syntax Id ::= "main" [token]
+

Types

+ +

Primitive, array and function types, as well as lists (or tuples) of types.
+The lists of types are useful for function arguments.

+
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Type "[" "]"
+                | "(" Type ")"             [bracket]
+                > Types "->" Type
+
+  syntax Types ::= List{Type,","}          [overload(exps)]
+

Declarations

+ +

Variable and function declarations have the expected syntax. For variables,
+we basically just replaced the var keyword of untyped SIMPLE with a
+type. For functions, besides replacing the function keyword with a
+type, we also introduce a new syntactic category for typed variables,
+Param, and lists over it.

+
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";"
+                | Type Id "(" Params ")" Block
+

Expressions

+ +

The syntax of expressions is identical to that in untyped SIMPLE,
+except for the logical conjunction and disjunction which have
+different strictness attributes, because they now have different
+evaluation strategies.

+
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict, left]
+               | Exp "||" Exp            [strict, left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

Note that spawn has not been declared strict. This may
+seem unexpected, because the child thread shares the same environment
+with the parent thread, so from a typing perspective the spawned
+statement makes the same sense in a child thread as it makes in the
+parent thread. The reason for not declaring it strict is because we
+want to disallow programs where the spawned thread calls the
+return statement, because those programs would get stuck in
+the dynamic semantics. The type semantics of spawn below will reject
+such programs.

+

We still need lists of expressions, defined below, but note that we do
+not need lists of identifiers anymore. They have been replaced by the lists
+of parameters.

+
  syntax Exps ::= List{Exp,","}          [strict, overload(exps)]
+

Statements

+ +

The statements have the same syntax as in untyped SIMPLE, except for
+the exceptions, which now type their parameter. Note that, unlike in untyped
+SIMPLE, all statement constructs which have arguments and are not desugared
+are strict, including the conditional and the while. Indeed, from a
+typing perspective, they are all strict: first type their arguments and then
+type the actual construct.

+
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                                  [strict]
+                | "if" "(" Exp ")" Block "else" Block      [avoid, strict]
+                | "if" "(" Exp ")" Block                   [macro]
+                | "while" "(" Exp ")" Block                [strict]
+                | "for" "(" Stmt Exp ";" Exp ")" Block     [macro]
+                | "return" Exp ";"                         [strict]
+                | "return" ";"
+                | "print" "(" Exps ")" ";"                 [strict]
+                | "try" Block "catch" "(" Param ")" Block  [strict(1)]
+                | "throw" Exp ";"                          [strict]
+                | "join" Exp ";"                           [strict]
+                | "acquire" Exp ";"                        [strict]
+                | "release" Exp ";"                        [strict]
+                | "rendezvous" Exp ";"                     [strict]
+

Note that the sequential composition is now sequentially strict,
+because, unlike in the dynamic semantics where statements dissolved,
+they now reduce to the stmt type, which is a result.

+
  syntax Stmt ::= Stmt Stmt                             [seqstrict, right]
+

Desugaring macros

+ +

We use the same desugaring macros like in untyped SIMPLE, but, of
+course, including the types of the involved variables.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}}
+  rule for(Start Cond; Step) {} => {Start while(Cond){Step;}}
+  rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es;               [anywhere]
+  rule T:Type X:Id = E; => T X; X = E;                                  [anywhere]
+
+endmodule
+
+
+module SIMPLE-TYPED-STATIC
+  imports SIMPLE-TYPED-STATIC-SYNTAX
+  imports DOMAINS
+

Static semantics

+ +

Here we define the type system of SIMPLE. Like concrete semantics,
+type systems defined in K are also executable. However, K type
+systems turn into type checkers instead of interpreters when executed.

+

The typing process is done in two (overlapping) phases. In the first
+phase the global environment is built, which contains type bindings
+for all the globally declared variables and functions. For functions,
+the declared types will be ``trusted'' during the first phase and
+simply bound to their corresponding function names and placed in the
+global type environment. At the same time, type-checking tasks that
+the function bodies indeed respect their claimed types are generated.
+All these tasks are (concurrently) verified during the second phase.
+This way, all the global variable and function declarations are
+available in the global type environment and can be used in order to
+type-check each function code. This is consistent with the semantics
+of untyped SIMPLE, where functions can access all the global variables
+and can call any other function declared in the same program. The
+two phases may overlap because of the K concurrent semantics. For
+example, a function task can be started while the first phase is still
+running; moreover, it may even complete before the first phase does,
+namely when all the global variables and functions that it needs have
+already been processed and made available in the global environment by
+the first phase task.

+

Extended syntax and results

+ +

The idea is to start with a configuration holding the program to type
+in one of its cells, then apply rewrite rules on it mixing types and
+language syntax, and eventually obtain a type instead of the original
+program. In other words, the program reduces to its type using
+the K rules giving the type system of the language. In doing so,
+additional typing tasks for function bodies are generated and solved
+the same way. If this rewriting process gets stuck, then we say that
+the program is not well-typed. Otherwise the program is well-typed
+(by definition). We did not need types for statements and for blocks
+as part of the typed SIMPLE syntax, because programmers are not allowed
+to use such types explicitly. However, we are going to need them in the
+type system, because blocks and statements reduce to them.

+

We start by allowing types to be used inside expressions and statements in
+our language. This way, types can be used together with language syntax in
+subsequent K rules without any parsing errors. Like in the type system of
+IMP++ in the K tutorial, we prefer to group the block and statement types
+under one syntactic sub-category of types, because this allows us to more
+compactly state that certain terms can be either blocks or statements. Also,
+since programs and fragments of program will reduce to their types, in order
+for the strictness and context declarations to be executable we state that
+types are results (same like we did in the IMP++ tutorial).

+
  syntax Exp ::= Type
+  syntax Exps ::= Types
+  syntax BlockOrStmtType ::= "block" | "stmt"
+  syntax Type ::= BlockOrStmtType
+  syntax Block ::= BlockOrStmtType
+  syntax KResult ::= Type
+                   | Types    //TODO: remove this, eventually
+

Configuration

+ +

The configuration of our type system consists of a tasks cell
+holding various typing task cells, and a global type environment.
+Each task includes a k cell holding the code to type, a tenv
+cell holding the local type environment, and a return cell holding
+the return type of the currently checked function. The latter is needed in
+order to check whether return statements return values of the expected type.
+Initially, the program is placed in a k cell inside a
+task cell. Since the cells with multiplicity ? are not
+included in the initial configuration, the task cell holding
+the original program in its k cell will contain no other
+subcells.

+
  configuration <T color="yellow">
+                  <tasks color="orange">
+                    <task multiplicity="*" color="yellow" type="Set">
+                      <k color="green"> $PGM:Stmt </k>
+                      <tenv multiplicity="?" color="cyan"> .Map </tenv>
+                      <returnType multiplicity="?" color="black"> void </returnType>
+                    </task>
+                  </tasks>
+//                  <br/>
+                  <gtenv color="blue"> .Map </gtenv>
+                </T>
+

Variable declarations

+ +

Variable declarations type as statements, that is, they reduce to the
+type stmt. There are only two cases that need to be
+considered: when a simple variable is declared and when an array
+variable is declared. The macros at the end of the syntax module
+above take care of reducing other variable declarations, including
+ones where the declared variables are initialized, to only these two
+cases. The first case has two subcases: when the variable declaration
+is global (i.e., the task cell contains only the k
+cell), in which case it is added to the global type environment
+checking at the same time that the variable has not been already
+declared; and when the variable declaration is local (i.e., a
+tenv cell is available), in which case it is simply added to
+the local type environment, possibly shadowing previous homonymous
+variables. The third case reduces to the second, incrementally moving
+the array dimension into the type until the array becomes a simple
+variable.

+
  rule <task> <k> T:Type X:Id; => stmt ...</k> </task>
+       <gtenv> Rho (.Map => X |-> T) </gtenv>
+    requires notBool(X in keys(Rho))
+  rule <k> T:Type X:Id; => stmt ...</k> <tenv> Rho => Rho[X <- T] </tenv>
+
+  context _:Type _::Exp[HOLE::Exps];
+// The rule below may need to sort E to Exp in the future, if the
+// parser gets stricter; without that information, it may not be able
+// to complete the LHS into T E[int,Ts],.Exps; (and similarly for the RHS)
+  rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts];
+// I want to write the rule below as _:Type (E:Exp[.Types] => E),
+// but the list completion seems to not work well with that.
+  rule T:Type E:Exp[.Types]; => T E;
+

Function declarations

+ +

Functions are allowed to be declared only at the top level (the
+task cell holds only its k subcell). Each function
+declaration reduces to a variable declaration (a binding of its name
+to its declared function type), but also adds a task into the
+tasks cell. The task consists of a typing of the statement
+declaring all the function parameters followed by the function body,
+together with the expected return type of the function. The
+getTypes and mkDecls functions, defined at the end of
+the file in the section on auxiliary operations, extracts the list of
+types and makes a sequence of variable declarations from a list of
+function parameters, respectively. Note that, although in the dynamic
+semantics we include a terminating return statement at the
+end of the function body to eliminate from the analysis the case when
+the function does not provide an explicit return, we do not need to
+include such a similar return statement here. That's because
+the return statements type to stmt anyway, and the
+entire code of the function body needs to type anyway.

+
  rule <task> <k> T:Type F:Id(Ps:Params) S => getTypes(Ps)->T F; ...</k> </task>
+       (.Bag => <task>
+               <k> mkDecls(Ps) S </k> <tenv> .Map </tenv> <returnType> T </returnType>
+             </task>)
+

Checking if main() exists}

+ +

Once the entire program is processed (generating appropriate tasks
+to type check its function bodies), we can dissolve the main
+task cell (the one holding only a k subcell). Since
+we want to enforce that programs include a main function, we also
+generate a function task executing main() to ensure that it
+types (remove this task creation if you do not want your type system
+to reject programs without a main function).

+
  rule <task> <k> stmt => main(.Exps); </k> (.Bag => <tenv> .Map </tenv>) </task>
+

Collecting the terminated tasks

+ +

Similarly, once a non-main task (i.e., one which contains a
+tenv subcells) is completed using the subsequent rules (i.e.,
+its k cell holds only the block or stmt
+type), we can dissolve its corresponding cell. Note that it is
+important to ensure that we only dissolve tasks containing a
+tenv cell with the rule below, because the main task should
+not dissolve this way! It should do what the above rule says.
+In the end, there should be no task cell left in the configuration
+when the program correctly type checks.

+
  rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag
+

Basic values

+ +

The first three rewrite rules below reduce the primitive values to
+their types, as we typically do when we define type systems in K.

+
  rule _:Int => int
+  rule _:Bool => bool
+  rule _:String => string
+

Variable lookup

+ +

There are three cases to distinguish for variable lookup: (1) if the
+variable is bound in the local type environment, then look its type up
+there; (2) if a local environment exists and the variable is not bound
+in it, then look its type up in the global environment; (3) finally,
+if there is no local environment, meaning that we are executing the
+top-level pass, then look the variable's type up in the global
+environment, too.

+
  rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv>
+
+  rule <k> X:Id => T ...</k> <tenv> Rho </tenv> <gtenv>... X |-> T ...</gtenv>
+    requires notBool(X in keys(Rho))
+
+  rule <task> <k> X:Id => T ...</k> </task> <gtenv>... X |-> T ...</gtenv>
+

Increment

+ +

We want the increment operation to apply to any lvalue, including
+array elements, not only to variables. For that reason, we define a
+special context extracting the type of the argument of the increment
+operation only if that argument is an lvalue. Otherwise the rewriting
+process gets stuck. The operation ltype is defined at the
+end of this file, in the auxiliary operation section. It essentially
+acts as a filter, getting stuck if its argument is not an lvalue and
+letting it reduce otherwise. The type of the lvalue is expected to be
+an integer in order to be allowed to be incremented, as seen in the
+rule ++ int => int below.

+
  context ++(HOLE => ltype(HOLE))
+  rule ++ int => int
+

Common expression constructs

+ +

The rules below are straightforward and self-explanatory:

+
  rule int + int => int
+  rule string + string => string
+  rule int - int => int
+  rule int * int => int
+  rule int / int => int
+  rule int % int => int
+  rule - int => int
+  rule int < int => bool
+  rule int <= int => bool
+  rule int > int => bool
+  rule int >= int => bool
+  rule T:Type == T => bool
+  rule T:Type != T => bool
+  rule bool && bool => bool
+  rule bool || bool => bool
+  rule ! bool => bool
+

Array access and size

+ +

Array access requires each index to type to an integer, and the
+array type to be at least as deep as the number of indexes:

+
// NOTE:
+// We used to need parentheses in the RHS, to avoid capturing Ts as an attribute
+// Let's hope that is not a problem anymore.
+
+  rule (T[])[int, Ts:Types] => T[Ts]
+  rule T:Type[.Types] => T
+

sizeOf only needs to check that its argument is an array:

+
  rule sizeOf(_T[]) => int
+

Input/Output

+ +

The read expression construct types to an integer, while print types
+to a statement provided that all its arguments type to integers or
+strings.

+
  rule read() => int
+
+  rule print(T:Type, Ts => Ts); requires T ==K int orBool T ==K string
+  rule print(.Types); => stmt
+

Assignment

+ +

The special context and the rule for assignment below are similar
+to those for increment: the LHS of the assignment must be an lvalue
+and, in that case, it must have the same type as the RHS, which then
+becomes the type of the assignment.

+
  context (HOLE => ltype(HOLE)) = _
+  rule T:Type = T => T
+

Function application and return

+ +

Function application requires the type of the function and the
+types of the passed values to be compatible. Note that a special case
+is needed to handle the no-argument case:

+
  rule (Ts:Types -> T)(Ts) => T requires Ts =/=K .Types
+  rule (void -> T)(.Types) => T
+

The returned value must have the same type as the declared
+function return type. If an empty return is encountered, than
+we should check that we are in a function (and not a thread)
+context, that is, a return cell must be available:

+
  rule <k> return T:Type; => stmt ...</k> <returnType> T </returnType>
+  rule <k> return; => stmt ...</k> <returnType> _ </returnType>
+

Blocks

+ +

To avoid having to recover type environments after blocks, we prefer
+to start a new task for block body, making sure that the new task
+is passed the same type environment and return cells. The value
+returned by return statements must have the same type as
+stated in the return cell. The print variadic
+function is allowed to only print integers and strings. The thrown
+exceptions can only have integer type.

+
  rule {} => block
+
+  rule <task> <k> {S} => block ...</k> <tenv> Rho </tenv> R </task>
+       (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>)
+

Expression statement

+ +
  rule _:Type; => stmt
+

Conditional and while loop

+ +
  rule if (bool) block else block => stmt
+  rule while (bool) block => stmt
+

Exceptions

+ +

We currently force the parameters of exceptions to only be integers.
+Moreover, for simplicity, we assume that integer exceptions can be
+thrown from anywhere, including from functions which do not define
+any try-catch block (with the currently unchecked ‒also for
+simplicity‒ expectation that the caller functions would catch those
+exceptions).

+
  rule try block catch(int X:Id) {S} => {int X; S}
+  rule try block catch(int X:Id) {} => {int X;}
+  rule throw int; => stmt
+

Concurrency

+ +

Nothing special about typing the concurrency constructs, except that
+we do not want the spawned thread to return, so we do not include any
+return cell in the new task cell for the thread statement.
+Same like with the functions above, we do not check for thrown
+exceptions which are not caught.

+
  rule <k> spawn S => int ...</k> <tenv> Rho </tenv>
+       (.Bag => <task> <k> S </k> <tenv> Rho </tenv> </task>)
+  rule join int; => stmt
+  rule acquire _:Type; => stmt
+  rule release _:Type; => stmt
+  rule rendezvous _:Type; => stmt
+
+  rule _:BlockOrStmtType _:BlockOrStmtType => stmt
+

Auxiliary constructs

+ +

The function mkDecls turns a list of parameters into a
+list of variable declarations.

+
  syntax Stmt ::= mkDecls(Params)  [function]
+  rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps)
+  rule mkDecls(.Params) => {}
+

The ltype context allows only expressions which have an
+lvalue to evaluate.

+
  syntax LValue ::= Id
+  rule isLValue(_:Exp[_:Exps]) => true
+  syntax Exp ::= LValue  // K should be able to infer this
+                         // if not added, then it gets stuck with an Id on k cell
+
+// Instead of the second LValue production above you can use a rule:
+//  rule isLValue(_:Exp[_:Exps]) => true
+
+  syntax Exp ::= ltype(Exp)
+//  context ltype(HOLE:LValue)
+// The above context does not work due to some error, so we write instead
+  context ltype(HOLE) requires isLValue(HOLE)
+

The function getTypes is the same as in SIMPLE typed dynamic.

+
  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types   // I would like to not use .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+
+endmodule
+

Go to Lesson 3, SIMPLE typed dynamic

+

SIMPLE — Typed — Dynamic

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K dynamic semantics of the typed SIMPLE language.
+It is very similar to the semantics of the untyped SIMPLE, the
+difference being that we now dynamically check the typing policy
+described in the static semantics of typed SIMPLE. Because of the
+dynamic nature of the semantics, we can also perform some additional
+checks which were not possible in the static semantics, such as
+memory leaks due to accessing an array out of its bounds. We will
+highlight the differences between the dynamically typed and the
+untyped SIMPLE as we proceed with the semantics. We recommend the
+reader to consult the typing policy and the syntax of types discussed
+in the static semantics of the typed SIMPLE language.

+
module SIMPLE-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of typed SIMPLE extends that of untyped SIMPLE with support
+for declaring types to variables and functions.

+

The syntax below is identical to that of the static semantics of typed
+SIMPLE. However, the K strictness attributes are like those of the untyped
+SIMPLE, to capture the desired evaluation strategies of the various language
+constructs.

+
  syntax Id ::= "main" [token]
+

Types

+ +
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Type "[" "]"
+                | "(" Type ")"           [bracket]
+                > Types "->" Type
+  syntax Types ::= List{Type,","}        [overload(exps)]
+

Declarations

+ +
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";"
+                | Type Id "(" Params ")" Block
+

Expressions

+ +
  syntax Exp ::= Int | Bool | String | Id
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+

Like in the static semantics, there is no need for lists of identifiers
+(because we now have lists of parameters).

+
  syntax Exps ::= List{Exp,","}          [strict, overload(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [overload(exps)]
+

Statements

+ +
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"
+                | "try" Block "catch" "(" Param ")" Block
+            | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

The same desugaring macros like in the statically typed SIMPLE.

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}}
+  rule for(Start Cond; Step) {} => {Start while(Cond){Step;}}
+  rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es;               [anywhere]
+  rule T:Type X:Id = E; => T X; X = E;                                  [anywhere]
+
+endmodule
+
+
+module SIMPLE-TYPED-DYNAMIC
+  imports SIMPLE-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS
+

Semantics

+ +

Values and results

+ +

These are similar to those of untyped SIMPLE, except that the array
+references and the function abstrations now also hold their types.
+These types are needed in order to easily compute the type of any
+value in the language (see the auxiliary typeOf operation at
+the end of this module).

+
  syntax Val ::= Int | Bool | String
+               | array(Type,Int,Int)
+               | lambda(Type,Params,Stmt)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+                   | Vals  // TODO: should not need this
+

Configuration

+ +

The configuration is almost identical to that of untyped SIMPLE,
+except for a return cell inside the control cell.
+This return cell will hold, like in the static semantics of
+typed SIMPLE, the expected type of the value returned by the function
+being executed. The contents of this cell will be set whenever a
+function is invoked and will be checked whenever the evaluation of the
+function body encounters an explicit return statement.

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+
+  syntax ControlCell
+  syntax ControlCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" color="yellow" type="Map">
+                      <id color="pink"> 0 </id>
+                      <k color="green"> ($PGM:Stmt ~> execute) </k>
+//                      <br/>
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                        <returnType color="LimeGreen"> void </returnType>
+                       </control>
+//                      <br/>
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                    </thread>
+                  </threads>
+//                  <br/>
+                  <genv color="pink"> .Map </genv>
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set</busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                </T>
+

Declarations and Initialization

+ +

Variable Declaration

+ +

The undefined construct is now parameterized by a type.
+A main difference between untyped SIMPLE and dynamically typed SIMPLE
+is that the latter assigns a type to each of its locations and that
+type cannot be changed during the execution of the program. We do not
+do any memory management in our semantic definitions here, so
+locations cannot be reclaimed, garbage collected and/or reused. Each
+location corresponds precisely to an allocated variable or array
+element, whose type was explicitly or implicitly declared in the
+program and does not change. It is therefore safe to type each
+location and then never allow that type to change. The typed
+undefined values effectively assign both a type and an undefined value
+to a location.

+
  syntax KItem ::= undefined(Type)
+
+  rule <k> T:Type X:Id; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+

Array Declaration

+ +

The dynamic semantics of typed array declarations is similar to that
+in untyped SIMPLE, but we have to make sure that we associate the
+right type to the allocated locations.

+
  rule <k> T:Type X:Id[N:Int]; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(T, L +Int 1, N)
+                          (L +Int 1)...(L +Int N) |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+
+  context _:Type _::Exp[HOLE::Exps];
+

The desugaring of multi-dimensional arrays into unidimensional
+ones is also similar to that in untyped SIMPLE, although we have to
+make sure that all the declared variables have the right types. The
+auxiliary operation T<Vs>, defined at the end of the file,
+adds the length of Vs dimensions to the type T.

+
// TODO: Check the desugaring below to be consistent with the one for untyped simple
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals];
+    => T[]<Vs> X[N1];
+       {
+         T[][]<Vs> $1=X;
+         for(int $2=0; $2 <= N1 - 1; ++$2) {
+           T X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+

Function declaration

+ +

Store all function parameters, as well as the return type, as part
+of the lambda abstraction. In the spirit of dynamic typing, we will
+make sure that parameters are well typed when the function is invoked.

+
  rule <k> T:Type F:Id(Ps:Params) S => .K ...</k>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> lambda(T, Ps, S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

Calling main()

+ +

When done with the first pass, call main().

+
  syntax KItem ::= "execute"
+  rule <k> execute => main(.Exps); </k>
+       <env> Env </env>
+       <genv> .Map => Env </genv>
+

Expressions

+ +

Variable lookup

+ +
  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>
+

Variable/Array increment

+ +
  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>
+

Arithmetic operators

+ +
  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Array lookup

+ +

Check array bounds, as part of the dynamic typing policy.

+
// Same comment as for simple untyped regarding [anywhere]
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+// Same comment as for simple untyped regarding [anywhere]
+  rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N)
+    requires N >=Int 0 andBool N <Int M  [anywhere]
+

Size of an array

+ +
  rule sizeOf(array(_,_,N)) => N
+

Function call

+ +

Define function call and return together, to see their relationship.
+Note that the operation mkDecls now declares properly typed
+instantiated variables, and that the semantics of return also
+checks that that type of the returned value is expected one.

+
  syntax KItem ::= (Type,Map,K,ControlCellFragment)
+
+  rule <k> lambda(T,Ps,S)(Vs:Vals) ~> K => mkDecls(Ps,Vs) S return; </k>
+       <control>
+         <fstack> .List => ListItem((T',Env,K,C)) ...</fstack>
+         <returnType> T' => T </returnType>
+         C
+       </control>
+       <env> Env => GEnv </env>
+       <genv> GEnv </genv>
+
+  rule <k> return V:Val; ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem((T',Env,K,C)) => .List ...</fstack>
+         <returnType> T => T' </returnType>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+    requires typeOf(V) ==K T   // check the type of the returned value
+

Like the undefined above, nothing also gets
+tagged with a type now. The empty return statement is
+completed to return the nothing value tagged as expected.

+
  syntax Val ::= nothing(Type)
+  rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType>
+

Read

+ +
  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>
+

Assignment

+ +

The assignment now checks that the type of the assigned location is
+preserved:

+
  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (V' => V) ...</store>
+    requires typeOf(V) ==K typeOf(V')
+

Statements

+ +

Blocks

+ +
  rule {} => .K
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+

Sequential composition

+ +
  rule S1:Stmt S2:Stmt => S1 ~> S2
+

Expression statements

+ +
  rule _:Val; => .K
+

Conditional

+ +
  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+

While loop

+ +
  rule while (E) S => if (E) {S while(E)S}
+

Print

+ +

We only allow printing integers and strings:

+
  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    requires typeOf(V) ==K int orBool typeOf(V) ==K string
+  rule print(.Vals); => .K
+

Exceptions

+ +

Exception parameters are now typed, but note that the semantics below
+works correctly only when the thrown exception has the same type as
+the innermost try-catch paramete. To keep things simple, for the time
+being we can assume that SIMPLE only throws and catches integer
+values, in which case our semantics below works fine:

+
  syntax KItem ::= (Param,Stmt,K,Map,ControlCellFragment)  // Param instead of Id
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem((P, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => .K ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { T X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem((T:Type X:Id, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Threads

+ +

Thread creation

+ +
   rule <thread>...
+          <k> spawn S => !T:Int +Int 1 ...</k>
+          <env> Env </env>
+        ...</thread>
+        (.Bag => <thread>...
+                <k> S </k>
+                <env> Env </env>
+                <id> !T +Int 1 </id>
+              ...</thread>)
+

Thread termination

+ +
   rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+        <busy> Busy => Busy -Set keys(H) </busy>
+        <terminated>... .Set => SetItem(T) ...</terminated>
+

Thread joining

+ +
   rule <k> join T:Int; => .K ...</k>
+        <terminated>... SetItem(T) ...</terminated>
+

Acquire lock

+ +
   rule <k> acquire V:Val; => .K ...</k>
+        <holds>... .Map => V |-> 0 ...</holds>
+        <busy> Busy (.Set => SetItem(V)) </busy>
+     requires (notBool(V in Busy:Set))
+
+   rule <k> acquire V; => .K ...</k>
+        <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+

Release lock

+ +
   rule <k> release V:Val; => .K ...</k>
+        <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+      requires N >Int 0
+
+   rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+        <busy>... SetItem(V) => .Set ...</busy>
+

Rendezvous synchronization

+ +
   rule <k> rendezvous V:Val; => .K ...</k>
+        <k> rendezvous V; => .K ...</k>
+

Auxiliary declarations and operations

+ +

Turns a list of parameters and a list of instance values for them
+into a list of variable declarations.

+
  syntax Stmt ::= mkDecls(Params,Vals)  [function]
+  rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals))
+    => T X=V; mkDecls(Ps,Vs)
+  rule mkDecls(.Params,.Vals) => {}
+

Location lookup.

+
  syntax Exp ::= lookup(Int)  // see NOTES.md for why Exp instead of KItem
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>
+

Environment recovery.

+
// TODO: same comment regarding setEnv(...) as for simple untyped
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => .K ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .K) ~> setEnv(_)
+

lvalue and loc

+
  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k>  <env>... X |-> L:Int ...</env>
+
+  //context lvalue(_[HOLE])
+  //context lvalue(HOLE[_])
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+

Adds the corresponding depth to an array type

+
  syntax Type ::= Type "<" Vals ">"  [function]
+  rule T:Type<_,Vs:Vals> => T[]<Vs>
+  rule T:Type<.Vals> => T
+

Sequences of locations.

+
  syntax Map ::= Int "..." Int "|->" K [function]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+
+// Type of a value.
+  syntax Type ::= typeOf(K)  [function]
+  rule typeOf(_:Int) => int
+  rule typeOf(_:Bool) => bool
+  rule typeOf(_:String) => string
+  rule typeOf(array(T,_,_)) => (T[])   // () needed! K parses [] as "no tags"
+  rule typeOf(lambda(T,Ps,_)) => getTypes(Ps) -> T
+  rule typeOf(undefined(T)) => T
+  rule typeOf(nothing(T)) => T
+

List of types of a parameter.

+
  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types   // I would like to not use .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+endmodule
+

KOOL — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped KOOL language. KOOL
+is aimed at being a pedagogical and research language that captures
+the essence of the object-oriented programming paradigm. Its untyped
+variant discussed here is simpler than the typed one, ignoring several
+intricate aspects of types in the presence of objects. A program
+consists of a set of class declarations. Each class can extend at
+most one other class (KOOL is single-inheritance). A class can
+declare a set of fields and a set of methods, all public and called
+the class' members. Specifically, KOOL includes the
+following features:

+
    +
  • +

    Class declarations, where a class may or may not explicitly
    +extend another class. In case a class does not explicitly extend
    +another class, then it is assumed that it extends the default top-most
    +and empty (i.e., no members) class called Object. Each class
    +is required to declare precisely one homonymous method, called its
    +constructor. Each valid program should contain one class
    +named Main, whose constructor, Main(), takes no
    +arguments. The execution of a program consists of creating an object
    +instance of class Main and invoking the constructor
    +Main() on it, that is, of executing new Main();.

    +
  • +
  • +

    All features of SIMPLE (see examples/simple/untyped),
    +i.e., multidimensional arrays, function (here called "method")
    +abstractions with call-by-value parameter passing style and static
    +scoping, blocks with locals, input/output, parametric exceptions, and
    +concurrency via dynamic thread creation/termination and synchronization.
    +The only change in the syntax of SIMPLE when imported in KOOL is the
    +function declaration keyword, function, which is changed into
    +method. The exact same desugaring macros from SIMPLE are
    +also included in KOOL. We can think of KOOL's classes as embedding
    +SIMPLE programs (extended with OO constructs, as discussed next).

    +
  • +
  • +

    Object creation using the new C(e1,...,en)
    +expression construct. An object instance of class C is first
    +created and then the constructor C(e1,...,en) is implicitly
    +called on that object. KOOL only allows (and requires) one
    +constructor per class. The class constructor can be called either
    +implicitly during a new object creation for the class, or explicitly.
    +The superclass constructor is not implicitly invoked when a
    +class constructor is invoked; if you want to invoke the superclass
    +constructor from a subclass constructor then you have to do it
    +explicitly.

    +
  • +
  • +

    An expression construct this, which evaluates to the
    +current object.

    +
  • +
  • +

    An expression construct super, which is used (only) in
    +combination with member lookup (see next) to refer to a superclass
    +field or method.

    +
  • +
  • +

    A member lookup expression construct e.x, where e
    +is an expression (either an expression expected to evaluate to an object
    +or the super construct) and x is a class member name,
    +that is, a field or a method name.

    +
  • +
  • +

    Expression constructs e instanceOf C and
    +(C) e, where e is an expression expected
    +to evaluate to an object and C a class name. The former
    +tells whether the class of e is a subclass of C,
    +that is, whether e can be used as an instance of C,
    +and the latter changes the class of e to C. These
    +operations always succeed: the former returns a Boolean value, while
    +the latter changes the current class of e to C
    +regardless of whether it is safe to do so or not. The typed version
    +of KOOL will check the safety of casting by ensuring that the instance
    +class of the object is a subclass of C. In untyped KOOL we
    +do not want to perform this check because we want to allow the
    +programmer maximum of flexibility: if one always accesses only
    +available members, then the program can execute successfully despite
    +the potentially unsafe cast.

    +
  • +
+

There are some specific aspects of KOOL that need to be discussed.

+

First, KOOL is higher-order, allowing function abstractions to be
+treated like any other values in the language. For example, if
+m is a method of object e then e.m
+evaluates to the corresponding function abstraction. The function
+abstraction is in fact a closure, because in addition to the method
+parameters and body it also encapsulates the object value (i.e., the
+environment of the object together with its current class—see below)
+that e evaluates to. This way, function abstractions can be
+invoked anywhere and have the capability to change the state of their
+object. For example, if m is a method of object e
+which increments a field c of e when invoked, and if
+getm is another method of e which simply returns
+m when invoked, then the double application
+(e.getm())() has the same effect as e.m(), that is,
+increments the counter c of e. Note that the
+higher-order nature of KOOL was not originally planned; it came as a
+natural consequence of evaluating methods to closures and we decided
+to keep it. If you do not like it then do not use it.

+

Second, since all the fields and methods are public in KOOL and since
+they can be redeclared in subclasses, it is not immediately clear how
+to lookup the member x when we write e.x and
+e is different from super. We distinguish two cases,
+depending on whether e.x occurs in a method invocation
+context (i.e., e.x(...)) or in a field context. KOOL has
+dynamic method dispatch, so if e.x is invoked as a method
+then x will be searched for starting with the instance class of
+the object value to which e evaluates. If e.x
+occurs in a non-method-invocation context then x will be
+treated as a field (although it may hold a method closure due to the
+higher-order nature of KOOL) and thus will be searched starting with
+the current class of the object value of e (which, because of
+this and casting, may be different from its instance class).
+In order to achieve the above, each object value will consist of a
+pair holding the current class of the object and an environment stack
+with one layer for each class in the object's instance class hierarchy.

+

Third, although KOOL is dynamic method dispatch, its capabilities
+described above are powerful enough to allow us to mimic static
+method dispatch. For example, suppose that you want to invoke method
+m() statically. Then all you need to do is to declare a
+local variable and bind it to m, for example var staticm = m;, and
+then call staticm(). This works because
+staticm is first bound to the method closure that m
+evaluates to, and then looked up as any local variable when invoked.
+We only enable the dynamic method dispatch when we have an object
+member on an application position, e.g., m().

+

In what follows, we limit our comments to the new, KOOL-specific
+aspects of the language. We refer the reader to the untyped SIMPLE
+language for documentation on the the remaining features, because
+those were all borrowed from SIMPLE.

+
module KOOL-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of KOOL extends that of SIMPLE with object-oriented
+constructs. We removed from the K annotated syntax of SIMPLE two
+constructs, namely the one for function declarations (because we want
+to call them methods now) and the one for function application
+(because application is not strict in the first argument
+anymore—needs to initiate dynamic method dispatch). The additional
+syntax includes:

+
    +
  • First, we need a new dedicated identifier, Object, for
    +the default top-most class.
  • +
  • Second, we rename the function keyword of SIMPLE into method.
  • +
  • Third, we add syntax for class declarations together with a
    +macro making classes which extend nothing to extend Object.
  • +
  • Fourth, we change the strictness attribute of application
    +into strict(2).
  • +
  • Finally, we add syntax and corresponding strictness
    +for the KOOL object-oriented constructs.
  • +
+
  syntax Id ::= "Object" [token] | "Main" [token]
+
+  syntax Stmt ::= "var" Exps ";"
+                | "method" Id "(" Ids ")" Block  // called "function" in SIMPLE
+                | "class" Id Block               // KOOL
+                | "class" Id "extends" Id Block  // KOOL
+
+  syntax Exp ::= Int | Bool | String | Id
+               | "this"                                 // KOOL
+               | "super"                                // KOOL
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]    // KOOL
+               | "(" Id ")" Exp          [strict(2)]    // KOOL  cast
+               | "new" Id "(" Exps ")"   [strict(2)]    // KOOL
+               | Exp "." Id                             // KOOL
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict(2)]    // was strict in SIMPLE
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Ids  ::= List{Id,","}
+
+  syntax Exps ::= List{Exp,","}          [strict, overload(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [overload(exps)]
+
+  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

Old desugaring rules, from SIMPLE

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule var E1::Exp, E2::Exp, Es::Exps; => var E1; var E2, Es;       [anywhere]
+  rule var X::Id = E; => var X; X = E;                              [anywhere]
+

New desugaring rule

+
  rule class C:Id S => class C extends Object S                     // KOOL
+
+endmodule
+

Semantics

+ +

We first discuss the new configuration of KOOL, which extends that of
+SIMPLE. Then we include the semantics of the constructs borrowed from
+SIMPLE unchanged; we refrain from discussing those, because they were
+already discussed in the K definition of SIMPLE. Then we discuss
+changes to SIMPLE's semantics needed for the more general meaning of
+the previous SIMPLE constructs (for example for thread spawning,
+assignment, etc.). Finally, we discuss in detail the
+semantics of the additional KOOL constructs.

+
module KOOL-UNTYPED
+  imports KOOL-UNTYPED-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

KOOL removes one cell and adds two nested cells to the configuration
+of SIMPLE. The cell which is removed is the one holding the global
+environment, because a KOOL program consists of a set of classes only,
+with no global declarations. In fact, since informally speaking each
+KOOL class now includes a SIMPLE program, it is safe to say that the
+global variables in SIMPLE became class fields in KOOL. Let us now
+discuss the new cells that are added to the configuration of SIMPLE.

+
    +
  • +

    The cell crntObj holds data pertaining to the current
    +object, that is, the object environment in which the code in cell
    +k executes: crntClass holds the current class (which
    +can change as methods of the current object are invoked);
    +envStack holds the stack of environments as a list,
    +each layer corresponding to one class in the objects' instance class
    +hierarchy; location, which is optional, holds the location in
    +the store where the current object is or has to be located (this is
    +useful both for method closures and for the semantics of object
    +creation).

    +
  • +
  • +

    The cell classes holds all the declared classes, each
    +class being held in its own class cell which contains a name
    +(className), a parent (extends), and the actual
    +member declarations (declarations).

    +
  • +
+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+  syntax EnvCell
+  syntax ControlCell
+  syntax EnvStackCell
+  syntax CrntObjCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Set" color="yellow">
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      //<br/> // TODO(KORE): support latex annotations #1799
+                        <crntObj color="Fuchsia">  // KOOL
+                           <crntClass> Object </crntClass>
+                           <envStack> .List </envStack>
+                           <location multiplicity="?"> .K </location>
+                        </crntObj>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                      <id color="pink"> 0 </id>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <classes color="Fuchsia">        // KOOL
+                     <classData multiplicity="*" type="Map" color="Fuchsia">
+                        // the Map has as its key the first child of the cell,
+                        // in this case the className cell.
+                        <className color="Fuchsia"> Main </className>
+                        <baseClass color="Fuchsia"> Object </baseClass>
+                        <declarations color="Fuchsia"> .K </declarations>
+                     </classData>
+                  </classes>
+                </T>
+

Unchanged Semantics from untyped SIMPLE

+ +

The semantics below is taken over from SIMPLE unchanged.
+The semantics of function declaration and invocation, including the
+use of the special lambda abstraction value, needs to change
+in order to account for the fact that methods are now invoked into
+their object's environment. The semantics of function return actually
+stays unchanged. Also, the semantics of program initialization is
+different: now we have to create an instance of the Main
+class which also calls the constructor Main(), while in
+SIMPLE we only had to invoke the function Main().
+Finally, the semantics of thread spawning needs to change, too: the
+parent thread needs to also share its object environment with the
+spawned thread (in addition to its local environment, like in SIMPLE).
+This is needed in order to be able to spawn method invokations under
+dynamic method dispatch; for example, spawn { run(); }
+will need to look up the method run() in the newly created
+thread, operation which will most likely fail unless the child thread
+sees the object environment of the parent thread. Note that the
+spawn statement of KOOL is more permissive than the threads
+of Java. In fact, the latter can be implemented in terms of our
+spawn—see the program threads.kool for a sketch.

+

Below is a subset of the values of SIMPLE, which are also values
+of KOOL. We will add other values later in the semantics, such as
+object and method closures.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax KResult ::= Vals
+

The semantics below are taken verbatim from the untyped SIMPLE
+definition.

+
  syntax KItem ::= "undefined"
+
+  rule <k> var X:Id; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+
+
+  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         var $1=X;
+         for(var $2=0; $2 <= N1 - 1; ++$2) {
+           var X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+
+
+  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>
+
+
+  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>
+
+
+  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+
+
+  rule sizeOf(array(_,N)) => N
+

The semantics of function application needs to change into dynamic
+method dispatch invocation, which is defined shortly. However,
+interestingly, the semantics of return stays unchanged.

+
  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem(fstackFrame(Env,K,XS,<crntObj> CO </crntObj>)) => .List ...</fstack>
+         <xstack> _ => XS </xstack>
+         <crntObj> _ => CO </crntObj>
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+
+
+  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>
+
+
+  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+
+  rule {} => .K
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+
+
+  rule S1::Stmt S2::Stmt => S1 ~> S2
+
+  rule _:Val; => .K
+
+  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+
+  rule while (E) S => if (E) {S while(E)S}
+
+  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+  rule print(.Vals); => .K
+
+
+  syntax KItem ::= xstackFrame(Id,Stmt,K,Map,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Id,Stmt,K,Map,K)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem(xstackFrame(X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => .K ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem(xstackFrame(X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Thread spawning needs a new semantics, because we want the child
+thread to also share the object environment with its parent. The new
+semantics of thread spawning will be defined shortly. However,
+interestingly, the other concurrency constructs keep their semantics
+from SIMPLE unchanged.

+
  // TODO(KORE): ..Bag should be . throughout this definition #1772
+  rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+  /*
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .)
+  */
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+
+  rule <k> join T:Int; => .K ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+
+  rule <k> acquire V:Val; => .K ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy:Set))
+
+  rule <k> acquire V; => .K ...</k>
+       <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+
+  rule <k> release V:Val; => .K ...</k>
+       <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+
+  rule <k> rendezvous V:Val; => .K ...</k>
+       <k> rendezvous V; => .K ...</k>
+

Unchanged auxiliary operations from untyped SIMPLE

+ +
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+
+  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookup(Int)
+  /*
+  syntax KItem ::= lookup(Int)
+  */
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => .K ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .K) ~> setEnv(_)
+  // TODO: How can we make sure that the second rule above applies before the first one?
+  //       Probably we'll deal with this using strategies, eventually.
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+
+
+  syntax Map ::= Int "..." Int "|->" K
+    [function]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+

Changes to the existing untyped SIMPLE semantics

+ +

When we extend a language, sometimes we need to do more than just add
+new language constructs and semantics for them. Sometimes we want to
+also extend the semantics of existing language constructs, in order to
+get more from them.

+

Program initialization

+ +

In SIMPLE, once all the global declarations were processed, the
+function main() was invoked. In KOOL, the global
+declarations are classes, and their specific semantics is given
+shortly; essentially, they are pre-processed one by one and added
+into the class cell structure in the configuration.
+Once all the classes are processed, the computation item
+execute, which was placed right after the program in the
+initial configuration, is reached. In SIMPLE, the program was
+initialized by calling the method main(). In KOOL, the
+program is initialized by creating an object instance of class
+Main. This will also implicitly call the method
+Main() (the Main class constructor). The emptiness
+of the env cell below is just a sanity check, to make sure
+that the user has not declared anything but classes at the top level
+of the program.

+
  syntax KItem ::= "execute"
+  rule <k> execute => new Main(.Exps); </k> <env> .Map </env>
+

The semantics of new (defined below) requires the
+execution of all the class' declarations (and also of its
+superclasses').

+

Object and method closures

+ +

Before we can define the semantics of method application (previously
+called function application in SIMPLE), we need to add two more values
+to the language, namely object and method closures:

+
  syntax Val ::= objectClosure(Id, List)
+               | methodClosure(Id,Int,Ids,Stmt)
+

An object value consists of an objectClosure-wrapped bag
+containing the current class of the object and the environment stack
+of the object. The current class of an object will always be one of
+the classes mapped to an environment in the environment stack of the
+object. A method closure encapsulates the method's parameters and
+code (last two arguments), as well as the object context in which the
+method code should execute. This object context includes the current
+class of the object (the first argument of methodClosure) and
+the object environment stack (located in the object stored at the
+location specified as the second argument of methodClosure).

+

Method application

+ +

KOOL has a complex mechanism to invoke methods, because it allows both
+dynamic method dispatch and methods as first-class-citizen values (the
+latter making it a higher-order language). The invocation mechanism
+will be defined later. What is sufficient to know for now is that
+the two arguments of the application construct eventually reduce to
+values, the first being a method closure and the latter a list of
+values. The semantics of the method closure application is then as
+expected: the local environment and control are stacked, then we
+switch to method closure's class and object environment and execute
+the method body. The mkDecls construct is the one that came
+with the unchanged semantics of SIMPLE above.

+
  syntax KItem ::= fstackFrame(Map,K,List,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Map,K,K)
+
+  rule <k> methodClosure(Class,OL,Xs,S)(Vs:Vals) ~> K
+           => mkDecls(Xs,Vs) S return; </k>
+       <env> Env => .Map </env>
+       <store>... OL |-> objectClosure(_, EnvStack)...</store>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+          <xstack> XS </xstack>
+          <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj' </crntObj>))
+          ...</fstack>
+          <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EnvStack </envStack> </crntObj>
+       </control>
+

Spawn

+ +

We want to extend the semantics of spawn to also share the
+current object environment with the child thread, in addition to the
+current environment. This extension will allow us to also use method
+invocations in the spawned statements, which will be thus looked up as
+expected, using dynamic method dispatch. This lookup operation would
+fail if the child thread did not have access to its parent's object
+environment.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+         <crntObj> Obj </crntObj>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+               <crntObj> Obj </crntObj>
+             ...</thread>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

Initially, the classes forming the program are moved into their
+corresponding cells:

+
  rule <k> class Class1 extends Class2 { S } => .K ...</k>
+       <classes>... (.Bag => <classData>
+                            <className> Class1 </className>
+                            <baseClass> Class2 </baseClass>
+                            <declarations> S </declarations>
+                        </classData>)
+       ...</classes>
+

Method declaration

+ +

Like in SIMPLE, method names are added to the environment and bound
+to their code. However, unlike in SIMPLE where each function was
+executed in the same environment, namely the program global
+environment, a method in KOOL needs to be executed into its object's
+environment. Thus, methods evaluate to closures, which encapsulate
+their object's context (i.e., the current class and environment stack
+of the object) in addition to method's parameters and body. This
+approach to bind method names to method closures in the environment
+will also allow objects to pass their methods to other objects, to
+dynamically change their methods by assigning them other method
+closures, and even to allow all these to be done from other objects.
+This gives the KOOL programmer a lot of power; one should use this
+power wisely, though, because programs can become easily hard to
+understand and reason about if one overuses these features.

+
  rule <k> method F:Id(Xs:Ids) S => .K ...</k>
+       <crntClass> Class:Id </crntClass>
+       <location> OL:Int </location>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> methodClosure(Class,OL,Xs,S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

New

+ +

The semantics of new consists of two actions: memory
+allocation for the new object and execution of the corresponding
+constructor. Then the created object is returned as the result of the
+new operation; the value returned by the constructor, if any,
+is discarded. The current environment and object are stored onto the
+stack and recovered after new (according to the semantics of
+return borrowed from SIMPLE, when the statement
+return this; in the rule below is reached and evaluated),
+because the object creation part of new will destroy them.
+The rule below also initializes the object creation process by
+emptying the local environment and the current object, and allocating
+a location in the store where the created object will be eventually
+stored (this is what the storeObj task after the object
+creation task in the rule below will do—its rule is defined
+shortly). The location where the object will be stored is also made
+available in the crntObj cell, so that method closures can
+refer to it (see rule above).

+
  syntax KItem ::= "envStackFrame" "(" Id "," Map ")"
+
+  rule <k> new Class:Id(Vs:Vals) ~> K
+           => create(Class) ~> storeObj ~> Class(Vs); return this; </k>
+       <env> Env => .Map </env>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control> <xstack> XS </xstack>
+         <crntObj> Obj
+                   => <crntClass> Object </crntClass>
+                      <envStack> ListItem(envStackFrame(Object, .Map)) </envStack>
+                      <location> L </location>
+         </crntObj>
+         <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj </crntObj>)) ...</fstack>
+       </control>
+

The creation of a new object (the memory allocation part only) is
+a recursive process, requiring to first create an object for the
+superclass. A memory object representation is a layered structure:
+for each class on the path from the instance class to the root of the
+hierarchy there is a layer including the memory allocated for the
+members (both fields and methods) of that class.

+
  syntax KItem ::= create(Id)
+
+  rule <k> create(Class:Id)
+           => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k>
+       <className> Class </className>
+       <baseClass> Class1:Id </baseClass>
+       <declarations> S </declarations>
+
+  rule <k> create(Object) => .K ...</k>
+

The next operation sets the current class of the current object.
+This is necessary to be done at each layer, because the current class
+of the object is enclosed as part of the method closures (see the
+semantics of method declarations above).

+
  syntax KItem ::= setCrntClass(Id)
+
+  rule <k> setCrntClass(C) => .K ...</k>
+       <crntClass> _ => C </crntClass>
+

The next operation adds a new tagged environment layer to the
+current object and gets ready for the next layer by clearing the
+environment (note that create expects the environment to be
+empty).

+
  syntax KItem ::= "addEnvLayer"
+
+  rule <k> addEnvLayer => .K ...</k>
+       <env> Env => .Map </env>
+       <crntClass> Class:Id </crntClass>
+       <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack>
+

The following operation stores the created object at the location
+reserved by new. Note that the location reserved by
+new was temporarily stored in the crntObj cell
+precisely for this purpose. Now that the newly created object is
+stored at its location and that all method closures are aware of it,
+the location is unnecessary and thus we delete it from the
+crntObj cell.

+
  syntax KItem ::= "storeObj"
+
+  rule <k> storeObj => .K ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> (<location> L:Int </location> => .Bag) </crntObj>
+       <store>... .Map => L |-> objectClosure(CC, ES) ...</store>
+

Self reference

+ +

The semantics of this is straightforward: evaluate to the
+current object.

+
  rule <k> this => objectClosure(CC, ES) ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> </crntObj>
+

Object member access

+ +

We can access an object member (field or method) either explicitly,
+using the construct e.x, or implicitly, using only the member
+name x directly. The borrowed semantics of SIMPLE will
+already lookup a sole name in the local environment. The first rule
+below reduces implicit member access to explicit access when the name
+cannot be found in the local environment. There are two cases to
+analyze for explicit object member access, depending upon whether the
+object is a proper object or it is just a redirection to the parent
+class via the construct super. In the first case, we
+evaluate the object expression and lookup the member starting with the
+current class (static scoping). Note the use of the conditional
+evaluation context. In the second case, we just lookup the member
+starting with the superclass of the current class. In both cases,
+the lookupMember task eventually yields a lookup(L)
+task for some appropriate location L, which will be further
+solved with the corresponding rule borrowed from SIMPLE. Note that the
+current object is not altered by super, so future method
+invocations see the entire object, as needed for dynamic method dispatch.

+
  rule <k> X:Id => this . X ...</k> <env> Env:Map </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE._::Id requires (HOLE =/=K super)
+
+// TODO: explain how Assoc matching has been replaced with two rules here.
+// Maybe also improve it a bit.
+
+/*  rule objectClosure(<crntClass> Class:Id </crntClass>
+                     <envStack>... envStackFrame(Class,EnvC) EStack </envStack>)
+       . X:Id
+    => lookupMember(envStackFrame(Class,EnvC) EStack, X) */
+
+  rule objectClosure(Class:Id, ListItem(envStackFrame(Class,Env)) EStack)
+       . X:Id
+    => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X)
+  rule objectClosure(Class:Id, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+       . _X:Id
+    requires Class =/=K Class'
+
+/*  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,EnvC) EStack </envStack> */
+  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> super . _X ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    requires Class =/=K Class'
+

Method invocation

+ +

Unlike in SIMPLE, in KOOL application was declared strict only in its
+second argument. That is because we want to ensure dynamic method
+dispatch when the first argument is a method access. As a
+consequence, we need to consider all the cases of interest for the
+first argument and to explicitly say what to do in each case. In all
+cases except for method access in a proper object (i.e., not
+super), we want the same behavior for the first argument as
+if it was not in a method invocation position. When it is a member
+access (the third rule below), we look it up starting with the
+instance class of the corresponding object. This ensures dynamic
+dispatch for methods; it actually dynamically dispatches field
+accesses, too, which is correct in KOOL, because one can assign method
+closures to fields and the field appeared in a method invocation
+context. The last context declaration below says that method
+applications or array accesses are also allowed as first argument to
+applications; that is because methods are allowed to return methods
+and arrays are allowed to hold methods in KOOL, since it is
+higher-order. If that is the case, then we want to evaluate the
+method call or the array access.

+
  rule <k> (X:Id => V)(_:Exps) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>
+
+  rule <k> (X:Id => this . X)(_:Exps) ...</k>
+       <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE._::Id(_) requires HOLE =/=K super
+
+  rule (objectClosure(_, EStack) . X
+    => lookupMember(EStack, X:Id))(_:Exps)
+
+/*  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,_) EStack </envStack> */
+  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> (super . _X)(_:Exps) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    requires Class =/=K Class'
+
+  // TODO(KORE): fix getKLabel #1801
+  rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C)
+  rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C)
+  rule V:Val ~> #freezerFunCall(C:Exps) => V(C)
+  syntax KItem ::= "#freezerFunCall" "(" K ")"
+  /*
+  context HOLE(_:Exps)
+    when getKLabel(HOLE) ==K #klabel(`_(_)`) orBool getKLabel(HOLE) ==K #klabel(`_[_]`)
+  */
+

Eventually, each of the rules above produces a lookup(L)
+task as a replacement for the method. When that happens, we just
+lookup the value at location L:

+
  rule <k> (lookup(L) => V)(_:Exps) ...</k>  <store>... L |-> V:Val ...</store>
+

The value V looked up above is expected to be a method closure,
+in which case the semantics of method application given above will
+apply. Otherwise, the execution will get stuck.

+

Instance Of

+ +

It searches the object environment for a layer corresponding to the
+desired class. It returns true iff it can find the class,
+otherwise it returns false; it only gets stuck when its first
+argument does not evaluate to an object.

+
  rule objectClosure(_, ListItem(envStackFrame(C,_)) _)
+       instanceOf C => true
+
+  rule objectClosure(_, (ListItem(envStackFrame(C,_)) => .List) _)
+       instanceOf C'  requires C =/=K C'
+//TODO: remove the sort cast ::Id of C above, when sort inference bug fixed
+
+  rule objectClosure(_, .List) instanceOf _ => false
+

Cast

+ +

In untyped KOOL, we prefer to not check the validity of casting. In
+other words, any cast is allowed on any object, simply changing the
+current class of the object to the desired class. The execution will
+get stuck later if one attempts to access a field which is not
+available. Moreover, the execution may complete successfully even
+in the presence of invalid casts, provided that each accessed member
+during the current execution is, or happens to be, available.

+
  rule (C) objectClosure(_ , EnvStack) => objectClosure(C ,EnvStack)
+

KOOL-specific auxiliary declarations and operations

+ +

Here we define all the auxiliary constructs used in the above
+KOOL-specific semantics (those used in the SIMPLE fragment
+have already been defined in a corresponding section above).

+

Objects as lvalues

+ +

The current machinery borrowed with the semantics of SIMPLE allows us
+to enrich the set of lvalues, this way allowing new means to assign
+values to locations. In KOOL, we want object member names to be
+lvalues, so that we can assign values to them using the already
+existing machinery. The first rule below ensures that the object is
+always explicit, the evaluation context enforces the object to be
+evaluated, and finally the second rule initiates the lookup for the
+member's location based on the current class of the object.

+
  rule <k> lvalue(X:Id => this . X) ...</k>  <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context lvalue((HOLE . _)::Exp)
+
+/*  rule lvalue(objectClosure(<crntClass> C </crntClass>
+                            <envStack>... envStackFrame(C,EnvC) EStack </envStack>)
+              . X
+              => lookupMember(<envStack> envStackFrame(C,EnvC) EStack </envStack>,
+                              X))  */
+  rule lvalue(objectClosure(Class, ListItem(envStackFrame(Class,Env)) EStack)
+              . X
+              => lookupMember(ListItem(envStackFrame(Class,Env)) EStack,
+                              X))
+  rule lvalue(objectClosure(Class, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+              . _X)
+    requires Class =/=K Class'
+

Lookup member

+ +

It searches for the given member in the given environment stack,
+starting with the most concrete class and going up in the hierarchy.

+
  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookupMember(List, Id)  [function]
+  /*
+  syntax KItem ::= lookupMember(EnvStackCell,Id)  [function]
+  */
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env>... X|->L ...</env>) ...</envStack>, X)
+//    => lookup(L)
+  rule lookupMember(ListItem(envStackFrame(_, X|->L _)) _, X)
+    => lookup(L)
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env> Env </env>) => .List ...</envStack>, X)
+//    when notBool(X in keys(Env))
+  rule lookupMember(ListItem(envStackFrame(_, Env)) Rest, X) =>
+       lookupMember(Rest, X)
+    requires notBool(X in keys(Env))
+//TODO: beautify the above
+
+endmodule
+

Go to Lesson 2, KOOL typed dynamic.

+

KOOL — Untyped

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped KOOL language. KOOL
+is aimed at being a pedagogical and research language that captures
+the essence of the object-oriented programming paradigm. Its untyped
+variant discussed here is simpler than the typed one, ignoring several
+intricate aspects of types in the presence of objects. A program
+consists of a set of class declarations. Each class can extend at
+most one other class (KOOL is single-inheritance). A class can
+declare a set of fields and a set of methods, all public and called
+the class' members. Specifically, KOOL includes the
+following features:

+
    +
  • +

    Class declarations, where a class may or may not explicitly
    +extend another class. In case a class does not explicitly extend
    +another class, then it is assumed that it extends the default top-most
    +and empty (i.e., no members) class called Object. Each class
    +is required to declare precisely one homonymous method, called its
    +constructor. Each valid program should contain one class
    +named Main, whose constructor, Main(), takes no
    +arguments. The execution of a program consists of creating an object
    +instance of class Main and invoking the constructor
    +Main() on it, that is, of executing new Main();.

    +
  • +
  • +

    All features of SIMPLE (see examples/simple/untyped),
    +i.e., multidimensional arrays, function (here called "method")
    +abstractions with call-by-value parameter passing style and static
    +scoping, blocks with locals, input/output, parametric exceptions, and
    +concurrency via dynamic thread creation/termination and synchronization.
    +The only change in the syntax of SIMPLE when imported in KOOL is the
    +function declaration keyword, function, which is changed into
    +method. The exact same desugaring macros from SIMPLE are
    +also included in KOOL. We can think of KOOL's classes as embedding
    +SIMPLE programs (extended with OO constructs, as discussed next).

    +
  • +
  • +

    Object creation using the new C(e1,...,en)
    +expression construct. An object instance of class C is first
    +created and then the constructor C(e1,...,en) is implicitly
    +called on that object. KOOL only allows (and requires) one
    +constructor per class. The class constructor can be called either
    +implicitly during a new object creation for the class, or explicitly.
    +The superclass constructor is not implicitly invoked when a
    +class constructor is invoked; if you want to invoke the superclass
    +constructor from a subclass constructor then you have to do it
    +explicitly.

    +
  • +
  • +

    An expression construct this, which evaluates to the
    +current object.

    +
  • +
  • +

    An expression construct super, which is used (only) in
    +combination with member lookup (see next) to refer to a superclass
    +field or method.

    +
  • +
  • +

    A member lookup expression construct e.x, where e
    +is an expression (either an expression expected to evaluate to an object
    +or the super construct) and x is a class member name,
    +that is, a field or a method name.

    +
  • +
  • +

    Expression constructs e instanceOf C and
    +(C) e, where e is an expression expected
    +to evaluate to an object and C a class name. The former
    +tells whether the class of e is a subclass of C,
    +that is, whether e can be used as an instance of C,
    +and the latter changes the class of e to C. These
    +operations always succeed: the former returns a Boolean value, while
    +the latter changes the current class of e to C
    +regardless of whether it is safe to do so or not. The typed version
    +of KOOL will check the safety of casting by ensuring that the instance
    +class of the object is a subclass of C. In untyped KOOL we
    +do not want to perform this check because we want to allow the
    +programmer maximum of flexibility: if one always accesses only
    +available members, then the program can execute successfully despite
    +the potentially unsafe cast.

    +
  • +
+

There are some specific aspects of KOOL that need to be discussed.

+

First, KOOL is higher-order, allowing function abstractions to be
+treated like any other values in the language. For example, if
+m is a method of object e then e.m
+evaluates to the corresponding function abstraction. The function
+abstraction is in fact a closure, because in addition to the method
+parameters and body it also encapsulates the object value (i.e., the
+environment of the object together with its current class—see below)
+that e evaluates to. This way, function abstractions can be
+invoked anywhere and have the capability to change the state of their
+object. For example, if m is a method of object e
+which increments a field c of e when invoked, and if
+getm is another method of e which simply returns
+m when invoked, then the double application
+(e.getm())() has the same effect as e.m(), that is,
+increments the counter c of e. Note that the
+higher-order nature of KOOL was not originally planned; it came as a
+natural consequence of evaluating methods to closures and we decided
+to keep it. If you do not like it then do not use it.

+

Second, since all the fields and methods are public in KOOL and since
+they can be redeclared in subclasses, it is not immediately clear how
+to lookup the member x when we write e.x and
+e is different from super. We distinguish two cases,
+depending on whether e.x occurs in a method invocation
+context (i.e., e.x(...)) or in a field context. KOOL has
+dynamic method dispatch, so if e.x is invoked as a method
+then x will be searched for starting with the instance class of
+the object value to which e evaluates. If e.x
+occurs in a non-method-invocation context then x will be
+treated as a field (although it may hold a method closure due to the
+higher-order nature of KOOL) and thus will be searched starting with
+the current class of the object value of e (which, because of
+this and casting, may be different from its instance class).
+In order to achieve the above, each object value will consist of a
+pair holding the current class of the object and an environment stack
+with one layer for each class in the object's instance class hierarchy.

+

Third, although KOOL is dynamic method dispatch, its capabilities
+described above are powerful enough to allow us to mimic static
+method dispatch. For example, suppose that you want to invoke method
+m() statically. Then all you need to do is to declare a
+local variable and bind it to m, for example var staticm = m;, and
+then call staticm(). This works because
+staticm is first bound to the method closure that m
+evaluates to, and then looked up as any local variable when invoked.
+We only enable the dynamic method dispatch when we have an object
+member on an application position, e.g., m().

+

In what follows, we limit our comments to the new, KOOL-specific
+aspects of the language. We refer the reader to the untyped SIMPLE
+language for documentation on the the remaining features, because
+those were all borrowed from SIMPLE.

+
module KOOL-UNTYPED-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of KOOL extends that of SIMPLE with object-oriented
+constructs. We removed from the K annotated syntax of SIMPLE two
+constructs, namely the one for function declarations (because we want
+to call them methods now) and the one for function application
+(because application is not strict in the first argument
+anymore—needs to initiate dynamic method dispatch). The additional
+syntax includes:

+
    +
  • First, we need a new dedicated identifier, Object, for
    +the default top-most class.
  • +
  • Second, we rename the function keyword of SIMPLE into method.
  • +
  • Third, we add syntax for class declarations together with a
    +macro making classes which extend nothing to extend Object.
  • +
  • Fourth, we change the strictness attribute of application
    +into strict(2).
  • +
  • Finally, we add syntax and corresponding strictness
    +for the KOOL object-oriented constructs.
  • +
+
  syntax Id ::= "Object" [token] | "Main" [token]
+
+  syntax Stmt ::= "var" Exps ";"
+                | "method" Id "(" Ids ")" Block  // called "function" in SIMPLE
+                | "class" Id Block               // KOOL
+                | "class" Id "extends" Id Block  // KOOL
+
+  syntax Exp ::= Int | Bool | String | Id
+               | "this"                                 // KOOL
+               | "super"                                // KOOL
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]    // KOOL
+               | "(" Id ")" Exp          [strict(2)]    // KOOL  cast
+               | "new" Id "(" Exps ")"   [strict(2)]    // KOOL
+               | Exp "." Id                             // KOOL
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict(2)]    // was strict in SIMPLE
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Ids  ::= List{Id,","}
+
+  syntax Exps ::= List{Exp,","}          [strict, overload(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [overload(exps)]
+
+  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"                          [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "try" Block "catch" "(" Id ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

Old desugaring rules, from SIMPLE

+
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}}
+  rule var E1::Exp, E2::Exp, Es::Exps; => var E1; var E2, Es;       [anywhere]
+  rule var X::Id = E; => var X; X = E;                              [anywhere]
+

New desugaring rule

+
  rule class C:Id S => class C extends Object S                     // KOOL
+
+endmodule
+

Semantics

+ +

We first discuss the new configuration of KOOL, which extends that of
+SIMPLE. Then we include the semantics of the constructs borrowed from
+SIMPLE unchanged; we refrain from discussing those, because they were
+already discussed in the K definition of SIMPLE. Then we discuss
+changes to SIMPLE's semantics needed for the more general meaning of
+the previous SIMPLE constructs (for example for thread spawning,
+assignment, etc.). Finally, we discuss in detail the
+semantics of the additional KOOL constructs.

+
module KOOL-UNTYPED
+  imports KOOL-UNTYPED-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

KOOL removes one cell and adds two nested cells to the configuration
+of SIMPLE. The cell which is removed is the one holding the global
+environment, because a KOOL program consists of a set of classes only,
+with no global declarations. In fact, since informally speaking each
+KOOL class now includes a SIMPLE program, it is safe to say that the
+global variables in SIMPLE became class fields in KOOL. Let us now
+discuss the new cells that are added to the configuration of SIMPLE.

+
    +
  • +

    The cell crntObj holds data pertaining to the current
    +object, that is, the object environment in which the code in cell
    +k executes: crntClass holds the current class (which
    +can change as methods of the current object are invoked);
    +envStack holds the stack of environments as a list,
    +each layer corresponding to one class in the objects' instance class
    +hierarchy; location, which is optional, holds the location in
    +the store where the current object is or has to be located (this is
    +useful both for method closures and for the semantics of object
    +creation).

    +
  • +
  • +

    The cell classes holds all the declared classes, each
    +class being held in its own class cell which contains a name
    +(className), a parent (extends), and the actual
    +member declarations (declarations).

    +
  • +
+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+  syntax EnvCell
+  syntax ControlCell
+  syntax EnvStackCell
+  syntax CrntObjCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Set" color="yellow">
+                      <k color="green"> $PGM:Stmt ~> execute </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                      //<br/> // TODO(KORE): support latex annotations #1799
+                        <crntObj color="Fuchsia">  // KOOL
+                           <crntClass> Object </crntClass>
+                           <envStack> .List </envStack>
+                           <location multiplicity="?"> .K </location>
+                        </crntObj>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                      <id color="pink"> 0 </id>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <classes color="Fuchsia">        // KOOL
+                     <classData multiplicity="*" type="Map" color="Fuchsia">
+                        // the Map has as its key the first child of the cell,
+                        // in this case the className cell.
+                        <className color="Fuchsia"> Main </className>
+                        <baseClass color="Fuchsia"> Object </baseClass>
+                        <declarations color="Fuchsia"> .K </declarations>
+                     </classData>
+                  </classes>
+                </T>
+

Unchanged Semantics from untyped SIMPLE

+ +

The semantics below is taken over from SIMPLE unchanged.
+The semantics of function declaration and invocation, including the
+use of the special lambda abstraction value, needs to change
+in order to account for the fact that methods are now invoked into
+their object's environment. The semantics of function return actually
+stays unchanged. Also, the semantics of program initialization is
+different: now we have to create an instance of the Main
+class which also calls the constructor Main(), while in
+SIMPLE we only had to invoke the function Main().
+Finally, the semantics of thread spawning needs to change, too: the
+parent thread needs to also share its object environment with the
+spawned thread (in addition to its local environment, like in SIMPLE).
+This is needed in order to be able to spawn method invokations under
+dynamic method dispatch; for example, spawn { run(); }
+will need to look up the method run() in the newly created
+thread, operation which will most likely fail unless the child thread
+sees the object environment of the parent thread. Note that the
+spawn statement of KOOL is more permissive than the threads
+of Java. In fact, the latter can be implemented in terms of our
+spawn—see the program threads.kool for a sketch.

+

Below is a subset of the values of SIMPLE, which are also values
+of KOOL. We will add other values later in the semantics, such as
+object and method closures.

+
  syntax Val ::= Int | Bool | String
+               | array(Int,Int)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax KResult ::= Vals
+

The semantics below are taken verbatim from the untyped SIMPLE
+definition.

+
  syntax KItem ::= "undefined"
+
+  rule <k> var X:Id; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+
+
+  context var _:Id[HOLE];
+
+  rule <k> var X:Id[N:Int]; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(L +Int 1, N)
+                          (L +Int 1) ... (L +Int N) |-> undefined ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule var X:Id[N1:Int, N2:Int, Vs:Vals];
+    => var X[N1];
+       {
+         var $1=X;
+         for(var $2=0; $2 <= N1 - 1; ++$2) {
+           var X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+
+
+  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>
+
+
+  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>
+
+
+  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(L,_)[N:Int] => lookup(L +Int N)
+    [anywhere]
+
+
+  rule sizeOf(array(_,N)) => N
+

The semantics of function application needs to change into dynamic
+method dispatch invocation, which is defined shortly. However,
+interestingly, the semantics of return stays unchanged.

+
  rule <k> return(V:Val); ~> _ => V ~> K </k>
+       <control>
+         <fstack> ListItem(fstackFrame(Env,K,XS,<crntObj> CO </crntObj>)) => .List ...</fstack>
+         <xstack> _ => XS </xstack>
+         <crntObj> _ => CO </crntObj>
+       </control>
+       <env> _ => Env </env>
+
+  syntax Val ::= "nothing"
+  rule return; => return nothing;
+
+
+  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>
+
+
+  context (HOLE => lvalue(HOLE)) = _
+
+  rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store>
+
+  rule {} => .K
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+
+
+  rule S1::Stmt S2::Stmt => S1 ~> S2
+
+  rule _:Val; => .K
+
+  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+
+  rule while (E) S => if (E) {S while(E)S}
+
+  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+  rule print(.Vals); => .K
+
+
+  syntax KItem ::= xstackFrame(Id,Stmt,K,Map,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Id,Stmt,K,Map,K)
+
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem(xstackFrame(X, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => .K ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k>
+       <control>
+         <xstack> ListItem(xstackFrame(X, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Thread spawning needs a new semantics, because we want the child
+thread to also share the object environment with its parent. The new
+semantics of thread spawning will be defined shortly. However,
+interestingly, the other concurrency constructs keep their semantics
+from SIMPLE unchanged.

+
  // TODO(KORE): ..Bag should be . throughout this definition #1772
+  rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+  /*
+  rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .)
+  */
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+
+  rule <k> join T:Int; => .K ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+
+  rule <k> acquire V:Val; => .K ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy:Set))
+
+  rule <k> acquire V; => .K ...</k>
+       <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+
+  rule <k> release V:Val; => .K ...</k>
+       <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+
+  rule <k> rendezvous V:Val; => .K ...</k>
+       <k> rendezvous V; => .K ...</k>
+

Unchanged auxiliary operations from untyped SIMPLE

+ +
  syntax Stmt ::= mkDecls(Ids,Vals)  [function]
+  rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs)
+  rule mkDecls(.Ids,.Vals) => {}
+
+  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookup(Int)
+  /*
+  syntax KItem ::= lookup(Int)
+  */
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => .K ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .K) ~> setEnv(_)
+  // TODO: How can we make sure that the second rule above applies before the first one?
+  //       Probably we'll deal with this using strategies, eventually.
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+
+  rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env>
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+
+
+  syntax Map ::= Int "..." Int "|->" K
+    [function]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+

Changes to the existing untyped SIMPLE semantics

+ +

When we extend a language, sometimes we need to do more than just add
+new language constructs and semantics for them. Sometimes we want to
+also extend the semantics of existing language constructs, in order to
+get more from them.

+

Program initialization

+ +

In SIMPLE, once all the global declarations were processed, the
+function main() was invoked. In KOOL, the global
+declarations are classes, and their specific semantics is given
+shortly; essentially, they are pre-processed one by one and added
+into the class cell structure in the configuration.
+Once all the classes are processed, the computation item
+execute, which was placed right after the program in the
+initial configuration, is reached. In SIMPLE, the program was
+initialized by calling the method main(). In KOOL, the
+program is initialized by creating an object instance of class
+Main. This will also implicitly call the method
+Main() (the Main class constructor). The emptiness
+of the env cell below is just a sanity check, to make sure
+that the user has not declared anything but classes at the top level
+of the program.

+
  syntax KItem ::= "execute"
+  rule <k> execute => new Main(.Exps); </k> <env> .Map </env>
+

The semantics of new (defined below) requires the
+execution of all the class' declarations (and also of its
+superclasses').

+

Object and method closures

+ +

Before we can define the semantics of method application (previously
+called function application in SIMPLE), we need to add two more values
+to the language, namely object and method closures:

+
  syntax Val ::= objectClosure(Id, List)
+               | methodClosure(Id,Int,Ids,Stmt)
+

An object value consists of an objectClosure-wrapped bag
+containing the current class of the object and the environment stack
+of the object. The current class of an object will always be one of
+the classes mapped to an environment in the environment stack of the
+object. A method closure encapsulates the method's parameters and
+code (last two arguments), as well as the object context in which the
+method code should execute. This object context includes the current
+class of the object (the first argument of methodClosure) and
+the object environment stack (located in the object stored at the
+location specified as the second argument of methodClosure).

+

Method application

+ +

KOOL has a complex mechanism to invoke methods, because it allows both
+dynamic method dispatch and methods as first-class-citizen values (the
+latter making it a higher-order language). The invocation mechanism
+will be defined later. What is sufficient to know for now is that
+the two arguments of the application construct eventually reduce to
+values, the first being a method closure and the latter a list of
+values. The semantics of the method closure application is then as
+expected: the local environment and control are stacked, then we
+switch to method closure's class and object environment and execute
+the method body. The mkDecls construct is the one that came
+with the unchanged semantics of SIMPLE above.

+
  syntax KItem ::= fstackFrame(Map,K,List,K)
+  // TODO(KORE): drop the additional production once parsing issue #1842 is fixed
+                 | (Map,K,K)
+
+  rule <k> methodClosure(Class,OL,Xs,S)(Vs:Vals) ~> K
+           => mkDecls(Xs,Vs) S return; </k>
+       <env> Env => .Map </env>
+       <store>... OL |-> objectClosure(_, EnvStack)...</store>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+          <xstack> XS </xstack>
+          <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj' </crntObj>))
+          ...</fstack>
+          <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EnvStack </envStack> </crntObj>
+       </control>
+

Spawn

+ +

We want to extend the semantics of spawn to also share the
+current object environment with the child thread, in addition to the
+current environment. This extension will allow us to also use method
+invocations in the spawned statements, which will be thus looked up as
+expected, using dynamic method dispatch. This lookup operation would
+fail if the child thread did not have access to its parent's object
+environment.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+         <crntObj> Obj </crntObj>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+               <crntObj> Obj </crntObj>
+             ...</thread>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

Initially, the classes forming the program are moved into their
+corresponding cells:

+
  rule <k> class Class1 extends Class2 { S } => .K ...</k>
+       <classes>... (.Bag => <classData>
+                            <className> Class1 </className>
+                            <baseClass> Class2 </baseClass>
+                            <declarations> S </declarations>
+                        </classData>)
+       ...</classes>
+

Method declaration

+ +

Like in SIMPLE, method names are added to the environment and bound
+to their code. However, unlike in SIMPLE where each function was
+executed in the same environment, namely the program global
+environment, a method in KOOL needs to be executed into its object's
+environment. Thus, methods evaluate to closures, which encapsulate
+their object's context (i.e., the current class and environment stack
+of the object) in addition to method's parameters and body. This
+approach to bind method names to method closures in the environment
+will also allow objects to pass their methods to other objects, to
+dynamically change their methods by assigning them other method
+closures, and even to allow all these to be done from other objects.
+This gives the KOOL programmer a lot of power; one should use this
+power wisely, though, because programs can become easily hard to
+understand and reason about if one overuses these features.

+
  rule <k> method F:Id(Xs:Ids) S => .K ...</k>
+       <crntClass> Class:Id </crntClass>
+       <location> OL:Int </location>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L |-> methodClosure(Class,OL,Xs,S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

New

+ +

The semantics of new consists of two actions: memory
+allocation for the new object and execution of the corresponding
+constructor. Then the created object is returned as the result of the
+new operation; the value returned by the constructor, if any,
+is discarded. The current environment and object are stored onto the
+stack and recovered after new (according to the semantics of
+return borrowed from SIMPLE, when the statement
+return this; in the rule below is reached and evaluated),
+because the object creation part of new will destroy them.
+The rule below also initializes the object creation process by
+emptying the local environment and the current object, and allocating
+a location in the store where the created object will be eventually
+stored (this is what the storeObj task after the object
+creation task in the rule below will do—its rule is defined
+shortly). The location where the object will be stored is also made
+available in the crntObj cell, so that method closures can
+refer to it (see rule above).

+
  syntax KItem ::= "envStackFrame" "(" Id "," Map ")"
+
+  rule <k> new Class:Id(Vs:Vals) ~> K
+           => create(Class) ~> storeObj ~> Class(Vs); return this; </k>
+       <env> Env => .Map </env>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control> <xstack> XS </xstack>
+         <crntObj> Obj
+                   => <crntClass> Object </crntClass>
+                      <envStack> ListItem(envStackFrame(Object, .Map)) </envStack>
+                      <location> L </location>
+         </crntObj>
+         <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj </crntObj>)) ...</fstack>
+       </control>
+

The creation of a new object (the memory allocation part only) is
+a recursive process, requiring to first create an object for the
+superclass. A memory object representation is a layered structure:
+for each class on the path from the instance class to the root of the
+hierarchy there is a layer including the memory allocated for the
+members (both fields and methods) of that class.

+
  syntax KItem ::= create(Id)
+
+  rule <k> create(Class:Id)
+           => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k>
+       <className> Class </className>
+       <baseClass> Class1:Id </baseClass>
+       <declarations> S </declarations>
+
+  rule <k> create(Object) => .K ...</k>
+

The next operation sets the current class of the current object.
+This is necessary to be done at each layer, because the current class
+of the object is enclosed as part of the method closures (see the
+semantics of method declarations above).

+
  syntax KItem ::= setCrntClass(Id)
+
+  rule <k> setCrntClass(C) => .K ...</k>
+       <crntClass> _ => C </crntClass>
+

The next operation adds a new tagged environment layer to the
+current object and gets ready for the next layer by clearing the
+environment (note that create expects the environment to be
+empty).

+
  syntax KItem ::= "addEnvLayer"
+
+  rule <k> addEnvLayer => .K ...</k>
+       <env> Env => .Map </env>
+       <crntClass> Class:Id </crntClass>
+       <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack>
+

The following operation stores the created object at the location
+reserved by new. Note that the location reserved by
+new was temporarily stored in the crntObj cell
+precisely for this purpose. Now that the newly created object is
+stored at its location and that all method closures are aware of it,
+the location is unnecessary and thus we delete it from the
+crntObj cell.

+
  syntax KItem ::= "storeObj"
+
+  rule <k> storeObj => .K ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> (<location> L:Int </location> => .Bag) </crntObj>
+       <store>... .Map => L |-> objectClosure(CC, ES) ...</store>
+

Self reference

+ +

The semantics of this is straightforward: evaluate to the
+current object.

+
  rule <k> this => objectClosure(CC, ES) ...</k>
+       <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> </crntObj>
+

Object member access

+ +

We can access an object member (field or method) either explicitly,
+using the construct e.x, or implicitly, using only the member
+name x directly. The borrowed semantics of SIMPLE will
+already lookup a sole name in the local environment. The first rule
+below reduces implicit member access to explicit access when the name
+cannot be found in the local environment. There are two cases to
+analyze for explicit object member access, depending upon whether the
+object is a proper object or it is just a redirection to the parent
+class via the construct super. In the first case, we
+evaluate the object expression and lookup the member starting with the
+current class (static scoping). Note the use of the conditional
+evaluation context. In the second case, we just lookup the member
+starting with the superclass of the current class. In both cases,
+the lookupMember task eventually yields a lookup(L)
+task for some appropriate location L, which will be further
+solved with the corresponding rule borrowed from SIMPLE. Note that the
+current object is not altered by super, so future method
+invocations see the entire object, as needed for dynamic method dispatch.

+
  rule <k> X:Id => this . X ...</k> <env> Env:Map </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE._::Id requires (HOLE =/=K super)
+
+// TODO: explain how Assoc matching has been replaced with two rules here.
+// Maybe also improve it a bit.
+
+/*  rule objectClosure(<crntClass> Class:Id </crntClass>
+                     <envStack>... envStackFrame(Class,EnvC) EStack </envStack>)
+       . X:Id
+    => lookupMember(envStackFrame(Class,EnvC) EStack, X) */
+
+  rule objectClosure(Class:Id, ListItem(envStackFrame(Class,Env)) EStack)
+       . X:Id
+    => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X)
+  rule objectClosure(Class:Id, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+       . _X:Id
+    requires Class =/=K Class'
+
+/*  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,EnvC) EStack </envStack> */
+  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> super . _X ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    requires Class =/=K Class'
+

Method invocation

+ +

Unlike in SIMPLE, in KOOL application was declared strict only in its
+second argument. That is because we want to ensure dynamic method
+dispatch when the first argument is a method access. As a
+consequence, we need to consider all the cases of interest for the
+first argument and to explicitly say what to do in each case. In all
+cases except for method access in a proper object (i.e., not
+super), we want the same behavior for the first argument as
+if it was not in a method invocation position. When it is a member
+access (the third rule below), we look it up starting with the
+instance class of the corresponding object. This ensures dynamic
+dispatch for methods; it actually dynamically dispatches field
+accesses, too, which is correct in KOOL, because one can assign method
+closures to fields and the field appeared in a method invocation
+context. The last context declaration below says that method
+applications or array accesses are also allowed as first argument to
+applications; that is because methods are allowed to return methods
+and arrays are allowed to hold methods in KOOL, since it is
+higher-order. If that is the case, then we want to evaluate the
+method call or the array access.

+
  rule <k> (X:Id => V)(_:Exps) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>
+
+  rule <k> (X:Id => this . X)(_:Exps) ...</k>
+       <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE._::Id(_) requires HOLE =/=K super
+
+  rule (objectClosure(_, EStack) . X
+    => lookupMember(EStack, X:Id))(_:Exps)
+
+/*  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... envStackFrame(Class,_) EStack </envStack> */
+  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> (super . _X)(_:Exps) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack>
+    requires Class =/=K Class'
+
+  // TODO(KORE): fix getKLabel #1801
+  rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C)
+  rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C)
+  rule V:Val ~> #freezerFunCall(C:Exps) => V(C)
+  syntax KItem ::= "#freezerFunCall" "(" K ")"
+  /*
+  context HOLE(_:Exps)
+    when getKLabel(HOLE) ==K #klabel(`_(_)`) orBool getKLabel(HOLE) ==K #klabel(`_[_]`)
+  */
+

Eventually, each of the rules above produces a lookup(L)
+task as a replacement for the method. When that happens, we just
+lookup the value at location L:

+
  rule <k> (lookup(L) => V)(_:Exps) ...</k>  <store>... L |-> V:Val ...</store>
+

The value V looked up above is expected to be a method closure,
+in which case the semantics of method application given above will
+apply. Otherwise, the execution will get stuck.

+

Instance Of

+ +

It searches the object environment for a layer corresponding to the
+desired class. It returns true iff it can find the class,
+otherwise it returns false; it only gets stuck when its first
+argument does not evaluate to an object.

+
  rule objectClosure(_, ListItem(envStackFrame(C,_)) _)
+       instanceOf C => true
+
+  rule objectClosure(_, (ListItem(envStackFrame(C,_)) => .List) _)
+       instanceOf C'  requires C =/=K C'
+//TODO: remove the sort cast ::Id of C above, when sort inference bug fixed
+
+  rule objectClosure(_, .List) instanceOf _ => false
+

Cast

+ +

In untyped KOOL, we prefer to not check the validity of casting. In
+other words, any cast is allowed on any object, simply changing the
+current class of the object to the desired class. The execution will
+get stuck later if one attempts to access a field which is not
+available. Moreover, the execution may complete successfully even
+in the presence of invalid casts, provided that each accessed member
+during the current execution is, or happens to be, available.

+
  rule (C) objectClosure(_ , EnvStack) => objectClosure(C ,EnvStack)
+

KOOL-specific auxiliary declarations and operations

+ +

Here we define all the auxiliary constructs used in the above
+KOOL-specific semantics (those used in the SIMPLE fragment
+have already been defined in a corresponding section above).

+

Objects as lvalues

+ +

The current machinery borrowed with the semantics of SIMPLE allows us
+to enrich the set of lvalues, this way allowing new means to assign
+values to locations. In KOOL, we want object member names to be
+lvalues, so that we can assign values to them using the already
+existing machinery. The first rule below ensures that the object is
+always explicit, the evaluation context enforces the object to be
+evaluated, and finally the second rule initiates the lookup for the
+member's location based on the current class of the object.

+
  rule <k> lvalue(X:Id => this . X) ...</k>  <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context lvalue((HOLE . _)::Exp)
+
+/*  rule lvalue(objectClosure(<crntClass> C </crntClass>
+                            <envStack>... envStackFrame(C,EnvC) EStack </envStack>)
+              . X
+              => lookupMember(<envStack> envStackFrame(C,EnvC) EStack </envStack>,
+                              X))  */
+  rule lvalue(objectClosure(Class, ListItem(envStackFrame(Class,Env)) EStack)
+              . X
+              => lookupMember(ListItem(envStackFrame(Class,Env)) EStack,
+                              X))
+  rule lvalue(objectClosure(Class, (ListItem(envStackFrame(Class':Id,_)) => .List) _)
+              . _X)
+    requires Class =/=K Class'
+

Lookup member

+ +

It searches for the given member in the given environment stack,
+starting with the most concrete class and going up in the hierarchy.

+
  // TODO(KORE): clarify sort inferences #1803
+  syntax Exp ::= lookupMember(List, Id)  [function]
+  /*
+  syntax KItem ::= lookupMember(EnvStackCell,Id)  [function]
+  */
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env>... X|->L ...</env>) ...</envStack>, X)
+//    => lookup(L)
+  rule lookupMember(ListItem(envStackFrame(_, X|->L _)) _, X)
+    => lookup(L)
+
+//  rule lookupMember(<envStack> envStackFrame(_, <env> Env </env>) => .List ...</envStack>, X)
+//    when notBool(X in keys(Env))
+  rule lookupMember(ListItem(envStackFrame(_, Env)) Rest, X) =>
+       lookupMember(Rest, X)
+    requires notBool(X in keys(Env))
+//TODO: beautify the above
+
+endmodule
+

Go to Lesson 2, KOOL typed dynamic.

+

KOOL — Typed — Dynamic

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K dynamic semantics of the typed KOOL language. It is
+very similar to the semantics of the untyped KOOL, the difference
+being that we now check the typing policy dynamically. Since we have
+to now declare the types of variables and methods, we adopt a syntax
+for those which is close to Java. Like in the semantics of
+untyped KOOL, where we borrowed almost all the semantics of untyped
+SIMPLE, we are going to also borrow much of the semantics of
+dynamically typed SIMPLE here. We will highlight the differences
+between the dynamically typed and the untyped KOOL as we proceed with
+the semantics. In general, the type policy of the typed KOOL language
+is similar to that of Java. You may find it useful to also read
+the discussion in the preamble of the static semantics of typed KOOL
+before proceeding.

+
module KOOL-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

Like for the untyped KOOL language, the syntax of typed KOOL extends
+that of typed SIMPLE with object-oriented constructs.
+The syntax below was produced by copying and modifying/extending the
+syntax of dynamically typed SIMPLE. In fact, the only change we made
+to the existing syntax of dynamically typed SIMPLE was to change the
+strictness of the application construct like in untyped KOOL, from
+strict to strict(2) (because application is not
+strict in the first argument anymore due to dynamic method dispatch).
+The KOOL-specific syntactic extensions are identical to those in
+untyped KOOL.

+
  syntax Id ::= "Object" [token] | "Main" [token]
+

Types

+ +
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Id                              // KOOL class
+                | Type "[" "]"
+                | "(" Type ")"           [bracket]
+                > Types "->" Type
+  // TODO(KORE): drop klabel once issues #1913 are fixed
+  syntax Types ::= List{Type,","}   [symbol(_,_::Types)]
+  /*
+  syntax Types ::= List{Type,","}
+  */
+

Declarations

+ +
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";" [avoid]
+                | Type Id "(" Params ")" Block    // stays like in typed SIMPLE
+                | "class" Id Block                // KOOL
+                | "class" Id "extends" Id Block   // KOOL
+

Expressions

+ +
  syntax Exp ::= Int | Bool | String | Id
+               | "this"                                 // KOOL
+               | "super"                                // KOOL
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]    // KOOL
+               | "(" Id ")" Exp          [strict(2)]    // KOOL  cast
+               | "new" Id "(" Exps ")"   [strict(2)]    // KOOL
+               | Exp "." Id                             // KOOL
+               > Exp "[" Exps "]"        [strict]
+               > Exp "(" Exps ")"        [strict(2)]    // was strict in SIMPLE
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict(1), left]
+               | Exp "||" Exp            [strict(1), left]
+               > "spawn" Block
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Exps ::= List{Exp,","}          [strict, overload(exps)]
+  syntax Val
+  syntax Vals ::= List{Val,","}          [overload(exps)]
+

Statements

+ +
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                               [strict]
+                | "if" "(" Exp ")" Block "else" Block   [avoid, strict(1)]
+                | "if" "(" Exp ")" Block                [macro]
+                | "while" "(" Exp ")" Block
+                | "for" "(" Stmt Exp ";" Exp ")" Block  [macro]
+                | "print" "(" Exps ")" ";"              [strict]
+                | "return" Exp ";"                      [strict]
+                | "return" ";"
+                | "try" Block "catch" "(" Param ")" Block
+                | "throw" Exp ";"                       [strict]
+                | "join" Exp ";"                        [strict]
+                | "acquire" Exp ";"                     [strict]
+                | "release" Exp ";"                     [strict]
+                | "rendezvous" Exp ";"                  [strict]
+
+  syntax Stmt ::= Stmt Stmt                          [right]
+

Desugaring macros

+ +
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S::Stmt} => {Start while(Cond){S Step;}}
+  rule T::Type E1::Exp, E2::Exp, Es::Exps; => T E1; T E2, Es;           [anywhere]
+  rule T::Type X::Id = E; => T X; X = E;                                [anywhere]
+
+  rule class C:Id S => class C extends Object S                     // KOOL
+
+endmodule
+

Semantics

+ +

We first discuss the new configuration, then we include the semantics of
+the constructs borrowed from SIMPLE which stay unchanged, then those
+whose semantics had to change, and finally the semantics of the
+KOOL-specific constructs.

+
module KOOL-TYPED-DYNAMIC
+  imports KOOL-TYPED-DYNAMIC-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

The configuration of dynamically typed KOOL is almost identical to
+that of its untyped variant. The only difference is the cell
+return, inside the control cell, whose role is to
+hold the expected return type of the invoked method. That is because
+we want to dynamically check that the value that a method returns has
+the expected type.

+
  // the syntax declarations below are required because the sorts are
+  // referenced directly by a production and, because of the way KIL to KORE
+  // is implemented, the configuration syntax is not available yet
+  // should simply work once KIL is removed completely
+  // check other definitions for this hack as well
+  syntax EnvCell
+  syntax ControlCellFragment
+  syntax EnvStackCell
+  syntax CrntObjCellFragment
+
+  configuration <T color="red">
+                  <threads color="orange">
+                    <thread multiplicity="*" type="Set" color="yellow">
+                      <k color="green"> ($PGM:Stmt ~> execute) </k>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <control color="cyan">
+                        <fstack color="blue"> .List </fstack>
+                        <xstack color="purple"> .List </xstack>
+                        <returnType color="LimeGreen"> void </returnType>  // KOOL
+                      //<br/> // TODO(KORE): support latex annotations #1799
+                        <crntObj color="Fuchsia">  // KOOL
+                           <crntClass> Object </crntClass>
+                           <envStack> .List </envStack>
+                           <location multiplicity="?"> .K </location>
+                        </crntObj>
+                      </control>
+                    //<br/> // TODO(KORE): support latex annotations #1799
+                      <env color="violet"> .Map </env>
+                      <holds color="black"> .Map </holds>
+                      <id color="pink"> 0 </id>
+                    </thread>
+                  </threads>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <store color="white"> .Map </store>
+                  <busy color="cyan">.Set </busy>
+                  <terminated color="red"> .Set </terminated>
+                  <input color="magenta" stream="stdin"> .List </input>
+                  <output color="brown" stream="stdout"> .List </output>
+                  <nextLoc color="gray"> 0 </nextLoc>
+                //<br/> // TODO(KORE): support latex annotations #1799
+                  <classes color="Fuchsia">        // KOOL
+                     <classData multiplicity="*" type="Map" color="Fuchsia">
+                        <className color="Fuchsia"> Main </className>
+                        <baseClass color="Fuchsia"> Object </baseClass>
+                        <declarations color="Fuchsia"> .K </declarations>
+                     </classData>
+                  </classes>
+                </T>
+

Unchanged semantics from dynamically typed SIMPLE

+ +

The semantics below is taken over from dynamically typed SIMPLE
+unchanged. Like for untyped KOOL, the semantics of function/method
+declaration and invocation, and of program initialization needs to
+change. Moreover, due to subtyping, the semantics of several imported
+SIMPLE constructs can be made more general, such as that of the
+return statement, that of the assignment, and that of the exceptions.
+We removed all these from the imported semantics of SIMPLE below and
+gave their modified semantics right after, together with the extended
+semantics of thread spawning (which is identical to that of untyped
+KOOL).

+
  syntax Val ::= Int | Bool | String
+               | array(Type,Int,Int)
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax KResult ::= Vals
+
+
+  syntax KItem ::= undefined(Type)
+
+  rule <k> T:Type X:Id; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+
+
+  rule <k> T:Type X:Id[N:Int]; => .K ...</k>
+       <env> Env => Env[X <- L] </env>
+       <store>... .Map => L |-> array(T, L +Int 1, N)
+                          (L +Int 1)...(L +Int N) |-> undefined(T) ...</store>
+       <nextLoc> L:Int => L +Int 1 +Int N </nextLoc>
+    requires N >=Int 0
+
+  context _:Type _::Exp[HOLE::Exps];
+
+
+  syntax Id ::= "$1" [token] | "$2" [token]
+  rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals];
+    => T[]<Vs> X[N1];
+       {
+         T[][]<Vs> $1=X;
+         for(int $2=0; $2 <= N1 - 1; ++$2) {
+           T X[N2,Vs];
+           $1[$2] = X;
+         }
+       }
+
+
+  rule <k> X:Id => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>
+
+
+  context ++(HOLE => lvalue(HOLE))
+  rule <k> ++loc(L) => I +Int 1 ...</k>
+       <store>... L |-> (I:Int => I +Int 1) ...</store>
+
+
+  rule I1 + I2 => I1 +Int I2
+  rule Str1 + Str2 => Str1 +String Str2
+  rule I1 - I2 => I1 -Int I2
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+
+  rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs]
+    [anywhere]
+
+  rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N)
+    requires N >=Int 0 andBool N <Int M  [anywhere]
+
+  rule sizeOf(array(_,_,N)) => N
+
+
+  syntax Val ::= nothing(Type)
+  rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType>
+
+
+  rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input>
+
+
+  context (HOLE => lvalue(HOLE)) = _
+
+
+  rule {} => .K
+  rule <k> { S } => S ~> setEnv(Env) ...</k>  <env> Env </env>
+
+
+  rule S1:Stmt S2:Stmt => S1 ~> S2
+
+
+  rule _:Val; => .K
+
+
+  rule if ( true) S else _ => S
+  rule if (false) _ else S => S
+
+
+  rule while (E) S => if (E) {S while(E)S}
+
+
+  rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output>
+    requires typeOf(V) ==K int orBool typeOf(V) ==K string
+  rule print(.Vals); => .K
+
+
+  rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag)
+       <busy> Busy => Busy -Set keys(H) </busy>
+       <terminated>... .Set => SetItem(T) ...</terminated>
+
+  rule <k> join T:Int; => .K ...</k>
+       <terminated>... SetItem(T) ...</terminated>
+
+  rule <k> acquire V:Val; => .K ...</k>
+       <holds>... .Map => V |-> 0 ...</holds>
+       <busy> Busy (.Set => SetItem(V)) </busy>
+    requires (notBool(V in Busy:Set))
+
+  rule <k> acquire V; => .K ...</k>
+       <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds>
+
+  rule <k> release V:Val; => .K ...</k>
+       <holds>... V |-> (N => N:Int -Int 1) ...</holds>
+    requires N >Int 0
+
+  rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds>
+       <busy>... SetItem(V) => .Set ...</busy>
+
+  rule <k> rendezvous V:Val; => .K ...</k>
+       <k> rendezvous V; => .K ...</k>
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+ +
  syntax Stmt ::= mkDecls(Params,Vals)  [function]
+  rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals))
+    => T X=V; mkDecls(Ps,Vs)
+  rule mkDecls(.Params,.Vals) => {}
+
+  syntax Exp ::= lookup(Int)
+  rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store>
+
+  syntax KItem ::= setEnv(Map)
+  rule <k> setEnv(Env) => .K ...</k>  <env> _ => Env </env>
+  rule (setEnv(_) => .K) ~> setEnv(_)
+
+  syntax Exp ::= lvalue(K)
+  syntax Val ::= loc(Int)
+  rule <k> lvalue(X:Id => loc(L)) ...</k>  <env>... X |-> L:Int ...</env>
+
+  context lvalue(_::Exp[HOLE::Exps])
+  context lvalue(HOLE::Exp[_::Exps])
+
+  rule lvalue(lookup(L:Int) => loc(L))
+
+  syntax Type ::= Type "<" Vals ">"  [function]
+  rule T:Type<_,Vs:Vals> => T[]<Vs>
+  rule T:Type<.Vals> => T
+
+  syntax Map ::= Int "..." Int "|->" K [function]
+  rule N...M |-> _ => .Map  requires N >Int M
+  rule N...M |-> K => N |-> K (N +Int 1)...M |-> K  requires N <=Int M
+
+  syntax Type ::= typeOf(K)  [function]
+  rule typeOf(_:Int) => int
+  rule typeOf(_:Bool) => bool
+  rule typeOf(_:String) => string
+  rule typeOf(array(T,_,_)) => (T[])
+  rule typeOf(undefined(T)) => T
+  rule typeOf(nothing(T)) => T
+
+  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+

Changes to the existing dynamically typed SIMPLE semantics

+ +

We extend/change the semantics of several SIMPLE constructs in order
+to take advantage of the richer KOOL semantic infrastructure and thus
+get more from the existing SIMPLE constructs.

+

Program initialization

+ +

Like in untyped KOOL.

+
  syntax KItem ::= "execute"
+  rule <k> execute => new Main(.Exps); </k> <env> .Map </env>
+

Method application

+ +

The only change to untyped KOOL's values is that method closures are
+now typed (their first argument holds their type):

+
 syntax Val ::= objectClosure(Id,List)
+              | methodClosure(Type,Id,Int,Params,Stmt)
+

The type held by a method clossure will be the entire type of the
+method, not only its result type like the lambda-closure of typed
+SIMPLE. The reason for this change comes from the the need to
+dynamically upcast values when passed to contexts where values of
+superclass types are expected; since we want method closures to be
+first-class-citizen values in our language, we have to be able to
+dynamically upcast them, and in order to do that elegantly it is
+convenient to store the entire ``current type'' of the method closure
+instead of just its result type. Note that this was unnecessary in
+the semantics of the dynamically typed SIMPLE language.

+

Method closure application needs to also set a new return type in
+the return cell, like in dynamically typed SIMPLE, in order
+for the values returned by its body to be checked against the return
+type of the method. To do this correctly, we also need to stack the
+current status of the return cell and then pop it when the
+method returns. We have to do the same with the current object
+environment, so we group them together in the stack frame.

+
  syntax KItem ::= fstackFrame(Map, K, List, Type, K)
+
+  rule <k> methodClosure(_->T,Class,OL,Ps,S)(Vs:Vals) ~> K
+           => mkDecls(Ps,Vs) S return; </k>
+       <env> Env => .Map </env>
+       <store>... OL |-> objectClosure(_, EStack)...</store>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+          <fstack> .List => ListItem(fstackFrame(Env, K, XS, T', <crntObj> Obj' </crntObj>)) ...</fstack>
+          <xstack> XS </xstack>
+          <returnType> T' => T </returnType>
+          <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EStack </envStack> </crntObj>
+       </control>
+

At method return, we have to check that the type of the returned
+value is a subtype of the expected return type. Moreover, if that is
+the case, then we also upcast the returned value to one of the
+expected type. The computation item unsafeCast(V,T) changes
+the typeof V to T without any additional checks; however, it only
+does it when V is an object or a method, otherwise it returns V
+unchanged.

+
  rule <k> return V:Val; ~> _
+           => subtype(typeOf(V), T) ~> true? ~> unsafeCast(V, T) ~> K
+       </k>
+       <control>
+         <fstack> ListItem(fstackFrame(Env, K, XS, RT, <crntObj> CO </crntObj>)) => .List ...</fstack>
+         <xstack> _ => XS </xstack>
+         <returnType> T:Type => RT </returnType>
+         <crntObj> _ => CO </crntObj>
+       </control>
+       <env> _ => Env </env>
+

Assignment

+ +

Typed KOOL allows to assign subtype instance values to supertype
+lvalues. The semantics of assignment below is similar in spirit to
+dynamically typed SIMPLE's, but a check is performed that the assigned
+value's type is a subtype of the location's type. If that is the
+case, then the assigned value is returned as a result and stored, but
+it is upcast appropriately first, so the context will continue to see
+a value of the expected type of the location. Note that the type of a
+location is implicit in the type of its contents and it never changes
+during the execution of a program; its type is assigned when the
+location is allocated and initialized, and then only type-preserving
+values are allowed to be stored in each location.

+
  rule <k> loc(L) = V:Val
+           => subtype(typeOf(V),typeOf(V')) ~> true?
+              ~> unsafeCast(V, typeOf(V')) ...</k>
+       <store>... L |-> (V' => unsafeCast(V, typeOf(V'))) ...</store>
+

Typed exceptions

+ +

Exceptions are propagated now until a catch that can handle them is
+encountered.

+
  syntax KItem ::= xstackFrame(Param, Stmt, K, Map, K)
+  syntax KItem ::= "popx"
+
+  rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k>
+       <control>
+         <xstack> .List => ListItem(xstackFrame(P, S2, K, Env, C)) ...</xstack>
+         C
+       </control>
+       <env> Env </env>
+
+  rule <k> popx => .K ...</k>
+       <xstack> ListItem(_) => .List ...</xstack>
+
+  rule <k> throw V:Val; ~> _
+        => if (subtype(typeOf(V),T)) { T X = V; S2 } else { throw V; } ~> K
+       </k>
+       <control>
+         <xstack> ListItem(xstackFrame(T:Type X:Id, S2, K, Env, C)) => .List ...</xstack>
+         (_ => C)
+       </control>
+       <env> _ => Env </env>
+

Spawn

+ +

Like in untyped KOOL.

+
  rule <thread>...
+         <k> spawn S => !T:Int ...</k>
+         <env> Env </env>
+         <crntObj> Obj </crntObj>
+       ...</thread>
+       (.Bag => <thread>...
+               <k> S </k>
+               <env> Env </env>
+               <id> !T </id>
+               <crntObj> Obj </crntObj>
+             ...</thread>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

Like in untyped KOOL.

+
  rule <k> class Class1 extends Class2 { S } => .K ...</k>
+       <classes>... (.Bag => <classData>
+                            <className> Class1 </className>
+                            <baseClass> Class2 </baseClass>
+                            <declarations> S </declarations>
+                        </classData>)
+       ...</classes>
+

Method declaration

+ +

Methods are now typed and we need to store their types in their
+closures, so that their type contract can be checked at invocation
+time. The rule below is conceptually similar to that of untyped KOOL;
+the only difference is the addition of the types.

+
  rule <k> T:Type F:Id(Ps:Params) S => .K ...</k>
+       <crntClass> C </crntClass>
+       <location> OL </location>
+       <env> Env => Env[F <- L] </env>
+       <store>... .Map => L|->methodClosure(getTypes(Ps)->T,C,OL,Ps,S) ...</store>
+       <nextLoc> L => L +Int 1 </nextLoc>
+

New

+ +

The semantics of new in dynamically typed KOOL is also
+similar to that in untyped KOOL, the main difference being the
+management of the return types. Indeed, when a new object is created
+we also have to stack the current type in the return cell in
+order to be recovered after the creation of the new object. Only the
+first rule below needs to be changed; the others are identical to
+those in untyped KOOL.

+
  syntax KItem ::= envStackFrame(Id, Map)
+
+  rule <k> new Class:Id(Vs:Vals) ~> K
+           => create(Class) ~> (storeObj ~> ((Class(Vs)); return this;)) </k>
+       <env> Env => .Map </env>
+       <nextLoc> L:Int => L +Int 1 </nextLoc>
+     //<br/> // TODO(KORE): support latex annotations #1799
+       <control>
+         <xstack> XS </xstack>
+         <crntObj> Obj
+                   => <crntClass> Object </crntClass>
+                      <envStack> ListItem(envStackFrame(Object, .Map)) </envStack>
+                      <location> L </location>
+         </crntObj>
+         <returnType> T => Class </returnType>
+         <fstack> .List => ListItem(fstackFrame(Env, K, XS, T, <crntObj>Obj</crntObj>)) ...</fstack>
+       </control>
+
+  syntax KItem ::= create(Id)
+
+  rule <k> create(Class:Id)
+           => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k>
+       <className> Class </className>
+       <baseClass> Class1:Id </baseClass>
+       <declarations> S </declarations>
+
+  rule <k> create(Object) => .K ...</k>
+
+  syntax KItem ::= setCrntClass(Id)
+
+  rule <k> setCrntClass(C) => .K ...</k>
+       <crntClass> _ => C </crntClass>
+
+  syntax KItem ::= "addEnvLayer"
+
+  rule <k> addEnvLayer => .K ...</k>
+       <env> Env => .Map </env>
+       <crntClass> Class:Id </crntClass>
+       <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack>
+
+  syntax KItem ::= "storeObj"
+
+  rule <k> storeObj => .K ...</k>
+       <crntObj>
+         <crntClass> Class </crntClass>
+         <envStack> EStack </envStack>
+         (<location> L:Int </location> => .Bag)
+       </crntObj>
+       <store>... .Map => L |-> objectClosure(Class, EStack) ...</store>
+

Self reference

+ +

Like in untyped KOOL.

+
  rule <k> this => objectClosure(Class, EStack) ...</k>
+       <crntObj>
+         <crntClass> Class </crntClass>
+         <envStack> EStack </envStack>
+         ...
+       </crntObj>
+

Object member access

+ +

Like in untyped KOOL.

+
  rule <k> X:Id => this . X ...</k> <env> Env:Map </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE . _::Id requires (HOLE =/=K super)
+
+/*  rule objectClosure(<crntObj> <crntClass> Class:Id </crntClass>
+                     <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> </crntObj>)
+       . X:Id
+    => lookupMember(<envStack> ListItem((Class,EnvC)) EStack </envStack>, X) */
+  rule objectClosure(Class:Id,
+                     ListItem(envStackFrame(Class,Env)) EStack)
+       . X:Id
+    => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X)
+  rule objectClosure(Class:Id,
+                     (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack)
+       . _X:Id
+    requires Class =/=K Class'
+
+/*  rule <k> super . X => lookupMember(<envStack>EStack</envStack>, X) ...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> */
+  rule <k> super . X => lookupMember(EStack, X) ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> super . _X ...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack>
+    requires Class =/=K Class'
+

Method invocation

+ +

The method lookup is the same as in untyped KOOL.

+
  rule <k> (X:Id => V)(_:Exps) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V:Val ...</store>
+
+  rule <k> (X:Id => this . X)(_:Exps) ...</k>
+       <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context HOLE._::Id(_) requires HOLE =/=K super
+
+  rule (objectClosure(_, EStack) . X
+    => lookupMember(EStack, X:Id))(_:Exps)
+
+/*  rule <k> (super . X
+            => lookupMember(<envStack>EStack</envStack>,X))(_:Exps)...</k>
+       <crntClass> Class </crntClass>
+       <envStack>... ListItem((Class,_)) EStack </envStack> */
+  rule <k> (super . X
+            => lookupMember(EStack,X))(_:Exps)...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack>
+  rule <k> (super . _X)(_:Exps)...</k>
+       <crntClass> Class:Id </crntClass>
+       <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack>
+    requires Class =/=K Class'
+
+  // TODO(KORE): fix getKLabel #1801
+  rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C)
+  rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C)
+  rule V:Val ~> #freezerFunCall(C:Exps) => V(C)
+  syntax KItem ::= "#freezerFunCall" "(" K ")"
+  /*
+  context HOLE(_:Exps)
+    requires getKLabel HOLE ==KLabel '_`(_`) orBool getKLabel HOLE ==KLabel '_`[_`]
+  */
+
+  rule <k> (lookup(L) => V)(_:Exps) ...</k>  <store>... L |-> V:Val ...</store>
+

Instance of

+ +

Like in untyped KOOL.

+
  rule objectClosure(_, ListItem(envStackFrame(C,_)) _)
+       instanceOf C => true
+
+  rule objectClosure(_, (ListItem(envStackFrame(C::Id,_)) => .List) _)
+       instanceOf C'  requires C =/=K C'
+
+  rule objectClosure(_, .List) instanceOf _ => false
+

Cast

+ +

Unlike in untyped KOOL, in typed KOOL we actually check that the object
+can indeed be cast to the claimed type.

+
  rule (C:Id) objectClosure(Irrelevant, EStack)
+    => objectClosure(Irrelevant, EStack) instanceOf C ~> true?
+       ~> objectClosure(C, EStack)
+

KOOL-specific auxiliary declarations and operations

+ +

Objects as lvalues

+ +

Like in untyped KOOL.

+
  rule <k> lvalue(X:Id => this . X) ...</k>  <env> Env </env>
+    requires notBool(X in keys(Env))
+
+  context lvalue((HOLE . _)::Exp)
+
+/*  rule lvalue(objectClosure(<crntObj> <crntClass> C </crntClass>
+                            <envStack>... ListItem((C,EnvC:EnvCell)) EStack </envStack> </crntObj>)
+              . X
+              => lookupMember(<envStack> ListItem((C,EnvC)) EStack </envStack>,
+                              X)) */
+  rule lvalue(objectClosure(C:Id,
+                            ListItem(envStackFrame(C,Env)) EStack)
+              . X
+              => lookupMember(ListItem(envStackFrame(C,Env)) EStack,
+                              X))
+  rule lvalue(objectClosure(C,
+                            (ListItem(envStackFrame(C',_)) => .List) _EStack)
+              . _X)
+    requires C =/=K C'
+

Lookup member

+ +

Like in untyped KOOL.

+
  syntax Exp ::= lookupMember(List,Id)  [function]
+
+  rule lookupMember(ListItem(envStackFrame(_, X |-> L _)) _, X) => lookup(L)
+
+  // TODO: fix rule below as shown once we support functions with deep rewrites
+  // rule lookupMember(<envStack> ListItem((_, <env> Env </env>)) => .List
+  //                     ...</envStack>, X)
+  //   requires notBool(X in keys(Env))
+  rule lookupMember(ListItem(envStackFrame(_, Env)) L, X)
+    => lookupMember(L, X)
+    requires notBool(X in keys(Env))
+

typeOf for the additional values}

+ +
  rule typeOf(objectClosure(C,_)) => C
+  rule typeOf(methodClosure(T:Type,_,_,_Ps:Params,_)) => T
+

Subtype checking

+ +

The subclass relation induces a subtyping relation.

+
  syntax Exp ::= subtype(Types,Types)
+
+  rule subtype(T:Type, T) => true
+
+  rule <k> subtype(C1:Id, C:Id) => subtype(C2, C) ...</k>
+       <className> C1 </className>
+       <baseClass> C2:Id </baseClass>
+    requires C1 =/=K C
+
+  rule subtype(Object,Class:Id) => false
+    requires Class =/=K Object
+
+  rule subtype(Ts1->T2,Ts1'->T2') => subtype(((T2)::Type,Ts1'),((T2')::Type,Ts1))
+
+// Note that the following rule would be wrong!
+//  rule subtype(T[],T'[]) => subtype(T,T')
+
+  rule subtype((T:Type,Ts),(T':Type,Ts')) => subtype(T,T') && subtype(Ts,Ts')
+    requires Ts =/=K .Types
+  rule subtype(.Types,.Types) => true
+

Unsafe Casting

+ +

Performs unsafe casting. One should only use it in combination with
+the subtype relation above.

+
  syntax Val ::= unsafeCast(Val,Type)  [function]
+
+  rule unsafeCast(objectClosure(_,EStack), C:Id)
+    => objectClosure(C,EStack)
+
+  rule unsafeCast(methodClosure(_T',C,OL,Ps,S), T) => methodClosure(T,C,OL,Ps,S)
+
+  rule unsafeCast(V:Val, T:Type) => V  requires typeOf(V) ==K T
+

Generic guard

+ +

A generic computational guard: it allows the computation to continue
+only if a prefix guard evaluates to true.

+
  syntax KItem ::= "true?"
+  rule true ~> true? => .K
+
+endmodule
+

Go to Lesson 3, KOOL typed static.

+

KOOL — Typed — Static

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K static semantics of the typed KOOL language.
+It extends the static semantics of typed SIMPLE with static semantics
+for the object-oriented constructs. Also, the static semantics of
+some of the existing SIMPLE constructs need to change, in order to
+become more generous with regards to the set of accepted programs,
+mostly due to subtyping. For example, the assignment construct
+x = e required that both the variable x and the
+expression e had the same type in SIMPLE. In KOOL, the type
+of e can be a subtype of the type of x.
+Specifically, we define the following typing policy for KOOL,
+everything else not mentioned below borrowing its semantics from
+SIMPLE:

+
    +
  • +

    Each class C yields a homonymous type, which can be
    +explicitly used in programs to type variables and methods, possibly in
    +combination with other types.

    +
  • +
  • +

    Since now we have user-defined types, we check that each type
    +used in a KOOL program is well-formed, that is, it is constructed only
    +from primitive and class types corresponding to declared classes.

    +
  • +
  • +

    Class members and their types form a class type
    +environment
    . Each class will have such a type environment.
    +Each member in a class is allowed to be declared only once. Since in
    +KOOL we allow methods to be assigned to fields, we make no distinction
    +between field and method members; in other words, we reject programs
    +declaring both a field and a method with the same name.

    +
  • +
  • +

    If an identifier is not found in the local type environment, it
    +will be searched for in the current class type environment. If not
    +there, then it will be searched for in its superclass' type
    +environment. And so on and so forth. If not found until the
    +Object class is reached, a typing error is reported.

    +
  • +
  • +

    The assignment allows variables to be assigned values of
    +more concrete types. The result type of the assignment expression
    +construct will be the (more abstract) type of the assigned variable,
    +and not the (more concrete) type of the expression, like in Java.

    +
  • +
  • +

    Exceptions are changed (from SIMPLE) to allow throwing and
    +catching only objects, like in Java. Also, unlike in SIMPLE, we do
    +not check whether the type of the thrown exception matches the type of
    +the caught variable, because exceptions can be caught by other
    +try/catch blocks, even by ones in other methods. To avoid
    +having to annotate each method with what exceptions it can throw, we
    +prefer to not check the type safety of exceptions (although this is an
    +excellent homework!). We only check that the try block
    +type-checks and that the catch block type-checks after we bind
    +the caught variable to its claimed type.

    +
  • +
  • +

    Class declarations are not allowed to have any cycles in their
    +extends relation. Such cycles would lead to non-termination of
    +new, as it actually does in the dynamic semantics of KOOL
    +where no such circularity checks are performed.

    +
  • +
  • +

    Methods overriding other methods should be in the right subtyping
    +relationship with the overridden methods: co-variant in the codomain
    +and contra-variant in the domain.

    +
  • +
+
module KOOL-TYPED-STATIC-SYNTAX
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of statically typed KOOL is identical to that of
+dynamically typed KOOL, they both taking as input the same programs.
+What differs is the K strictness attributes. Like in statically
+typed SIMPLE, almost all language constructs are strict now, since we
+want each to type its arguments almost all the time. Like in the
+other two KOOL definitions, we prefer to copy and then modify/extend
+the syntax of statically typed SIMPLE.

+

Note: This paragraph is old, now we can do things better. We keep
+it here only for historical reasons, to see how much we used to suffer 😃

+

Annoying K-tool technical problem:
+Currently, the K tool treats the "non-terminal" productions (i.e.,
+productions consisting of just one non-terminal), also called
+"subsorting" production, differently from the other productions.
+Specifically, it does not insert a node in the AST for them. This may
+look desirable at first, but it has a big problem: it does not allow
+us to treat the subsort differently in different context. For
+example, since we want Id to be both a type (a class name) and a
+program variable, and since we want expressions to reduce to their
+types, we are in an impossible situations in which we do not know how
+to treat an identifier in the semantics: as a type, i.e., a result of
+computations, or as a program variable, i.e., a non-result. Ideally,
+we would like to tag the identifiers at parse-time with their local
+interpretation, but that, unfortunately, is not possible with the
+current parsing capabilities of the K tool, because it requires to
+insert additional information in the AST for the subsort productions.
+This will be fixed soon. Until then, unfortunately, we have to do the
+job of the parser manually. Instead of subsorting Id directly
+to Type, we "wrap" it first, say with a wrapper called
+class(...), exactly how the parser should have done.
+The major drawback of this is that all the typed KOOL programs
+in kool/typed/programs need to also be modified to always
+declare class types accordingly. The modified programs can be found
+in kool/typed/static/programs. So make sure you execute the
+static semantics of KOOL using the modified programs. To avoid seeing
+the wrapper in the generated documentation, we associate it an
+"invisibility" latex attribute below.

+
  syntax Id ::= "Object" [token] | "Main" [token]
+

Types

+ +
  syntax Type ::= "void" | "int" | "bool" | "string"
+                | Id                     [klabel("class"), symbol, avoid]  // see next
+                | Type "[" "]"
+                | "(" Type ")"           [bracket]
+                > Types "->" Type
+
+  syntax Types ::= List{Type,","}        [overload(exps)]
+

Declarations

+ +
  syntax Param ::= Type Id
+  syntax Params ::= List{Param,","}
+
+  syntax Stmt ::= Type Exps ";" [avoid]
+                | Type Id "(" Params ")" Block
+                | "class" Id Block
+                | "class" Id "extends" Id Block
+

Expressions

+ +
  syntax FieldReference ::= Exp "." Id          [strict(1)]
+  syntax ArrayReference ::= Exp "[" Exps "]"    [strict]
+
+  syntax Exp ::= Int | Bool | String | Id
+               | "this"
+               | "super"
+               | "(" Exp ")"             [bracket]
+               | "++" Exp
+               | Exp "instanceOf" Id     [strict(1)]
+               | "(" Id ")" Exp          [strict(2)]
+               | "new" Id "(" Exps ")"   [strict(2)]
+               > Exp "(" Exps ")"        [strict]
+               | "-" Exp                 [strict]
+               | "sizeOf" "(" Exp ")"    [strict]
+               | "read" "(" ")"
+               > left:
+                 Exp "*" Exp             [strict, left]
+               | Exp "/" Exp             [strict, left]
+               | Exp "%" Exp             [strict, left]
+               > left:
+                 Exp "+" Exp             [strict, left]
+               | Exp "-" Exp             [strict, left]
+               > non-assoc:
+                 Exp "<" Exp             [strict, non-assoc]
+               | Exp "<=" Exp            [strict, non-assoc]
+               | Exp ">" Exp             [strict, non-assoc]
+               | Exp ">=" Exp            [strict, non-assoc]
+               | Exp "==" Exp            [strict, non-assoc]
+               | Exp "!=" Exp            [strict, non-assoc]
+               > "!" Exp                 [strict]
+               > left:
+                 Exp "&&" Exp            [strict, left]
+               | Exp "||" Exp            [strict, left]
+               > "spawn" Block  // not strict: to check return and exceptions
+               > Exp "=" Exp             [strict(2), right]
+
+  syntax Exp ::= FieldReference | ArrayReference
+  syntax priority _.__KOOL-TYPED-STATIC-SYNTAX > _[_]_KOOL-TYPED-STATIC-SYNTAX > _(_)_KOOL-TYPED-STATIC-SYNTAX
+
+  syntax Exps ::= List{Exp,","}          [strict, overload(exps)]
+

Statements

+ +
  syntax Block ::= "{" "}"
+                | "{" Stmt "}"
+
+  syntax Stmt ::= Block
+                | Exp ";"                                 [strict]
+                | "if" "(" Exp ")" Block "else" Block     [avoid, strict]
+                | "if" "(" Exp ")" Block                  [macro]
+                | "while" "(" Exp ")" Block               [strict]
+                | "for" "(" Stmt Exp ";" Exp ")" Block    [macro]
+                | "return" Exp ";"                        [strict]
+                | "return" ";"
+                | "print" "(" Exps ")" ";"                [strict]
+                | "try" Block "catch" "(" Param ")" Block [strict(1)]
+                | "throw" Exp ";"                         [strict]
+                | "join" Exp ";"                          [strict]
+                | "acquire" Exp ";"                       [strict]
+                | "release" Exp ";"                       [strict]
+                | "rendezvous" Exp ";"                    [strict]
+
+  syntax Stmt ::= Stmt Stmt                            [seqstrict, right]
+

Desugaring macros

+ +
  rule if (E) S => if (E) S else {}
+  rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}}
+  rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es;               [anywhere]
+  rule T:Type X:Id = E; => T X; X = E;                                  [anywhere]
+
+  rule class C:Id S => class C extends Object S
+
+endmodule
+

Static semantics

+ +

We first discuss the configuration, then give the static semantics
+taken over unchanged from SIMPLE, then discuss the static semantics of
+SIMPLE syntactic constructs that needs to change, and in the end we
+discuss the static semantics and additional checks specifically
+related to the KOOL proper syntax.

+
module KOOL-TYPED-STATIC
+  imports KOOL-TYPED-STATIC-SYNTAX
+  imports DOMAINS
+

Configuration

+ +

The configuration of our type system consists of a tasks
+cell with the same meaning like in statically typed SIMPLE, of an
+out cell streamed to the standard output that will be used to
+display typing error messages, and of a cell classes holding
+data about each class in a separate class cell. The
+task cells now have two additional optional subcells, namely
+ctenvT and inClass. The former holds a temporary
+class type environment; its contents will be transferred into the
+ctenv cell of the corresponding class as soon as all the
+fields and methods in the task are processed. In fact, there will be
+three types of tasks in the subsequent semantics, each determined by
+the subset of cells that it holds:

+
    +
  1. +

    Main task, holding only a k cell holding the
    +original program as a set of classes. The role of this task is to
    +process each class, generating a class task (see next) for each.

    +
  2. +
  3. +

    Class task, holding k, ctenvT, and
    +inClass subcells. The role of this task type is to process
    +a class' contents, generating a class type environment in the
    +ctenvT cell and a method task (see next) for each method in
    +the class. To avoid interference with object member lookup rules
    +below, it is important to add the class type environment to a class
    +atomically; this is the reason for which we use ctenvT
    +temporary cells within class tasks (instead of adding each member
    +incrementally to the class' type environment).

    +
  4. +
  5. +

    Method task, holding k, tenv and
    +return cells. These tasks are similar to SIMPLE's function
    +tasks, so we do not discuss them here any further.

    +
  6. +
+

Each class cell hods its name (in the className
+cell) and the name of the class it extends (in the extends
+cell), as well as its type environment (in the ctenv cell)
+and the set of all its superclasses (in the extendsAll cell).
+The later is useful for example for checking whether there are cycles
+in the class extends relation.

+
  configuration <T multiplicity="?" color="yellow">
+                  <tasks color="orange" multiplicity="?">
+                    <task multiplicity="*" color="yellow" type="Set">
+                      <k color="green"> $PGM:Stmt </k>
+                      <tenv multiplicity="?" color="cyan"> .Map </tenv>
+                      <ctenvT multiplicity="?" color="blue"> .Map </ctenvT>
+                      <returnType multiplicity="?" color="black"> void </returnType>
+                      <inClass multiplicity="?" color="Fuchsia"> .K </inClass>
+                    </task>
+                  </tasks>
+//                  <br/>
+                  <classes color="Fuchsia">
+                    <classData multiplicity="*" type="Map">
+                      <className color="Fuchsia"> Object </className>
+                      <baseClass color="Fuchsia"> .K </baseClass>
+                      <baseClasses color="Fuchsia"> .Set </baseClasses>
+                      <ctenv multiplicity="?" color="blue"> .Map </ctenv>
+                    </classData>
+                  </classes>
+                </T>
+                <output color="brown" stream="stdout"> .List </output>
+

Unchanged semantics from statically typed SIMPLE

+ +

The syntax and rules below are borrowed unchanged from statically
+typed SIMPLE, so we do not discuss them much here.

+
  syntax Exp ::= Type
+  syntax Exps ::= Types
+  syntax BlockOrStmtType ::= "block" | "stmt"
+  syntax Type ::= BlockOrStmtType
+  syntax Block ::= BlockOrStmtType
+  syntax KResult ::= Type
+                   | Types  // TODO: should not be needed
+
+
+  context _:Type _::Exp[HOLE::Exps];
+
+  rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts];
+  rule T:Type E:Exp[.Types]; => T E;
+
+
+  rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag
+
+
+  rule _:Int => int
+  rule _:Bool => bool
+  rule _:String => string
+
+
+  rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv>
+
+
+  context ++(HOLE => ltype(HOLE))
+  rule ++ int => int
+  rule int + int => int
+  rule string + string => string
+  rule int - int => int
+  rule int * int => int
+  rule int / int => int
+  rule int % int => int
+  rule - int => int
+  rule int < int => bool
+  rule int <= int => bool
+  rule int > int => bool
+  rule int >= int => bool
+  rule T:Type == T => bool
+  rule T:Type != T => bool
+  rule bool && bool => bool
+  rule bool || bool => bool
+  rule ! bool => bool
+
+
+  rule (T[])[int, Ts:Types] => T[Ts]
+  rule T:Type[.Types] => T
+
+  rule sizeOf(_T[]) => int
+
+
+  rule read() => int
+
+  rule print(T:Type, Ts => Ts); requires T ==K int orBool T ==K string
+  rule print(.Types); => stmt
+
+
+  context (HOLE => ltype(HOLE)) = _
+
+
+  rule <k> return; => stmt ...</k> <returnType> _ </returnType>
+
+
+  rule {} => block
+
+  rule <task> <k> {S:Stmt} => block ...</k> <tenv> Rho </tenv> R </task>
+       (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>)
+
+  rule _:Type; => stmt
+  rule if (bool) block else block => stmt
+  rule while (bool) block => stmt
+
+  rule join int; => stmt
+  rule acquire _:Type; => stmt
+  rule release _:Type; => stmt
+  rule rendezvous _:Type; => stmt
+
+  syntax Stmt ::= BlockOrStmtType
+  rule _:BlockOrStmtType _:BlockOrStmtType => stmt
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+ +
  syntax Stmt ::= mkDecls(Params)  [function]
+  rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps)
+  rule mkDecls(.Params) => {}
+
+  syntax LValue ::= Id
+                  | FieldReference
+                  | ArrayReference
+  syntax Exp ::= LValue
+
+  syntax Exp ::= ltype(Exp)
+// We would like to say:
+//  context ltype(HOLE:LValue)
+// but we currently cannot type the HOLE
+  context ltype(HOLE) requires isLValue(HOLE)
+
+// OLD approach:
+//  syntax Exp ::= ltype(Exp)  [function]
+//  rule ltype(X:Id) => X
+//  rule ltype(E:Exp [Es:Exps]) => E[Es]
+
+  syntax Types ::= getTypes(Params)  [function]
+  rule getTypes(T:Type _:Id) => T, .Types
+  rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps)
+  rule getTypes(.Params) => void, .Types
+

Changes to the existing statically typed SIMPLE semantics

+ +

Below we give the new static semantics for language constructs that
+come from SIMPLE, but whose SIMPLE static semantics was too
+restrictive or too permissive and thus had to change.

+

Local variable declaration

+ +

Since we can define new types in KOOL (corresponding to classes), the
+variable declaration needs to now check that the claimed types exist.
+The operation checkType, defined at the end of this module,
+checks whether the argument type is correct (it actually works with
+lists of types as well).

+
  rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k>
+       <tenv> Rho => Rho[X <- T] </tenv>
+

Class member declaration

+ +

In class tasks, variable declarations mean class member declarations.
+Since we reduce method declarations to variable declarations (see
+below), a variable declaration in a class task can mean either a field
+or a method declaration. Unlike local variable declarations, which
+can shadow previous homonymous local or member declarations, member
+declarations are regarded as a set, so we disallow multiple
+declarations for the same member (one could improve upon this, like in
+Java, by treating members with different types or number of arguments
+as different, etc., but we do not do it here). We also issue an error
+message if one attempts to redeclare the same class member. The
+framed variable declaration in the second rule below should be read
+"stuck". In fact, it is nothing but a unary operation called
+stuck, which takes a K-term as argument and does nothing
+with it; this stuck operation is displayed as a frame in this
+PDF document because of its latex attribute (see the ASCII .k file,
+at the end of this module).

+
  rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k>
+       <ctenvT> Rho (.Map => X |-> T) </ctenvT>
+    requires notBool(X in keys(Rho))
+
+  rule <k> T:Type X:Id; => stuck(T X;) ...</k>
+       <ctenvT>... X |-> _ ...</ctenvT>
+       <inClass> C:Id </inClass>
+//       <br/>
+       <output>... .List => ListItem("Member \"" +String Id2String(X)
+                              +String "\" declared twice in class \""
+                              +String Id2String(C) +String "\"!\n") </output>
+

Method declaration

+ +

A method declaration requires two conceptual checks to be performed:
+first, that the method's type is consistent with the type of the
+homonymous method that it overrides, if any; and second, that its body
+types correctly. At the same time, it should also be added to the
+type environment of its class. The first conceptual task is performed
+using the checkMethod operation defined below, and the second
+by generating a corresponding method task. To add it to the class
+type environment, we take advantage of the fact that KOOL is higher
+order and reduce the problem to a field declaration problem, which we
+have already defined. The role of the ctenvT cell in the
+rule below is to structurally ensure that the method declaration takes
+place in a class task (we do not want to allow methods to be declared,
+for example, inside other methods).

+
  rule <k> T:Type F:Id(Ps:Params) S
+        => checkMethod(F, getTypes(Ps)->T, C')
+           ~> getTypes(Ps)->T F; ...</k>
+//       <br/>
+       <inClass> C </inClass>
+       <ctenvT> _ </ctenvT> // to ensure we are in a class pass
+       <className> C </className>
+       <baseClass> C' </baseClass>
+//       <br/>
+       (.Bag => <task>
+               <k> mkDecls(Ps) S </k>
+               <inClass> C </inClass>
+               <tenv> .Map </tenv>
+               <returnType> T </returnType>
+             </task>)
+

Assignment

+ +

A more concrete value is allowed to be assigned to a more abstract
+variable. The operation checkSubtype is defined at the end
+of the module and it also works with pairs of lists of types.

+
  rule T:Type = T':Type => checkSubtype(T', T) ~> T
+

Method invocation and return

+ +

Methods can be applied on values of more concrete types than their
+arguments:

+
  rule (Ts:Types -> T:Type) (Ts':Types) => checkSubtype(Ts',Ts) ~> T
+

Similarly, we allow values of more concrete types to be returned by
+methods:

+
  rule <k> return T:Type; => checkSubtype(T,T') ~> stmt ...</k>
+       <returnType> T':Type </returnType>
+

Exceptions

+ +

Exceptions can throw and catch values of any types. Since unlike in Java
+KOOL's methods do not declare the exception types that they can throw,
+we cannot test the full type safety of exceptions. Instead, we
+only check that the try and the catch statements
+type correctly.

+
  rule try block catch(T:Type X:Id) S => {T X; S}
+  rule throw _T:Type ; => stmt
+

Spawn

+ +

The spawned cell needs to also be passed the parent's class.

+
// explain why
+
+  rule <k> spawn S:Block => int ...</k>
+       <tenv> Rho </tenv>
+       <inClass> C </inClass>
+       (.Bag => <task>
+               <k> S </k>
+               <tenv> Rho </tenv>
+               <inClass> C </inClass>
+             </task>)
+

Semantics of the new KOOL constructs

+ +

Class declaration

+ +

We process each class in the main task, adding the corresponding data
+into its class cell and also adding a class task for it. We
+also perform some well-formedness checks on the class hierarchy.

+

Initiate class processing
+We create a class cell and a class task for each task. Also, we start
+the class task with a check that the class it extends is declared
+(this delays the task until that class is processed using another
+instance of this rule).

+
// There seems to be some error with the configuration concretization,
+// as the rule below does not work when rewriting . to both the task
+// and the class cells; I had to include two separate . rewrites
+
+// TODO: the following fails krun; see #2117
+  rule <task> <k> class C:Id extends C':Id { S:Stmt } => stmt ...</k> </task>
+       (.Bag => <classData>...
+               <className> C </className>
+               <baseClass> C' </baseClass>
+             ...</classData>)
+//       <br/>
+       (.Bag => <task>
+                <k> checkType(`class`(C')) ~> S </k>
+                <inClass> C </inClass>
+                <ctenvT> .Map </ctenvT>
+             </task>)
+
+// You may want to try the thing below, but that failed, too
+/*
+syntax Type ::= "stmtStop"
+
+  rule <tasks>...
+       <task> <k> class C:Id extends C':Id { S:Stmt } => stmtStop ...</k> </task>
+       (.Bag => <task>
+                <k> checkType(`class`(C')) ~> S </k>
+                <inClass> C </inClass>
+                <ctenvT> .Map </ctenvT>
+             </task>)
+       ...</tasks>
+       <classes>...
+       .Bag => <classData>...
+               <className> C </className>
+               <baseClass> C' </baseClass>
+             ...</classData>
+       ...</classes>
+//       <br/>
+*/
+

Check for unique class names

+ +
  rule (<T>...
+          <className> C </className>
+          <className> C </className>
+        ...</T> => .Bag)
+       <output>... .List => ListItem("Class \"" +String Id2String(C)
+                                  +String "\" declared twice!\n") </output>
+

Check for cycles in class hierarchy
+We check for cycles in the class hierarchy by transitively closing the
+class extends relation using the extendsAll cells, and
+checking that a class will never appear in its own extendsAll
+cell. The first rule below initiates the transitive closure of the
+superclass relation, the second transitively closes it, and the third
+checks for cycles.

+
  rule <baseClass> C </baseClass>
+       <baseClasses> .Set => SetItem(C) </baseClasses>  [priority(25)]
+
+  rule <classData>...
+         <baseClasses> SetItem(C) Cs:Set (.Set => SetItem(C')) </baseClasses>
+       ...</classData>
+       <classData>... <className>C</className> <baseClass>C'</baseClass> ...</classData>
+    requires notBool(C' in (SetItem(C) Cs))  [priority(25)]
+
+  rule (<T>...
+          <className> C </className>
+          <baseClasses>... SetItem(C) ...</baseClasses>
+        ...</T> => .Bag)
+       <output>... .List => ListItem("Class \"" +String Id2String(C)
+                                  +String "\" is in a cycle!\n") </output>
+    [priority(25)]
+

New

+ +

To type new we only need to check that the class constructor
+can be called with arguments of the given types, so we initiate a call
+to the constructor method in the corresponding class. If that
+succeeds, meaning that it types to stmt, then we discard the
+stmt type and produce instead the corresponding class type of
+the new object. The auxiliary discard operation is defined
+also at the end of this module.

+
  rule new C:Id(Ts:Types) => `class`(C) . C (Ts) ~> discard ~> `class`(C)
+

Self reference

+ +

The typing rule for this is straightforward: reduce to the
+current class type.

+
  rule <k> this => `class`(C) ...</k>
+       <inClass> C:Id </inClass>
+

Super

+ +

Similarly, super types to the parent class type.
+Note that for typing concerns, super can be considered as an object
+(recall that this was not the case in the dynamic semantics).

+
   rule <k> super => `class`(C') ...</k>
+        <inClass> C:Id </inClass>
+        <className> C </className>
+        <baseClass> C':Id </baseClass>
+

Object member access

+ +

There are several cases to consider here. First, if we are in a class
+task, we should lookup the member into the temporary class type
+environemnt in cell ctenvT. That is because we want to allow
+initialized field declarations in classes, such as int x=10;.
+This is desugared to a declaration of x, which is added to
+ctenvT during the class task processing, followed by an
+assignment of x to 10. In order for the assignment to type
+check, we need to know that x has been declared with type
+int; this information can only be found in the
+ctenvT cell. Second, we should redirect non-local variable
+lookups in method tasks to corresponding member accesses (the
+local variables are handled by the rule borrowed from SIMPLE).
+This is what the second rule below does. Third, we should allow
+object member accesses as lvalues, which is done by the third rule
+below. These last two rules therefore ensure that each necessary
+object member access is explicitly allowed for evaluation. Recall
+from the annotated syntax module above that the member access
+operation is strict in the object. That means that the object is
+expected to evaluate to a class type. The next two rules below define
+the actual member lookup operation, moving the search to the
+superclass when the member is not found in the current class. Note
+that this works because we create the class type environments
+atomically; thus, a class either has its complete type environment
+available, in which case these rules can safely apply, or its cell
+ctenv is not yet available, in which case these rules have to
+wait. Finally, the sixth rule below reports an error when the
+Object class is reached.

+
  rule <k> X:Id => T ...</k>
+       <ctenvT>... X |-> T ...</ctenvT>
+
+  rule <k> X:Id => this . X ...</k>
+       <tenv> Rho </tenv>
+    requires notBool(X in keys(Rho))
+
+// OLD approach:
+//  rule ltype(E:Exp . X:Id) => E . X
+
+  rule <k> `class`(C:Id) . X:Id => T ...</k>
+       <className> C </className>
+       <ctenv>... X |-> T:Type ...</ctenv>
+
+  rule <k> `class`(C1:Id => C2) . X:Id ...</k>
+       <className> C1 </className>
+       <baseClass> C2:Id </baseClass>
+       <ctenv> Rho </ctenv>
+    requires notBool(X in keys(Rho))
+
+  rule <k> `class`(Object) . X:Id => stuck(`class`(Object) . X) ...</k>
+       <inClass> C:Id </inClass>
+//      <br/>
+       <output>... .List => ListItem("Member \"" +String Id2String(X)
+                              +String "\" not declared! (see class \""
+                              +String Id2String(C) +String "\")\n") </output>
+

Instance of and casting

+ +

As it is hard to check statically whether casting is always safe,
+the programmer is simply trusted from a typing perspective. We only
+do some basic upcasting and downcasting checks, to reject casts which
+will absolutely fail. However, dynamic semantics or implementations
+of the language need to insert runtime checks for downcasting to be safe.

+
  rule `class`(_C1:Id) instanceOf _C2:Id => bool
+  rule (C:Id) `class`(C) => `class`(C)
+  rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k>
+       <className> C1 </className>
+       <baseClasses>...SetItem(C2)...</baseClasses>    // upcast
+  rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k>
+       <className> C2 </className>
+       <baseClasses>...SetItem(C1)...</baseClasses>    // downcast
+  rule <k> (C2) `class`(C1:Id) => stuck((C2) `class`(C1)) ...</k>
+       <classData>...
+         <className> C1 </className>
+         <baseClasses> S1 </baseClasses>
+       ...</classData>
+       <classData>...
+         <className> C2 </className>
+         <baseClasses> S2 </baseClasses>
+       ...</classData>
+       <output>... .List => ListItem("Classes \"" +String Id2String(C1)
+                              +String "\" and \"" +String Id2String(C2)
+                              +String "\" are incompatible!\n") </output>
+    requires notBool(C1 in S2) andBool notBool(C2 in S1)
+

Cleanup tasks

+ +

Finally, we need to clean up the terminated tasks. Each of the three
+types of tasks is handled differently. The main task is replaced by a
+method task holding new main();, which will ensure that a
+main class with a main() method actually exists
+(first rule below). A class task moves its temporary class type
+environment into its class' cell, and then it dissolves itself (second
+rule). A method task simply dissolves when terminated (third rule);
+the presence of the tenv cell in that rule ensures that that
+task is a method task.
+Finally, when all the tasks are cleaned up, we can also remove the
+tasks cell, issuing a corresponding message. Note that
+checking for cycles or duplicate methods can still be performed after
+the tasks cell has been removed.

+
// discard main task when done, issuing a "new main();" command to
+// make sure that the class main and the method main() are declared.
+
+  rule <task> <k> stmt => new Main(.Exps); </k>
+              (.Bag => <tenv> .Map </tenv>
+                    <returnType> void </returnType>
+                    <inClass> Main </inClass>)
+       </task>
+
+// discard class task when done, adding a ctenv in class
+
+  rule (<task>
+          <k> stmt </k>
+          <ctenvT> Rho </ctenvT>
+          <inClass> C:Id </inClass>
+        </task> => .Bag)
+        <className> C </className>
+        (.Bag => <ctenv> Rho </ctenv>)
+
+// discard method task when done
+
+  rule <task>...
+         <k> stmt </k>
+         <tenv> _ </tenv>  // only to ensure that this is a method task
+       ...</task> => .Bag
+
+// cleanup tasks and output a success message when done
+
+  rule (<T>... <tasks> .Bag </tasks> ...</T> => .Bag)
+       <output>... .List => ListItem("Type checked!\n") </output>
+

KOOL-specific auxiliary declarations and operations

+ +

Subtype checking

+ +

The subclass relation introduces a subtyping relation.

+
  syntax KItem ::= checkSubtype(Types,Types)
+
+  rule checkSubtype(T:Type, T) => .K
+
+  rule <k> checkSubtype(`class`(C:Id), `class`(C':Id)) => .K ...</k>
+       <className> C </className>
+       <baseClasses>... SetItem(C') ...</baseClasses>
+
+  rule checkSubtype(Ts1->T2,Ts1'->T2')
+    => checkSubtype(((T2)::Type,Ts1'),((T2')::Type,Ts1))
+
+// note that the following rule would be wrong!
+//  rule checkSubtype(T[],T'[]) => checkSubtype(T,T')
+
+  rule checkSubtype((T:Type,Ts),(T':Type,Ts'))
+    => checkSubtype(T,T') ~> checkSubtype(Ts,Ts')
+    requires Ts =/=K .Types
+
+  rule checkSubtype(.Types,.Types) => .K
+  rule checkSubtype(.Types,void) => .K
+

Checking well-formedness of types

+ +

Since now any Id can be used as the type of a class, we need to
+check that the types used in the program actually exists

+
  syntax KItem ::= checkType(Types)
+
+  rule checkType(T:Type,Ts:Types) => checkType(T) ~> checkType(Ts)
+    requires Ts =/=K .Types
+  rule checkType(.Types) => .K
+  rule checkType(int) => .K
+  rule checkType(bool) => .K
+  rule checkType(string) => .K
+  rule checkType(void) => .K
+  rule <k> checkType(`class`(C:Id)) => .K ...</k> <className> C </className>
+  rule checkType(`class`(Object)) => .K
+  rule checkType(Ts:Types -> T:Type) => checkType(T,Ts)
+  rule checkType(T:Type[]) => checkType(T)
+

Checking correct overiding of methods

+ +

The checkMethod operation below searches to see whether
+the current method overrides some other method in some superclass.
+If yes, then it issues an additional check that the new method's type
+is more concrete than the overridden method's. The types T and T'
+below can only be function types. See the definition of
+checkSubtype on function types at the end of this module (it
+is co-variant in the codomain and contra-variant in the domain).

+
  syntax KItem ::= checkMethod(Id,Type,Id)
+
+  rule <k> checkMethod(F:Id, T:Type, C:Id) => checkSubtype(T, T') ...</k>
+       <className> C </className>
+       <ctenv>... F |-> T':Type ...</ctenv>
+
+  rule <k> checkMethod(F:Id, _T:Type, (C:Id => C')) ...</k>
+       <className> C </className>
+       <baseClass> C':Id </baseClass>
+       <ctenv> Rho </ctenv>
+    requires notBool(F in keys(Rho))
+
+  rule checkMethod(_:Id,_,Object) => .K
+

Generic operations which could be part of the K framework

+ +
  syntax KItem ::= stuck(K)
+
+  syntax KItem ::= "discard"
+  rule _:KResult ~> discard => .K
+
+endmodule
+

FUN — Untyped — Environment

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped FUN language.
+FUN is a pedagogical and research language that captures the essence
+of the functional programming paradigm, extended with several features
+often encountered in functional programming languages.
+Like many functional languages, FUN is an expression language, that
+is, everything, including the main program, is an expression.
+Functions can be declared anywhere and are first class values in the
+language.
+FUN is call-by-value here, but it has been extended (as student
+homework assignments) with other parameter-passing styles.
+To make it more interesting and to highlight some of K's strengths,
+FUN includes the following features:

+
    +
  • +

    The basic builtin data-types of integers, booleans and strings.

    +
  • +
  • +

    Builtin lists, which can hold any elements, including other lists.
    +Lists are enclosed in square brackets and their elements are
    +comma-separated; e.g., [1,2,3].

    +
  • +
  • +

    User-defined data-types, by means of constructor terms.
    +Constructor names start with a capital letter (while any other
    +identifier in the language starts with a lowercase letter), and they
    +can be followed by an arbitrary number of comma-separated arguments
    +enclosed in parentheses; parentheses are not needed when the
    +constructor takes no arguments.
    +For example, Pair(5,7) is a constructor term holding two
    +numbers, Cons(1,Cons(2,Cons(3,Nil))) is a list-like
    +constructor term holding 3 elements, and
    +Tree(Tree(Leaf(1), Leaf(2)), Leaf(3)) is a tree-like
    +constructor term holding 3 elements.
    +In the untyped version of the FUN language, no type checking or
    +inference is performed to ensure that the data constructors are used
    +correctly.
    +The execution will simply get stuck when they are misused.
    +Moreover, since no type checking is performed, the data-types are not
    +even declared in the untyped version of FUN.

    +
  • +
  • +

    Functions and let/letrec binders can take
    +multiple space-separated arguments, but these are desugared to
    +ones that only take one argument, by currying. For example, the
    +expressions

    +
    fun x y -> x y
    +let x y = y in x
    +

    are desugared, respectively, into the following expressions:

    +
    fun x -> fun y -> x y
    +let x = fun y -> y in x
    +
  • +
  • +

    Functions can be defined using pattern matching over the
    +available data-types. For example, the program

    +
    letrec max = fun [h] -> h
    +             |   [h|t] -> let x = max t
    +                          in  if h > x then h else x
    +in max [1, 3, 5, 2, 4, 0, -1, -5]
    +

    defines a function max that calculates the maximum element of
    +a non-empty list, and the function

    +
    letrec ack = fun Pair(0,n) -> n + 1
    +             |   Pair(m,0) -> ack Pair(m - 1, 1)
    +             |   Pair(m,n) -> ack Pair(m - 1, ack Pair(m, n - 1))
    +in ack Pair(2,3)
    +

    calculates the Ackermann function applied to a particular pair of numbers.
    +Patterns can be nested. Patterns can currently only be used in function
    +definitions, and not directly in let/letrec binders.
    +For example, this is not allowed:

    +
    letrec Pai(x,y) = Pair(1,2) in x+y
    +

    But this is allowed:

    +
    let f Pair(x,y) = x+y in f Pair(1,2)
    +

    because it is first reduced to

    +
    let f = fun Pair(x,y) -> x+y in f Pair(1,2)
    +

    by uncurrying of the let binder, and pattern matching is
    +allowed in function arguments.

    +
  • +
  • +

    We include a callcc construct, for two reasons: first,
    +several functional languages support this construct; second, some
    +semantic frameworks have difficulties defining it. Not K.

    +
  • +
  • +

    Finally, we include mutables by means of referencing an
    +expression, getting the reference of a variable, dereferencing and
    +assignment. We include these for the same reasons as above: there are
    +languages which have them, and they are not easy to define in some
    +semantic frameworks.

    +
  • +
+

Like in many other languages, some of FUN's constructs can be
+desugared into a smaller set of basic constructs. We do that as usual,
+using macros, and then we only give semantics to the core constructs.

+

Note:
+We recommend the reader to first consult the dynamic semantics of the
+LAMBDA++ language in the first part of the K Tutorial.
+To keep the comments below small and focused, we will not re-explain
+functional or K features that have already been explained in there.

+

Syntax

+ +
//require "modules/pattern-matching.k"
+
+module FUN-UNTYPED-COMMON
+  imports DOMAINS-SYNTAX
+

FUN is an expression language. The constructs below fall into
+several categories: names, arithmetic constructs, conventional
+functional constructs, patterns and pattern matching, data constructs,
+lists, references, and call-with-current-continuation (callcc).
+The arithmetic constructs are standard; they are present in almost all
+our K language definitions. The meaning of FUN's constructs are
+discussed in more depth when we define their semantics in the next
+module.

+

The Syntactic Constructs

+ +

We start with the syntactic definition of FUN names.
+We have several categories of names: ones to be used for functions and
+variables, others to be used for data constructors, others for types and
+others for type variables. We will introduce them as needed, starting
+with the former category. We prefer the names of variables and functions
+to start with lower case letters. We take the freedom to tacitly introduce
+syntactic lists/sequences for each nonterminal for which we need them:

+
  syntax Name                                      [token]
+  syntax Names ::= List{Name,","}                  [overload(exps)]
+

Expression constructs will be defined throughtout the syntax module.
+Below are the very basic ones, namely the builtins, the names, and the
+parentheses used as brackets for grouping. Lists of expressions are
+declared strict, so all expressions in the list get evaluated whenever
+the list is on a position which can be evaluated:

+
  syntax Exp ::= Int | Bool | String | Name
+               | "(" Exp ")"                       [bracket]
+  syntax Exps  ::= List{Exp,","}                   [strict, overload(exps)]
+  syntax Val
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= List{Val,","}                    [overload(exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}              [overload(exps)]
+

We next define the syntax of arithmetic constructs, together with
+their relative priorities and left-/non-associativities. We also
+tag all these rules as members of a new group, "arith", so we can more easily
+define global syntax priorities later (at the end of the syntax module).

+
  syntax Exp ::= left:
+                 Exp "*" Exp                       [strict, group(arith)]
+               | Exp "/" Exp                       [strict, group(arith)]
+               | Exp "%" Exp                       [strict, group(arith)]
+               > left:
+                 Exp "+" Exp                       [strict, left, group(arith)]
+               | Exp "^" Exp                       [strict, left, group(arith)]
+// left attribute should not be necessary; currently a parsing bug
+               | Exp "-" Exp                       [strict, prefer, group(arith)]
+// the "prefer" attribute above is to not parse x-1 as x(-1)
+// Due to some parsing problems, we currently cannot add unary minus:
+               | "-" Exp                           [strict, group(arith)]
+               > non-assoc:
+                 Exp "<" Exp                       [strict, group(arith)]
+               | Exp "<=" Exp                      [strict, group(arith)]
+               | Exp ">" Exp                       [strict, group(arith)]
+               | Exp ">=" Exp                      [strict, group(arith)]
+               | Exp "==" Exp                      [strict, group(arith)]
+               | Exp "!=" Exp                      [strict, group(arith)]
+               > "!" Exp                           [strict, group(arith)]
+               > Exp "&&" Exp                      [strict(1), left, group(arith)]
+               > Exp "||" Exp                      [strict(1), left, group(arith)]
+

The conditional construct has the expected evaluation strategy,
+stating that only the first argument is evaluate:

+
  syntax Exp ::= "if" Exp "then" Exp "else" Exp    [strict(1)]
+

FUN's builtin lists are formed by enclosing comma-separated
+sequences of expressions (i.e., terms of sort Exps) in square
+brackets. The list constructor cons adds a new element to the
+top of the list, head and tail get the first element
+and the tail sublist of a list if they exist, respectively, and get
+stuck otherwise, and null?? tests whether a list is empty or
+not; syntactically, these are just expression constants.
+In function patterns, we are also going to allow patterns following the
+usual head/tail notation; for example, the pattern [x_1,...,x_n|t]
+binds x_1, ..., x_n to the first elements of the matched list,
+and t to the list formed with the remaining elements. We define list
+patterns as ordinary expression constructs, although we will make sure that
+we do not give them semantics if they appear in any other place then in a
+function case pattern.

+
  syntax Exp ::= "[" Exps "]"                             [strict, klabel(list)]
+               | "head" [macro] | "tail" [macro] | "null?" [macro]
+               | "[" Exps "|" Exp "]"
+  syntax Val ::= "[" Vals "]"                             [klabel(list)]
+  syntax Cons ::= "cons"
+  syntax Val ::= Cons
+  syntax Val ::= Cons Val                                 [klabel(apply)]
+

Data constructors start with capital letters and they may or may
+not have arguments. We need to use the attribute "prefer" to make
+sure that, e.g., Cons(a) parses as constructor Cons with
+argument a, and not as the expression Cons (because
+constructor names are also expressions) regarded as a function applied
+to the expression a. Also, note that the constructor is strict
+in its second argument, because we want to evaluate its arguments but
+not the constuctor name itsef.

+
  syntax ConstructorName                         [token]
+  syntax Exp ::= ConstructorName
+               | ConstructorName "(" Exps ")"    [prefer, strict(2), klabel(constructor)]
+  syntax Val ::= ConstructorName "(" Vals ")"    [klabel(constructor)]
+

A function is essentially a |-separated ordered
+sequence of cases, each case of the form pattern -> expression,
+preceded by the language construct fun. Patterns will be defined
+shortly, both for the builtin lists and for user-defined constructors.
+Recall that the syntax we define in K is not meant to serve as a
+ultimate parser for the defined language, but rather as a convenient
+notation for K abstract syntax trees, which we prefer when we write
+the semantic rules. It is therefore often the case that we define a
+more ``generous'' syntax than we want to allow programs to use.
+We do it here, too. Specifically, the syntax of Cases
+below allows any expressions to appear as pattern. This syntactic
+relaxation permits many wrong programs to be parsed, but that is not a
+problem because we are not going to give semantics to wrong combinations,
+so those programs will get stuck; moreover, our type inferencer will reject
+those programs anyway. Function application is just concatenation of
+expressions, without worrying about type correctness. Again, the type
+system will reject type-incorrect programs.

+
  syntax Exp ::= "fun" Cases
+               | Exp Exp                              [strict, left, klabel(apply)]
+// NOTE: We would like eventually to also have Exp "(" Exps ")
+  syntax Case  ::= Exp "->" Exp
+  syntax Cases ::= List{Case, "|"}
+

The let and letrec binders have the usual syntax
+and functional meaning. We allow multiple and-separated bindings.
+Like for the function cases above, we allow a more generous syntax for
+the left-hand sides of bindings, noting that the semantics will get stuck
+on incorrect bindings and that the type system will reject those programs.

+
  syntax Exp ::= "let" Bindings "in" Exp
+               | "letrec" Bindings "in" Exp                 [prefer]
+// The "prefer" attribute for letrec currently needed due to tool bug,
+// to make sure that "letrec" is not parsed as "let rec".
+  syntax Binding  ::= Exp "=" Exp
+  syntax Bindings ::= List{Binding,"and"}
+

References are first class values in FUN. The construct ref
+takes an expression, evaluates it, and then it stores the resulting value
+at a fresh location in the store and returns that reference. Syntactically,
+ref is just an expression constant. The construct &
+takes a name as argument and evaluates to a reference, namely the store
+reference where the variable passed as argument stores its value; this
+construct is a bit controversial and is further discussed in the
+environment-based semantics of the FUN language, where we desugar
+ref to it. The construct @ takes a reference
+and evaluates to the value stored there. The construct := takes
+two expressions, the first expected to evaluate to a reference; the value
+of its second argument will be stored at the location to which the first
+points (the old value is thus lost). Finally, since expression evaluation
+now has side effects, it makes sense to also add a sequential composition
+construct, which is sequentially strict. This evaluates to the value of
+its second argument; the value of the first argument is lost (which has
+therefore been evaluated only for its side effects.

+
  syntax Exp ::= "ref"                             [macro]
+               | "&" Name
+               | "@" Exp                                     [strict]
+               | Exp ":=" Exp                                [strict]
+               | Exp ";" Exp                       [strict(1), right]
+

Call-with-current-continuation, named callcc in FUN, is a
+powerful control operator that originated in the Scheme programming
+language, but it now exists in many other functional languages. It works
+by evaluating its argument, expected to evaluate to a function, and by
+passing the current continuation, or evaluation context (or computation,
+in K terminology), as a special value to it. When/If this special value
+is invoked, the current context is discarded and replaced with the one
+held by the special value and the computation continues from there.
+It is like taking a snapshot of the execution context at some moment
+in time and then, when desired, being able to get back in time to that
+point. If you like games, it is like saving the game now (so you can
+work on your homework!) and then continuing the game tomorrow or whenever
+you wish. To issustrate the strength of callcc, we also
+allow exceptions in FUN by means of a conventional try-catch
+construct, which will desugar to callcc. We also need to
+introduce the special expression contant throw, but we need to
+use it as a function argument name in the desugaring macro, so we define
+it as a name instead of as an expression constant:

+
  syntax Exp ::= "try" Exp "catch" "(" Name ")" Exp [macro]
+  syntax Val ::= "callcc"
+  syntax Name ::= "throw" [token]
+

Finally, FUN also allows polymorphic datatype declarations. These
+will be useful when we define the type system later on.

+
  syntax Exp ::= "datatype" Type "=" TypeCases Exp [macro]
+// NOTE: In a future version of K, we want the datatype declaration
+// to be a construct by itself, but that is not possible currently
+// because K's parser wronly identifies the __ operation allowing
+// a declaration to appear in front of an expression with the function
+// application construct, giving ambiguous parsing errors.
+

We next need to define the syntax of types and type cases that appear
+in datatype declarations.

+

Like in many functional languages, type parameters/variables in
+user-defined types are quoted identifiers.

+
  syntax TypeVar                        [token]
+  syntax TypeVars ::= List{TypeVar,","} [overload(types)]
+

Types can be basic types, function types, or user-defined
+parametric types. In the dynamic semantics we are going to simply ignore
+all the type declations, so here the syntax of types below is only useful
+for generating the desired parser. To avoid syntactic ambiguities with
+the arrow construct for function cases, we use the symbol --> as
+a constructor for function types:

+
  syntax TypeName [token]
+  syntax Type ::= "int" | "bool" | "string"
+                | Type "-->" Type                            [right]
+                | "(" Type ")"                             [bracket]
+                | TypeVar
+                | TypeName             [klabel(TypeName), avoid]
+                | Type TypeName   [klabel(Type-TypeName), symbol, macro]
+                | "(" Types ")" TypeName                    [prefer]
+  syntax Types ::= List{Type,","} [overload(types)]
+  syntax Types ::= TypeVars
+
+  syntax TypeCase ::= ConstructorName
+                    | ConstructorName "(" Types ")"
+  syntax TypeCases ::= List{TypeCase,"|"}     [symbol(_|TypeCase_)]
+

Additional Priorities

+ +
  syntax priority @__FUN-UNTYPED-COMMON
+                > apply
+                > arith
+                > _:=__FUN-UNTYPED-COMMON
+                > let_in__FUN-UNTYPED-COMMON
+                  letrec_in__FUN-UNTYPED-COMMON
+                  if_then_else__FUN-UNTYPED-COMMON
+                > _;__FUN-UNTYPED-COMMON
+                > fun__FUN-UNTYPED-COMMON
+                > datatype_=___FUN-UNTYPED-COMMON
+endmodule
+
+module FUN-UNTYPED-MACROS
+  imports FUN-UNTYPED-COMMON
+

Desugaring macros

+ +

We desugar the list non-constructor operations to functions matching
+over list patterns. In order to do that we need some new variables; for
+those, we follow the same convention like in the K tutorial, where we
+added them as new identifier constructs starting with the character $,
+so we can easily recognize them when we debug or trace the semantics.

+
  syntax Name ::= "$h" [token] | "$t" [token]
+  rule head => fun [$h|$t] -> $h
+  rule tail => fun [$h|$t] -> $t
+  rule null? => fun [.Exps] -> true | [$h|$t] -> false
+

Multiple-head list patterns desugar into successive one-head patterns:

+
  rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]]                   [anywhere]
+

Uncurrying of multiple arguments in functions and binders:

+
  rule P1 P2 -> E => P1 -> fun P2 -> E                       [anywhere]
+  rule F P = E => F = fun P -> E                             [anywhere]
+

We desugar the try-catch construct into callcc:

+
  syntax Name ::= "$k" [token] | "$v" [token]
+  rule try E catch(X) E'
+    => callcc (fun $k -> (fun throw -> E)(fun X -> $k E'))
+

For uniformity, we reduce all types to their general form:

+
  rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn
+

The dynamic semantics ignores all the type declarations:

+
  rule datatype _T = _TCs E => E
+
+endmodule
+
+
+module FUN-UNTYPED-SYNTAX
+  imports FUN-UNTYPED-COMMON
+  imports BUILTIN-ID-TOKENS
+
+  syntax Name ::= r"[a-z][_a-zA-Z0-9]*"           [token, prec(2)]
+                | #LowerId                        [token]
+  syntax ConstructorName ::= #UpperId             [token]
+  syntax TypeVar  ::= r"['][a-z][_a-zA-Z0-9]*"    [token]
+  syntax TypeName ::= Name                        [token]
+endmodule
+

Semantics

+ +

The semantics below is environment-based. A substitution-based
+definition of FUN is also available, but that drops the &
+construct as explained above.

+
module FUN-UNTYPED
+  imports FUN-UNTYPED-COMMON
+  imports FUN-UNTYPED-MACROS
+  imports DOMAINS
+  //imports PATTERN-MATCHING
+

Configuration

+ +

The k, env, and store cells are standard
+(see, for example, the definition of LAMBDA++ or IMP++ in the first
+part of the K tutorial).

+
  configuration <T color="yellow">
+                  <k color="green"> $PGM:Exp </k>
+                  <env color="violet"> .Map </env>
+                  <store color="white"> .Map </store>
+                </T>
+

Values and results

+ +

We only define integers, Booleans and strings as values here, but will
+add more values later.

+
  syntax Val ::= Int | Bool | String
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+

Lookup

+ +
  rule <k> X:Name => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V ...</store>
+

Arithmetic expressions

+ +
  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule I1 + I2 => I1 +Int I2
+  rule S1 ^ S2 => S1 +String S2
+  rule I1 - I2 => I1 -Int I2
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Conditional

+ +
  rule if  true then E else _ => E
+  rule if false then _ else E => E
+

Lists

+ +

We have already declared the syntactic list of expressions strict, so
+we can assume that all the elements that appear in a FUN list are
+evaluated. The only thing left to do is to state that a list of
+values is a value itself, that is, that the list square-bracket
+construct is indeed a constructor, and to give the semantics of
+cons. Since cons is a builtin function and is
+expected to take two arguments, we have to also state that
+cons itself is a value (specifically, a function/closure
+value, but we do not need that level of detail here), and also that
+cons applied to a value is a value (specifically, it would be
+a function/closure value that expects the second, list argument):

+
  rule cons V:Val [Vs:Vals] => [V,Vs]
+

Data Constructors

+ +

Constructors take values as arguments and produce other values:

+
  syntax Val ::= ConstructorName
+

Functions and Closures

+ +

Like in the environment-based semantics of LAMBDA++ in the first part
+of the K tutorial, functions evaluate to closures. A closure includes
+the current environment besides the function contents; the environment
+will be used at execution time to lookup all the variables that appear
+free in the function body (we want static scoping in FUN).

+
  syntax Val ::= closure(Map,Cases)
+  rule <k> fun Cases => closure(Rho,Cases) ...</k>  <env> Rho </env>
+

Note: The reader may want to get familiar with
+how the pre-defined pattern matching works before proceeding.
+The best way to do that is to consult
+k/include/modules/pattern-matching.k.

+

We distinguish two cases when the closure is applied.
+If the first pattern matches, then we pick the first case: switch to
+the closed environment, get the matching map and bind all its
+variables, and finally evaluate the function body of the first case,
+making sure that the environment is properly recovered afterwards.
+If the first pattern does not match, then we drop it and thus move on
+to the next one.

+
  rule (.K => getMatching(P, V)) ~> closure(_, P->_ | _) V:Val
+  rule <k> matchResult(M:Map) ~> closure(Rho, _->E | _) _
+           => bindMap(M) ~> E ~> setEnv(Rho') ...</k>
+       <env> Rho' => Rho </env>
+  rule (matchFailure => .K) ~> closure(_, (_->_ | Cs:Cases => Cs)) _
+//  rule <k> closure(Rho, P->E | _) V:Val
+//           => bindMap(getMatching(P,V)) ~> E ~> setEnv(Rho') ...</k>
+//       <env> Rho' => Rho </env>  when isMatching(P,V)
+//  rule closure(_, (P->_ | Cs:Cases => Cs)) V:Val  when notBool isMatching(P,V)
+

Let and Letrec

+ +

To highlight the similarities and differences between let and
+letrec, we prefer to give them direct semantics instead of
+to desugar them like in LAMBDA. See the formal definitions of
+bindTo, bind, and assignTo at the end of
+this module. Informally, bindTo(Xs, Es) first
+evaluates the expressions Es in Exps in the current
+environment (i.e., it is strict in its second argument), then it binds
+the variables in Xs in Names to new locations and adds
+those bindings to the environment, and finally writes the values
+previously obtained after evaluating the expressions Es to those
+new locations; bind(Xs) does only the bindings of
+Xs to new locations and adds those bindings to the environment;
+and assignTo(Xs,Es) evaluates the expressions
+Es in the current environment and then it writes the resulting
+values to the locations to which the variables Xs are already
+bound to in the environment.

+

Therefore, let Xs = Es in E first
+evaluates Es in the current environment, then adds new
+bindings for Xs to fresh locations in the environment, then
+writes the values of Es to those locations, and finally
+evaluates E in the new environment, making sure that the
+environment is properly recovered after the evaluation of E.
+On the other hand, letrec does the same things but in a
+different order: it first adds new bindings for Xs to fresh
+locations in the environment, then it evaluates Es in the new
+environment, then it writes the resulting values to their
+corresponding locations, and finally it evaluates E and
+recovers the environment. The crucial difference is that the
+expressions Es now see the locations of the variables Xs
+in the environment, so if they are functions, which is typically the
+case with letrec, their closures will encapsulate in their
+environments the bindings of all the bound variables, including
+themselves (thus, we may have a closure value stored at location
+L, whose environment contains a binding of the form
+F ↦ L; this way, the closure can invoke
+itself).

+
  rule <k> let Bs in E
+        => bindTo(names(Bs),exps(Bs)) ~> E ~> setEnv(Rho) ...</k>
+       <env> Rho </env>
+
+  rule <k> letrec Bs in E
+        => bind(names(Bs))~>assignTo(names(Bs),exps(Bs))~>E~>setEnv(Rho)...</k>
+       <env> Rho </env>
+

Recall that our syntax allows let and letrec to
+take any expression in place of its binding. This allows us to use
+the already existing function application construct to bind names to
+functions, such as, e.g., let x y = y in ....
+The desugaring macro in the syntax module uncurries such declarations,
+and then the semantic rules above only work when the remaining
+bindings are identifiers, so the semantics will get stuck on programs
+that misuse the let and letrec binders.

+

References

+ +

The semantics of references is self-explanatory, except maybe for the
+desugaring rule of ref, which is further discussed. Note
+that &X grabs the location of X from the environment.
+Sequential composition, which is needed only to accumulate the
+side effects due to assignments, was strict in the first argument.
+Once evaluated, its first argument is simply discarded:

+
  syntax Name ::= "$x" [token]
+  rule ref => fun $x -> & $x
+  rule <k> & X => L ...</k>  <env>... X |-> L ...</env>
+  rule <k> @ L:Int => V:Val ...</k>  <store>... L |-> V ...</store>
+  rule <k> L:Int := V:Val => V ...</k>  <store>... L |-> (_=>V) ...</store>
+  rule _V:Val; E => E
+

The desugaring rule of ref (first rule above) works
+because & takes a variable and returns its location (like in C).
+Note that some ``pure'' functional programming researchers strongly dislike
+the & construct, but favor ref. We refrain from having
+a personal opinion on this issue here, but support & in the
+environment-based definition of FUN because it is, technically speaking,
+more powerful than ref. From a language design perspective, it
+would be equally easy to drop & and instead give a direct
+semantics to ref. In fact, this is precisely what we do in the
+substitution-based definition of FUN, because there appears to be no way
+to give a substitution-based definition to the & construct.

+

Callcc

+ +

As we know it from the LAMBDA++ tutorial, call-with-current-continuation
+is quite easy to define in K. We first need to define a special
+value wrapping an execution context, that is, an environment saying
+where the variables should be looked up, and a computation structure
+saying what is left to execute (in a substitution-based definition,
+this special value would be even simpler, as it would only need to
+wrap the computation structure---see, for example, the
+substitution-based semantics of LAMBDA++ in the the first part of the
+K tutorial, or the substitution-based definition of FUN). Then
+callcc creates such a value containing the current
+environment and the current remaining computation, and passes it to
+its argument function. When/If invoked, the special value replaces
+the current execution context with its own and continues the execution
+normally.

+
  syntax Val ::= cc(Map,K)
+  rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k>  <env> Rho </env>
+  rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k>  <env> _ => Rho </env>
+

Auxiliary operations

+ +

Environment recovery

+ +

The environment recovery operation is the same as for the LAMBDA++
+language in the K tutorial and many other languages provided with the
+K distribution. The first ``anywhere'' rule below shows an elegant
+way to achieve the benefits of tail recursion in K.

+
  syntax KItem ::= setEnv(Map)  // TODO: get rid of env
+  //rule (setEnv(_) => .) ~> setEnv(_)  [anywhere]
+  rule <k> _:Val ~> (setEnv(Rho) => .K) ...</k> <env> _ => Rho </env>
+

bindTo, bind and assignTo

+ +

The meaning of these operations has already been explained when we
+discussed the let and letrec language constructs
+above.

+
  syntax KItem ::= bindTo(Names,Exps)         [strict(2)]
+                 | bindMap(Map)
+                 | bind(Names)
+
+  rule (.K => getMatchingAux(Xs,Vs)) ~> bindTo(Xs:Names,Vs:Vals)
+  rule matchResult(M:Map) ~> bindTo(_:Names, _:Vals) => bindMap(M)
+
+  rule bindMap(.Map) => .K
+  rule <k> bindMap((X:Name |-> V:Val => .Map) _:Map) ...</k>
+       <env> Rho => Rho[X <- !L:Int] </env>
+       <store>... .Map => !L |-> V ...</store>
+
+  rule bind(.Names) => .K
+  rule <k> bind(X:Name,Xs => Xs) ...</k>
+       <env> Rho => Rho[X <- !_L:Int] </env>
+
+  syntax KItem ::= assignTo(Names,Exps)  [strict(2)]
+
+  rule <k> assignTo(.Names,.Vals) => .K ...</k>
+  rule <k> assignTo((X:Name,Xs => Xs),(V:Val,Vs:Vals => Vs)) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... .Map => L |-> V ...</store>
+

Getters

+ +

The following auxiliary operations extract the list of identifiers
+and of expressions in a binding, respectively.

+
  syntax Names ::= names(Bindings)  [function]
+  rule names(.Bindings) => .Names
+  rule names(X:Name=_ and Bs) => (X,names(Bs))::Names
+
+  syntax Exps ::= exps(Bindings)  [function]
+  rule exps(.Bindings) => .Exps
+  rule exps(_:Name=E and Bs) => E,exps(Bs)
+
+  /* Extra kore stuff */
+  syntax KResult ::= Vals
+  syntax Exps ::= Names
+  syntax Names ::= Bottoms
+
+  /* Matching */
+  syntax MatchResult ::= getMatching(Exp, Val)                      [function]
+                       | getMatchingAux(Exps, Vals)                 [function]
+                       | mergeMatching(MatchResult, MatchResult)    [function]
+                       | matchResult(Map)
+                       | "matchFailure"
+
+  rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs)
+  rule getMatching([Es:Exps], [Vs:Vals])                   => getMatchingAux(Es, Vs)
+  rule getMatching(C:ConstructorName, C) => matchResult(.Map)
+  rule getMatching(B:Bool, B)            => matchResult(.Map)
+  rule getMatching(I:Int, I)             => matchResult(.Map)
+  rule getMatching(S:String, S)          => matchResult(.Map)
+  rule getMatching(N:Name, V:Val) => matchResult(N |-> V)
+  rule getMatching(_, _) => matchFailure        [owise]
+
+  rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs))
+  rule getMatchingAux(.Exps, .Vals)                       => matchResult(.Map)
+  rule getMatchingAux(_, _) => matchFailure     [owise]
+
+  rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2)
+    requires intersectSet(keys(M1), keys(M2)) ==K .Set
+  //rule mergeMatching(_, _) => matchFailure      [owsie]
+  rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure
+  rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure
+  rule mergeMatching(matchFailure, matchFailure)       => matchFailure
+

Besides the generic decomposition rules for patterns and values,
+we also want to allow [head|tail] matching for lists, so we add
+the following custom pattern decomposition rule:

+
  rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals])
+    => getMatchingAux((H, T), (V, [Vs]))
+endmodule
+

Go to Lesson 2, FUN untyped, Substitution-Based.

+

FUN — Untyped — Environment

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of the untyped FUN language.
+FUN is a pedagogical and research language that captures the essence
+of the functional programming paradigm, extended with several features
+often encountered in functional programming languages.
+Like many functional languages, FUN is an expression language, that
+is, everything, including the main program, is an expression.
+Functions can be declared anywhere and are first class values in the
+language.
+FUN is call-by-value here, but it has been extended (as student
+homework assignments) with other parameter-passing styles.
+To make it more interesting and to highlight some of K's strengths,
+FUN includes the following features:

+
    +
  • +

    The basic builtin data-types of integers, booleans and strings.

    +
  • +
  • +

    Builtin lists, which can hold any elements, including other lists.
    +Lists are enclosed in square brackets and their elements are
    +comma-separated; e.g., [1,2,3].

    +
  • +
  • +

    User-defined data-types, by means of constructor terms.
    +Constructor names start with a capital letter (while any other
    +identifier in the language starts with a lowercase letter), and they
    +can be followed by an arbitrary number of comma-separated arguments
    +enclosed in parentheses; parentheses are not needed when the
    +constructor takes no arguments.
    +For example, Pair(5,7) is a constructor term holding two
    +numbers, Cons(1,Cons(2,Cons(3,Nil))) is a list-like
    +constructor term holding 3 elements, and
    +Tree(Tree(Leaf(1), Leaf(2)), Leaf(3)) is a tree-like
    +constructor term holding 3 elements.
    +In the untyped version of the FUN language, no type checking or
    +inference is performed to ensure that the data constructors are used
    +correctly.
    +The execution will simply get stuck when they are misused.
    +Moreover, since no type checking is performed, the data-types are not
    +even declared in the untyped version of FUN.

    +
  • +
  • +

    Functions and let/letrec binders can take
    +multiple space-separated arguments, but these are desugared to
    +ones that only take one argument, by currying. For example, the
    +expressions

    +
    fun x y -> x y
    +let x y = y in x
    +

    are desugared, respectively, into the following expressions:

    +
    fun x -> fun y -> x y
    +let x = fun y -> y in x
    +
  • +
  • +

    Functions can be defined using pattern matching over the
    +available data-types. For example, the program

    +
    letrec max = fun [h] -> h
    +             |   [h|t] -> let x = max t
    +                          in  if h > x then h else x
    +in max [1, 3, 5, 2, 4, 0, -1, -5]
    +

    defines a function max that calculates the maximum element of
    +a non-empty list, and the function

    +
    letrec ack = fun Pair(0,n) -> n + 1
    +             |   Pair(m,0) -> ack Pair(m - 1, 1)
    +             |   Pair(m,n) -> ack Pair(m - 1, ack Pair(m, n - 1))
    +in ack Pair(2,3)
    +

    calculates the Ackermann function applied to a particular pair of numbers.
    +Patterns can be nested. Patterns can currently only be used in function
    +definitions, and not directly in let/letrec binders.
    +For example, this is not allowed:

    +
    letrec Pai(x,y) = Pair(1,2) in x+y
    +

    But this is allowed:

    +
    let f Pair(x,y) = x+y in f Pair(1,2)
    +

    because it is first reduced to

    +
    let f = fun Pair(x,y) -> x+y in f Pair(1,2)
    +

    by uncurrying of the let binder, and pattern matching is
    +allowed in function arguments.

    +
  • +
  • +

    We include a callcc construct, for two reasons: first,
    +several functional languages support this construct; second, some
    +semantic frameworks have difficulties defining it. Not K.

    +
  • +
  • +

    Finally, we include mutables by means of referencing an
    +expression, getting the reference of a variable, dereferencing and
    +assignment. We include these for the same reasons as above: there are
    +languages which have them, and they are not easy to define in some
    +semantic frameworks.

    +
  • +
+

Like in many other languages, some of FUN's constructs can be
+desugared into a smaller set of basic constructs. We do that as usual,
+using macros, and then we only give semantics to the core constructs.

+

Note:
+We recommend the reader to first consult the dynamic semantics of the
+LAMBDA++ language in the first part of the K Tutorial.
+To keep the comments below small and focused, we will not re-explain
+functional or K features that have already been explained in there.

+

Syntax

+ +
//require "modules/pattern-matching.k"
+
+module FUN-UNTYPED-COMMON
+  imports DOMAINS-SYNTAX
+

FUN is an expression language. The constructs below fall into
+several categories: names, arithmetic constructs, conventional
+functional constructs, patterns and pattern matching, data constructs,
+lists, references, and call-with-current-continuation (callcc).
+The arithmetic constructs are standard; they are present in almost all
+our K language definitions. The meaning of FUN's constructs are
+discussed in more depth when we define their semantics in the next
+module.

+

The Syntactic Constructs

+ +

We start with the syntactic definition of FUN names.
+We have several categories of names: ones to be used for functions and
+variables, others to be used for data constructors, others for types and
+others for type variables. We will introduce them as needed, starting
+with the former category. We prefer the names of variables and functions
+to start with lower case letters. We take the freedom to tacitly introduce
+syntactic lists/sequences for each nonterminal for which we need them:

+
  syntax Name                                      [token]
+  syntax Names ::= List{Name,","}                  [overload(exps)]
+

Expression constructs will be defined throughtout the syntax module.
+Below are the very basic ones, namely the builtins, the names, and the
+parentheses used as brackets for grouping. Lists of expressions are
+declared strict, so all expressions in the list get evaluated whenever
+the list is on a position which can be evaluated:

+
  syntax Exp ::= Int | Bool | String | Name
+               | "(" Exp ")"                       [bracket]
+  syntax Exps  ::= List{Exp,","}                   [strict, overload(exps)]
+  syntax Val
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax Vals ::= List{Val,","}                    [overload(exps)]
+  syntax Bottom
+  syntax Bottoms ::= List{Bottom,","}              [overload(exps)]
+

We next define the syntax of arithmetic constructs, together with
+their relative priorities and left-/non-associativities. We also
+tag all these rules as members of a new group, "arith", so we can more easily
+define global syntax priorities later (at the end of the syntax module).

+
  syntax Exp ::= left:
+                 Exp "*" Exp                       [strict, group(arith)]
+               | Exp "/" Exp                       [strict, group(arith)]
+               | Exp "%" Exp                       [strict, group(arith)]
+               > left:
+                 Exp "+" Exp                       [strict, left, group(arith)]
+               | Exp "^" Exp                       [strict, left, group(arith)]
+// left attribute should not be necessary; currently a parsing bug
+               | Exp "-" Exp                       [strict, prefer, group(arith)]
+// the "prefer" attribute above is to not parse x-1 as x(-1)
+// Due to some parsing problems, we currently cannot add unary minus:
+               | "-" Exp                           [strict, group(arith)]
+               > non-assoc:
+                 Exp "<" Exp                       [strict, group(arith)]
+               | Exp "<=" Exp                      [strict, group(arith)]
+               | Exp ">" Exp                       [strict, group(arith)]
+               | Exp ">=" Exp                      [strict, group(arith)]
+               | Exp "==" Exp                      [strict, group(arith)]
+               | Exp "!=" Exp                      [strict, group(arith)]
+               > "!" Exp                           [strict, group(arith)]
+               > Exp "&&" Exp                      [strict(1), left, group(arith)]
+               > Exp "||" Exp                      [strict(1), left, group(arith)]
+

The conditional construct has the expected evaluation strategy,
+stating that only the first argument is evaluate:

+
  syntax Exp ::= "if" Exp "then" Exp "else" Exp    [strict(1)]
+

FUN's builtin lists are formed by enclosing comma-separated
+sequences of expressions (i.e., terms of sort Exps) in square
+brackets. The list constructor cons adds a new element to the
+top of the list, head and tail get the first element
+and the tail sublist of a list if they exist, respectively, and get
+stuck otherwise, and null?? tests whether a list is empty or
+not; syntactically, these are just expression constants.
+In function patterns, we are also going to allow patterns following the
+usual head/tail notation; for example, the pattern [x_1,...,x_n|t]
+binds x_1, ..., x_n to the first elements of the matched list,
+and t to the list formed with the remaining elements. We define list
+patterns as ordinary expression constructs, although we will make sure that
+we do not give them semantics if they appear in any other place then in a
+function case pattern.

+
  syntax Exp ::= "[" Exps "]"                             [strict, klabel(list)]
+               | "head" [macro] | "tail" [macro] | "null?" [macro]
+               | "[" Exps "|" Exp "]"
+  syntax Val ::= "[" Vals "]"                             [klabel(list)]
+  syntax Cons ::= "cons"
+  syntax Val ::= Cons
+  syntax Val ::= Cons Val                                 [klabel(apply)]
+

Data constructors start with capital letters and they may or may
+not have arguments. We need to use the attribute "prefer" to make
+sure that, e.g., Cons(a) parses as constructor Cons with
+argument a, and not as the expression Cons (because
+constructor names are also expressions) regarded as a function applied
+to the expression a. Also, note that the constructor is strict
+in its second argument, because we want to evaluate its arguments but
+not the constuctor name itsef.

+
  syntax ConstructorName                         [token]
+  syntax Exp ::= ConstructorName
+               | ConstructorName "(" Exps ")"    [prefer, strict(2), klabel(constructor)]
+  syntax Val ::= ConstructorName "(" Vals ")"    [klabel(constructor)]
+

A function is essentially a |-separated ordered
+sequence of cases, each case of the form pattern -> expression,
+preceded by the language construct fun. Patterns will be defined
+shortly, both for the builtin lists and for user-defined constructors.
+Recall that the syntax we define in K is not meant to serve as a
+ultimate parser for the defined language, but rather as a convenient
+notation for K abstract syntax trees, which we prefer when we write
+the semantic rules. It is therefore often the case that we define a
+more ``generous'' syntax than we want to allow programs to use.
+We do it here, too. Specifically, the syntax of Cases
+below allows any expressions to appear as pattern. This syntactic
+relaxation permits many wrong programs to be parsed, but that is not a
+problem because we are not going to give semantics to wrong combinations,
+so those programs will get stuck; moreover, our type inferencer will reject
+those programs anyway. Function application is just concatenation of
+expressions, without worrying about type correctness. Again, the type
+system will reject type-incorrect programs.

+
  syntax Exp ::= "fun" Cases
+               | Exp Exp                              [strict, left, klabel(apply)]
+// NOTE: We would like eventually to also have Exp "(" Exps ")
+  syntax Case  ::= Exp "->" Exp
+  syntax Cases ::= List{Case, "|"}
+

The let and letrec binders have the usual syntax
+and functional meaning. We allow multiple and-separated bindings.
+Like for the function cases above, we allow a more generous syntax for
+the left-hand sides of bindings, noting that the semantics will get stuck
+on incorrect bindings and that the type system will reject those programs.

+
  syntax Exp ::= "let" Bindings "in" Exp
+               | "letrec" Bindings "in" Exp                 [prefer]
+// The "prefer" attribute for letrec currently needed due to tool bug,
+// to make sure that "letrec" is not parsed as "let rec".
+  syntax Binding  ::= Exp "=" Exp
+  syntax Bindings ::= List{Binding,"and"}
+

References are first class values in FUN. The construct ref
+takes an expression, evaluates it, and then it stores the resulting value
+at a fresh location in the store and returns that reference. Syntactically,
+ref is just an expression constant. The construct &
+takes a name as argument and evaluates to a reference, namely the store
+reference where the variable passed as argument stores its value; this
+construct is a bit controversial and is further discussed in the
+environment-based semantics of the FUN language, where we desugar
+ref to it. The construct @ takes a reference
+and evaluates to the value stored there. The construct := takes
+two expressions, the first expected to evaluate to a reference; the value
+of its second argument will be stored at the location to which the first
+points (the old value is thus lost). Finally, since expression evaluation
+now has side effects, it makes sense to also add a sequential composition
+construct, which is sequentially strict. This evaluates to the value of
+its second argument; the value of the first argument is lost (which has
+therefore been evaluated only for its side effects.

+
  syntax Exp ::= "ref"                             [macro]
+               | "&" Name
+               | "@" Exp                                     [strict]
+               | Exp ":=" Exp                                [strict]
+               | Exp ";" Exp                       [strict(1), right]
+

Call-with-current-continuation, named callcc in FUN, is a
+powerful control operator that originated in the Scheme programming
+language, but it now exists in many other functional languages. It works
+by evaluating its argument, expected to evaluate to a function, and by
+passing the current continuation, or evaluation context (or computation,
+in K terminology), as a special value to it. When/If this special value
+is invoked, the current context is discarded and replaced with the one
+held by the special value and the computation continues from there.
+It is like taking a snapshot of the execution context at some moment
+in time and then, when desired, being able to get back in time to that
+point. If you like games, it is like saving the game now (so you can
+work on your homework!) and then continuing the game tomorrow or whenever
+you wish. To issustrate the strength of callcc, we also
+allow exceptions in FUN by means of a conventional try-catch
+construct, which will desugar to callcc. We also need to
+introduce the special expression contant throw, but we need to
+use it as a function argument name in the desugaring macro, so we define
+it as a name instead of as an expression constant:

+
  syntax Exp ::= "try" Exp "catch" "(" Name ")" Exp [macro]
+  syntax Val ::= "callcc"
+  syntax Name ::= "throw" [token]
+

Finally, FUN also allows polymorphic datatype declarations. These
+will be useful when we define the type system later on.

+
  syntax Exp ::= "datatype" Type "=" TypeCases Exp [macro]
+// NOTE: In a future version of K, we want the datatype declaration
+// to be a construct by itself, but that is not possible currently
+// because K's parser wronly identifies the __ operation allowing
+// a declaration to appear in front of an expression with the function
+// application construct, giving ambiguous parsing errors.
+

We next need to define the syntax of types and type cases that appear
+in datatype declarations.

+

Like in many functional languages, type parameters/variables in
+user-defined types are quoted identifiers.

+
  syntax TypeVar                        [token]
+  syntax TypeVars ::= List{TypeVar,","} [overload(types)]
+

Types can be basic types, function types, or user-defined
+parametric types. In the dynamic semantics we are going to simply ignore
+all the type declations, so here the syntax of types below is only useful
+for generating the desired parser. To avoid syntactic ambiguities with
+the arrow construct for function cases, we use the symbol --> as
+a constructor for function types:

+
  syntax TypeName [token]
+  syntax Type ::= "int" | "bool" | "string"
+                | Type "-->" Type                            [right]
+                | "(" Type ")"                             [bracket]
+                | TypeVar
+                | TypeName             [klabel(TypeName), avoid]
+                | Type TypeName   [klabel(Type-TypeName), symbol, macro]
+                | "(" Types ")" TypeName                    [prefer]
+  syntax Types ::= List{Type,","} [overload(types)]
+  syntax Types ::= TypeVars
+
+  syntax TypeCase ::= ConstructorName
+                    | ConstructorName "(" Types ")"
+  syntax TypeCases ::= List{TypeCase,"|"}     [symbol(_|TypeCase_)]
+

Additional Priorities

+ +
  syntax priority @__FUN-UNTYPED-COMMON
+                > apply
+                > arith
+                > _:=__FUN-UNTYPED-COMMON
+                > let_in__FUN-UNTYPED-COMMON
+                  letrec_in__FUN-UNTYPED-COMMON
+                  if_then_else__FUN-UNTYPED-COMMON
+                > _;__FUN-UNTYPED-COMMON
+                > fun__FUN-UNTYPED-COMMON
+                > datatype_=___FUN-UNTYPED-COMMON
+endmodule
+
+module FUN-UNTYPED-MACROS
+  imports FUN-UNTYPED-COMMON
+

Desugaring macros

+ +

We desugar the list non-constructor operations to functions matching
+over list patterns. In order to do that we need some new variables; for
+those, we follow the same convention like in the K tutorial, where we
+added them as new identifier constructs starting with the character $,
+so we can easily recognize them when we debug or trace the semantics.

+
  syntax Name ::= "$h" [token] | "$t" [token]
+  rule head => fun [$h|$t] -> $h
+  rule tail => fun [$h|$t] -> $t
+  rule null? => fun [.Exps] -> true | [$h|$t] -> false
+

Multiple-head list patterns desugar into successive one-head patterns:

+
  rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]]                   [anywhere]
+

Uncurrying of multiple arguments in functions and binders:

+
  rule P1 P2 -> E => P1 -> fun P2 -> E                       [anywhere]
+  rule F P = E => F = fun P -> E                             [anywhere]
+

We desugar the try-catch construct into callcc:

+
  syntax Name ::= "$k" [token] | "$v" [token]
+  rule try E catch(X) E'
+    => callcc (fun $k -> (fun throw -> E)(fun X -> $k E'))
+

For uniformity, we reduce all types to their general form:

+
  rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn
+

The dynamic semantics ignores all the type declarations:

+
  rule datatype _T = _TCs E => E
+
+endmodule
+
+
+module FUN-UNTYPED-SYNTAX
+  imports FUN-UNTYPED-COMMON
+  imports BUILTIN-ID-TOKENS
+
+  syntax Name ::= r"[a-z][_a-zA-Z0-9]*"           [token, prec(2)]
+                | #LowerId                        [token]
+  syntax ConstructorName ::= #UpperId             [token]
+  syntax TypeVar  ::= r"['][a-z][_a-zA-Z0-9]*"    [token]
+  syntax TypeName ::= Name                        [token]
+endmodule
+

Semantics

+ +

The semantics below is environment-based. A substitution-based
+definition of FUN is also available, but that drops the &
+construct as explained above.

+
module FUN-UNTYPED
+  imports FUN-UNTYPED-COMMON
+  imports FUN-UNTYPED-MACROS
+  imports DOMAINS
+  //imports PATTERN-MATCHING
+

Configuration

+ +

The k, env, and store cells are standard
+(see, for example, the definition of LAMBDA++ or IMP++ in the first
+part of the K tutorial).

+
  configuration <T color="yellow">
+                  <k color="green"> $PGM:Exp </k>
+                  <env color="violet"> .Map </env>
+                  <store color="white"> .Map </store>
+                </T>
+

Values and results

+ +

We only define integers, Booleans and strings as values here, but will
+add more values later.

+
  syntax Val ::= Int | Bool | String
+  syntax Vals ::= Bottoms
+  syntax KResult ::= Val
+

Lookup

+ +
  rule <k> X:Name => V ...</k>
+       <env>... X |-> L ...</env>
+       <store>... L |-> V ...</store>
+

Arithmetic expressions

+ +
  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0
+  rule I1 + I2 => I1 +Int I2
+  rule S1 ^ S2 => S1 +String S2
+  rule I1 - I2 => I1 -Int I2
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+

Conditional

+ +
  rule if  true then E else _ => E
+  rule if false then _ else E => E
+

Lists

+ +

We have already declared the syntactic list of expressions strict, so
+we can assume that all the elements that appear in a FUN list are
+evaluated. The only thing left to do is to state that a list of
+values is a value itself, that is, that the list square-bracket
+construct is indeed a constructor, and to give the semantics of
+cons. Since cons is a builtin function and is
+expected to take two arguments, we have to also state that
+cons itself is a value (specifically, a function/closure
+value, but we do not need that level of detail here), and also that
+cons applied to a value is a value (specifically, it would be
+a function/closure value that expects the second, list argument):

+
  rule cons V:Val [Vs:Vals] => [V,Vs]
+

Data Constructors

+ +

Constructors take values as arguments and produce other values:

+
  syntax Val ::= ConstructorName
+

Functions and Closures

+ +

Like in the environment-based semantics of LAMBDA++ in the first part
+of the K tutorial, functions evaluate to closures. A closure includes
+the current environment besides the function contents; the environment
+will be used at execution time to lookup all the variables that appear
+free in the function body (we want static scoping in FUN).

+
  syntax Val ::= closure(Map,Cases)
+  rule <k> fun Cases => closure(Rho,Cases) ...</k>  <env> Rho </env>
+

Note: The reader may want to get familiar with
+how the pre-defined pattern matching works before proceeding.
+The best way to do that is to consult
+k/include/modules/pattern-matching.k.

+

We distinguish two cases when the closure is applied.
+If the first pattern matches, then we pick the first case: switch to
+the closed environment, get the matching map and bind all its
+variables, and finally evaluate the function body of the first case,
+making sure that the environment is properly recovered afterwards.
+If the first pattern does not match, then we drop it and thus move on
+to the next one.

+
  rule (.K => getMatching(P, V)) ~> closure(_, P->_ | _) V:Val
+  rule <k> matchResult(M:Map) ~> closure(Rho, _->E | _) _
+           => bindMap(M) ~> E ~> setEnv(Rho') ...</k>
+       <env> Rho' => Rho </env>
+  rule (matchFailure => .K) ~> closure(_, (_->_ | Cs:Cases => Cs)) _
+//  rule <k> closure(Rho, P->E | _) V:Val
+//           => bindMap(getMatching(P,V)) ~> E ~> setEnv(Rho') ...</k>
+//       <env> Rho' => Rho </env>  when isMatching(P,V)
+//  rule closure(_, (P->_ | Cs:Cases => Cs)) V:Val  when notBool isMatching(P,V)
+

Let and Letrec

+ +

To highlight the similarities and differences between let and
+letrec, we prefer to give them direct semantics instead of
+to desugar them like in LAMBDA. See the formal definitions of
+bindTo, bind, and assignTo at the end of
+this module. Informally, bindTo(Xs, Es) first
+evaluates the expressions Es in Exps in the current
+environment (i.e., it is strict in its second argument), then it binds
+the variables in Xs in Names to new locations and adds
+those bindings to the environment, and finally writes the values
+previously obtained after evaluating the expressions Es to those
+new locations; bind(Xs) does only the bindings of
+Xs to new locations and adds those bindings to the environment;
+and assignTo(Xs,Es) evaluates the expressions
+Es in the current environment and then it writes the resulting
+values to the locations to which the variables Xs are already
+bound to in the environment.

+

Therefore, let Xs = Es in E first
+evaluates Es in the current environment, then adds new
+bindings for Xs to fresh locations in the environment, then
+writes the values of Es to those locations, and finally
+evaluates E in the new environment, making sure that the
+environment is properly recovered after the evaluation of E.
+On the other hand, letrec does the same things but in a
+different order: it first adds new bindings for Xs to fresh
+locations in the environment, then it evaluates Es in the new
+environment, then it writes the resulting values to their
+corresponding locations, and finally it evaluates E and
+recovers the environment. The crucial difference is that the
+expressions Es now see the locations of the variables Xs
+in the environment, so if they are functions, which is typically the
+case with letrec, their closures will encapsulate in their
+environments the bindings of all the bound variables, including
+themselves (thus, we may have a closure value stored at location
+L, whose environment contains a binding of the form
+F ↦ L; this way, the closure can invoke
+itself).

+
  rule <k> let Bs in E
+        => bindTo(names(Bs),exps(Bs)) ~> E ~> setEnv(Rho) ...</k>
+       <env> Rho </env>
+
+  rule <k> letrec Bs in E
+        => bind(names(Bs))~>assignTo(names(Bs),exps(Bs))~>E~>setEnv(Rho)...</k>
+       <env> Rho </env>
+

Recall that our syntax allows let and letrec to
+take any expression in place of its binding. This allows us to use
+the already existing function application construct to bind names to
+functions, such as, e.g., let x y = y in ....
+The desugaring macro in the syntax module uncurries such declarations,
+and then the semantic rules above only work when the remaining
+bindings are identifiers, so the semantics will get stuck on programs
+that misuse the let and letrec binders.

+

References

+ +

The semantics of references is self-explanatory, except maybe for the
+desugaring rule of ref, which is further discussed. Note
+that &X grabs the location of X from the environment.
+Sequential composition, which is needed only to accumulate the
+side effects due to assignments, was strict in the first argument.
+Once evaluated, its first argument is simply discarded:

+
  syntax Name ::= "$x" [token]
+  rule ref => fun $x -> & $x
+  rule <k> & X => L ...</k>  <env>... X |-> L ...</env>
+  rule <k> @ L:Int => V:Val ...</k>  <store>... L |-> V ...</store>
+  rule <k> L:Int := V:Val => V ...</k>  <store>... L |-> (_=>V) ...</store>
+  rule _V:Val; E => E
+

The desugaring rule of ref (first rule above) works
+because & takes a variable and returns its location (like in C).
+Note that some ``pure'' functional programming researchers strongly dislike
+the & construct, but favor ref. We refrain from having
+a personal opinion on this issue here, but support & in the
+environment-based definition of FUN because it is, technically speaking,
+more powerful than ref. From a language design perspective, it
+would be equally easy to drop & and instead give a direct
+semantics to ref. In fact, this is precisely what we do in the
+substitution-based definition of FUN, because there appears to be no way
+to give a substitution-based definition to the & construct.

+

Callcc

+ +

As we know it from the LAMBDA++ tutorial, call-with-current-continuation
+is quite easy to define in K. We first need to define a special
+value wrapping an execution context, that is, an environment saying
+where the variables should be looked up, and a computation structure
+saying what is left to execute (in a substitution-based definition,
+this special value would be even simpler, as it would only need to
+wrap the computation structure---see, for example, the
+substitution-based semantics of LAMBDA++ in the the first part of the
+K tutorial, or the substitution-based definition of FUN). Then
+callcc creates such a value containing the current
+environment and the current remaining computation, and passes it to
+its argument function. When/If invoked, the special value replaces
+the current execution context with its own and continues the execution
+normally.

+
  syntax Val ::= cc(Map,K)
+  rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k>  <env> Rho </env>
+  rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k>  <env> _ => Rho </env>
+

Auxiliary operations

+ +

Environment recovery

+ +

The environment recovery operation is the same as for the LAMBDA++
+language in the K tutorial and many other languages provided with the
+K distribution. The first ``anywhere'' rule below shows an elegant
+way to achieve the benefits of tail recursion in K.

+
  syntax KItem ::= setEnv(Map)  // TODO: get rid of env
+  //rule (setEnv(_) => .) ~> setEnv(_)  [anywhere]
+  rule <k> _:Val ~> (setEnv(Rho) => .K) ...</k> <env> _ => Rho </env>
+

bindTo, bind and assignTo

+ +

The meaning of these operations has already been explained when we
+discussed the let and letrec language constructs
+above.

+
  syntax KItem ::= bindTo(Names,Exps)         [strict(2)]
+                 | bindMap(Map)
+                 | bind(Names)
+
+  rule (.K => getMatchingAux(Xs,Vs)) ~> bindTo(Xs:Names,Vs:Vals)
+  rule matchResult(M:Map) ~> bindTo(_:Names, _:Vals) => bindMap(M)
+
+  rule bindMap(.Map) => .K
+  rule <k> bindMap((X:Name |-> V:Val => .Map) _:Map) ...</k>
+       <env> Rho => Rho[X <- !L:Int] </env>
+       <store>... .Map => !L |-> V ...</store>
+
+  rule bind(.Names) => .K
+  rule <k> bind(X:Name,Xs => Xs) ...</k>
+       <env> Rho => Rho[X <- !_L:Int] </env>
+
+  syntax KItem ::= assignTo(Names,Exps)  [strict(2)]
+
+  rule <k> assignTo(.Names,.Vals) => .K ...</k>
+  rule <k> assignTo((X:Name,Xs => Xs),(V:Val,Vs:Vals => Vs)) ...</k>
+       <env>... X |-> L ...</env>
+       <store>... .Map => L |-> V ...</store>
+

Getters

+ +

The following auxiliary operations extract the list of identifiers
+and of expressions in a binding, respectively.

+
  syntax Names ::= names(Bindings)  [function]
+  rule names(.Bindings) => .Names
+  rule names(X:Name=_ and Bs) => (X,names(Bs))::Names
+
+  syntax Exps ::= exps(Bindings)  [function]
+  rule exps(.Bindings) => .Exps
+  rule exps(_:Name=E and Bs) => E,exps(Bs)
+
+  /* Extra kore stuff */
+  syntax KResult ::= Vals
+  syntax Exps ::= Names
+  syntax Names ::= Bottoms
+
+  /* Matching */
+  syntax MatchResult ::= getMatching(Exp, Val)                      [function]
+                       | getMatchingAux(Exps, Vals)                 [function]
+                       | mergeMatching(MatchResult, MatchResult)    [function]
+                       | matchResult(Map)
+                       | "matchFailure"
+
+  rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs)
+  rule getMatching([Es:Exps], [Vs:Vals])                   => getMatchingAux(Es, Vs)
+  rule getMatching(C:ConstructorName, C) => matchResult(.Map)
+  rule getMatching(B:Bool, B)            => matchResult(.Map)
+  rule getMatching(I:Int, I)             => matchResult(.Map)
+  rule getMatching(S:String, S)          => matchResult(.Map)
+  rule getMatching(N:Name, V:Val) => matchResult(N |-> V)
+  rule getMatching(_, _) => matchFailure        [owise]
+
+  rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs))
+  rule getMatchingAux(.Exps, .Vals)                       => matchResult(.Map)
+  rule getMatchingAux(_, _) => matchFailure     [owise]
+
+  rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2)
+    requires intersectSet(keys(M1), keys(M2)) ==K .Set
+  //rule mergeMatching(_, _) => matchFailure      [owsie]
+  rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure
+  rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure
+  rule mergeMatching(matchFailure, matchFailure)       => matchFailure
+

Besides the generic decomposition rules for patterns and values,
+we also want to allow [head|tail] matching for lists, so we add
+the following custom pattern decomposition rule:

+
  rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals])
+    => getMatchingAux((H, T), (V, [Vs]))
+endmodule
+

Go to Lesson 2, FUN untyped, Substitution-Based.

+

// NOTE: this definition is not up to date with the latest version of K, as it
+// uses both substitution and symbolic reasoning.
+// It is intended for documentation and academic purposes only.

+

FUN — Untyped — Substitution

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the substitution-based definition of FUN. For additional
+explanations regarding the semantics of the various FUN constructs,
+the reader should consult the emvironment-based definition of FUN.

+

Syntax

+ +
requires "substitution.md"
+//requires "modules/pattern-matching.k"
+
+module FUN-UNTYPED-COMMON
+  imports DOMAINS-SYNTAX
+

The Syntactic Constructs

+ +
  syntax Name
+  syntax Names ::= List{Name,","}
+
+  syntax Exp ::= Int | Bool | String | Name
+               | "(" Exp ")"                       [bracket]
+  syntax Exps  ::= List{Exp,","}                   [strict]
+  syntax Val
+  syntax Vals ::= List{Val,","}
+
+  syntax Exp ::= left:
+                 Exp "*" Exp                       [strict, arith]
+               | Exp "/" Exp                       [strict, arith]
+               | Exp "%" Exp                       [strict, arith]
+               > left:
+                 Exp "+" Exp                       [strict, left, arith]
+               | Exp "^" Exp                       [strict, left, arith]
+               | Exp "-" Exp                       [strict, prefer, arith]
+               | "-" Exp                           [strict, arith]
+               > non-assoc:
+                 Exp "<" Exp                       [strict, arith]
+               | Exp "<=" Exp                      [strict, arith]
+               | Exp ">" Exp                       [strict, arith]
+               | Exp ">=" Exp                      [strict, arith]
+               | Exp "==" Exp                      [strict, arith]
+               | Exp "!=" Exp                      [strict, arith]
+               > "!" Exp                           [strict, arith]
+               > Exp "&&" Exp                      [strict(1), left, arith]
+               > Exp "||" Exp                      [strict(1), left, arith]
+
+  syntax Exp ::= "if" Exp "then" Exp "else" Exp    [strict(1)]
+
+  syntax Exp ::= "[" Exps "]"                      [strict]
+               | "cons" |  "head" | "tail" | "null?"
+               | "[" Exps "|" Exp "]"
+  syntax Val ::= "[" Vals "]"
+
+  syntax ConstructorName
+  syntax Exp ::= ConstructorName
+               | ConstructorName "(" Exps ")"      [prefer, strict(2)]
+  syntax Val ::= ConstructorName "(" Vals ")"
+
+  syntax Exp ::= "fun" Cases
+               | Exp Exp                           [strict, left]
+  syntax Case  ::= Exp "->" Exp                    [binder]
+// NOTE: The binder attribute above is the only difference between this
+// module and the syntax module of environment-based FUN.  We need
+// to fix a bug in order to import modules and override the attributes
+// of operations.
+  syntax Cases ::= List{Case, "|"}
+
+  syntax Exp ::= "let" Bindings "in" Exp
+               | "letrec" Bindings "in" Exp                 [prefer]
+  syntax Binding  ::= Exp "=" Exp
+  syntax Bindings ::= List{Binding,"and"}
+
+  syntax Exp ::= "ref"
+               | "&" Name
+               | "@" Exp                           [strict]
+               | Exp ":=" Exp                      [strict]
+               | Exp ";" Exp                       [strict(1), right]
+
+  syntax Exp ::= "callcc"
+               | "try" Exp "catch" "(" Name ")" Exp
+  syntax Name ::= "throw" [token]
+
+  syntax Exp ::= "datatype" Type "=" TypeCases Exp
+
+  syntax TypeVar
+  syntax TypeVars ::= List{TypeVar,","}
+
+  syntax TypeName
+  syntax Type ::= "int" | "bool" | "string"
+                | Type "-->" Type                            [right]
+                | "(" Type ")"                             [bracket]
+                | TypeVar
+                | TypeName             [klabel(TypeName), avoid]
+                | Type TypeName   [klabel(Type-TypeName), onlyLabel]
+                | "(" Types ")" TypeName                    [prefer]
+  syntax Types ::= List{Type,","}
+  syntax Types ::= TypeVars
+
+  syntax TypeCase ::= ConstructorName
+                    | ConstructorName "(" Types ")"
+  syntax TypeCases ::= List{TypeCase,"|"}     [klabel(_|TypeCase_)]
+

Additional Priorities

+ +
  syntax priority @__FUN-UNTYPED-COMMON
+                > ___FUN-UNTYPED-COMMON
+                > arith
+                > _:=__FUN-UNTYPED-COMMON
+                > let_in__FUN-UNTYPED-COMMON
+                  letrec_in__FUN-UNTYPED-COMMON
+                  if_then_else__FUN-UNTYPED-COMMON
+                > _;__FUN-UNTYPED-COMMON
+                > fun__FUN-UNTYPED-COMMON
+                > datatype_=___FUN-UNTYPED-COMMON
+endmodule
+
+module FUN-UNTYPED-MACROS
+  imports FUN-UNTYPED-COMMON
+

Desugaring macros

+ +
  rule P1 P2 -> E => P1 -> fun P2 -> E                       [macro-rec]
+  rule F P = E => F = fun P -> E                             [macro-rec]
+
+  rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]]                   [macro-rec]
+
+//  rule 'TypeName(Tn:TypeName) => (.TypeVars) Tn              [macro]
+  rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn          [macro]
+
+  syntax Name ::= "$h" | "$t"
+  rule head => fun [$h|$t] -> $h                             [macro]
+  rule tail => fun [$h|$t] -> $t                             [macro]
+  rule null? => fun [.Exps] -> true | [$h|$t] -> false       [macro]
+
+  syntax Name ::= "$k" | "$v"
+  rule try E catch(X) E'
+    => callcc (fun $k -> (fun throw -> E)(fun X -> $k E'))   [macro]
+
+  rule datatype _T = _TCs E => E                               [macro]
+

mu needed for letrec, but we put it here so we can also write
+programs with mu in them, which is particularly useful for testing.

+
  syntax Exp ::= "mu" Case
+
+endmodule
+
+
+module FUN-UNTYPED-SYNTAX
+  imports FUN-UNTYPED-COMMON
+  imports BUILTIN-ID-TOKENS
+
+  syntax Name ::= r"[a-z][_a-zA-Z0-9]*"            [token, prec(2)]
+                | #LowerId                         [token]
+  syntax ConstructorName ::= #UpperId              [token]
+  syntax TypeVar  ::= r"['][a-z][_a-zA-Z0-9]*"     [token]
+  syntax TypeName ::= Name                         [token]
+endmodule
+

Semantics

+ +
module FUN-UNTYPED
+  imports FUN-UNTYPED-COMMON
+  imports FUN-UNTYPED-MACROS
+  imports DOMAINS
+  imports SUBSTITUTION
+  //imports PATTERN-MATCHING
+
+  configuration <T color="yellow">
+                  <k color="green"> $PGM:Exp </k>
+                  <store color="white"> .Map </store>
+                </T>
+

Both Name and functions are values now:

+
  syntax Val ::= Int | Bool | String | Name
+  syntax Exp ::= Val
+  syntax Exps ::= Vals
+  syntax KResult ::= Val
+  syntax Exps ::= Names
+  syntax Vals ::= Names
+
+  rule I1 * I2 => I1 *Int I2
+  rule I1 / I2 => I1 /Int I2 when I2 =/=K 0
+  rule I1 % I2 => I1 %Int I2 when I2 =/=K 0
+  rule I1 + I2 => I1 +Int I2
+  rule S1 ^ S2 => S1 +String S2
+  rule I1 - I2 => I1 -Int I2
+  rule - I => 0 -Int I
+  rule I1 < I2 => I1 <Int I2
+  rule I1 <= I2 => I1 <=Int I2
+  rule I1 > I2 => I1 >Int I2
+  rule I1 >= I2 => I1 >=Int I2
+  rule V1:Val == V2:Val => V1 ==K V2
+  rule V1:Val != V2:Val => V1 =/=K V2
+  rule ! T => notBool(T)
+  rule true  && E => E
+  rule false && _ => false
+  rule true  || _ => true
+  rule false || E => E
+
+  rule if  true then E else _ => E
+  rule if false then _ else E => E
+
+  rule isVal(cons) => true
+  rule isVal(cons _V:Val) => true
+  rule cons V:Val [Vs:Vals] => [V,Vs]
+
+  syntax Val ::= ConstructorName
+
+  rule isVal(fun _) => true
+  syntax KVar ::= Name
+  syntax Name ::= freshName(Int)    [freshGenerator, function]
+  rule freshName(I:Int) => {#parseToken("Name", "#" +String Int2String(I))}:>Name
+
+  rule (. => getMatching(P, V)) ~> (fun P->_ | _) V:Val
+  rule matchResult(M:Map) ~> (fun _->E | _) _ => E[M]
+  rule (matchFailure => .) ~> (fun (_->_ | Cs:Cases => Cs)) _
+//  rule (fun P->E | _) V:Val => E[getMatching(P,V)]  when isMatching(P,V)
+//  rule (fun (P->_ | Cs:Cases => Cs)) V:Val  when notBool isMatching(P,V)
+

We can reduce multiple bindings to one list binding, and then
+apply the usual desugaring of let into function application.
+It is important that the rule below is a macro, so let is eliminated
+immediately, otherwise it may interfere in ugly ways with substitution.

+
  rule let Bs in E => ((fun [names(Bs)] -> E) [exps(Bs)])    [macro]
+

We only give the semantics of one-binding letrec.
+Multipe bindings are left as an exercise.

+
  // changed because of parsing error
+  //rule mu X:Name -> E => E[(mu X -> E) / X]
+  rule mu X:Name -> E => E[X |-> (mu X -> E)]
+  rule letrec F:Name = E in E' => let F = (mu F -> E) in E'  [macro]
+

We cannot have & anymore, but we can give direct
+semantics to ref. We also have to declare ref to
+be a value, so that we will never heat on it.

+
//  rule <k> & X => L ...</k>  <env>... X |-> L </env>
+  rule isVal(ref) => true
+  rule <k> ref V:Val => !L:Int ...</k> <store>... .Map => !L |-> V ...</store>
+  rule <k> @ L:Int => V:Val ...</k>  <store>... L |-> V ...</store>
+  rule <k> L:Int := V:Val => V ...</k>  <store>... L |-> (_=>V) ...</store>
+  rule _V:Val; E => E
+
+  syntax Val ::= cc(K)
+  rule isVal(callcc) => true
+  rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+  rule <k> cc(K) V:Val ~> _ => V ~> K </k>
+

Auxiliary getters

+
  syntax Names ::= names(Bindings)  [function]
+  rule names(.Bindings) => .Names
+  rule names(X:Name=_ and Bs) => X,names(Bs)
+
+  syntax Exps ::= exps(Bindings)  [function]
+  rule exps(.Bindings) => .Exps
+  rule exps(_:Name=E and Bs) => E,exps(Bs)
+
+  /* Extra kore stuff */
+  syntax KResult ::= Vals
+  syntax Exps ::= Names
+
+  /* Matching */
+  syntax MatchResult ::= getMatching(Exp, Val)                      [function]
+                       | getMatchingAux(Exps, Vals)                 [function]
+                       | mergeMatching(MatchResult, MatchResult)    [function]
+                       | matchResult(Map)
+                       | "matchFailure"
+
+  rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs)
+  rule getMatching([Es:Exps], [Vs:Vals])                   => getMatchingAux(Es, Vs)
+  rule getMatching(C:ConstructorName, C) => matchResult(.Map)
+  rule getMatching(B:Bool, B)            => matchResult(.Map)
+  rule getMatching(I:Int, I)             => matchResult(.Map)
+  rule getMatching(S:String, S)          => matchResult(.Map)
+  rule getMatching(N:Name, V:Val) => matchResult(N |-> V)
+  rule getMatching(_, _) => matchFailure        [owise]
+
+  rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs))
+  rule getMatchingAux(.Exps, .Vals)                       => matchResult(.Map)
+  rule getMatchingAux(_, _) => matchFailure     [owise]
+
+  rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2)
+    requires intersectSet(keys(M1), keys(M2)) ==K .Set
+  //rule mergeMatching(_, _) => matchFailure      [owsie]
+  rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure
+  rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure
+  rule mergeMatching(matchFailure, matchFailure)       => matchFailure
+

Besides the generic decomposition rules for patterns and values,
+we also want to allow [head|tail] matching for lists, so we add
+the following custom pattern decomposition rule:

+
  rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals])
+    => getMatchingAux((H, T), (V, [Vs]))
+endmodule
+

// NOTE: this definition is not runnable as is.
+// It is intended for documentation and academic purposes only.

+

LOGIK

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of LOGIK, a trivial language
+capturing the essence of the logic programming paradigm. In this
+definition, we explicitly focus on simplicity and mathematical
+clarity, not on advanced logic programming features or performance.
+Those are covered in the LOGIK++ extension under examples/logik++.

+

Specifically, a LOGIK program consists of a sequence of Horn clauses
+of the form

+
P :- P1, P2, ..., Pn .
+

followed by a query of the form

+
?- Q1, Q2, ..., Qm .
+

where P, P1, P2, ..., Pn, Q1, Q2,
+..., Qm are literals. The
+symbol :- is read "if". A literal has the form
+p(T1,T2,...,Tk), where p is a predicate symbol
+and where T1,T2,...,Tk are terms. Terms are built as
+usual, with operation symbols and variables. A common
+convention in logic programming languages, also adopted here, is that
+variables are capitalized and operation symbols are not. Operations
+with zero arguments are called constants and are written without
+parentheses, that is, c instead of c(). Horn
+clauses without conditions, called facts, are written
+without :-, that is, P. instead of P :- ..

+

For example, the LOGIK program below gives a few facts about a
+parent predicate, then several clauses defining some useful
+predicates including an ancestor predicate, and finally a
+query asking for those who both have ancestors and are ancestors
+themselves in the parent relation:

+
parent(david,john).
+parent(jim,david).
+parent(steve,jim).
+parent(nathan,steve).
+
+grandparent(A,B):-
+  parent(A,X),
+  parent(X,B).
+
+ancestor(A,B):-
+  parent(A,X),
+  parents(X,B).
+
+parents(X,X).
+parents(A,B):-
+  ancestor(A,B).
+
+both(X) :- ancestor(A,X), ancestor(X,B).
+
+?- both(X).
+

Above, we only have constant operation symbols, so these and variables
+are the only terms that can be used in predicates. As expected, the
+LOGIK program above will give us three solutions for X:
+david, steve, and jim. If we inline the
+both(X) predicate in the query, that is, if we replace the
+query with ?- ancestor(A,X), ancestor(X,B). then we get
+10 solutions, one for for each triple A, X, and
+B satisfying both predicates ancestor(A,X) and
+ancestor(X,B).

+

As another example, the program below defines an append
+predicate followed by a simple goal:

+
append(nil,L,L).
+append(cons(H,T),L,cons(H,Z)) :- append(T,L,Z).
+
+?- append(cons(a,nil), cons(b,nil), V).
+

Besides the predicate symbol append, the program above also
+includes a constant symbol nil and a binary operation symbol
+cons. Additionally, the query also includes two more
+constants, a and b. The capitalized identifiers are
+all variables. As expected, the LOGIK program above yields only one
+solution, namely V = cons(a,cons(b,nil)). On the other hand,
+if we change the query to:

+
?- append(L1, cons(a,L2), cons(a,cons(b,cons(a,nil)))).
+

then LOGIK yields two solutions: one where L1 is
+cons(a,cons(b,nil)) and L2 is nil,
+and another where L1 is nil and L2 is
+cons(a,cons(b,nil)).

+

The programs above all generated ground solutions, that is,
+solutions where the query variables are mapped to ground terms (i.e.,
+terms without variables). Let us now consider the following query:

+
?- append(cons(a,nil), Y, Z).
+

There are obviously infinitely many ground solutions for the query
+above, e.g.,
+Y = nil and Z = cons(a,nil),
+Y = cons(a,nil) and Z = cons(a,cons(a,nil)),
+Y = cons(b,nil) and Z = cons(a,cons(b,nil)),
+Y = cons(c,cons(b,nil)) and Z = cons(a,cons(c,cons(b,nil))),
+etc. However, all the ground solutions for the query above can be
+elegantly characterized by the property that Z is bound to a list
+starting with a and followed by the list that Y is
+bound to. This property can in fact be described as a symbolic solution
+to the query: Z = cons(a,Y) or, equivalently,
+Y = Symb and Z = cons(a,Symb). It is possible to
+define a ``more general than'' relation on such symbolic solutions,
+in the sense that the more particular solution can be obtained as a
+specialization/substitution of the more general one, and then it can
+be shown that the above is the most general solution to the
+stated query. Logic programming languages, including our LOGIK,
+attempt to always compute such most general solutions.

+

Logic programming languages are highly non-deterministic, in that
+several Horn clauses may be used at the same time, each possibly
+resulting in a different solution. Implementations of logic
+programming languages consist of complex, optimized search and
+indexing algorithms, which we are not concerned with here. Instead,
+we here take advantage of K's builtin support for search.
+Specifically, to find all the solutions of a LOGIK program, we have to
+use krun with the option --search. However, note
+that some programs have infinitely many solutions which cannot relate
+to each other by the "more general" relation. For example, the query

+
?- append(L1, cons(a,L2), L3) .
+

To address such cases and terminate, logic programming languages allow
+the user to choose how many solutions to be computed and displayed.
+In LOGIK, we can use the --bound option of krun for
+this purpose.

+

Finally, note that some queries have no solution. In some cases that
+is easy to detect by exhaustive analysis, such as for the following
+query:

+
?- append(cons(a,L1), L2, cons(b,L3)).
+

Logic programming languages, including LOGIK, terminate in such cases
+and report a no solution answer. However, there are cases where
+exhaustive analysis is not sufficient, such as for the query:

+
?- append(cons(a,L), nil, L).
+

In such cases, logic programming languages do not terminate. While
+one may devise techniques to detect non-termination in some cases,
+one cannot do it in general (same like for all Turing-complete
+languages).

+
requires "unification.k"
+
+module LOGIK-COMMON
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of LOGIK is straightforward: a program is a sequence of
+Horn clauses followed by a query:

+
  syntax Literal
+  syntax Term ::= Literal | Literal "(" Terms ")"
+  syntax Terms ::= List{Term,","}
+  syntax Clause ::= Term ":-" Terms "." | Term "."
+  syntax Query ::= "?-" Terms "."
+  syntax Pgm ::= Query | Clause Pgm
+endmodule
+
+module LOGIK-SYNTAX
+  imports LOGIK-COMMON
+  imports BUILTIN-ID-TOKENS
+

Variables and literals are defined as tokens following the conventions
+used in Prolog (variables start with _ or capital letter, while literals
+start with lower case letters):

+
  syntax #KVariable ::= r"[A-Z_][A-Za-z0-9_]*"   [token, prec(2)]
+                      | #UpperId                 [token]
+  syntax Term ::= #KVariable [klabel(#SemanticCastToTerm)]
+  syntax Literal ::= r"[a-z][a-zA-Z0-9_]*"                 [token]
+                   | #LowerId                              [token]
+endmodule
+
+module LOGIK
+  imports LOGIK-COMMON
+  imports DOMAINS
+  imports UNIFICATION
+

Unification is at the core of logic programming. Here we are
+going to use the predefined unification procedure (the same one we
+used in the type inferencers in Tutorial 5).

+

Configuration

+ +

The configuration stores each clause in its own cell for easy access,
+and the most general unifier in a cell named mgu, same like
+the type inferencers. The k cell holds the query and the
+fresh cell holds a fresh clause instance to be attempted on
+the next query item. To more easily read the solutions, we add a
+second top-level cell, solution. Both top cells are
+optional. Indeed, we start with the main top cell and, when a
+solution is found, we move it into the solution cell and
+discard the main cell.

+
  configuration <T color="yellow" multiplicity="?">
+                  <k color="green"> $PGM:Pgm </k>
+                  <fresh color="orange"> .K </fresh>
+                  <clauses color="red">
+                    <clause color="pink" multiplicity="*"> .K </clause>
+                  </clauses>
+                  <mgu> .K </mgu>
+                </T>
+                <solution multiplicity="?"> .K </solution>
+

Pre- and post-processing

+ +

Before we launch the semantics, we first scan the given program and
+place each clause in its own cell, and then place the query in the
+k cell and initialize the mgu with the variables from the query.

+

Note that we put a fresh instance of the clause to avoid interference with
+the query variables. By a "fresh instance" of a clause we mean one whose
+variables are renamed with fresh names; we need that in order to avoid
+undesired unification conflicts due to particular names chosen for
+variables in the original program, as well as conflicts due to
+subsequent uses of the same clause. It is safe to rename the
+variables in a clause, because clauses are universally quantified in
+their variables. This process of creating a fresh instance of a
+clause is similar to how we created fresh instances of type schemas in
+the higher-order type inferencer discussed in Tutorial 5. Indeed, we
+can safely regard clauses as "clause schemas" comprising infinitely
+many instances, one for each context.

+
  rule <k> C:Clause Pgm => Pgm </k>
+       (.Bag => <clause> #renameVariables(C) </clause>)
+
+  rule <k> ?- Ls:Terms. => Ls ...</k>
+       <mgu> _ => #variablesMap(#variables(Ls)) </mgu>
+

We also sequentialize the goals for easier processing:

+
  rule L:Term, Ls:Terms => L ~> Ls
+  rule .Terms => .
+

When all the goals are solved, indicated by the empty k
+cell, the calculated most general unifier (mgu) is in the mgu
+cell. In that case, to ease reading of the final solution we move the
+mgu in the solution cell and delete the rest of the
+configuration:

+
rule <T>... <k> . </k> <mgu> Theta </mgu> ...</T>
+  => <solution> Theta </solution>
+

Since we are not interested in seeing the failed attempts to solve
+the query, we collapse all the error configurations into an empty
+configuration (recall that both top-level cells in the configuration
+were declared optional). This way, if we see an empty configuration
+when we search for all solutions, we know that some attempts failed
+(but we do not know which ones).

+
// this would be nice, but we need feedback from the external unifier
+// for this.
+//  rule <T>... <mgu> _:MguError </mgu> ...</T> => .
+

Semantics

+ +

Once all the infrastructure is in place, the actual semantics of LOGIK
+is quite simple. All we have to do is to pick some (fresh instance of
+a) clause, then unify its conclusion with the first query literal, and
+then replace that literal with condition of the clause. The intuition
+here is the following: to satisfy the first literal in the query, we
+need to find some instance of some clause that matches it, and then to
+similarly show that we can satisfy the conditions of that clause.
+Mathematically, this is an instance of the proof principle called
+resolution: if p ∨ q and ¬ p ∨ r hold, then so does
+q ∨ r. We let it as an exercise to the reader to see how the two
+relate (hint: assume the negation of the goal together with all the
+clauses, and then derive false).

+

The following two rules are tightly connected and they together
+perform the following core task: pick a fresh instance of a clause
+which unifies with the first goal item, then add its conditions as new
+goals.

+

Pick a clause and generate a fresh instance of it when the
+fresh cell is empty:

+
  rule <fresh> . => #renameVariables(C) </fresh> <clause> C </clause>
+       <k> T:Term ...</k>
+  requires #unifiable(T,head(C))
+
+  syntax Term ::= head(Clause) [function]
+  rule head(L.) => L
+  rule head(L:-_.) => L
+

If the goal is unifiable with the fresh clause's head, replace the goal
+with the clause body, and empty the fresh cell (so that
+another clause can be chosen using the rule above):

+
  rule <k> L:Term => . ...</k>
+       <fresh>  L:Term . => . </fresh>
+
+  rule <k> L:Term :KItem => Ls ...</k>
+       <fresh>  L:Term :- Ls:Terms. => . </fresh>
+

Note that there is no problem if a clause is chosen whose
+conclusion literal does not unify with the first goal literal.
+The search
+option of krun will systematically try all clauses, so no
+solution is missed. Of course, the above is not the most efficient
+way to implement a logic programming language, but recall that our
+objective here was to present a simple and mathematically clean
+solution. We encourage the interested reader to consult the LOGIK++
+language definition for a more efficient definition of a richer logic
+programming language.

+
endmodule
+

// NOTE: this definition is not runnable as is.
+// It is intended for documentation and academic purposes only.

+

LOGIK

+ +

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+ +

This is the K semantic definition of LOGIK, a trivial language
+capturing the essence of the logic programming paradigm. In this
+definition, we explicitly focus on simplicity and mathematical
+clarity, not on advanced logic programming features or performance.
+Those are covered in the LOGIK++ extension under examples/logik++.

+

Specifically, a LOGIK program consists of a sequence of Horn clauses
+of the form

+
P :- P1, P2, ..., Pn .
+

followed by a query of the form

+
?- Q1, Q2, ..., Qm .
+

where P, P1, P2, ..., Pn, Q1, Q2,
+..., Qm are literals. The
+symbol :- is read "if". A literal has the form
+p(T1,T2,...,Tk), where p is a predicate symbol
+and where T1,T2,...,Tk are terms. Terms are built as
+usual, with operation symbols and variables. A common
+convention in logic programming languages, also adopted here, is that
+variables are capitalized and operation symbols are not. Operations
+with zero arguments are called constants and are written without
+parentheses, that is, c instead of c(). Horn
+clauses without conditions, called facts, are written
+without :-, that is, P. instead of P :- ..

+

For example, the LOGIK program below gives a few facts about a
+parent predicate, then several clauses defining some useful
+predicates including an ancestor predicate, and finally a
+query asking for those who both have ancestors and are ancestors
+themselves in the parent relation:

+
parent(david,john).
+parent(jim,david).
+parent(steve,jim).
+parent(nathan,steve).
+
+grandparent(A,B):-
+  parent(A,X),
+  parent(X,B).
+
+ancestor(A,B):-
+  parent(A,X),
+  parents(X,B).
+
+parents(X,X).
+parents(A,B):-
+  ancestor(A,B).
+
+both(X) :- ancestor(A,X), ancestor(X,B).
+
+?- both(X).
+

Above, we only have constant operation symbols, so these and variables
+are the only terms that can be used in predicates. As expected, the
+LOGIK program above will give us three solutions for X:
+david, steve, and jim. If we inline the
+both(X) predicate in the query, that is, if we replace the
+query with ?- ancestor(A,X), ancestor(X,B). then we get
+10 solutions, one for for each triple A, X, and
+B satisfying both predicates ancestor(A,X) and
+ancestor(X,B).

+

As another example, the program below defines an append
+predicate followed by a simple goal:

+
append(nil,L,L).
+append(cons(H,T),L,cons(H,Z)) :- append(T,L,Z).
+
+?- append(cons(a,nil), cons(b,nil), V).
+

Besides the predicate symbol append, the program above also
+includes a constant symbol nil and a binary operation symbol
+cons. Additionally, the query also includes two more
+constants, a and b. The capitalized identifiers are
+all variables. As expected, the LOGIK program above yields only one
+solution, namely V = cons(a,cons(b,nil)). On the other hand,
+if we change the query to:

+
?- append(L1, cons(a,L2), cons(a,cons(b,cons(a,nil)))).
+

then LOGIK yields two solutions: one where L1 is
+cons(a,cons(b,nil)) and L2 is nil,
+and another where L1 is nil and L2 is
+cons(a,cons(b,nil)).

+

The programs above all generated ground solutions, that is,
+solutions where the query variables are mapped to ground terms (i.e.,
+terms without variables). Let us now consider the following query:

+
?- append(cons(a,nil), Y, Z).
+

There are obviously infinitely many ground solutions for the query
+above, e.g.,
+Y = nil and Z = cons(a,nil),
+Y = cons(a,nil) and Z = cons(a,cons(a,nil)),
+Y = cons(b,nil) and Z = cons(a,cons(b,nil)),
+Y = cons(c,cons(b,nil)) and Z = cons(a,cons(c,cons(b,nil))),
+etc. However, all the ground solutions for the query above can be
+elegantly characterized by the property that Z is bound to a list
+starting with a and followed by the list that Y is
+bound to. This property can in fact be described as a symbolic solution
+to the query: Z = cons(a,Y) or, equivalently,
+Y = Symb and Z = cons(a,Symb). It is possible to
+define a ``more general than'' relation on such symbolic solutions,
+in the sense that the more particular solution can be obtained as a
+specialization/substitution of the more general one, and then it can
+be shown that the above is the most general solution to the
+stated query. Logic programming languages, including our LOGIK,
+attempt to always compute such most general solutions.

+

Logic programming languages are highly non-deterministic, in that
+several Horn clauses may be used at the same time, each possibly
+resulting in a different solution. Implementations of logic
+programming languages consist of complex, optimized search and
+indexing algorithms, which we are not concerned with here. Instead,
+we here take advantage of K's builtin support for search.
+Specifically, to find all the solutions of a LOGIK program, we have to
+use krun with the option --search. However, note
+that some programs have infinitely many solutions which cannot relate
+to each other by the "more general" relation. For example, the query

+
?- append(L1, cons(a,L2), L3) .
+

To address such cases and terminate, logic programming languages allow
+the user to choose how many solutions to be computed and displayed.
+In LOGIK, we can use the --bound option of krun for
+this purpose.

+

Finally, note that some queries have no solution. In some cases that
+is easy to detect by exhaustive analysis, such as for the following
+query:

+
?- append(cons(a,L1), L2, cons(b,L3)).
+

Logic programming languages, including LOGIK, terminate in such cases
+and report a no solution answer. However, there are cases where
+exhaustive analysis is not sufficient, such as for the query:

+
?- append(cons(a,L), nil, L).
+

In such cases, logic programming languages do not terminate. While
+one may devise techniques to detect non-termination in some cases,
+one cannot do it in general (same like for all Turing-complete
+languages).

+
requires "unification.k"
+
+module LOGIK-COMMON
+  imports DOMAINS-SYNTAX
+

Syntax

+ +

The syntax of LOGIK is straightforward: a program is a sequence of
+Horn clauses followed by a query:

+
  syntax Literal
+  syntax Term ::= Literal | Literal "(" Terms ")"
+  syntax Terms ::= List{Term,","}
+  syntax Clause ::= Term ":-" Terms "." | Term "."
+  syntax Query ::= "?-" Terms "."
+  syntax Pgm ::= Query | Clause Pgm
+endmodule
+
+module LOGIK-SYNTAX
+  imports LOGIK-COMMON
+  imports BUILTIN-ID-TOKENS
+

Variables and literals are defined as tokens following the conventions
+used in Prolog (variables start with _ or capital letter, while literals
+start with lower case letters):

+
  syntax #KVariable ::= r"[A-Z_][A-Za-z0-9_]*"   [token, prec(2)]
+                      | #UpperId                 [token]
+  syntax Term ::= #KVariable [klabel(#SemanticCastToTerm)]
+  syntax Literal ::= r"[a-z][a-zA-Z0-9_]*"                 [token]
+                   | #LowerId                              [token]
+endmodule
+
+module LOGIK
+  imports LOGIK-COMMON
+  imports DOMAINS
+  imports UNIFICATION
+

Unification is at the core of logic programming. Here we are
+going to use the predefined unification procedure (the same one we
+used in the type inferencers in Tutorial 5).

+

Configuration

+ +

The configuration stores each clause in its own cell for easy access,
+and the most general unifier in a cell named mgu, same like
+the type inferencers. The k cell holds the query and the
+fresh cell holds a fresh clause instance to be attempted on
+the next query item. To more easily read the solutions, we add a
+second top-level cell, solution. Both top cells are
+optional. Indeed, we start with the main top cell and, when a
+solution is found, we move it into the solution cell and
+discard the main cell.

+
  configuration <T color="yellow" multiplicity="?">
+                  <k color="green"> $PGM:Pgm </k>
+                  <fresh color="orange"> .K </fresh>
+                  <clauses color="red">
+                    <clause color="pink" multiplicity="*"> .K </clause>
+                  </clauses>
+                  <mgu> .K </mgu>
+                </T>
+                <solution multiplicity="?"> .K </solution>
+

Pre- and post-processing

+ +

Before we launch the semantics, we first scan the given program and
+place each clause in its own cell, and then place the query in the
+k cell and initialize the mgu with the variables from the query.

+

Note that we put a fresh instance of the clause to avoid interference with
+the query variables. By a "fresh instance" of a clause we mean one whose
+variables are renamed with fresh names; we need that in order to avoid
+undesired unification conflicts due to particular names chosen for
+variables in the original program, as well as conflicts due to
+subsequent uses of the same clause. It is safe to rename the
+variables in a clause, because clauses are universally quantified in
+their variables. This process of creating a fresh instance of a
+clause is similar to how we created fresh instances of type schemas in
+the higher-order type inferencer discussed in Tutorial 5. Indeed, we
+can safely regard clauses as "clause schemas" comprising infinitely
+many instances, one for each context.

+
  rule <k> C:Clause Pgm => Pgm </k>
+       (.Bag => <clause> #renameVariables(C) </clause>)
+
+  rule <k> ?- Ls:Terms. => Ls ...</k>
+       <mgu> _ => #variablesMap(#variables(Ls)) </mgu>
+

We also sequentialize the goals for easier processing:

+
  rule L:Term, Ls:Terms => L ~> Ls
+  rule .Terms => .
+

When all the goals are solved, indicated by the empty k
+cell, the calculated most general unifier (mgu) is in the mgu
+cell. In that case, to ease reading of the final solution we move the
+mgu in the solution cell and delete the rest of the
+configuration:

+
rule <T>... <k> . </k> <mgu> Theta </mgu> ...</T>
+  => <solution> Theta </solution>
+

Since we are not interested in seeing the failed attempts to solve
+the query, we collapse all the error configurations into an empty
+configuration (recall that both top-level cells in the configuration
+were declared optional). This way, if we see an empty configuration
+when we search for all solutions, we know that some attempts failed
+(but we do not know which ones).

+
// this would be nice, but we need feedback from the external unifier
+// for this.
+//  rule <T>... <mgu> _:MguError </mgu> ...</T> => .
+

Semantics

+ +

Once all the infrastructure is in place, the actual semantics of LOGIK
+is quite simple. All we have to do is to pick some (fresh instance of
+a) clause, then unify its conclusion with the first query literal, and
+then replace that literal with condition of the clause. The intuition
+here is the following: to satisfy the first literal in the query, we
+need to find some instance of some clause that matches it, and then to
+similarly show that we can satisfy the conditions of that clause.
+Mathematically, this is an instance of the proof principle called
+resolution: if p ∨ q and ¬ p ∨ r hold, then so does
+q ∨ r. We let it as an exercise to the reader to see how the two
+relate (hint: assume the negation of the goal together with all the
+clauses, and then derive false).

+

The following two rules are tightly connected and they together
+perform the following core task: pick a fresh instance of a clause
+which unifies with the first goal item, then add its conditions as new
+goals.

+

Pick a clause and generate a fresh instance of it when the
+fresh cell is empty:

+
  rule <fresh> . => #renameVariables(C) </fresh> <clause> C </clause>
+       <k> T:Term ...</k>
+  requires #unifiable(T,head(C))
+
+  syntax Term ::= head(Clause) [function]
+  rule head(L.) => L
+  rule head(L:-_.) => L
+

If the goal is unifiable with the fresh clause's head, replace the goal
+with the clause body, and empty the fresh cell (so that
+another clause can be chosen using the rule above):

+
  rule <k> L:Term => . ...</k>
+       <fresh>  L:Term . => . </fresh>
+
+  rule <k> L:Term :KItem => Ls ...</k>
+       <fresh>  L:Term :- Ls:Terms. => . </fresh>
+

Note that there is no problem if a clause is chosen whose
+conclusion literal does not unify with the first goal literal.
+The search
+option of krun will systematically try all clauses, so no
+solution is missed. Of course, the above is not the most efficient
+way to implement a logic programming language, but recall that our
+objective here was to present a simple and mathematically clean
+solution. We encourage the interested reader to consult the LOGIK++
+language definition for a more efficient definition of a richer logic
+programming language.

+
endmodule
+

Projects using K

+ +

A list of projects using the K framework. If you are working on something interesting, and you want to share it with the community,
+let us know on our socials, and we will feature you on this list.

+
+ + +
+
    +
  • +

    KAVM (Feb 2022 - Present)

    +

    The Algorand Virtual Machine and TEAL Semantics in K
    +KAVM leverages the K Framework to empower Algorand smart contracts' developers
    +with property-based testing and formal verification.

    +
  • +
  • +

    KPlutus (2016 - Present)

    +

    The K Semantics of Plutus-Core

    +
  • +
  • +

    Dedukti (Mar 2021 - Present)

    +

    This project aims to translate real K semantics into Dedukti.

    +
  • +
  • +

    KWasm (Aug 2015 - Present)

    +

    KWasm is the K semantics of WebAssembly.
    +WebAssembly is a low-level (but simple and streamlined) assembly language that was originally developed to provide a fast execution engine for browser-based tools.
    +More recently, it has been used in several blockchain smart-contract platforms as the underlying language for executing financial agreements.
    +KWasm has been used for measuring coverage of test-suites over Wasm code and verifying programs which are compiled to Wasm.

    +
  • +
  • +

    KEVM (Sep 2017 - Present)

    +

    KEVM is the K semantics of the Ethereum Virtual Machine.
    +It passes all the Ethereum Test Suite, and is used for verifying EVM programs.

    +
  • +
  • +

    IELE (Oct 2016 - Present)

    +

    IELE is the underlying VM integrated into the Cardano blockchain.
    +IELE is a register-based VM (inspired by LLVM), which attempts to avoid many of the missteps in design present in EVM.

    +
  • +
  • +

    K-Michelson (Oct 2019 - Present)

    +

    K-Michelson is the K semantics of Michelson blockchain programming language, which powers the Tezos blockchain.
    +KMichelson provides additional testing tools for developers, including a unit-testing framework which is extendable to symbolic property testing.

    +
  • +
  • +

    C (Jul 2010 - Present)

    +

    The K semantics of the C programming language specifies the translation, linking, and execution semantics of the C language according to the official C standard.
    +It has been used to build tools like RV-Match, which detects undefined behaviors in users programs by running their test-suites through the C semantics.

    +
  • +
+

Archived

+ + +
+
+ + diff --git a/exports/K.mobi b/exports/K.mobi new file mode 100644 index 0000000000000000000000000000000000000000..5aedf98cb2365d8cf1c241f38322456d57825215 GIT binary patch literal 2335423 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

h6Ff9hd>?J%cK$0HKs?u0y<) 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

7o%UQEnZgOwhnNro-xy{oW zf3o!j*Qp|N6XUQrGOCvGGD#BWgHfqvnxf=>$nm<(tph|&gQXW)>GypYxU(Ym(D36^ zs&KjjAq*t=3}Sp|6juc4dX}F=lHH@x>($H zZS#FJH30oCacrzNpHEgKsk)qvlo3i1oI1zQamC)nJ!i8)li}xD<;HyD6R8zugZ0s) z`|dGYo?I|jUtnc}|Lf;W&?NN?@x@;0%@ZE^UthsqU|S^0j=kF}wZ_|Hb3`M>z)jiQV)TyRIr<4V8NQe2L+W zz1@2|t&OKKgxJaL+QjIEJwm6@y89lR`X>I!!9Nu0a}4o6GmE|Kxw>?>c}D8e@!ae7 zB0)4(mu~*8x2SVnK^esXR#mT`%Y{;-^Pzd{A%=b}AV3^IGw;Ay!JMCgek#s9(S@-) zH8-9^J614vv|@$9M6PP^jB+P{W+bO6!a6|h;=4AlX)2^g%Gy>f&m<~uR);# ztb)WI%LJ7Mzc*H2KzzAitQakO&9$0cXv5fF_K>QS_%7}>qeUuFqF4CrlFyVQx7jfI znKD_1^w&A1 zfE3_mXFB^fD;n7h$R?#_x@M`4+);LY+_`u|d>o8hPBHh2wV}iJLTe_dTol0^dc@A+ z<203?c1>-HnzgVQeDxLsO@)RRaG+2xo@HXI*A+NC*7MA<>Z+Y<5fR7?0)oa`J=0fn z%Gj8xdjAFHJU*>ZFh_}lf}TjS)j z$W5HMLdfcwQ(iO>#$;jZcKg}_>ICee&=ZUwMm|GKeE$>>0iQG>z#_G3)Mf(di zg>ny^NAT9D!kL|eH9v~h%#d@~sS=mmzwZ~4!FjFORgfjMb)D>EtoD8A2B}+76-;d_CEZ|q}UClnkcChdE4-^>L0liiG=8`>Ix*~U7 zoCg}$F_l1!>J@*yxjUjFvEpmrwswp@7ON)BDm%@u_v?GtJ$klC-eTQ-tVgGckjw|< zbd0kkID>UYy8Rc+>MIIwv78K zpDiBLGv^8n*<2dD^)CxQvOlOGGA0ce252c{kFxoeJiQ6{wjA}`i-Q!qv+wG8gMKn( zlhnvTXfw$R_538J7P#yAC&*s_x^gw*&86y&FEj{~o+rKM_`jzyJDgp~g2nk73XOUB zHhG71inoc&t2Twq3IF$ne7lk+2j{j_NNH8{A#o>RzSt#Fs{9pkk%7J1KEV7Gus+(O zt$d4^9$)#Cis_Tukt>=N7R3N`lg_15V!fb1Hr~mV%16ObwaWf#iN$PhzhHEfjmcNK zw}?Js5p*qbFgfxnBI2V?4W4++j(Ex{P8XPg)y_FjrnaCAD7?n#{F<||TrGEpwR#KK z4WwAb!Qd%H{l4O0H0JZ&O~{5p_cJ0Br^XML~-7ycWp#j6eY>(eRPlHe6 z)Fo}hKMUgbl&Tc9fCS~44Rg@upLX_7pan}G5(0$%nX?vAe?I;AdO=|<6(%&H^o3Jq zGMrnZo^vGAabk0^L!=;lFr9_1D$x@Z&(s zs9?%`Dm0c?^Hig?JdwnxHSZD)*_FRT-?>c6BvU3{qiB)W*)ynv2m{t)rVMavv0fOr zvhO=`xnwRmNgXI-u#93<7D)V<&1TEfdj^m|ix+-UMR}fs7JS=m zF`NSn7ouWgHvfwF2N=Wm-Y2w_qByBGqUz?$Y2|P?JpL3?o#(75GXRGDHYuauVAL=4 zc62QFW9|p@#0~scw77vE4#f?8DZps7yFnMj?bn5E?-R?{vUNrB;$SLYTAgnY9YXzV z-88e?Z9?sw?QYJo5AeAm7}M`(_wju~2<~O}`zK_VX{=MU0;M6y`J;RByGW-%Em#qx zF6EZe+Ek_bhHu|>Z(7P-8@{QaG~m|Ly|Yz}qJ=L;k#GURNq}}h!F&)A3YEMIu7r+LSbrGK%J3%B;7m91qHC8wQUGf&ho<#lg}b{qi7r?5ew?6 zA*!CMI*e|e$L|N*Gd_g2xVQ`y==ZOEyie1Za#RRNJfVSZrQcE(mhd}-Yxx`Uwx4Sp zZX6a<6u@u_JkAt6%TSI!gOtQa0EY25Ge?idIKMN1;r9N5ioA*~!M?w1sdz*waltH@ zr3^lxqM7*~WWbs;)n0inLJTCKQmlLo(FuZ3FyKw5DM6o1DY`Q&hL{X@raM#0qwf*S zd_Z|-R=+^Rv)P{xN`%ar&&PYe6I7Az?n_mqyK6>8w&~j9K2k;Q>zu$bLf8$Nrh_uv&M7R9JSMzwq z;&T!9VG?ez=Biax>sN>@reUDIPE6>^!e%GDedzgB-3_89ArZR00cl7B>cI&)dxJ`v zq3nCw`@^n%vpC*efte2^hTHJZ6S`fYPg5M4(MS9xlpN23lUxpIl;la%VK03H3v`$WC3SPWw6hRHsheU-XOdn+M(f8^XUwAPkPAEl$tWcT`7KM~1$7syZ_G)%ZFR zZjd_}jxu$CV^39=o@9?g{I0kN>eeP$tA=f5R)^R9HTtnjH~MUFKlg2&#zF>UzmB_s zR-wj1j^kSJ30I;07q@-%GK{%S(-sQHIaW6pK~0JzLcrUH?AwGQI_!vXjh22Xm&hd& zou(?TKPdAfX`PEYF4+YKT04iXX^jD1`%Kp~Vfg7Y7039^NBl$TssE@|Idr*I>F+EJ zUzKvFtbIFHr5wD1fBRMW*m|gDgxnq5yAKjAqvFSuaD8o4XoXRhmsn0hZ86Qd@a0F( z)OUEy9`nq>dx9oQU3}roPn#IyD0isMHeQeH5rQ5^7{Zv4`ko4^MT&`HqSCzq7)&4# znDIE4g**RaLtxGQ^(9YDp$kQMGJw$aBlZ4m{Y}fYY-(InF>ch=ln-@DzRVUapcnoV6TqcLj*yFTY6R}$h=j_(KyJ%t26~(QN zTd{n$cYy&pgJD}0l|a~Ke9??v4m_xs)u7p|AKU9!4}^2U*S7m#F^nSJlMudR+;2Sck+$VV#evj}%Y3fjhFOG7OCXJ*%N|DdMc=CjV&CNn+uI5``&t@zQKZPMMe!N45O&^w<;a2?Z-7zidaAaV%Iz=7j&56xl zn=k69PM&edI9>Dq(d-Nt0d#L92j#< zsHat1?v9BQhgXGPz4pXQqr(%u;g{|N!dp5hHD;qYq`CFuz33AM!}n8t-({kZU2<1` zm;vc3=_(1GgsHAz=IcKp>2`SKs@b;UhVUW?Ez4tHp<6zZN65gXcb0=zK~*K8IHj#G zJnccxf?(?TLh8TjP7V(W!g$P5W_Zlz3l2mSan;p`TTIC-aO%`Whc1pNPgLkSOo04c zafYr!|x;nOcn zb?H`3RZWGiG9Cx7@+VFQgB}a(LW?!Uly=H)sG{R^$}?r%gs&zRtLaiFx;ZM`iGEVP z)bou=y2OWWoA}6;^jGlY<}M{IMpi8|x!RwkvNb#5y%CoB1+vu7B0qL5@?%rn2NVD# z{ZDYTFIl8ogp;g9ILSmQq{!D3=#F%#m<(uM(j%B=eW?-!8Btj20?*WUR3}#l%chir zsZRcj*J}E#wMx%E(OPX!pS4zp{*tx&S8$}}u2ni+q!3`GhJ>lW6PGi`hvjhh7SDq2 z?Z=s73gD^&pW3}u&oCEpxeD0fKWjO44qkpW1w&+YA8Wh%lKnixP9JizXXxoC*mpju zd#xJf>$$hs52-Z40~Nt#Yu@!tX+53OaXLaAh0CX4qbGLVbD-8>&J<(t>v_Em1RSp^ zoPNaP$85G(0RAf|qh8)A12<4maKUUQ0Fgz$m@WTFtRtXdl0xM`9g@r$>QALENsh@! zclX=GTseizCGbKDCK9M4lW^W9reXAzP|El~{sbn$f-ngp;*LY^$)es>!f(eU-UtD|*4QtIYO5W0ZZrLW`N~PxR@5 zSAWM)!WCNAI^N7O>`s$cJKnFo+90rco2yN5@C~j7d+h916^|;7Tp)TneL>e&Wt65n zm7tx5+Ikn7kt3+#Ht3V}MzP2(^Xt0pMibYw|CG3X?_x_%z4xzy8C%)=<`SEgo+3|959r~{xpDf^0ZD^!;B6=s=wU}AA?eJuEsnxfXOLvSo z&S09*u~ojMI8JZ%gP>D3#Sx;08W8v?Hj+orlKpwYdSi;GyLVT|dvV+d3%CTvt^u`xX63w|VwehJxJqr^{+yc8?o! zsuu$MPLN;DE1Hp+M{eGKTeHwzkI@UsfQl-65!OT0OT;_vK3M1`-B-aB35+dPb zDLuntv>yjB-00XN4VzkjC7o6VV8{Q$+BYJWck4*_LGYZdr=~^V%ySGy{Nh#Ja<|N< zvr}Hb*~{!7JwhxOUe;T2+=qsm61mO0E4L$clp0xl|7>Me7jV6y_CR1s;(=z)DeeYQ zYc?29TvO`W^;>)i{7K2{7*>Vra}38MIrb4R10TiqV}^4Rngn|nT8%rH&9?e_&wzrk zXPA6*N#l3wH)kDN>?>26Y*96Io^)*K@L8Mkn-)8GeU|eF%@J*%Y5sh5O2e|cMIi*c zD>XRnz#p05kMu`6e{pl;QVb3I$9s*fsm5IIE`bw%YqqR?-kg1SQRSDU{O)(Dsq%HO z~Zyc$gNB zAKJm#nO?B#0MiugxS|4j(s?kQpdFKKGv}&3oK~6ud?T7?nY6FP@m1(F8N+#o{=T5} z4d<4fBl^9`Tp~rdfTloAWg1PtF+)XPFiUG}=JyO}9vgktXd~>Wd=3LaUR9v(G6QxG z+*snGG3)ZpAWGB8gqpkfS{0<}$_r^yg(8G243Yxz5o|zwTW(MpQixLzO}IPsj(bTpp=atS(9Fqnw^iK_A<3y0hfG-I9{19 z^^xhMnONLX?q3b1`rW-ApKpz0bIw&soQn-Z*XHnqRPMSdqw26aOvYg9-R^GM zf3z#c<)N+^S0wLO?_H5X@R7YN79DWcIPY^zrzI?R{zIl~kQgLYA%wK@=u7#5`u;16 zj!d>MZTaJ_FFNmS`NpwLEeqg|)SYIJHN9-Z4t6af4as}=m3Qatb?keB@7y`X4m&{@ z(0;cZU{OJ7|2O_>_pueNr8(}Np6yTh_>=ZgraxZcXzk{@(oB<?7P(!?i@K3 zSE6SoE6yIeqh{NQ1&5DYK$2WqRlM;+N3{Q7@0SluFypGh=ewX4Nj~4S(Q59@BWW2^ z?>qB^?nW;??lpI2k_7IKkB{$+lqWhP!J-jW5N=mI^-COeYj*GO@9Hssj zl`*UB2VhUStVOQ%d7N9(9&#@aj%?6>mWmSlEKn&Q2*aLcrJK>H@4i@8$rxKxU=sqW z@KFK~Fjy#K!Wge(hlMxLSyopM2iZ!UjjXr6TO4S5Abz;Dqb>Ttv&>571*My`b`f(> zj@9=%nUfuDCfn{;xqpfa`fYyDjHI4O)$`Xiwd$L^P0{~`kX1)CM=-%&C^q@0PT2yzmP4C)b+9sbw z8--F96Gr$9VWiG1OoY&I7=A?z3iHlZ8MTg1>B~U4qA!ECo-!aEU<_FVu&Iur?>32z zWIq?|P@;JjOt0R;d30VCY-jWvHI9SPTsTS0-Yi3&(PR=g#l2!dXk4V^a2EqOH;~ z<@hSMHfTM#UX|x(9XfYjSFXRK7X&i6{#s+*jVo>wf5}~mtcRXQbDjJXYVN&YCUhZN z!tRLW%o^h=mm#)lB-~;H#u$nLF+klu0*#Q36zhZC08YF6+X?7Fzo%l0#$xJzN}P{^ zyEfvZ@c-_P%hGRO22A{ozjU(fe-rHgp+EjF_8(;7!)m5f>s$D5f&ITV<~mgw5!@#@ zS`(o$tiG1}&{1XZGNUy^?5n}FUJUn$+Bv`*U(Msbts#EUTHK3HicOUFurt>a(oXHR z;wt85JxY|U2Lj2UY)AG3q!@p_dA^t1y#Iyf`Tmug0QRL^(gg5J%f41M^%m*?cq+W| z^FO5n;MTbv0BNffY-uDC&QTad((jlKo`^`bBq~PE!qRhhk@Lgq0K-|PN~gEetCdKE z$WE{N=Z+{6qz``bSnFf0j&uctho&M=#$(!EiIbTr;0bMfqmQPsVUO&_-1Kk-JNLFxv#IcK8mJ(tKofL*>p+vVI8Q1Odzn}xcV z)%qbv%{?|DK)86VG=wuUPGO~MSWWG#*=k|R^$VJ|2#mS>VZ|E4k}DYVa%5JH;Ib%C zBhcmqFU-79Bg~vE4_+Za$MJZO`>~pa4OQqtho)5My`X*h$N3@U-Y+TqR!T{78Pc}E zls82-MQOlH`7gzk?-~rtxZgAfQoegEtit|Lkn-Nak3*DmJ<#&uNUi@|M7g?QR0o+0 z0B;@w<^m0mXY}tHq5!c$|11FbTzvd&z`CdZ(vNRB-Wt&oB?j@{+>keOKIFxJ9^Sj_ z`EV4*UjyuYYdF}Ob|NxU>SkBE=VlMn#U9#_pqO~(9O{i>2A(|>blUOfXr@D7zh;;p zQNTjCtNW2(g$@6ILmM6lY;jRACp-&0@@LiQ!;wGm0pdbCJMuC+yJ}e7*#y&|W|83i z1a;cb2Yo`6kKaERbX_;B?QMSKQ-H2JhdQ614_7f873Y7s=@gDILX~hlDGxkp@Hd5_ zeD(lQ8tSQ=i}E>;bty7#4n+DyA;r?lXN+;lb6W{6MM%$DU8uLBm0-gxyD47t(O@ty z@c0@kKLDjfo0DuV>}>$8t$<0Y+6=e4-lxL%K3)ktS~8>Sa1mp%8Xk4%a122$|ET{_ zzq;L_F(M!Jf9w+Yq(HC#;!EJMw(tt`39oAQ>5>X#Usv|Ky7gyvz2e%V?xJjZddKW- zKN}4UOh5NcZQozc)F&zs{`rl)dPG=gXq1Av(SVj%>nYA_$iC0UXo!)HcW7BC)qgl+ zAGfG32jcKve>pVn|Eie~Z2j_TX7(DRD~ea3R{01Xh#v3{Kc)dX6o-%;BUMg3E|RbO zk&tz5P0+_6zkBtq)j@E<3?T87YnoYTiC#GLm#CW9>ggF(bMPPLs2VsPng^<>nis-V z&B&ulfAIfj?_1#Fs;~TGyDhQZmZaO3X!pNh+AW}jNn({Gt&qeAu~vyjg|w?=fD4R) z8Jrmc*jDay?!1Th41~uJ2m^TyG~q|Y|N>22~eH; zxeSK6-5%zx*CQ3USgS|Q%74H)(U5|mKdT5AsP;hZ5A9oOEqLS_F^9tyD$V_1R^VUm zZOoy^oV>$5E9O9k%-jKZ74frWF9s+o@soszU41z0l|8C!s7rB4ao}_f(SZ{V5orKI z8~4~U)L>C9sh-QB^QFK7N)0Z^!4Y^wT!%l6LkGV%K?X9}HE<`!Pr~_3XY|1l*ki%e zc_>969AS({C&GI zj(X!Fhc*1>pK(@|&5Tk8>AYP^o3PId5hO%1`X3?=`v-I{hSIvjY7ISH0?^#Nswjo; z0iPh^vV{w6(BY4~LL>;kG;AQgd}L10_&jvYJ|I4KXUv%%N_>9R^nilz`Fv|% zCB2X^MKr)!PINE%=ohm&EAnE7k`~ukqiPO+@ZvOUJ30g-8b@>3^F6d^Rt?0Vm}^fL zczw=v!H-m@gA{WJj88#RsFc8?gm;9vlzav}3Z48w6dnwED0Qi{earc?3IOlt8A!F%*UK~X0s}3XrbIeB9hUx@YW|59f zFce{X8W#S$Wb3Hh?~nB%&J z8(3}2^81poxg-Yn&f~4`@=pmXwRzjLuHL*iIt-RL7@7q-v5>!#++m2AM5GUv5Bp$s z7NFVRznv}bN|4g*n$C9vnKr0zzs>nNJL#N3<3~G&oukg53)efRg%k+|!!oxIOBxQO zR;Xbsh|UST53j>5V8lr^`=so?(Y{ev$qMYZ!ngH}QbH0{2|dd&`o4vAn_>Uhe@v;n zufIhLt$SRxO=X49ErfMu)&~*zcRa-Xw(d0F$1k%z2+S&=-f(eLW3%HW@j+=VJJ8r7 zX)$38=7vr)jL~vW(j^1mUh%r&ZA16Pl9FbhZg6m*7idHLBIu1{-O%*EK$#rqN3hH_ zkI>bq$0ZH7J>IfJ{!gK|Osv|S0K)i%)bYXRQZ3EREMgF+D3wfl;w|srTioD~-n}Fr3Yh1p4 zWBqFAh(1D1jFCrXEt>L}JVxZtQe2NEfMUI3e5P2oG_`XTQ5XCMYKM|ueCaSLfl1&j z2r&uFeOBk5mCzk$S6EBX_2qe}1g%wbr39b50r;*lm>+R||3j$+-%t~b-1NM%p??vT zV1IkhaJQ`JpsmxVP1f#FySbQG-~l0qLO*c8@zP!mJTxDRed%JxFS2`fxNnT$WG zR*kEC81y>S)W7)aO`9KhcwH8TKvgXD@jj9WqGW^fN)*lFK}#?iLI(IbpD>~Q2Xn{? z0R__;;bUeC6GDn=jxgaG$OOYkM3ZCgpxzRN_bpQ(6Z8>;3CF8rtCvt+p6V$}G;Q+& zx~I{pKaghd16AEqX~sSlPCtM{eiA`4>bhcVLQU0BW#iC0#}38VUDA>+$cmI83sQpB z@zjHc!Yetok;Gu!lvRTUSj%Ww>hHt!RsTz+1pCv%_`g5a|CMmPLm6=~%T(mwpZ=^I z#{K!A)Ie0E@Ztdi2zpYZQYDN9>L`(IAXbPaTSL;aa3+80SBZd%xOT;d&9rvVO#s!D z3?Tz>J&%;4s&FFTGFIIor2+`g(;yhezm>vg+Y7>f3SUu&&DC?+oqFx5oJuFee?8<6 zbX?*`(b=y`L!eB=UstW|-ucy%aI%Ee+WxPL2mUpv10RqV%5*z^Dl$7G(Xm5}YA|aLE!X_+y-cOCao6Te+bmxR^s+;hGNclM; zLU#jPN(C&Qr9(FlSX>oFc@QXHj6!s?r2=eINEN^#kGZY+XakJ#Lx=;&dVn%pG)SEM z^@#&SmI96jQazw0xF+)Z!hr^TfA1O=r)Y{6MB?^c1?<{>v?1d=wy|(B8t>zjpbQ#J z!ooA)OwiAO3aQubs2!r9zMAQ^&DgFGKM1$Bcs^VD`qS`(CWFDpg8L&eJAiHnWLr?p3py z`;Fp`6AlObHLwp9e1QRU_bk1a4F29Vk%I`vCdG4M9*2h#e+@ylU)dt~On9FRg)y=W z;)sMX9U76tw&$-NkrTCpA37pGqE3WoP2{-bzm^y|FmY(weie}opO=1e?XfwBbuu62 z0MkX7Qw|N4Z(TK1RJBSaBEsYb88q#~?LVGx^PfFxYEOG37$x3e@31Fb9QQ&q;oN#`PZ&LcSQ0Q zb*umIarqZ$sN%AO=U<41P(K>*zwgYyD7j#J3vG}ue86C}f7K580vz*jn_`cS9P?zb zMu*2dltq2!>cKiucil%_k!Ha_A39i%3`H(TcrdfaD%mMN`cVCNS0j~ifT1}i52dml z(L4U0Tz3!I#XM?$$&(hji`CuaTcqw{e3UQR7ad-Ye9?2)qu{%d7kUtU7qVY~Q$)6& zAUqRVN@|AZ2dZazC-WfH=!Gc02_Juu_$J^a!LzspKo6SGX73(xzj%jxgsxSJ7X>i% z-MDPwID@g6E`9zgN310nspEQd^ynxhT`9pfM%y^2fn~WOJk!}%!)dnA-j2!=>RL4U zC+y=9vwn)7-(w+&#Gkhh{VB7)_HT_at}AcSEU-8Dkz zgrf8?Y>UPjfg2XgBF$0HT%;JDAqVfr6@gR5^AJflQy-xHV z=zLW^e~P~TVVBD~delRgWC54tjH4bpRMlwXs3&qcKI*yp8Xa}cV)7mJ%#9=9%S6o7 z&>t9?Z>GX~=Ro9xp71<{d!PA${h(!9%8)WhE-!=6#@Pz$L*&W?VgfPrJ1wPC_XGE1 z^sQk_J`FRQTLDswPY_}T?BM(-G13OY^i|5of1^{Bzb?G^s4LIZe2(MCJySnyr~I#& zsp^Qx;L)9hQJ~m;$X_H2e2Ow(1J_5)*YLQ&`5I8=C@j$SoiM`z7fcrx(b0B7}&r%iIL3s_Y=^Ry-1vn9~vj+LyhzBB? zAGt~L|B^I&)r43K->!T={^pd`x8-U11nflHX5eF}iD|o)Pp1twz+W2O?IEx<37Fc3 z+Mb=yF>M=d8-)u@3|haJwT%++i%xQNbH*(?ygi2)0N3bSlFi?*;Rb;Ruo&G7{v56% zVf{8Z4U?+39Liv0(;8tSk)9%JkQ$sMBxYIrt^MTcjao)5KP5^VkxLw1XW^O9IU*nj zp8&c&3@qgk=!Zvvcp);Mj7vW)O0%cfzX4~6<{`qF2z!z`7;0zei2|IXj4w@y91Ie4 zlxQBKD>Qsv__EC;xW_N!m~fm47kc5b2vf~upaU8O-wVE3&^v7%q6aUIT1J~EBEK9D zZWfyQ<(enp^@#7p4~y`5%@gYP;AMMC^8_9LbYtU(?HYI;Co&iwK0KO}_JPj~?JvHW z$Z-tM2kWB41JFGJug}?EB9G5ElbWwBGSv?A#1B!gP53SF%k%qThBBQD>3TJ6;qQ4& zBV;uTp`zZvb3g4 z48vb1^bFB_#j zWQ{lq|NAVzvAhD>2HWLcxj-)9y?le^t;VJ1!cw^$1jHI|V1T+&rW&LH=<*bi3{X@c z)TwHQm5W<2x446QMTr~Efnoz~aefI@*|;Up9~W0)AVQTH_)kGjKZ{L7KQ5Jff?tAJ zDxhAyi?TgQ)1Vp0urG;e+(p%|N&S{|y`%-dhW2~6bPE|WkUD_Gjo*)4?eloGr?sYw zMrNB1G&PDUh&m7dC{nhhGuRb!ZaY~qlON&-H!-%&a-7@?Lz9dyIKf8wickVAGVEEv z>T`S+9O8@PdTy(jWxMQ1cfeS&h77%1i|x=DnU<7? zZtLvV6Ac)+wv{R!O~6>^DIPY22Bvn&5T9eCh6YW}|^4b6U|!^Brt%wvOsEZ@AdWjw-Hs9 z?VATXo6^D7y8^C&(B=ymp7|A3xDh^WPghNdw!`;9FO#$_#d)|l`ClvaX5gcN&`wcN zg)aje9L_cff(*7V>P&Bzn*4*dWzIqSjC}?+q_^{T9Je1LB z@45)8ZNg^vyHxPWr*X|#04Su!D?e>sIDiyrI2@zXTNgCkU>V+B4oWn+&kpPi{_#6M&0q8#4gswhFnZNYQM%=-UFUzs6OBjJoR`gWf(QcZc}1 zohKFktTnI_SrD>xyQ3eZzn`1svl_SF&F-bD*=k{p?%IuG-1phWz`(n zguK+wC9rr4etFV#$=rUOQ7atDC1RFGUbDp!?HSl!-U@DJ%B58>p>`}}f8JEqR3-!+ z|CVF0WIY>vc6Z=cE#6B^iB?Qt4!;PC`q9vupvy-l^Tg^@4>WH zX8BoWlI#|+H=Tpkh{;Q0bIPDIFpBjc8D*RjFOWBcd}D}maq|~X z^21~;k+=)s4X+boK+oyvtxQFk!I)J@tw!`8pPT+oNm z2G{?OTo6e@h*J=c{x@kD{MX?8{dMGmlu}!DreoUXFP-e+? z*;lTq7c{$vEJy2`6qJ1`1CGKmxiJre7twa zJER_=80}R{m!mP$%@6a#U7DR|yP_x$O8_2LZMqV=T+PI){l1!|=!pswvF1rA*6xT* zF3&^J@e~|Nr*IbXs66S1AOcqW6o^*Q;C1Ds!%xkj^zbQf@u*)1PkD=H_9@>j@0KGt z1{u3$`fi%cBdj$Tax_s_Gj=FDGEc_`p`GOE>_~Fw{9Gseb)>=YaNvj1KkAv@Ik9ts zmWB)Iyj&Z-b3)1{BaM7veoV@SXF?-QmH47F`Y&(fNfJoHWPzZJ-4E{O8By;s4U>Gu zRU}3pDX`!N;M7%4gu)%Oor0v?HzCsrYeOWr$o^T#0odciwXE~gi$Wil&aVf2)q5oZ zukl6sqSOm7M*Eccr{XpI3v&srVRBEcr`AcM@oNp~S>!_Ad{vVCBaCTJUYHx`N%!1E zmXo;y+w(1iOmIEHf!(nkfxG6Zkik(EUT%Gx zeFdtAe{IC;P;?mZnrBVoduAbC^DIiUAum2*9+uU|iFz$feTeNhj(qjd8dt@*yNbiZ=qfR%^S&%j$A&jzn1I8T))s_Ur{6 zD46P8bWGfB25^M?GQ(I~89PgM|=1Sd>0`{T4#z;E@C*5aQpG#K)} z$v%`zM9$d(Pu3HFe@y^9WdvIB7mG=*nPo|S9P5=)DqfX5$Ypz(a#xlu4%2?vdtp4s zcC4mW{Iu|6$3m?qMKxi@lfw3X)&6&$Oi!i|%MD9Mot`8Fxj1j#loV7AMFz2UG?JgH zX#(lpfxhkujrB)Qnip#lsC#Latfa&-=0f~lx@Bo%PEu6 zfy1^UlyKC8Yz0YnPUXkldI_*AIPWImHN0XtV4%lOvL!WAVj^4}UqWRxY-eUk8rVwh zFW+YWX%49b1z4cw9%*^GnP>q(lJpW^=!gLfqx^QBWiRq=d|RqK>fK>Wdd4n`T z4T~GuUVy1|xy_Y$Ey0ft@&$ZBs`Onc4Oe2sx6r_^{1)>h&BO@V_>-@c9x?MJIi+R> zBqijU>gu)?)os=AryBn7fB|qB#EMYooMk6-irDXVJqkz!_vBe6uP>BwuS!{ZVU>1Q z4xov-(3Sym>D@2ZEixB6PB@NpTUe_Wl=r*K4Fm^3kWXhmbc1xx`Lnv}-A~Ck=GI=$ zJ9L~|D?HUPR4<1Ozixe5eHk|bdCC`C@`G(H(P)?ig9`Wq|7qDz)7Xy20~1Lef9oRX zKIC0+H2diH3?@&tVcXF*N10%df(e!YHjzT(K|}#m@~fZ`SKB%e$+u0|CRCApTU#hY zZDs~!cAsYj{7Qs~3(()hwFRD`?M?1r zf64Z;_Iptm6@mw@Ps1I-`NOxZU$Mqr&H8PBWV=_gd-(U(^B4QpvK{M%XdxQT*CPj$ zxDz17A+P$LbID__LSf=M|AxCCx*MkxUjT9jP2y+kcZ7VUg!>ZtNpJ*%yF3e#$po0R zMjqk<*|rPZG5PNRIfiakGACzSd2G5w%*GWUvxGhKy`D)EBM#M0$gLee+ZoRu>-_S* z=uXYP=nhSnA@$*d$M;rFY7du}87|bG)pFI8!EqjX!35VFy?Jk6@-KpYz}^^Gu`hmK zyddxUy17sryvQAc{zAHKx;$7I2P(Tq_YI-(Q$1d`x5l~8v(H1on=aGAD(28ClYAKf zvn^zwlb7Vd`pxzuw}F>=3q{ts$sxPe;?oxt4fU%aB>r5!T%}OLl8J3m$f5<#DO*05 zurR08;S!NHVUkZ9O5f5}0P6x4nfCxT1F{F-8fGo<8E3J%g=rdku8r$2jj&|)G29ksfyvqiSIscVR%way zkm#rAcM+rhid(}*&?($kJP*RgN9h#H*)uTQdzH-;2UK-D6!rrKF1(e@xg#}iR=@_~ zS*~i{2wn(y-mwmv80(2V*NU2h%tf+T0oYufZ0S!?Ew!S>Kv z=;%XCnDJG&u3)F?z70+25a_J`G4`esEOI)svfQ^a+gI~%w)A;}-XQ<7XOvr4T&!JY zVuWK_bDOV7r<|*RuujJh6u^nM-VF{7`@_}^up0>N!lI5saEr>t1JJl-8E|v_Teg?f zE|UBTl&h~BOJXNWcV664j!luEdDaVU7a1|y$dw4cOS0~gmjFp4uvwvBK$pTGv3<~5 zj>Am5J~tN-P3sM2gS>R_cGiZWlWC2AI`vz- zeeF^03t&<4rGCp$)SlV?V3Drw61RLQ=VniHX*;0OYKPl#kICGSxQ8o(URbVgyB12T zEi+0po@k*G?tT8q43Z!0X;J~)u5PRVA*_7tB*cwyuk3$^X*^zRVAu8xV7tKDmFz?6 z)s>@!OuUbYQan`n`AaDdTC%m)0Dz2a0dBg-z)wii)c6c(+6iWfx5RT(Vu~f6sRd5f z!E>&4{hlISeSx&Nz5orNn=iF*6VqkoAMcT6R~czF7z58f;`-vwTa|HM6EF5hSRamJ zu}y5lQM^BW&yK$7zIS!*g0TyDR#4F#9ruO=6`=fD$I; zvge|mDd3&KK$C*c#$&HQt_`fQW`UewHuV1@w@_DPzp z971ru)wrwMHrRi^AwS>5nC))>^TI$)kVE(I6-btE%wnmJ_t3<9;yqvi- zwb}y&k_pZu1}&F+__i5bD5yIRz76uikhy@1DXz6D91x-<%vqzS$mvW{{bSs8aIQi4 zp#)nO@_9d_GV&nyFqutp!awt`g&qG8hd_`BhX9s95uy-f30#pBw~}Wx5h7c^OcJa0 z=!SCz^6ky#ixGev0#opVyh3J??&YKWE_dxVo_eI1C%sx{cr|`hJisoTrj(A#prP zdvh*OS8Yo)%&Wzuao{=G4`Oz{6)bWkwhD#V5Ow=zVHb{&x*8zBY-9M1ZolU<&MaMV zZ53$b^;`OdfaP%g|Kg26f#h|#yKZOES!OuDPVb6WO{jFmM@Bm9T?Ur{op9+9M@$I~ zDR3^P-lNka?IP)IgPfx^%eLB!TK1;%OxasHeG3q`{J zlP6%gi34Abt=6zjmP|{gFvJ)11zLY-DAt+J8U}M5u&9R3k>-G+HEMX@kp_REvgTfW zp7f@^{f6iEtKwDkCw7#yq*>D7y9~qq>tV4chK_scCdOWp=ey|Jqz7t}|02W|LBH=Z zS#rAlj&|Vmncje~vSLRG*|XYDHDxvZE3!}oS$d&wOz7qo*mTVssyCR00mtVpe?%@R z<&DZ3vOje{Tv*ySP!?Pwl;n5Uir?w|q%IHGWETUI_r1<=i*(ZU=ev)Y3kM4sGX3OO zITrT&*aX*T)igCevkD}(iu%hP8~S?llDAgJRL6vZgn$|(^d{QgT4|fIz1hSmL4y6! zt4J*NRo1Z&BC!lU^Os6r-F0ofoEF!Jn|4!hWsra-f`U=m8x^f z8cRuCYQ}Y$y1rhETfzNa72$|z93QElrPgN(7QR{-LIdpe57JI0ojx*~5F@<^u@1y% znAV5YCkB%Hnf#+`{{I%eiY7FBJR8w)HXiw&h}2PHt|`^mb;s};YGRCM zw1%|$F*dV-xNStAOJjvcmUNnn=A$IJA&q{fs>)TJf*u)O1VA|8y-IxBAmeH>iwy%A z7;>#L;cd`~T|GE=3cOc2C|=W`z?KmQC9^l%Vr{XsfS_-z@3pYrRtEl}lo2*IkrJZO zg(mlEa6u-6hb+zf=*OzKb=R)=o{e~@RC5cm@89@ur@6IKjeV~w=T}z%bYDJl{h$iM zptxX|XdzC)l}yC+2HcCHHm}OEF!l8ik{e2z?sQIVjoZ;B3G>V{#7 z7aE>vJkPvlP1`U!sA$*5bIp+zjPrt$e>R{?s(ERkG@I`Tz$*bl*nQ%12~ivDYr#H{vf{>rZ*{>#P2`KCr4C3f;Qv~o=7w??J6vIwtftz z->81fwd?ksUk!ynkr?Q_r|&PpbQ>pVStDFm4HPz>_>&47=VH1P(FIQqOiG6uK)`o# z?Nbq5DV@9{C0y&N)+nl&u8QbVt*S7l3l)rK*BgQp>RLK~{UWVkr1gtXe;AEM`9cb7 zhz{TBYu7IdK0{IyX|&Yfz@CwdcXiVOEW_k5hLW8AswR2eFM{_MCE)6 z_0nnTg^3G=2B>!aJykFSJG?>0gq@tjye2RkC&)d$-r7Jyko=P-GPT#0aNQ}GXEW0u{A<;AJ z`H?5U%>Z7xQD>Tf?7tRrB2GvULIT?4d0M9KcLhI<61r%7fd$~U1j_@MCqNSo;uC7E zn8$AEcbw9i!yYoMG#L&XWwme~+wEn#+A}%Kxw<&9B!|g27@?7U3^wZqPr08O0YzRvt-XA z-Oem~mM(A4_4P|ydn}$==476<1gJ@|@UuP1>C0tG%&qqUl3fya>#knRA@XTEHI_mE zJr86RxtGT!xLQrJpDTwHtGh;vh7Ida8V5A74kiXr`EO(0udLfenmoDS?<83+U- zN`JaPFO3RM3TaXdEO=zMA_%!y!`b`9i< zPocyju`RlKtr6I>e^36|v#Z4ZhV^+z z|Bf3)R}BqHp`s4O9lRN{Lq4z1E5#2E!F-`hJPy#%IH2*JGd$}0 ztwL-(NI_kJYPtsz{!o@IUYl2ih!9@9b081x< z5(5}|s)fyC*j|{fW^NpCU;tB@*BL#eMxlJ(V7y>@8{o937^5Ni=cRf|+`wC5+UjL{ zw;K6E<+2qbJC7u0e=R-55IhEQ;E?q$Flvj{#H=*Nd!#Y8cSW2gZh71-aVy!iEATav zZ`|hQ3^^voxXoQvq>LB$F+-`jq||Jx9dxdc4&qKi3hc-DUl(ijP^SsC{Ok&YSzA=| z_k|T{(xc(_GpvE#TBJ+;R*~-g+J)9P)$I(Mfz(XGcE;w4S=-lzisaQvKT+DcII7GB-=};VfQ7;>=X@rv11J*>iwy6I z+;2^dH`q5jJ)RM2QkiF@HKjGh6T~a!990leCfS+d7-0?0+ck!wxqgBlJ7SbL{tY^q zIAeY>~7TL8UV8kF8GO$m2cs&8MlI_0(%TtF^bwJJ9k za_y}vZd>ys13(xBrN&(wSpQv2ZjqMFH8tArWSUPsz?gQgwmz-pM__j>bO&u#m&O%j zA#Lpn;{Oy^(30-jqwcBr(-Y%~!ImaqQSuKT?tG`z=vbK7ZQpnb={^+x}4cKO+gLnq}cZG-#^ zycYx|<8rOXOjZwFJ3H}S-Q8ZTej@G8vrrYG5mBOfXD7E3q zh9BFYD#Clj9rUJnQ@YZHX`w()S(=)8_(a!YZIN_2uYy~!?MQdm-G`oF&T37%+~=BV z?Dq1P>+VI!xB69W{Vpst6+G2b?qKy4HGoV~!Z=3tNc9Ls)-8#!Qn!9dF1J+e&fcB9 zeEDr)x8KfZ;-j5QZta=o3V_bgn}n%8E}P57pH~||7BRMe46N2}(*nl|R_B^5b7AK@ zIgF>;_A06n6m^zj!=0Dkm;-nWaSwcSSidx zS%uPEX&g&tsRwRq9xD;ATcA zAM1FfdY1}Q%9+A+_`aMejnPMl%cLU0sDjtZ&-d=S`<``=eCOe1cV;|r&%No7JhblN zdov!eq*zkmz%}AgM?L{;BTb6%XtZ>(sh|~Do@lr)IV9c=L>9tYuTRHOh}_#(-$QypqszJ3`O2hlD*)% z2Iye~`W7&uBU=&ynx!Bq*q%sL7~(dvyD4Q=>+5FNX%Zv6m*|i4C1|!ege%IXH&X(<6?OnAu&fHS6Z@tk_ zG_{Q_lwZ~6Vo1?4LSZT;9`qHukGsAA&7N+sXGEIUfWj{1V!vIZw{I~b1Is9$w4SuC zJ$#Zu(&UxYLG+Pvx;5qu40Oq;#O;CHZ}a-OH+X` zD^>5XmbsVfP)*3v?ChgfiKGo zL8b!eLs>$$8olxXOXf2fN+g>uu9q%r&+7)?d3bj3$ z;4Usx%%H{x#SBlj`e%W9o8eySf&A4CMIY=%s++Rhp76+ zS0@`CHO18se&s;@k64&{uJ%vILnWx24{LMC?{GP&Go zSYubP&0LV{R#sEi3cNKvApLq~+*nXr%y6r8dhQT-+zZ)6ggR2=BHHGOMs_k~73c@u zMLn zC-N(Rs5q{d7lOqf(1-hQp6{~mSK_?=CN(U zgfOl$9ZkYcbzMg;r2U^|$n}8mjkbul0yWSi-z=OpnS~8xXH9xn>uTi69aVW1dXVyZ zS^Z5MNHePOY5cb!ALP8KEw*MQS;3{s6Pp-H>a4PXzh-&LwjiOgk}o6~_U1}7VHj>J z980{bmaVuAyL~keH4l-fWpCmdIbd5G+PmeqSISfJo2~`wE^WP*% zdkYX6Fz1a`dic{`Hn)D&UKUt}?x+;N^+^iwGg8<5rY4|B57&l zdwxjYz zClGr!4W82o%2$&#JsS0J@D=r2&b@AY@Y%FI-he?xvUyK`Mt=sRR%6x1QNRs`#!&=Y z!Ou>SQo@a+BHKpcn4o_V>%T#sKWH6uuetV+xTV1)IT=m19+w$7^y58$=QH6c!`BhNPDI->!WPc${xlxs@8zQVL? zisC)i88q-AUuaHmUaJ%>+={tv)IhVuLxM8K60c%I_UKe_Cn84Yj6IgVW{*YVhka3` zxiEZXfHIR6q0Z&7kHO!jc)5D3A~L+jI}8&=J<1{1kox&zlxs*i$|)-tKkOYnnC*)t zd{U19lbs(q_!v?O;9eA9Vekw!H_Z9)=Qqd0BX}KPYeQFPj6;{GY_-rkf*uelMQ~t- za-s0xJ$nzVQV%R*>RN}W!PtG)WF58+qXUjS0P8U20T7&j0%mRS*&zg@=+$wII9|G= zCP=?Ea9j>b4kucvno% zPvQFAYHPE#A)o*qqege8z%BXae3Y&7K%4pngc%z-WALm84X*!iP2;9V?#IDE7S1R> zz1d3_PW+=gGk0dvU#69~V&LGk%8S5n*lM7cPyqu+#A(Mb$s!EcloZQnO8<0=T{#Z= zZKarwN|I2Ff>j#+Sp7stHl7V=2tnub{B0pr&1M*dFr8n;>6{4DIR~dRIljxv+{J{m z^3CUO0z+94H}k*YuHZrnOKCixtF9Q=pbg=|D#UB9jyui52epEh7Gc&ZTrKyWb}Pi7 z=yXrzD;Z2kkg{9Av4K42rP5+_hdjyB)0mJ>eGiDwT)8p%1ZYzdI7&DU{)!P)Ov?-y z!J5{@5hx0#tbGy5tIBH6-kK%AlG$35j<0hgl0hnzuZP~IDb%3EGex}BR*2*+kU1L@ z0UJvGrM?Iv{V)fZ_lN~nFE-#6Gr^Nu9b=ro3&|2wzLiL=I&NiG-n#9Tm*#O+A2O2N(GrlS_?<3yQ z_A}-}-v$11QK@T&>gg)Ceao!{)&fMCYCaE@BJEKS7a}(mwyobjuw%fo(im7GXR(lT zwJ*$jEAaf9)_WMmxdc%?;!x_WRmJGn?YKxtsg-t1+wX*RT3Z4X#Q235lV6s$6cq_K zFu7)|F6|r?3xR6fX*RqCdE{f3X;7 zq$SR_i7D6a{sOeEu1cXM#8g2FjY_PczXl>}Ro*Hu$rk@1agAl#daCb_eG>rStO;jR z(+Ec!E+IAjVI)O;VU2P)^tQ+nPS+j!ABpL zTho_j4M55bEnXZ+1tKh66zC~I6KDVDZS;{RR4--|q5 zp$s^&ht%avae(+oXH$eFJN0lVkVyPQnGe!O#G4~vBY1PNw1_mJbz}JxKzu{OkTeQj z^Jr*BV?aH1ZChQB#^wle{-JA}#M&ED0iiSQTCDh`_QI`ZSl5v;!npysPHey zF^0VpEieTN5HrdSI)gM=G0->@-a$d-WF~yro@r0WArfQYKG`}$uG(-@Y*TFG5S!T) zYfn+#G@+nLamDy3IH*JuGq^C1fT}TgE5<+`k$enh6yg4Gt>$Z+?uH!lT_|R)Y=8w# z8Yx;m<|a*T3O!<4ZY2hqG?7Q#6mg=fqN<|QKPJY)ePXsKG;}VSQrLv1N?X7dKxiBt zH@9V8$ITPzxV6e5$4z#NTh#+2l*4T0q|nhZtaxzhC`r2JD5>$(Snq%eV&Zd#T^4c) zVM>7em4Q4fWGhJ-U5evF)}%CkNJ`s#pWPtE6Ha|RZ>Wp!@~UIQ7jqk(*8nqZ4KZ5g z?^hRYT8Zl6AJJclXhwOf@HnqSM~}LCQcY3V*HfBX*vhXOxwbat(twu;_lNnPz!#=t z7XS@)7)bH91PwTz0IDbhiHM-XKmyls1P!h&IU2~jjMj{(2Lpem*~Gv? zF>5f|0?J{)h=BXUHKWQ{OtYnt6RY73lBQ-%{i{g$P{$Vx=2&<{M;M`k!0%7gyl%ta zjVF#=zPj>#ypG%)7Y-aS#eFl4o48(*8CzBqN{#8w>`8szMMFtx5kR9oh1Rc2M=^_< z8b@a`+)_CXX^K5S(r@)&*;=i^7s1nt5f|lxcW1o_Wxmft0WKr-Vg)nE?m`+2gvu=? zMoZ)Qp2gPE3#JJW-DcSfTD|O%JwQ!(nqTMpe)21%gqVBBOuR<+4E1>!NWo$#Nloat zPP4rvyd1HPkj(3d0>oI?R+UgUtpS`6oO`urj7;+JsuP4nVNQ}4=W6wOgMBfiWf_|P zz+1s!fsX`)!SOymgzR55cz@1ZLUM_4EQjHKUfkF6b+!!5-*cm)H`zXFALY`dSMH^9 z5_Z10w2oEXwj!Wbm`tvXMWxMgfIOg22J+(R?zPs>Q5UQwT^gfH4lFtuwy4x)xnyKx z?1V1NS$c8o0ml;!OkRL=7l=L(#9#8#woyz<7R+S|-NaKw)c5qh|gE$9D zosoM8^xvQm#RY9?x`V8kb>H5n8Xwn`^rwRd+n?T_4wN-!v!S%}-f_q!?*2i=Swk<% z>njF29vW!<5sxMg@AkB0wA^1?EnZ}dHQpL8)MZNUFkIIc*X7`bfL2nEA^NS{05S=v?pM8jGB<4-m?z@N%=pHo@LmC=Qe18@*)lx zpngtC1N&N+bZ5#1d?jDm;=%l>YMr-Q3}{?Xm`*)sD5mS9nnXSiXB!D*~GR#9_NF0AZ{|OU&ObIMi zN(#T1;C)brDP)JrFqh@>k7&5#kp8}bpMuiI`HIoS5N}YB#9!UUmgn#?&f2>bCIv{u zMXHTQQF^Azzi{T*t(XpHHv*^V8%aMA_5fexv=-=?t_5Wn);T__b!EFC-|2eX6YvCz zs;v3Kq|xk3w;EjOXhOOzh3!Q(CRe5_6Q{20QB0eK&`Jx_lj%<;{Z1P|&@2(4eOPix5PzPh&NAQ4bRA7q>BQ z6J2yuM~r{LJWMM8%u4@^f5!R4+dHEj{f>iowzWTCUt()R$R6sPQ#v)^+}$mT*CeXc8?vLn9g+mwc=7? z1^>yqqXd6@(V#D?kUgA+AMt+T@UQqQ{Q`e7&*0Hj-&FN05P8Xx@53;L@0TiFm(5)F zq^|XtF&7AE+M-LOmqICDVymi6+%;XjCHY4N+iP`Ko?S%5yPrs5bG0@fB~6X*wq9=;M*@ZuaN(D)fKk}F_n-# zL<2_Y!SzTb5wJ$~?lrz_M}mSBxF)xc`U1Z8Z~)qz2L6AV@J)4tMOFjsP5EL!ZqM?B ze2&U{PXID?J-8O~C4x$l95W=+la_^jV&_dCDH^@=+6iG5BWUgVn4{62FQLcx|3EZK zLdbA9d1+Qp)o`yx^@>64$sWhV*$t35gIyh=2a=}+Nxk{;8XAa3wp_fKat*p(Cn3~V^mBNVStK1KM=){Y=0A>>BIB{;q83YWc-iZ+3qYQfXu{D5Ho3( zbkJDPSQHNxqp{Rkq08Lhv1SH?7mQ#b+QDATA6tM+2wgFtJCx}ig-8*OO@w0;fZ(Mb z9USw`KwL31s-w+ELv))#ooh-?fc{cIQ?Rw+$Dnisb>RRY4cHB^cSI@gExsz$up5+@ z;FsY3aEpfo$$bS8G4f*(G4iu*SI5Yma%9BWDgOyEa&}WT#>jBcWdH#dh_KPYA(urQ zvZ3?XRe_1UOgU)yCAdFaYnU%eHbg|phT5_@QL-WOn41jYWB$-68CrNW4ntg@i8LU* zTF@sMA^iE9BO|j~qhR$U#^j6&tOcAaD7cE|7l!iXbFOjBpB``C4d?P!;cfm3b)N|| zlw#4S1IK=QE!;umI+7&-)FXP9A+tL;5sKGU{FtsFUA+6E+WFTPdO`;t%#v> zm!Y>ZIAxQ=p>w+@6gpShet@&8s$cyyF?w$NUeoV=3yFwo&Fm~Wt#o8D| z{Rybc1Ka@0xzOqzQk`+hP|QF}7y_8QXW$Z0Y%9z+q};&VHDamc#=R+(zZru@Vv__@ z0b;ijqks0{>R5aMV)PVoxut#Ds4cOa5Us%V(-|#O7JCwaIOym_+BeA}OKU+v-lI)w z(V2+&Mj5wF2Tg10x^vwdwBYJmGKH8Bzi9^UZR~rVK89Tt%8%{GA%Z1n4D=8)h?(}z zjy1q`1mmW~Z2KNlGIzA33Bi!2sHP}B9#X~d59+dU8A;us2tCph16(ZH{|*}BF-WYx zpl7$tYJ>L+*2XTO&EA-){HwyRIqEp$tPhylC1!r`zH=a~B5dK_=7zW<3bTmw)AKF7 zGY%R^AXCO_xu0pcQCJUb$wGnpw77^r-IiwT9wc_+0iwZYa}PAg=0$rx5^MUY+$6d z!UBC#^%Wov)ts{%No@TaU_g)Oo9%I8x@XKY29=;A5QY7$P+PwO_2o>4qHRpx8cP&6 zsnTxdtyCn_N1ve6o!T!@_Z4HG7ng{ z;rooMFpvK#fFTL&2%o}D@G;y*$;)MM8txXm!SlTPhtAFZr`<2q$GgYs<6UFb0az=i zYEK#Ktj0W3Qp<0ej}$T08~wL7SJhu9Nu4j%?~j)IadWOI^(}XA1OV5afND(E1p5-dE6-oxFYxv^ z{hnz^Fz;AJ6K=v`f0pZ_uB7d_?XpF8PH;LZSpU#jrhT#@*0Z|)-?>J5A%>=Q{L?ca z>R9!z?Yml=zG1g}g=azcQ#o>?^>d!()*JD!3Z6y-XaY02flaVaeu`&vD(ork=L6gA zb+BsrPbbj}6lil^pJ#9{-SB~(2o;5{MKc~ zhUP+fz4NF3udr9_jlME!SR}nP75H^;lxw9GQg8l?)4m(|cl<#phPp}k4V0GbUfUYI zM$E9B8T{km1f(ZxY?C`!A|ERLQJsm;YJpx=MOU|@Pl>BxZsi#^nM?EY6OJ~LX>=5) zCz*aj-(im?lIb|}uw!Cqf-R7y>|RTh-7CTW)Rql4*}J}1(3&gF?%MZ`v87CpH4TJ7}sOH}d$W0R$9yNw2wbZGN59)aGom{(}Z*=i9%4SU%q1#xHD#5v3#BR zg2{5(q%#VOZCp4}PPRAC@@?YZj~Ac}7jK32mEC9$+Ji!weP6y&TTqO(2~+v@r$QL6 zz2QOrr$_KWe zNrJ8V4XyLk_Sc$EEBxQ)-D13Oyv4!hB#o;_Q>xcJS;|~87^^=6-~eowZQa7FP?Ax# zSU6dxGgn=~9A?#|Fd&z}M$g41IC8i+Wj(d%%qFHNKQZ|i+%aK4kZ~E|G?ec$?UyTv zzPYe*TsSH7+M?DAj_aT^Xw?K}gM`dnZHW%5@^nw}o23;n(LLQzlg2NHvM&3-f=W2M zang!b>4|O|>4`?;%luw{UH3%y1ZHl#hRpJJ0jo-Wq56V? zI|M!j%TP}td)W1s^C8bgBj#}N>We8V62NE3u)sfzz=NEE>Gh?lNy3b3e5NqN_TEPy z!mFVdlzYG5gdw3Aiw3SN`5AHhm3w?W5ij1*cmo$JrcvX|#5C(hW=D4(O(_6$gVdoH z^Ly77YV*3k$mBI>8o;w_G}1W8a2Mnl17#5I@T;h%{a!0ZVQ%W3zdAleWba! z#nk-ko?9p;!Gs-XAzP~Sy!C+ekYfyUm*5s=I!;l2*nT$L8M3cR^~i)N;CZ~W`Ebc| z7nt(Fax6CpzM4Pi*XQnBOL2t*B}Z9kK)c53GxhD>nFXa<&wOT}8_Vnk+4FRm)Bd>_Y%p;_HIV}dJSxuKE-e2v*bUl1Uk;|4zD`mBYTB4 z-xYA&Bvm>msJkXqz!p%`v$f_y`1wpPYrTWrx{3XjhCM644QK<9_YyX(=}6{Y;rdK$ zA6o(ZKX_yEdTjx_JUN-Sv*#1-ZSu}4EQ@~IGh>bN%*avB%G3?63oXwdv|=Cu=~!%V zU1oq_$GI52aZ~ayo;wfHjeONuew7hZ5Q67WprODS)7X#3XE;aql3HafziS=EX0L^~ zfHY)1_pn)K-M|e~4x>0B#EKK0pLP9_5ceR*Z2NMFwj*o%ea`E`p_KDxjB8+JOg8QN zt}C}`(i7{6<$v$KB0MPuAU{kDs#GRA%ac1jvX`Ic+9ZRx0v9TIN#^ds-VQ81g3I^5 zCBe*{GEG^0M(*dPqzm=mMshu=wXT2AtcD44rD{+{7rHNbAm~Y*q8o_*4S;_bBLq3W zVe-vM9~Q>Eivw!Pc-CMpyab*RERy^hgkrHmD)}cU%loW}VV6S-@k<2LtsPYC8!2|9nuuplez;aj589=K1Q)ODv=|54dHP;UCYw3|T6!5Q>)%=Si zRyBSI?){_v^CUxr@I_bC&AIF;*t{CEeg}bG(z{H7)|dxd?Di+>Zl-~B_!c&z-aOii z%-UJei#tof(Kwa#NOA&klVa@;Eu# zP8=e5G$4q|ohh9uG`T0HdG0gxJkc=SETi!$Jow_9+m{z>kH#4ee1d8JKkU5=TwB+b zF78aHB}r#SNoS_Gy)%PDrv(y>Y&Q*#+klfM!EV~%j6KC^Z;EA*F%6ao62bJvIs2TW zqX&|BS^{GPeu1B0JBe)PfzwWl(>6oWq=VCWV4Meb+Y~2Gi_`R8?zi?nM-q?3ndx-? z^Z(uJ^|N#YLON%kz1CiPt#5rxLN%hJtnr5u+gxMYwMZ?6H_S!R^}eoZSVNxA#ImV> zxn%?SXzRGjTUD30XqaA-$*1x2tGgo~M+ph?TcMthA`=75; zF4p|=+P$hrwJqgzAZIj-x*Dn&rp`Cpj`j;K{_T3vh(l+b=l}eY7#X zF<_9;w=@z zioK=5vEaXC9(p@^J~$;HMfkMu@m0vTy8o-*EJ)@#u-a4kDC-N1IxjG(Yax}CvfU_} zYF?r`y@f)QEN|h_<9U0h^-?zFFk08CGO)x51aU1c8WIS;Nu5iq2|Fn<&##E4tZu?T5uqow`&(f z*|gSUdM%mSAB!Ce%^YklTa3^daU=Ya*Ul;b8%;PKNTo;cE+%?}xBZJ?`t8z1&X3?< z?Y&O$BN$i&PLkm5U~4KJwcf4HKxv><$q#%jrBu(;oPYDOB}-Fi627S4fl9rlx2$;9 zR;?~rYu{p1o-3p3CP`{qx)v=4ydSku(qCN=tn)2u91a$NBOxPLME~=HfZ_!2B=!p- z1k|B`M5qX5v>#a)l&WiM{Ldk#*#7zEwHI9NZ`0ld#{RssPO7h!SB7sWx4CUbTD*q* zd$ljrM{0NxM!0Js`WpObMaKgD_A1XbHb5w+fJk~^ge*m1q{9NL#gT%5jhMv!k?1I! zVikItzm>`WU!z8M*!=*geI$COzB-VJKJP#CpS=fLgQsoPc`r(<{Ib8n-vDZQ2wR2S zZs?}aA@(BM;tgjm^IXR_lU--9JAamMCcQmM1InrY&ifnr8DK_k;6BYqJ(Zzq0rrozhA~X%=M@*Lur0axOZn>bE#+s^P!oJ$-DYIrJbP znbyWa_^*w@)rx4%WXD{`uWSEp>qEBoF}*?_g-G&S(c{faiOxa@8}k%l1F_m|-$DUs z0xWq-oRdwfIJ93sLL4*XgjESgHO7 zHBNX55@p!i*OX2Qf!ki%|MhiGuC&vN7~WXvBC2e8SpS=*qNY0(t0zMU8}?+Vk|&D< z@SY0KqTQ=(PxknwHt8HWrj82NYk?-o7l?$OlYHoN&x_J0^dh#~JHGq*jR?c+9f!vz zRhB8o>tEjN^sdR3SMO=+-0hMz_`^?o2VKbg!+5kR!!p#6{b-B%ksz1fm2o>=@ZDXSw^1-+Y$_P zMEWi-1jMigApv{2WJ8N6>h$Cqzl2Lfr4E9nL?<-4iByW%g3RU$O2{o=e9P&%0fcmJ zmLu8tMJZS3J;P2*O*OFlh;}O@u3EINsI7FF{smz|Z8g6BI_G$e{f$~%Iqqh)|90#k zr2S>J8zrCJU6#k5oI_2QtY*&S%Xak|o7*orT*}~s`f|@HnD~d4Pe>0r9f9lI_0`gv zO^cMjXMbk|z1Znw%h{R*G; zJOuI|H(w?f0}bWrlxo4My3*F0>G zUThp_Jh1&i{SlY`WKFbE9~SOwb6wN0@=R+@l}q`O4N>hf_f9#mSX-hzg!wAJ+?Ve* zXCS*+PcF)iefO?0=!K;R*GbjeQIHWBuC`38c+V_@g`1giy$j7!ABl{ok<%SWP=m`72oIvKV4R;_64@_j$@ro&0uPTCkZ7DY#u0Z&W_Y@Tr> z$JDw4?QGNKz(+1T@}=sgB>`DF8SUBJvIN_?GWVggwqrwjAsb;MfKS$wMzS?+*)9

w>nG|^lbb2r>L36h+rl~|iyx!qeAXb_^{xn&?w5vYJ|NsnX<6oGRPGl=_5cP2Z$hZ$7CjrGJi1CTjJwI2y>OO}PD6>Dy z85k9!q$}x}1*_PFO1`i-WO($V9-ru&tPyEYJQ5nY^8 z(Qawh_#Oykm)~{S_w>Z0*gR~%{#ZpIBE&Nhh_vJf!X#Qo(>9me>Fs&)<*HgQJMt?& z0{QHg=7EG=E%9VXgGvl1qnr)hZB{%WxbgcgDZ2_f)~9}qJ#o7A&FE5)l6rT{jkh5ZlR$?I;X*)%-^*)+jF zWP-w7z^+XIwp8Vh`{OA*0e$bn6L8?J-?zg+IZBOjLuPP*7#k*L#ZS+CYbGpAlu?^? zPwJ>|AAq?N^0Yi{M(glA-Z|U}u0e_$YlSFgDa5N1nl}Og%0@M6V|OPAFj7elI!8K3 z%*ml=;Fu4t$#Bq|WLv;Gd3m7cbESiN>ShJvn*z#GRuJ{}1$0WW<+^9+Z2@^1^IYu{PI^WDsa2jbD z>ood5?j5CzCQ+sfvc>g?cX8ySe12K-XUb^K1LEo%`-HIg!N|c#<1`H;1~Py9(7{OR zFw$T)Us_YKCAG)I!SKOwVi41DECz8B2$4xO=6U^#m9DlCPm(6$O9o9uV%)&b)9w2q?bEqma_PBVm=m&ie+H$0-@8PJF=B^b|<2fkXvy$d&99m2Yo0 zOv?XXx+?quYbaB(ck{G8_|F2WzAqjMC_->doh0k5PO>83RPc-y3T#MlBFN1wO=6T} zP6*tes73;Pge7W;6ccJQYDq<`MlGHq15o&W5UWuueIPdslQ0Z(A+>BD9AH{55@$IY zopFlh=>iX%Zl0vzTEIzKqt-}+IK^ZErau)7nSZj#v?$7aSjfMejfK4RmRpzKdJ76N ztk4$2`Jh-6UZEii!WCsLMMNUO20Zzu@G$ozw@H&sHPs1eDa{xw0`-&Zs=$p9b`ryJ zumrEtggn+@o+j?bWSjAK1)p*Y)eL zt|P`u7oK#=T zE^}4TETMm)W9}ZH#jN&c-!Z43cncfRENfEV!R|($gQID+ETY;VnYX0~@Rt@baH8o9 zL;a*6k`T@fQ9$zhQ4}f(t)m2?xE1D&(27F$&{dc-)4w>hFnKdV>B+Vl^EA}}NIVG> zk9=sRJHQ6^Oee>urEkx)&nTWWhs8IBhsr4Ah%){5E^vzS?#^#DwaIFYuZwxqHp=CCLT#()ibUx06dFJDi!fwcH& zv#YbiqpQosT56Utsk zFH-enNBU>2;!e>C?a0`XVXhl$I*!vwl4bjQ<5KqCX}UyHQ{Gikh&H#j8jT!vrlXQ7 zA=3gjT(L54jbD)Z5r6N;kIE@UsOxm zurUE(UrE^T&e5GO5+H()Rz!&qI=#CPk9~~4x^Q{rX)CiJaSpDG$=nA9x z^j+q?4E?~^8^&m#k<3jWXuv8a?uZpD+GWZY;SS+C$X+MKd=In6Z-`q>*Z%kG|3e@M zv5?G@=-7!c#cNsyCVvCmbcmVaU8hBBop0?VCu@5Mt;G#o;dX@l_2 zi(+#Uux9_{}8=?dJI!f zom9MVP7}UjLn~IYq+8!V=N5{K$E8IsJGzhBkkzew&29t8-|o7A-0zG6haV8LOYW}}@09%l zkzw~eWfp*Jw!iNC#v(Hh2kZ-l&^_s$ucHaiQ1s5lBDBR#3}930mb@1|FR9*{z*I={UhL{VmF0 zxuWL?5n7{3O4Ans8*J=x2$V@jo#zetw9E6{_BB*=v17R%8C?B7P#5nw?f zGPclxp4?rh!^7P-wxk)~b$ecDQ}xa;urfQtJ1I2x*K6(SqVn9Hp8&=dT%#?pwVZcU z1fx5Djv#*U>&{)?wn8BW5?B~Ek=ZbJCC0CeygBxG^XyDwa?~(zNGrQJ0WHrHV7HYk zqj`jU9#pnt@>szXA>l5#-sA~A+zUGf7dfa)!m1TBl6$rEM0b0Akv8tR6{d2BHx0ms zG_f8$Ycu=0d^Ph&luccfNn4G@(!&pA`bvGJYB8JAZp+n+TzcjfWkGEG(p&cR`InC77R{X7AoG}}ka1T87UScBd$dnAjBpWdt#LG z4wSb4Pp4y?%5>!GB)}1oO_Q2}=h5d!TTol$qKv4%^*NgxSv$ufX@fLwm44+d_7!_A9gnJ0bu#S$@uTa{;{F#Pu0^oZGe*qxf3IY*;)qQWJd*FHl$k%t~ zEhlvzX}unug^hoTl^-bCdSlMmio+k%2ZXQ*kEM4~2(}9tz0V&!i}pkRBAV~$&j3J1 zinl0R8S|zKQHs1sP}uUYGdl4d;#LH4!cgH!p)qFH2V8>)l$M(gNyK zf!Nz@#d>@j{xA7#b4WT`FCASf#igS*>F8D|uHEg4NvE_>e|QLuW`VP8${ zzMC4i0VBP+Z5SxhIEj*_4}-gfU8cY%2lSMv$LlH&H&xg>Ha8D7ABPPE?j|@u;1zoM;^r2KO)_bCq?8tt#Yw6w4+2CWq%z${;kE*^UW)zN$Hm@ z3-CB8{i0>L^!ie1QoT!wNdGFG^h~v81kE2CSpyJ3-iuKm^>RQJ&_Mn` zKKXq>3fLXv?#^bUob9d`bJ~!>7~@wHwuM1Q#Gn7!d-+j${_x z`N$-_#M>eTdEfK?`r!HU+V-2&e)R%1yJi`l!-~a|CIo7Nauac^Oe*MiO`G$!)#EPL z!EBIuud3`=Szcc0`G(useoiiUYN@Se$0}#+ZeZZ@m3;4nBku=xdldjQQLhtly6*`K zXY~9L_Bh$?A<5u5D_6vqQn95p47KH?6m z+OXbvqtp>d{v<5+R#@48zf!@MY!D22D0xq%2NvB11fVA(|R1hG0x7ezG%`L5I z`mqk!9cF5{PJLTxvR{HtP(Q#XsxNXw#ClPvg;`Xij@p!mT*N7Zs!}~){E?yCuD6`8 zI$U_qAJw0;1CpiZyt);OAZBA;fbgL+pt_&6}5YQKpE3xBC;7Y7iIqH6FA z!LQ&9aQu~PPC1CS+TmYs7Ssr!7&_PKO9@eBFUN}Ptwdeja#!e$D)pKRj>aFNWdr85 zf7(9{jMKFLokSNqmR$)-aX^fjpWFcX6jr^hZqQ9NUabVmI&N>eDsX1BaXoO@V*OVh z+eBz8?F@TPzU;9mva+5-!JC=qD-P*Q%W-|Hv_!rYxCjYd-s^<;O3F}<;?I7ozS{0$ zqt-9DwEd<~e`r-%rKjg% z`(nL5y0FHLLMT0|^vVnMU%KS9md8YYF3(cyVeKJX_1ZfKY9(_*iHsIybtYj9?BP@ z4DBe@ul9QnRvfG#W9dH}{4mP*2AeXsO*iV~LNw})x`5LdkAF*Wujj}Uv^b{7+h0O?@{|W*DlE_$J?BkGmWmP-)zaQTWIZI_m;2A0$hIB)&EE6Uc4_tI z$Lj*=ET6$hCbHPY9#G8)KvPve?mx}ZR>%Yvbi2j?{5JZ6<$p^(j7}hOX&{>V|ql7 zpcKIxL>hmivnnU|@FMETaJW^kO~6R19{*-tBd-H^UwS(^g(v^=o*-8U>1miUL^^@lx z8Q-?i&Ak>oJCnrPDg!3!)?2Cpck5lR|1-@D+Ie8}eJ!~HU9EmEyC1!zibb8#Ibqb3 zIRI|EO>bLz#IWB;X1d{Nzcecc&?om8w)z6c?l^0Kf6A4&z+#_*#g5DI0vIRSrR9!S zRY~gsz9nDFehC;qVRId>S#Vv#A<>#lWfOUtM}d|xk~TV&Mf!w{qB(TP$Xv#%y+?f4ob!+Q$CMI!B*9`jRp9;13Uy@_TOetk)9%f` z;;30@#4Tn#+rN1e`56L(LXSZ5;8BR$pnj8fM1h+wYzq9`b8e$O&?|knsT!Wjs|4n$ zsvmc8pvWluCqnZWfHs$WoG^7l0Ou*v@1!jQA^(V@PTl6>li$^GgT6ZS$7n|6{VV}` zDmb906sTtc^xVvzF>*%R7WvM(l#=E(W%5O=1^y=WuQc6k5DT4;389b1QD+`!3X^r& z6B&s-3$5C=cUw#upnN}xqI-t7#Rz~S_hEY9z&9uEz`vlsq8^2mlo{AJliq&Zo_=9;i6^fHHEYu-1UFFJc9Q>uT zyGgy+=EqL5a;vAOeBkO$(*42bV!zS@?IQ!=j2>7mRv_Qxwo#4|C!BbSkg3rBE$>CO zy4})lktakt32CN6b-LX`p?loqu>-p|+Rr&_8?S!+{?_UzuA+@NOWW1Zx~V4E1nAqO zd>+nv+`OrZ#e-y2o+nNs52$f<@W?xAlX?WGqkQe7IeF}`n2^bmG;d--SBK#9T_0Ml z0(vO~kmL+~VV;T&99d`G;;KJ%aqEQu0BNvmOPq(J_Nt>zhktycxAXd*Wp&bXN6!wd zmcfgS^)Z|lPE(3I)AUuC-s~IgUNufgPZBn)0~@8!ys*7Bc~8a1U{;JwLXh{pm&7o`1+eFpCS|GFhlDY%FXnOj=hqLdT7t zYLv7(A^tIJWrwinF)eNi8|FvHP~NjkplG!*;7;JHifYqizdY9c`0f0>)AhZakGuNt z<$=3g1I5@Sr3nG9KW(6xcAU6r!|K!hYu&wC?ge-6Zymg1XW(Zr8z&JDA^t%Hv_wL1 zJr$vfp5ituS$7@(a5k3xvBT3Ow7vryc4XZ97OJH}^`UH=zKTP`4qWZ7JkaAlvGsy< zKk8jP1x5ISURMdqA8^GHnsd zh-DzTR3vf`(X?1b>IKq8hW-bE8&a>2{w8^SIG%BR?G|y56KXH)21i_y;V^AR;@-jv zVRI}Rb=?Xoza;k;yH;$t*_d=U+9mUG{nGuvL_vjFf*J`2*(?JND;Nc~{W${dxc;aA#6W~6=!&6yRQh`u5s z2eSv?Up5Pk$G*IRnC22XcAGKyDJn)j?7WSe%)|&~HRzu5tDX;&7fs8I@KuGrXMRjx z#{?h<#;j=>?UR;I;wJI2zR&;#c3bc5U&!N!`IwDskxhMhV_=wCHG2vY~^PZ-9!m zlx9_01vRUpc2#@^=CjgdvnsR*!f(u3GZ!ZvDxf+WHo+zY;pNOk8~QwmBvGri)tU-L z#;e5g@(H1$LfOrI)l8}rXe=QIp#$(CW}v83@K)~^N3Gm`uEK0~#h16h7ZGdF{xF># z{u`qbcii$FpON?!YX=+gO_PpbW0S>aLKby<%gzBr1o~yJFD%|Wt&Rzup{X5tF$Mn- z8HpkwnB z;CZLcz4;KBbJ!?nVAc$v+I}K+GWODTPd=Tx3BIJ~RKyxn%!PD50A?NT6&Jc^2c7C9 zb^}7^IeYJH5Y`S8er1BD&`e?uX|EAlp)H;mA2xrdD_p{zAR~VUHLws2c0OBbKznE# zOo9vJOB>$$`(QCcW8wyw8WkG5lMa7BAZFKO7k89Mvs6o$iNpa)h;Tye2dTcn|HEI- zgTEw`VnB&e_Jpjgga)?nIhX%)(U;AeF|GdN;7i!5?ChLWM+oyZ&S$OADJ#9>o2e#7 z9c2UR3v1QMB>sfm{q5NR6yFfuXM9Af^NBiWh6QkMXb6sgU*pe-uXv(Pn0A42!RL>X za1%GmtWVTEQAhg_mL>9E@YW6WuDLA*No>Xd<}0J%@GJS}?^mmhX@B*1dxU_S_uc!! z_!=?`%xU1la2cXneJ6m*qpdEGbE87o7<-9emvm_wtrW%r1ML%+JizuNr;s|hNn~d0 zz)TC^8(Tlq0?b9>HSfXnSWA9BcOcVQMK~=lFM7K*3C4>SM~lsKW>(LDN%`w@k^n52 zw(|o!i+iViqb3+{76e)UDZYa;!`d_wh;@nnoYOc$q{{Hf<86_)=J_`i9lLnmgKsXg z;O6E7FSrR?igeRC)U(Vjg^_%L2mTH%lMmjFjK7^?ZJ^CB)Uptv`c}4_CzXlpnKH(hN50b(5fdY+ zUiYLEyudELJ|I=6GD@p)K|8edV29R`AOke7`P2s*wv*&i| z*4@lo8?^>l(%*(hk8;Rz+0VEAWIvMDV!kshzT#?sWxL=zh4C=P!Z);uPtp{3D}8ov zCieYQXRZZCfJR;z1G2Pi-)v_tX%Bo8#$APa1K2s@o6v5cga%h6E5M%l1oq5^9+5uq zH{osg$kvlwZ@5{Y_W=}2$H}+hO^C(MR+}7-yO~OyTs%68)nby16-5Jm2l|AWW?6*O zF)v%q@0~>b4<8hhoBKfcfbYQQ0o^zBE=EN}pkP?^i`%aQJj|00bW_;Oe$ulxqKz1~ zWn@>yE*n&Kd#U&qQ)SznsVe(eeo|rEzSPF81YI&pbFz#no&ak%-@BSlm4F!-#X9C* zp&211G^?Fl-JT_aC<0ui_Jt=XlurYpQsC>xzyy7;c^}1kCI$+%q+DZ1XKQR}szPdi zcALf(HdSR;r@q6VKKBhXls-0bJVSg3v+Nq(#itd&+NoWm#?=}M&4!Om9C?}J!BbS) zr>9Khh62$0m0|9t3qhZF4_yO~0p#pw;g>`&d7p zeLSo$w0wFk?B5vu!OB2*V=aY9$81nI_-LAom=i{T5+ zvm>0Xq3V=b@MJahA;s{_HVOG5Q#T4Zhe4w1DMu1rv3*0PmbAuNyNo3?MmHjfgKzCK zgH70XzAqd+%U(hI6l}jqJY(hx%OhN#VXUy0BpcFn(|3E@+xGOO=;Vh zQ_M`3u7U>B2&0L1%AN@}09z9VsMiP%#)e`iU@qp=kHtn~qX<=T!Ijp<46PBDiVHnh zn(9d$*ds2KPBAcn{u(?TK$bz7*cGRr%9AFFy<;L3#eTGmmYP(bSS;Q6iD^!6(D0W{ws?EN=L`gyGG7DgdwCZ?!o&#(?<^nx(U>x zi?(m{$VNR*X>hfPnb$_OQKA}EyPF@+RjbhmVYe-ChqTpUC%SQ44H~yiQfuY6oWuh{ zTl|go@r_mb66c%tP4Z6&2b3ahL75l_2`Qx>1~!C4=GCp`K)eBE;rW^Rv_WvJ|AJcP z!TtV@ufdTwQcJxW48aLbN`sU!e~>0Uch>m{67A=&oOK@A?OW&?N50<>ETVC6W2tp& z9h;ED>cc!n6zRa`+6}Uxs`?eLp|BvfG>{d@!rtm{V$ZeZjC)Q6Z$}y6+2AYkB7y;L z%dtB;-!7AD0frb8q8937t#tw#fn@p5U~=|!_WZ_L-9G_@3ug;1WVd}@U)6r9^JH!2S;l9%x7`@?Up?G#$ctKFE5k7E0;W0p{G4&eauSet{`yP z-Y=B2{?b?H8EFiYFkKI$18PleYhNS3HLZPzS42H(wII`;u)A9e-B+(~~ z=PY&DQ?a*k-Clp=2RWFyuMk+`r$d7{iSJ0y;4x2{klUz3od%x+UAlnH5?ySv%|Faj58O_buyBS)lHrSJMP zwq-QMx8adu{@XH|r<>ooH~bQiSck4UZ+p1;GRPC(-c)<&?8RF5LV50k+ouX7CGCF(4f|I(2jkI-Hk+_$u}k9!V3fqB40TO-QhB zd!4q7cM=>?o$6)-G3@=6bw($_;@iv1$KL{-)g;Fs`G(bqZbGE%d^faN+AQP~6#Pm#Ew?p! zE^NP{D_cGHntCDc#iPHisoZg$P5zo#fFgySBC!X@F1*<1ED+Y>1$WKS>tQdBtw(Zr zt#^OG?G9;? z@~0bXlnqi2aeEiA9pprUH5mZ?*)Umny*;oxO$67lBtz)ky%^+Hb7 z$#2z`+@@vqp?8pxkIAv-Nv8v#Ik)^A>7NkR=ds}C)0Ttoy_)ZKj;m>=usSs@bYF{3 z!E$_amU_ds{Vfp@-WQMFyOyb?3HgfY>_oEUx&+>QM2)Pzliow$5J`*tQC>@3OP!1! zHtPV5)|x6^o{Ww4F9Qef_O1*sa@gx$-MVKLnp|Fh8oA%(8T&oqJs|<1Z=T$HV%)_p z@A+`vvzQH+P@vWFJj!4C79tU12z64E1`}Q$(Z!LLY4>)$5yC7^k+oppp{rv+QXS54 z#wuML$XBODsE^1|$$!<38wgi5cuSy(tEa08b~Oc%9qxZnO2uRA1d`dFfN$xGy$Z); z$MvDuRd%=MLsmIknPgL$OW72pLjTKkjp(-wcF+??wqO-|1qBOt)Rwgkwq*O{uI2Y! zXua0%&b^Rl&pTj4X&0)^PA+WP6#`zIz1ld}oETrmI!prXO9ueQk4Ln^lNnX{>9kp<@~p zJl`0tuJoT(pYuF9GyK2)`M#^vKuMv}c&p=^aBRo;iLGEMo5mb}t8C zH~0!yQ+7N>e#YZ>R{&*i2Y08AeXO;pN7*h_|~44N>k;QN;r5z#X5?e(Qq(7DZOW>!>Q zVc?(D3R8^ewGq1(j6Se&_y_A{2gX-8yEBW3UzWQJ3p}e>Zjr3ZQUcKOId&i0caE~p zd2N?+(qa_RA-n-SRcE6kmt88M5Fi$G!QiB+rM+cp+DNr`;04nPy0R|-fs)<4LL;;njV!x?-*VWd555I zqv~_SsSkL4ud5cNhT22w8@1ju?LXwu3A?JFN_tVp=$PS4~%r`Rd0X^*|tG_r;k6Q%{V!vSp3MGwt;_B8ZI8^TU}&p!l)}

PrCk`I@z>%}A!IO6F>g_i7=E^6xZmbQUpa8*G=LL7xj(+#CTlEDfwi$1) z==x*(zSB>w^nYeWRAsn7~jpC|f<2 zB4I?Z?DC^|pjNmKMhj@%1M^;lr!*eZqO;&3o-6aQeLnP2KFXZLp;#%V_`Y`Ye=*!@ z?+D?nOr(`oO1CZb7PGNdE9YPf(=8{z3)%9xxc$kAz(5VDUAOkGbq9;cnMMRZj-`Es zO=^ptbQTf%UPMn}Kiw+s<%+;N0LJN-7W= zy0VU!vA-~5`K09R`_QpuFdxK+R(8`o5qfx6!aG&cFl&l@qnJKcGl9Y^$@w$;bXgW^ z;- zzy;6NwlCo^O-NhOj4ZZESeMLV-#IUZk+~6|M8KWfmf()OADC0iP!c~9*?Zf64!Y@x z6$yVX?*(ikXw&}b{nLU@4k>>S%I%+?9YfzgZH^POGAn<@$LYO@m&hosekp~$`6XsIXk*=Hcf(d|M3eqW+6ijRPNvUaI#QA1+v!By3J3NP3 zu1nXf;;IO9j^h#WEb=mV{U2wPi~sEv2<7$;qz=!Hzt|fwjq-cZ$pKtDyf;oFns*C~ z%ieg(NbHzrp~ymDm|F-65#xBcW#G;POIjK$+B;ybIF!i8@dzHT#?r(w8?Ztg!&LMx z7^d~9na6oBOug7}CT9X(O_`S(O^c?P%dcw1u{cTKoH^EcxHsM#_l137r9!Cyc)u?S zf+sXu0~?8^)8Cn4DoqcyBK$-YYbQ5WI--|7e}jNQkzgjBKZblM5#dc`K$`&uHVb~C zyMmXGeUj-Uph+cyRMu`T_zF6va7$n$_yjAc@@MR0MqYP#226NPc2~Qdd;l6FJR)Q8 zZa(CUMetJmcgI?K1_bN3)1gRWreLRgRTY|TPzh0rSK75tFLooW*B_sKbczY`6q%0ivG%&%=t zZ%sFkSypR$*RY{3hV$1o-1WU3maZY+hzVRepo_SO7Gv0oCm|W3;r}W~#_nQ`gOkkc z{v7Pq?&4HL2F7P#CL*KY-S`C~I$aZqGK~^tu_Bv=dLn=+oO$x$$%}^;o5_uYGoMmO z^KPp?+w#DB&>^OR&}r=;b;r8lF=GSsK{@^~+=K-=#t;mcxQ^iWQgI!gA72?m^nW3+ zV>USa564b;ue0vLrYZX(DxT-k!!Z{u64?T3L7p{t@K`A!8a^`)l0X6rNM{^wfG-fV zeua`jl(~F`BRTlC3k@yZ9;5&!><1q9-OZ-ibipNeZP|lFo`IO&<~;4*)KnJ|bVjaA z&|UcU-V!{b7Gdjj<}T_O7d_<)PJ{~8>(HrC$y=IeRagaDo%*WE-yplKR4>hxL()rf zVL0rq@NWDP#Y5|f9qE!2ZBTA~%lTt~IixjU*10+N``Q;5Eko4$0+{_Gi^}Z&KcZeg zo{t7bC?(V~;Ip(0kRXRVDh=Kl?D550;*_URelx41vGO}*N|~bk1^NlSgqFnVLMRu6 z42643#6ds6$fa}kzTm~Os@igUbF`+Cn7P#NlIn+l7OmUySg4Q1S$t78(VhT_z_O~@ z)o7{>w#6L%n80>QUlFWPz;D0p?%p8X*S*N*+SOC#KP&>T@M!7Q*CEX8u1dIW_;0c#_I4w19t$vtL^l54uPknu8#~`9*RsPPd=e-ir@}UjR zngEhN5AM$nSOOMSy3bNu(|z7~;0+=`sfm3dcAQm*Kkhnbch}kN4*5Fd6CI(OT(vEi z8_&9I4r7zy`M7xhav~7>oo!W4mi?LmuSTy?syMmdHCZ!J z<=iM;Rz^30vBX)I$oanId`mm7H7k82dOjzZ)0bkCWUm3G6&fGQuV0~&qF~!tHj~pp z`LRem@tkd``W2+GNW0#vm7?d@yp^KpD9>9ddM=lT{Eerj9(!sdMKpq3?(j;r{z`wA zKTFB?e`-b}#pO5O{FzVZqkmDAK`aspr*g;dDhu6zuCVQ#QoBXjjKJysj(F zYbv*NNs44^enT{K?*4eKtMmD$Q}WgwSM}!D%SA@9Wk|kFwlrEAuU38PCj&ddXB1&E zVw!7;&?B01LAoPK1ALupng%pWQyS1FrQO2{$Z0%x-!o20cvt9Lc&q5@-rD2l?brGj z_W#^>EmHO6wXN@ryFfg8_}ZS23BLtt>^ddZ_^{j)nmG6l@M}_;EAOX{s>*{)YU~xY zXsr}??0gPw@s3wUK~!LLFTHr7telKO%cr?h5ci9e-@$gAdg@rHjo|#EB3*V}hqz zO1=5sXZ5;Bl{&_wUmQdR7el@o7`sdg2jB%oV^`cGf57^n)C=yVyL^Sj$Jhogm9|2) z&tJHE`L1epq-j7ZtEhaqZB;l%h_-Ny1YMPH(vN!fheyKz&1og!VDu~M{nAg`mzTd% zTeJIobGSJS_wPfsj*ioNzrJ^S0?8MrqtL%fk|*MckS#qJYrDI9u)NY$R_k(k1}h!( z3zoKj>dAp82bO&L=38#gUn2L>i=}zDK2af;vgrdQeQAAZEh8->$bP)J%AjgG+6jul zmT&Z}3>>L-)joQDN4)#ST@Bq!${~*HddYcs_pQ?&YQhxxXRH(K=$NEKNGf^iz&k!z=4|TElCB5Xd{- zw0QeA@on2i(Gs*!2rD*^{Dt@)tH03RCWjaJzt{rGriUw^xX|*?W$4*m0Uo~>+aGh+ zIiYy~Q7L(ZC24;^S=JI`Z!2r;E9laND0SWjX|Ryeq6{EGZ znJj1C3j$ey2D#|PT`O&tcOXB15&8KEd7|J|EP`0@5d!`tMyb|TVMn{hO4qnhZnym{ zU>00bzg@n(r5a3p${J)i<cK;iV|3p{YHyW;tQ0$_vilFQPp@lu$D~+9@=d4u9O?3my8uq>7{j7 z%p0Y<(rw}|0)JZVY^r9fTQ)nTQ#GvG^L70#4lAe(Ubdl=-T%^Z#2@MTp6k6ouBty* zKMwVAR4AF!{d!4NTUO{hY`=k#=)5jE-T?w(wj9XM3z3D>);9|1H20p$j$k*z&3eBVUyG)gASU|Dc9$m8|&C+MIwDt7&rWV)XxvPtXRNmUu771S|#4>h9-lRjQNa8?uzwDyT~Y2N!oz>e08s5KrB0naOd_{DjFv zQz*`ypUhZhQ=K@=raBTf(p?lT3>Wf%*3=2>iQFY~qSd2nN=&djBN-EHOK`!W<`uPyWNZggFk(Dc(FXdW092pj_|3yOryiGxoOB+I!Jm zRsNNT{3Y}GY~WoOc1GDv=1^sl#mU5t#NV>c*^0d*Es7@ zT8DT#vr<_c7lS3otjXbptzjh$?2ztPc>sbug*1`xrbmBF72iv-Mk~wy4@VofU!U4q zXJKKL)ah2k`rg_@(Ke7-e!Hb?wQ z6eapH*hp_f@3(w)zB(RZD())m`rLf6rBEqOKnQMaSH5{Ap^|~HIg((v$(S2CHfL8# zY2kh#O^kuU5spW+!qkC!^3j=E4a~|6t)`q$Z?SnhTc%s4%~Qb5G&0vB-9yE@y_ViT z;gxe(egDY*5p$SO!#-r(1Qem+c$f`iDJi|`yFFKN-M*^F z+y~D@EzTeKH=G?(1uMJT{7QDUne>}y7Fbi0e)@gL2mGa(51^BwfMW_{OJ2gPn5K?~ z63180q_KT8gU6B!1G|}c5wHxT=C?&CGDo^sE73|QzJg6dM)-dufkF|6DIuUi#$z$i zt6A10OJD*%Id4VL>XarLUG=#jhn9}m7nx+Xp5>y1$eJi2V$V~d0}p{bdx_JRUVwXU zFGI)e@?3Rbh8*1U#_m7eQOMOX4Ub?Ht=jWX!Mo*BxwOEOV=D(38vVC36G)su0A5yL zKpD`}gwPQX^uk7ZhCD-r4Gj!Keh{42i}}nuQe)rZd>F3$(~kN#qo+NCHa92pwYw(u zrIO@(qkVytP5jr=I~O)dlWc?7`znXY$F)nREBzn#Px{aIWmQL~fG~|tMW+Ja?yBFY zIMFV4kcZGJU9q|uRU4C^Cs@3FTsgC)+P9&rNIvi0ES(P4HKA2FiBh7C@(7mOzm3*T zc|e^edfCQZ+isw}z7U3ezcfgdE8kR`b2Br)O{2%T9uId&O=C@Ca*14$yte>wM|{5{ zOfn6>Z_4*Z=#I7@cVWYYaL=|ePa2=#)7q2}z?rZ+7K`W$o@`O`Wp_~IEc17ZuzZ#6 z=;^##LUEQP{EC0dKP5M84?niP(hc@^6ygMIEx+;f1CM&0)UdH$ z6htQ;|3djP)rIk@f&r~xPN(t=66RF%A3q_EDbAxd1Y(ZzN5_tyPH?!lpE1Iy$A*_3 z8$LGdX}{&MQMi&n{`~f9q<*v>*xqrZG@eePl(1nSmACe+x@6zcUryBLlbgEBQhhCK z+SW+@?MtvfZyt0thP7!?Or@rI(3IiE#^T0e+DGo0SX;TJ%C@uLIUbA!V{$CmO+gU3 zgW{0bg6&;hMLV$Ib-9u36UP2)XoFk7=o)OKz1N=K$)EMUB*JaYh2Cu1bt%V}biTC3 zS;Nj_-?e?;vEcsEyl3`r1>&0aTf#>|XM60rT;rxS6?9}dQvIwdoJF)9ldm=QlvF_{ z?K8SC$S9G~Q6%rn`<~pyYiwReH;GCS5UW?dET1$sLNiED?R+z&oK@1P-NB9Or{og| z-CR#&p?_)%0I%ol2wP4c@Syeu{i89()5K2&W?tZ*X2a5z zGbY(TdMZw_H*RlP-BRZ};YTBhH+g#7x5({;3I#tOiZs^=QR2;YnFXk`2<)ZMkKCt~ zhn4T!tOt9_vicb$@gIs3BuiCZHxo>srHiM%?hqdnKp%0DAUp)!qM~t`gLsb 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°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 z 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

;OFJjHrwd%>TN-LFQY zD;n0C5(^4izHhcV%Nv_urnPOeX`E+RORmngt4skRSk&Zs)FBeauovh2Dm_4; zJ;!xX>$<^gu^ddSngcm#W)0TeD@?sx>_;Cu)W&Q<7Zg{L3&=E`Egmi3AorwuLdRCr zR+k?5!1t!FN{vn?dpvWj@?5U>Bwu1a(5s~$Dz{})jb;F#OJFiVzN4YDq-(EoE^qBE z+|}plnMK_Q`eEFF%3GU*&~hNm0f!4(e?YI`$s2GW)JCI@R7^#Vtef3Mc&#t zctz#sQwq!bB-HBh>f${Hse9)G?hE!knZ7vg$wh@HpXk^Hx8Kr)=xEFKQrpqV9t+}y zJyH*�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 z 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≈5G2}6>@#( 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 z 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

r+-fKYZU#H3XUjewqh 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�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

Sb52eo#*ZAKAj7p4ATO?@x=( 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%0Ab`KWfX&yoB!j)Iew^8|&c`weh8f&#LHR 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 B2t@z@ literal 0 HcmV?d00001 diff --git a/exports/K.pdf b/exports/K.pdf new file mode 100644 index 0000000000000000000000000000000000000000..986fcc7dc435a5b531eae54988ef095d3ab1ba72 GIT binary patch literal 1238888 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%0DmN$}Zxu9*H$(t-Uykq(UP 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≧~8>C7}xvoLjeoj`LM9&tI^>6|0u*=aey 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 jI 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�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�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

Up?dIO{&;)K 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

~Q22%Z(Sssu++H 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


B`i zO~#y=5ig-+<@5(?82HJ$z;!@=QTVVuGRWT^O0)-XlN}xi(I?)cK0?4805M#_9Dt(V ze-3+vN)WgM5&2&3*SUi>5YDfNG8J| ze7Ol)o5`SXL+LNgvNpJ6hm5;`m_|yjizH*}<;hfgLGgx@AnJ5#b)+pjAT{L)O{;i0 zn*l3ZIHO~|^p`jgdz7O>49%OqKW$h6b*xjlRJ_kOHByg3NA z3`m|9T)R3!3{Gmm%6L58*op{jHpwQo@+AAM@fcn}AijFLxP<)!hX{sah;;A}GY5ll ztZLsSwO?^a!MA=mN*%QtnNXJ;;}Dd*Jl!4xa&oE$0vX0ba~5O_*aF(actV_jnP8zb z7$vq_On#p;b5{T25htZ4ghXh%sbZNB6%=gzFS@2duf8zE+QCq~c@NBjSz%~wzD%_A z_YIt${h4&a^}TS8=7z|@4tTHyOtpp*_L`~vxr>cUhI5K$ z4@9|(iOGac4M5mKCr` zg@Jub#^P&_i4Vm6)Q!3D5tn4_p`T)&7?2fVM0~ja!U-W<xV|bsYBcC9xmk*V)5eop@XV<_-sUK$HJRy zZOcsImTNlNs&cII)huY|YjN?usnw~T>$vn*v{bAc{BZnR{~>cE9M}uJ60g; za2iN@kfEiCk+L&$_<_p&vFf_L(_nWD0Tq$PBz}!*m3jYWN26%oQk!LeAI?fC9qn8j zgC4J;fNh;8i;*LJ2CnW^MfbggoudOMPBzRA9BJXcc`YAKjGUKP_qj3sS@zRxX^_P2 z+0OTwHz&rm?$}`Cq1R&6xjW+p9$htjH7t{KX0_o;*p)hip72Jkc0_ZlA9L1|99Zh% zIHJw|1lYg|NeMdv)k&Q=T(YR3d6Eimm}Vz>Y%KVi@U6W!BmSGL0MSkH=nov+ZFYds zX*UD;yDM{>GTDa}7Ig)^pPXj>oN2ehxa3Gh{69Cewoja_>8nAQQ?f&~!=1s}E&ULo z`--)NU}R-ONG8*eUKYSMlT0f>>=r;#M>f_mAC=%RXo~VIZ4!UoRzR@A2C&fn^0W4U zyvXv9d^Rh9Btsk?_V_um6{qBTI4u9$*cxDe`S>)!Kh)ynEO035htH_*iI)A1Hj$X} zb0H&KrOeRNa8Q`mH2yWP@tXcx|SD{;t9YG0Mlmh0YIJ4V)!q@T6>vZf2w` z?Dvf?tRWEF=dV zI%^NtuQEvg6;cq7GK6T2rk;pALtwlL*k>Xv%EQV{qs-m-gs`JdLkD&3AJT85-v`va zf|%G!kfgj z0zF^_@cx#kyi@~gNp%rn#I8I40W5V;TUij?Mw{le@*&7|YAU1$7%L6({lO zxqQC0Gj+FN7(Q%4Xk;5k6}qeDt4S^^SMGwLMN4KhGptdE&LNHqH4_?b*#J9(5=e-e z1Gya@1p|&t(zt)nxX(1CL3&<52-E?wtul=SvGN0_a47yIg!iB6>s2j0tAmvX9}`cp zES%ip5Adrl)*5dDSg@=wTr!DQr6mN&s}xx<-URUIh^SjRPCv|78GpN&sh^!|Yd`_s z9ne?kt%tM>4c>cy&Wy`})6>>m8_{m=`_{%*9({r)%T-W_}? zzO)6BvYTL{sLKLPlzt4X}C)68{dvklFt74ymIej#~qjG|6-MFTQa@ZE@0K;~|w zYMMnq-T+eNVM0vwT2|a|>nEi-aTgeXlBF7)3i95gyY4Gh9O_>t9znLII`P_*F@9$Q zqhsJ5;66ydXl975eAm3t^0J>N6;0Pb%u?Tne&|+)$`DEeAqs*HqmoeL(ZLpcFz-XY z(`K-#+Uk?ts{E{b>y?%nWKLbcI*MfoA!+zWWBY7|u^YZN^klx4?}v)dQcGeD2$Qr9 zD`Q<4wngu<=?%<>#qV4cGy4Wd?+SjUO2h8e(3u-2`$d^kcv}V2Eh&)q4! zABQ`W_d9XV6OCsBLzJ5=8q&-NbtZ2b1I?}D7O99#Q~|07t`v_nm7;$2xNhUhqXqJ{ z9(JaigWGP`TaSnWbd9A^3UaeGU)|eHOGkAp&Gfkh--TkLAnPsZV%+-ySK+DL?w8{( z{CD^(ZjXf(w-quk_4zrHVR$iDTP5t(W7+5D*Ll;=&Ca(zJ15Tkg#^{dNjgr@ZQldy zZ7CpIn19-^#w{P&u8;SLr(BDlQZ8CPn*`n9HCGco416%Po6slSWkR2(>glQ_z&5|-t4uz=m#gXHZJ+h+ zb$tdR9;PZcj}h4`#;$9|)-K^bo9n%UZG%$im*y(cU!RL;rCV!>sac=OCX*Wc2CX4_qaho2jp)KRd%gTkG{#52Dl;^@twN50_fQzrUU48tif_+##FDo= zed+{c+VECx@r9{qyxp=+v7cS62P>JZCxsVi4wYZdf}%0k(#o3wFYNcbn+U&qvW`)z z?jc`xCd2dlXKC8+uf9S^c7isnB7FtQM!$`n^SrVK_~BbewnH zh$rxN=-jZ2Dc3I_yT*l7nCy0db zG3kD-U|g<6`5E>%-#UGjBYSgnX5jFaLVTN(`j?MoC6~kG?D${*CWT+7o1cC9b-F{Q z1s>mrpU%&p4$C)q@4+XY+}HmHY;>tl=y`tW^nD-Xu+NpuG1UmUj99hn9;*;cL0FAp z%W$jW4d~G64eq8p))Z3f+plW@C9dT|`6s8`l4K(e+iZ4_STx;0nGVPs3$k(fJb#QP z90UA4B13gPeEzU*X6|}fKYy|!YdEH@Y0$zo8Cn+xtkNb@WjCB^mj?6Yd=>81x0J&Y zWDDGQcTyJawO^g(9qjQ*rVGft-Ds+8hE@<%hN|bk)u}W8ql{sqVCY{jpvjvt%yQ)D zDuSk|npMfHiKUyoPyd`ZTwrOWrpHqCp0QwBnyiSQV4J%R4;^Jtou%@DRX=_nC z7|AcVjcQnwvytg4A-6hy1k!(jfD?Rvit0Cx?)r$(t-EAXPkWKDZ<*gr-aNFI(Em zmwKS;F_nSepUUeIW)G{F%>?ZnoVHUsMvVhRUPHLAHVk&gaZ?X&#U$x8b`@_lTt(TR zNA(hjWRR~B51TQ_6r_<6I4QWTSYRVhSWKjG86-Kb%w=DT1N~O0Wu5lUNO^)m8;b1m zTpVbcVxD2X(2g))n$=oX=#JT~qtiNAVfxH+;44p-ksUlI2(?;e<{s76q1v2@Z|%D4)n~F?QaV!V*AF9=T1?@%&LWbj@W1D8+`^-a(cDHU zJ+vY}$OJhJEw?8&IbY^W0%$z|QN4`0xt#vJD>o(MuzwC@PYDl)a8B}Shqm8WzxXbV z6vV5At4{(mlPVf6jaBqlEzaCkB3nW6!|RUhVuk62=7(T~7)=yRTk-Lnbc)0r3*NMW z@jDj$kTL(wt^X}ncu8SOqG8>EQAOugasXlj>w{AimWR+K?@Z^5e!b{#SI+uy7PoG? zh)5NnZbzG`gZ)0!J$)qB9?Gkb@JH5Wrdiwxym?NUlp?~7$HpaZR5`{0V%rVqau!J5 zqUJ6^zibOF%@IFQv?^PFr>eMY$u~o4&6mXYWvDuH&$8&^ z!(Ss~v!Q#kc#g}&w>L=5P74}T{gUAnlY<6~7=Vsh^b8-fuH_Rs;LZ zwm|fBo^cUnF%I~P`gmVhhZsh9qrSU0f_@PV*f;1SC}*t_$!eq5rKqI3?l3K;y6eTB zO~0)~vwYa9*x;${q&+8qjU>N-Ag69{nZ+eD<0cZ%!pSXm031?FqCh5C%_|IPGERiXDQd zOOmvvrJG)-wwnhQRL|*6gXABO>VHE%SxdT|3i)+B^Ly^$kEe!0!k#LgghgB1jMP&^ z7Rhf1av}+L3t#~>X1YR|%PTWg7pK+le)Amr0!sg`mPHp+C>a-G(`JutP3o-&*2$8c zS1Otr;TWi)cIw){SX?YrBS^LVcKo!|G7ptz`+#~91{N}-sNonES?u8%f=p64P7@}{ zS=yR~-&7rJ6Q(suyy?4dez>`tWC*<#%8AZ8{oHh|b~pAZ`XcxGooBxV3VhPsexc1p z`5129Q<6&SvB(5tRA>vD9g&}eQ+xl7lw>RxH!49?OWUw-(u7o`$GzJzZ?dDpdH9^p zQM(w8ron#Noemog>8Qt_eTu;~vQ+!H7tt7?8g266aWHjoezW8wBaM7kWa-A*q64og z{+p3-WJc-X`-UBnltMv(B{&6VJs%vTB9+T(7{|^j#?@)GgpXEnjMJ}VBzUVdw1(VU zrpl+js^@O6b9QwjDZ@uES6{xB)j2$2P@4UDD3U~7Lg7wV^FBX;|oy+W>U1ItB`$CrF>X#(fk$ha>QK4 zXTaQSk)l!s5EtwQ@qKN#t{77?y;7_zlHxm-`^cumVap?kBh^!%gD0-R^XT!IF1THcFS&gWS1BA(dq^?cim^~|S7OYhLk zzPu;qnu|RwtRc&4Ci5FHl*A?j_Gw=EqZT5sQf)IE?T!(01b-#N$Ow_t1voV-@da~` zZRO`)s0v_jpyJnGd;XE1VGv}9>jDve7JZn5w}N)a6mL=ya8l=7p~p z9YVf8o&DzLIxhlv6(q65V}8y^9V#N@%mCiin^Th79K9a;g`gREFfno#y?yVNFw2r? z)BOQ)hybAYk1svjfAi8abFgvz@0Wh?$FfGs0pB^TdVo-Xo7V)HGZO-23F5#q)7*>8 z&6DAf7V!PeyhbUHj3$)~m){i%&X6FvAHj{x!YefRPu@O`EFeZPJ8 zHoTv$Lm=>}kDtCmyE44|+%LI%@#d<2Q+;&n^!+?scQX0y`@P!D3y1j))sZwP{ymze zeOX5<`M&M)o%${7{e1md9_I3T-Ta{TqMfK5(XG+m&;%!d0S)C%^g86lEoisZfVB(kD`PvWImMTJ7wrBcscs`l32R6J=B4vLGoF@jApVU z&OY}sSt1uymrAzmt>7FWsv1>_)Cc&DiDdoT91{y1YRaL!2%b@@z%(834+JkCT zrZPm+b^O7S6!RUV{5W-;olBhqxmWVTU)PZ;BG-vWq&PB#yn^$E?tq7+#ynTz5bhr{ zFPnSbMSXHpKZ^*;H$&Jbom(Z6(rj!XkDGs3u@L{_MGW)iKPMv`1F&g(E2P!!bc#x` ztc!dxYz@BGj4#mEjKbM7p;7&nYSEn(;>Q?B7&0%_WSdbia;4&O4U9qKmmW}SJ#fhk zY^H)JAI!m`yiEknX6C!^B3@V?BzGZAvxP%EoJ}C z3>d{#MUiUbjE;lXJs($ zGKAk1Y|}yWr|t-c^5)qh|6PL-u66!68wE>$ty(C#TnAcLKSYzNl1J)y(Y@)>H#9jg4SQHg6O=-X-C? zsK?)!u8>p(c~C!f^kIhW@UWRVs?W2KJer@an4&kk8egO|sdboE(@|TMIz_ihI80;V zXwX&Qu@DgOhBc}4TfP2f#q`R7E3o^*CF+wPp-7ggR%#qS+RQe1a`6g+) zMV{@{aJ=GAMijGzX$DdE4^pc8<&r(uM#{?D^)-yT{G2AdkQU6ARolFP)M>}NM(3nA znka@*K(@f!hDGxr+{1lmL-ix+&%D*cysJzV#{PnVoa+$_>HP4#I;OJXt)E?d)qzHR z-s|-7M`7(Hzl0Irqw&3p)LOgd{Xnsql%NbLAV)4r$Cs(TVXgwaO7vznT9HwDhsICB zEq-NQQXZiZQd!N2;&1V+pefI>0T~8GhJ6-Rw1&Mw*Nugp-4si(LycLDhxF-3!42Zq znx*Yk2!%{XRYyoB-brGaX-dw`M1Ac+6o~E`1&xd)zG`u7n_ZCot(eIAE}jS$L@!Gc zHjvhA8s3O)D;^;0)w@J9n%ZoumNqx<_dRV5*egtx>)a?0>d6L&TVjN|)7sgInM9!|R$QjG^bO5-B=;{Ah6?pu~trrleTW zuMUpUAT+#do;NK@#QI%JzE>Oa`ah)VGI?q z?(S~3=Cx`*kKCxgIwEu=M4>;-#D)bVuUmIdfAf|6dag%5KiQEzL9#s6TSKN>y1g#r zTRk7BlPFjf(8tO>)COJX$tGLXZJBc|y@5q_F=y!mB2t1%x4C0izz3QLqg?H){M?Ju z*TK6Sp7CCzDVOAPR@FR7ic67EVM`RSE~OCNw;8B7&b3u|>j=1kuE^JDij8TBic#47 zJZmq(^`-wZOZZ&yeQ`8@mhklUzlXFUQzZFL++Dldj8&b+k{Ql^c6YDAFKX|fvhXJA zOtWs&t6;3zdKepu`gj#fV>?;FRUv7rL=fz|qOvQsig4yv9{X}{aNy)}+MW<2lNM+g zqz0Wo|J&n?Ads-TEO`@dG!6NS%I<;0>C5tZtJ$O^>azE=fri`K*nlpOR-bI=38ac6 z%OlUKKrtdCE1GkXEO~UyOvP35u$1iqMff*X$i2~T`_Jv2xbl3DKATsf{SQ2O{=}H%g)4l@4eaEe@>WX@diSNzCGbK z#$=l+`gSvIXHyD^ETPHa@|Rc{3)wi9f}aMyO$3hBk?dT}b|i;77W$4Rcp*!a+=jboyAr7+hlYX#yHNoj@YHD-a1oWnV>ercF7AZ2{{{Ce+T`?0Bd*LT0 zJ6-wqo(UJr{T09SoG-*K@HZJaM`1^$<-Q))i5Nt6YLbR(fmI{xIw>u*kbx_!vD^)% z3$GOn!AYh+|8{J2wE9BHdiZBWD{1CI`|9{y-lkdQqeufwwy?9S>-U@2W65zEIkc3v0*`f`sWB#JTbd;&Kt!21TT8(4P~ z(%)&5^hnWu0qdBx!;(d3LifJ==Js@AhIs$1*e@aYwye?cF2EBqf@-V!R}nYa%lgU# zthBeXZ?xVScw1Q9Wy`ARjslM%iXUswC^uZ&vGA2>bk(kBzhay9+WYJ6rScnRX=u>F z=giCt$v`>Rbz4Do=*%v0`|H-{*`+%DKZaq>|0)c#vHc&@-QrIeCgFhn;dy_6EQv3u zfU&+I{_v1Ae7nH7B8vAi>{GtGMRCX^^%KYW_=NliYKB$JcJE%qYZ-JH&WQVc&i05t z7#MWE;J@FAx* zkT!5C71Mpa^Fp+)R)TSosBj+eO>Y3&@H07rYE}pjA4=oykE9T3yWC2IVcsCp{neaq zRV{|)k^I*%3&@I&2TOYYBC4PH z33v_$VHz8D;kL=Tx75>gkt=i2ZM+25UUxkGv1XH|hd5(4ASx~uZ6$nK5rA@W`(mNI zR2ga0F6vZJY_mF=URt1-2cxJf{nM^umHBPSD2v*hCiTLjFyQ>C5-l}{ zOJrmIj+s~xMXowUzFXPVY#)!1fFPyJI@tBA6YNb!sqGi1SYo#2Lx814)KL3Q4wJ%0*wK{?2c}V2;d}CDPX|Tu(M`RX(sw{n zV?!eS4EajSv~k$R*u4^oEVhg6Byo1V1eP^PYTi&l43-3ThmzCtN*yN99J}c(NkfEP ziXZlV&_miT$t?3j=atipTt6v4I7RykW%-Ws^X=3;SWNkxq_56z|I2Y`n$7C{y~ZSB z@3Oxa*v3UUU=VeSy9Ow9T)$ArReo4nNu^hfc1Xk}+SN`UM2C=Ks!LA0r1-r_o`eKJ z>s?6RVHy%%9C6C5EL|M-+7h@#=eEaCn#$lqUt5~K{@rbC)L10tfkw8SD7&%ht)~?^ z>RW4S9IS5vS-QA@KT(Ct#bgllTI3QJD^@M*Ue>7zCiro!c7^)2QG_DX@2S$HQ0k^U zl5YHt4zp3>J9%`+h6*J;F`D&8B7HG1%(Lt8BE-`@k#P@E^t4!lsWohvLI~c99h9Ly z12t*Ux+{1njIKoNTd^1-dw;UguZwuPDMlxhdD7tmZexVlX9 z<|dnD+ZK7~Pnwgz^U2%230E{3$l77|HKgfG3x>QOhlQJ2CGq+7~({at1!1sEug>veim!m5oPgQDgwbiZ&E z^WM4--kRkp?O}=%`?*{=6Z_LcvGy)8#7}>;_y!uX0y^pJgpeDDD;bG0a{I>M7k9rBL)7<9D^u#l+;mgNC65%4U>}P-`L#EHWXt2E2iD&muV1K|%S2uO{z| zG_F648A|n=de5+u6sGq~dz`Inv;h%o%|EDMIW5LN-9p~ZMaV;lsHO#& zF#C-&{3p?KCwMdmXF$=##oU?6p=zEVLq0|5?G6DwLV`EpHY1FY{hUjGfvF_7P8mG? z;E-~)d1*C0m)HynhUTNdkz6_ zx4{t-JgN{GEK(hwm{6c)fx;YXHY#Yt9f@;&9`*Y?td2zsRB514DX8JJ6x!E;Y?fR{ z5yDQc>gNc9JJDdp1`j*ss3hs~LlAH+LLk?3MSg-2X&qChOj+Y__J?e(kOo#RWWk3- zXI=FL-#kDdkMd8+g$N2Or3(tGcA8M_(PV46(=5N-Fr>*hGa(yRd?s#YJ{# zvYJUg<$YZ0{;{g20_yc=)_h&bA!*k`t+(l2)r&83K->N%ubD7z;cU9 zzt+2vw2H#rU$V7p5V^8xWa;#F8#UCnLwT%OsSndOZ~0ir=If&-D!Yk$A6YNNIjzsW|G}VFRf%MsHaGQ!poZrXcI; z&sxK4kEy{4pV&`g*{>x~wJTDOxxuivr>KOg(4NB>IR?GO2?3nkL#cm=F%}?}YpYFz z%khgIq)4QKLyNd33{ZWm0;ium-D)`>uhhr;4I^~|-J!La)e7eh-QFIDf$XjR`L~==M;<;GxL8mNe5BVr>8W>e^{FCKg3vZ)P*#!OzO|Q4PsUF35MA2AK=2bd0;FQpMyx>?a7v#W z1#E=~Jja7`vW$%rbW>L6U)N^aGKyd8+EY3$&y`&y!`Vcxrc>!jw7IVjjU-?;*K66% zF~UP~Hp$yV-5lowzv#b#!o!_lw89&*9g6do?rFO}Zx9gMCb9ohdgS=;V4AF)|A+I` zs4;4N&yLvjO!WY)Qo2hHBm@t(2Hc4@Qh7oYwx8wxvi+@KEiz>rYeWI?AxRpvYO-N> zeq*AGxBaGz2YZ&2CireE-roG5R^9N!`1-@Wjs4ouq;Kk$b-bFf#nP#M&*$R&`eQW) z(ZU}8@^W~>9AByoq?-dlkIurP0F+*$Pr8rRel@ultHxj-%?gGl*hlkb=W}`Jn@oGY z&UAIVq5Mu@L8a$JcCNL;gdd^bnjR zZ06;+zHDmW?Y+AYv?YH!OJyHKD#&2`B zU7{N{Z**w$Y+2ZD<3aZ>;i8k9a4K*O<`gU2FTwxXGn128IwMx2a*t~)OR`LHkgU@) zBw78ih_hTt7FVG^CQTn@cTaNW3w-_sdqbN-(qMZinn5#i>|%d}D^t+oA4nBkp+D)$ zLD?d)P=s#OlSjiR#WZD#YcxpA&oP%%bEi3rQ5YDZi<*V(jl(N?q zlr#g^IsXMKhuaMVwLTCZMx6spG$6p8lpXcKeT)GGO{B@g;=W`j`_S9J7J&Zs$J>0x zJRerXpEyIw($F1oNmI;ymk;kMPi;g5OG+ZvmUc&->*MSe)=?Iz)X;>!Pf)w0vsf3X zKNAIpy`iJ3r@vZb8Q6qro-Nl1I6EwHvi=R1_6TL7=5}Ig>?m!ukmtZg>^2TTJ=kr^1(ET?d}f!4 zv70KUY03Q2n%c)O%kYmNh~b%)P_Xv+g!WPWw3Z;1$&6tswSo2}3DH7`V>S@k;FW?` zD#qiX1T3^~eL@%4?ht({CEaAEhic6oGC{SkmNBV~zMDJTxmg&jOhzfym0Jib^|TE~ z-|qxKs^?vI6)Q!ExyI!T6(0hN2XKk5X+cR(y1`Y2H}Fu#;G#(;<`2IL11K_|(&29t zw8J+@zv4N~nm#a}Q7zoUjU!M#(><_sr0OH`m<$C= z%k#*q|)|qEdpINr7I>SW)zA=Hl!{{lLSWbo) zAAeP@>F#um-!VOh?7$8xR^7N1JR*{?f1cQ@;(=_TX-s&3M&>WDgl`RTguPFYSi^U* z@)w<YLr+~oUhuw^v|Amf^20af@KH2GcKy9DkLHta=E)25kv0D$fB(t z*IsRZ?jpGgIVvE66pM4#`k(oYY2lfnM`5)G>nmeom0fe8F9skEl&;PYI91+L(l{)UfTgLNga> z`3JU+AkWP`3^efyj8mCr>yj~F2sf!UQPY!?fwiL$1L{$3@NNgxX8n8aZ0e6isgN3A zAM`A{@n`$!lxirN$$6*!9iK1r3 z$eBCoDt`lz3HQ<=-%j-y{AP-mQzBV9l^1txDarVEnR>9UrwH zn$*OzP6~4g`Or0l6dlGvOl~+~4S5#{%1F+i?BE&VXMauAr;LBw0vCW-(#wqs&8swGKW36nxVm zMFv4`ft~wX`#g~fOcf%{p_q%^9KJHo+B~P;h@pXp_C5}!1;1mlDKHJ;-c~j<+g1Or zNl||?mTCTw(dM5Uj+8{!t8`}4IC(hQE^B7-wgP`Q8%0{LH|*^*SX?0CJvI|HFS$J@ zJ~5j;lT}LhwAFj0#G)w5!>)%D0W{dsuXR1rQKVR^!Mken_klL-)<%8Xb6mJj;kZJ6&Qxtv=JCXuj@2Pp`Oi1# zY(yQq@6~i*@|`VqEWN)sD`Qz61IzUIBtK1mV>y1gYqDZ;5P>H-jC_p2h1)0RTzTGC zE%nfC$?PD|-uUQwHj88w+(^4%N_Q~AHf?{hNp)-B(!&-H;JptVDmsOYUX`G2O%qfG z(B2m&R^1)TeFF{F4?q3K@b|wOe*ga^K4umU z=KsA%U;H7d({TKN6@EzS72*qQAhb=8F`(iYy6uF6Q&SFQsIT8Lj`9Wc>+KR@KPdG} zEIicd=mL5ltpz~v|C<{oCr1nPS7-MhN54H+k0aP5U;E4@YhA!^99}xx{itSIxqnnM zYR8%ygb1X-Y)3a;1}6 z<1*hzEQXoZVX~-ZiSBVA#CiAvqL;U~y`f;6BX)(?FYT4JFR){_^*VTBEvi*v*ym8p z5UL;k$z9N8bKOx0%oe$I&vLvCIAxqKhsim`YVb03+HIqkBed_2ZF0X(XpS0k)zCu( z+YGF6av}0FLp$$I;vXGx#eT3-g!ZN7Ii~9E2XlKaI+eYRX!KguMXm)sb*&bS?H|11 za)jhpG#UM)_yR^|BO2h*gOf)lGmQAxp{!YcpS4wKNo|Hr_${H)_YXR#H)~G4#Aj%? zL!5=bGR+Nj-Snchahf`*++JnH3qdDgh0Y!7UVdq_6^-~aR?6@-zwwDXJ9|hiN2hvp zgqn&OCsVrxmh$56dO(s@WgFANUd(i9IE`~|GOJS*1V2s`QFS_^3KmXI$x+XbIn?qy zN%h~fr6W3zK9$RM43^6o%vP>eNM zT#;vQW9+PF^lhZ&0GY)2SOuY`g-(hx(fT}8ey&5Nj1R5R13ro;@!U!;0ifYYy&kx(c7>E2}54l2v3q`PuJ~{T+Wnag`Mh z+u@(+!mMIRw8XM4Fa$v(NQ1pMa_X-vZ0&);71>q|z?3I(!Ms^h$8UV&eq%>K)tP(( z#RO4^#I=-QgAGmxb6LeA=S?8uwrOIfM6$Uf@4{3PqB|pkEkSpV(>K8E^M#C{A+_Qh z`)31SCyyz#EIyrO8bq`XlT8hfjeb)BsoH=Blyq+lAXgt`J)m~moy~XD!=1`BNR^Z5 z_VmbS790Ma=mDAyV%}{ia%`YaRNBb88X7bnSfAV6ugxD2WfKB&T9m#xLI60}Ue zBy94Y<~9+G1s}Tonaq1<9s=5taRLF(Bt0|@`~uDSb!C%p1``{lMS+Bd>ddcAo^O=V z>^Vl_ct~~N#;tfh_fa>p`OKu1HeGz>;aq8$CgbiU2Kc31$+z_P8ezX|*Hf_gI8K(v z;^6TNXvfhZXmaBDhU`>T#yFAmy=$aSL49r5^x0?(yS9RqV0$2qTu|){h3ssvk_JnZ z$!3wi$e-7a;%zO^wp2XfVs~$;z#E<)G&cR2difDyc6EhuAmAF8V8F_l-`H}qtIJ}Q z--RPDk{3p<-k{i+>xjYd*TGp2FI63>CZXFBFy~L=IHH|O@7!EQBR62$t+4M_3DYyF zpFq(H$c^((bpg@dV4NuAHQ>jz_0Qn6E9Uyl+ZI_i4!j z{;b3{;oYbhU#B%vLMQMeX+vXbL6z~z>WG`q&qq0dq(t>8Fl686YyRVvyGwUc4Fy}K zdok&F*25xES1iGPbg@`kM70GdTw<8t1Gz3hWyre&xla>+(>* zu$TRNiZ3X4kNeP}x?d1fdZ(WP1~=m^jYS~R2dg3C%DVOlwWgKLoIDK;jDEvy?*Oq2 zlJ$n0CE{m2P79Ic5TVr>YBCsaIAsVTO94JdpVcHuOLH`U=X|N$nEQoDgMir>Vpc>)@t)mTGRE1W=T znn(4a`VXH9I8wDP)cB?y#J6UvYbqCp8P^}HaYrk^ccyyd2z;jiwH0+O=(pAYsS<@3 z-xpB<8#J0X@XuC(N1T)a z+{kf*!iNhM>|J-^D?sJmUXQ3?z9&XXAR?D7{|4EFK1kW)nQhUivUY*U{bAK9`j%JK zLXf=t)=|MG9J=>hw6riJw{Vo3X8H(GGHaAKdE>Xbj3VPrR za71^9iZ>uJoqvSIJx)=MRu{{E7FGOErXKKM`(a(9xR9Ht&|T|Lwa{*U{`G#MBC2os;WU8t-b=b-%}|_W}Y(3pztd8S$08!!)7<- zoV;1|=WhfS+&GWjj(;_&G1MK=B($*VfyyiGE-0JP{Cd+K?08xxslN3eU#RD%OL(jH zg0FD6$RjJcP8<(@yS7!rr^rH!*hsW!SV3*95|TaH2xO~hw;ESrTiz`U^3m5&k_Dg- zvA;f8Z=xljrK@WF$f|?g<1by4%vwpYZH87$nr?X;A+!>`4IcKyC$F0iOaLE}(EAId zx|aMnx5)FL5n&ytKa;w;CK~RLEym4}wK})G(ylC;4&_ z&S17$8Q_38sbG@Jf1Ea2;V0L%^_c6e`_$du&m5_D(^~&2i*f!}?FD9LuKxp6_zu|HJszrdEq(SKif3!r(& zGU$w>h9S$&MOm@k-Kt4_a#6^J*W=U6>YttDx^C($abUQEIHTaa>nlz?>qa|lO^ zF8GVc08JPco+IS14DlOIUp(CkzH@St%^ES7Y&_Qm@OtI=C1jl0S>&o!tC>nBK9g7I zNe#~!)g)8lE(SDtx#_3Ga8oN@w^#NkW%Zy>)AQ=;e#_^M=#~kDFXK40o32Y#KF6ag z3cpY7snJ37)u4Jyn&yzmK8`gtuim7ZK>TjRO@`|yKXuzPocryRePVi>09cw=C$~t$ z$cN7(QxqMxBY)4L>l!|cIRB>tvM4AKBbsz=DoD}e}bZ~p3s`q+ABHT@yKCGk3dl9}d08=lGoo`o(?uJ_PcR(@BVT`H} z&G*RgLzamcnV%F7xzB`w_6$w6|Au%b!H6e@_9Sd=a1*rkht9qZJI$GpwimS=J}2>s zI*@YaTgb(03a@Ua!pJX)6tg6Z?Y9j^HzywGe#MHEz7IJGPwwNM06*(8Z_CR^Z;h#J zsr|rBt#NqjT5zfu8?A5(No78a58s>l@^2PO%=en;N-O4i0oqw)uMqGJW&s1$GS%n>fbx)5PaFX89URGa}QVB-lG(5oQifp zW)b-#&zm1IY|Y{}j!7#?37kGtrgEegK>&z~*3UDK5&PvMk~j|%4z|+gs8CdJL~3P% zPGlUlfrzaf&^J?mqpJ_GwCZOtgY&cg>@X-BmC46TwQT6h;oCu5tUjik46ZSMc}^Nq zas@G6g~*hNaOJX_uc2WwE}}u`kf9{XWwV8EFEJ$Y^#A?7(~;B+1@Q}BG(qdue!7l9 zQWCw$3=307dJD{z7MBPTrb2es#{C83Li)g%Lm>o_jt6~Z1({zhhU{RATN&K|22OJ} zCz>US6dsmI?PpnqeI#FTP+nP`fmH(;AIp%o&sqJuG-@xF5l9ExR8#R!2|}x+(TVyR z`M%zUWu;I)Z_i(g-M64cw2#ZrZQ^g2`Gs|yBQ8*j@u;F4N>QB8YIacj;0q=}(%1+; za|~^hwcARB_Cb#+$kYWyQ@(w{uzE28|&12gbOAj zF;x*9g2b_zp)RHAn`Ot#-OmRN9R9d$w+l` zG;4%4q$;!LnW{q95=>=P3w}|I%ki*!$fwx(`n?Uo3^%^k3Nbkke<{jsF5U+fZH>W} zm$WD~q3~2r0Yn6G8PH5SpR#NgNi*D%vGK9%YDxKpLn86tH3Rbg-aRnf993aV(oeH* zag2i9ku;@MYHKRpC0N%FwGWU3*;vH*xN`64nzaaRt|1MbEJJA}=A1vHOf<>;v|x<_ zM@<{A)5*4ot5#H2E9b<%b5a&i9Hx@sYm_>o)IVZ-Kp(RgKz}tF)3i|3+bwUgcCBXG zs5;UIH>oeRD3pk>&nOBzalNhgkH>PFjVln5_1SiXOUI<0kA5<{3 zMOrazg!+DN!B;8NQkio}xG9HY1u;e(mLiFBx--IAI05`{>KXAKCG|y0S~U~qBSIzc z9v5hrBVzdj2EQO_lE`2C)5(`AV>6;ct3tLOJrK_Hh8BIDG9>?6t>y`-ZY2iq+X+2) z_E_O|1V}~-{VJAm%9P&>MGIFfN4i&W)WfWA?mR+s{ro@E35;`SxZk?C}~w zf+%CYk@p^cFj1k4Y2fCBw*vTxK8jb=9>!U7x@EEU*n3@|%a}jthA@A)H&xY4mamSU zq4%cA|JCoSYfTutrMl9jo~PFAv}X1w-Djovdh-fjlN+W)!66|xMmt&N@|rPGjHlm; z?c2JM-^l>4g4mWT<0Pobfc=2tKk9MDRG_*sQEtq>ns#EC*^8b2H<2Ry6Pp^VPYS~( z%jgdiS`H9O{Di_TW~L3%oK6EoYb9}iRNGUds;WLZlC9ee6g#P;f$mIxFKyZL2KAca z=5;d_?>lf=6PWn=@l&h!PXJZ@6+?N#mi9DE$|p{7qW}5VWk>gRU-S4^C3_3GCo{`e zt9FcK#Z22@aHGLIv(@iY$wX&b{XBWXxn-D)DG;Qe%nyFW zHc@TtO{(i7jvn5^sfecwqzV>y$Ls?G#VI8Fh~}%1A<#y=L0K~1QM(tcz4mc~(9K{E zI(xyq&MKwNrLtRz8@FKI8M^0KaW|}(OWY$*Nkx)pmnpkkh&=;_2z>6?HskiNg)SBm z%t^wq=L+?9oRTd_Dqx|p++7?ew$Bz2qm#(mk;9faPEXl+$1{&~7-`PZWKr4QX+hAhJRsu$&%YIz1HVCrvME)2 zK)k8Lyc}BEI7z!?#47~hTyZ7T=X7FGGLkbReu|QKq6iH{XEjoD@6{PClUDoJ;_O2Z zQ@6tIV7U$J)`_vq>*OM*QX_Vk%xtSC%45c-`2m*TiXxXS2%1v6b^~SRB!ZK#o-3&s zDazVp(k8lVn3B+B*{pl#Njy*+t1z7#)S#fqj9@eE0BNl;G>{fh%WTAE0=B^(A;jVZ zvbZ5x*zjEK%GkdX+{w{cm7>wDu`4hv$J`3Z*@5LW0myZ(cFsrj`9Zwac7b_r6K0UK z6l|%Q1=jK#F|!aJf)S{lJ3glBf-q&tP$xWYxGjwYDzV4`L1UFj%o1{S+tuGejK)o3 z0-;L6?sHs9KX*k8%1owks5-sQh>Kg7z9}L5m9Am#lSm>v%ziTJzE~XZakPwHprTBi&}* ztWA+KdZUoXX7XKB)EgPFZP-#lE@tJlhWOoJ!= zs{&fk;hnEXY2_)`%A7B-^{Ek!k%$_sSr)&S0Dld+Z<5uns20v1a*747EXpi4JZM}) zD)5x{3!e-JUxdxf-tePc@P^_}Dc^0kqRyU4&My1G+FFfOwYIbQva2yUHDhyVAb7C7 zXv0g%xy}`(#Rv0I^Q1wR;+prf1WD{O%@H-ZKqcgqGp=Qk_?Gr{p}bhp7)T#16S4yC z?uFApvi|6s`};|OS!@5YZZIwds+Irzw1k&r)DfT?N){h>6BvNrp*XgP;0=TpNy#Da zoB~M^Y+M*eV^bT~+$1HIdWfVS@F4ZN7N2S#{;Ufq^F8)Yap_FQorp9>b}M9I>a+GD z$(h5v)o*$l~nWd&3jhX8Y;5j(zJaE^D+Nc=!HTenl`=@>zL%EvX_1xbFRj7X%NLY@Tdn@Vj!`E6JV(ugYb8_@vs)gJE4IF zkcX&M6l__^Xq|VMPOF7a^C&?K!(+L-Yx!^onU1vysHAb(T|XfJIJyn>RZ40-6n?hN zA^@O@%@&WeWm|8Y%*Q%mz8sWPdI3i+D?b_t=E8Du0*SW2YhpB1Weru4cRf;w{?Kh+ zqXfioOpkY*rRSZ7L9>P*MT>L>&tm0KFMr3%v_Gp^qpJ)MDwNU|Th*c&KFiqY5w8qQ zs3b|KcQGl5t^1A}JA4i$KNSen309OGJ-yrGBm{wh41temv3P;bbR_chGf>)o0?k9Y z;&j%mbY3l5oLCSf`qYzP%B~|y%XMj&4f}bXiyXheR_&6knf^UTVSFb>MK6(m6*`Q= zsfMAEcw%MsHzxnLvF1@FcvSCml8dOPMoU02s4yq`9?=a?N<6ofZbJjjZdfD>oQ6$? z^N4S@X#djzY<6GlB~fvng7w*B7PU(R8{Y&W?bQ{^?A)f^a{g|>5ERa*+g*Pj<>R}2 zR{O~VX;WjiFCML1PfI~8&yTPLb%2J~E+P040O6&`1do>6z>hvmseE&~wP717dV28d zm{G}_AA=kvB)kAnNrF%oO7QSi3-bG1%AHea9LzfhO!}q@_ENh5kV!t%Wrfdd^Ucp@ zy0bnY?*xOdAG+fI-SDfCSWyFt;RBHXIzi935rn&`bCuyd{H9qHNzkggv6D$K7*DrXhaUbr z;a@qqjp`hK6W8S#?t6InQU7{z{`%VZ`Tl$ux;pvHyC#j;@7LAir;~%cZJk;X{94n~ zd)>2B;=<(bN;XSU8k$-OijkL%kUtXlPe#NlR=HIY`l>y$=sF0WW1#zvl>gYv&hjsV zkLB1!Hn(KHzW=qD^WdUk?;x$Q)L0sIZcqRpM<*?_z z2yTf!BQ4)tXSF^#R#|vKqnbi_~*DD9+#i@xwO`s zK0Fr}PdTEeNXsjnkpWB)asez)Eucwwl*pbG5Rvkpd*p3WJgX;gm_j46iNH%p)+qgf zDng}gY$l!c)+X6{R%gi+DkGi4VxbxT9s5KfJ3{_JEG4LZebDE4)N@390$`-zgGUbR z3~>~;;09Mc{W}=}=mkJ|VtyUlPUi zRxG$}gbXbSh`=&+H5784TxofK7gr(gUO?XnUrp?zm}1Fo5LIkg*dG;M6Vg30{QWE9 z<3i$(>wYx}>NT-A3noUTJ6j(wSTY8eY=&wlueW(BQPvo{w^NWyCKXep$_)xdtIQlM z$t#iUV=o20hAXkjxcMG-a1YkWq9$ro5$_D(r~qTGlG&?v9FyrYa}3!`vLdXN;$V+> zEuAI`LJadsjMyyqBSE=*DFn%uswL_JWl(>0$9I2CM<;lGx-LdE0B$C9+mKtnXn&Z? zU;(pbm%hMSeD5kZcO(8-g8qPtqbfbTZT=X zIV25d2<)%?Uo|F|;*KQ|-mJaTMEEAH?eP@=1}{mRuHg-8!+2E1XFej7Lz{4QaGx%U zy=B!ui#%~ovSXT7QrqSAMx6=sG=(G=y=LRH_Xq2L8k$Xq1MEXk8F+IJEHpe6AEfAg zNb(;p1d@sFtgd_;%F!cJw)0|cHqe{AzXTJ8Q2a1P#QVP`lrwN|yAdc2i?UIqXsgG* z%h&B>i9b4bc!M(D!IOCH& z_6&ZANRAWLEI}v_(9yjyuB*iAyc@1=?+^@qhokO~#*dx6fY}MT-4IDwLg4c_nc^WaE97MNN))q}cBh4E57_cclcQp2bWgno=K3zc(u|U*utFKy-xK zun?Dct3^v1!YX}id`7pY99wO8?Io*hQwBR~95#dB%Vb@wXyp!dlR*tE%Sg&9K6z_K z|7KH5t-_3H8uWznj!#$c2HwlZMU=j@>h;kXd}62LP33s!Lkyc@_?x)qgT8uZ<$6Xd z3qm9Fegv293$GXNXDE8SGDgV#bMk#GIKDVRnNN5u6I7S zy|;`lH^VZ->9nHqXLGzu#lbjti=u{LYW8kTcs*x`=QPWc8cN1s~4yxCOvm<=0{CaVpjqG z^HVpJa7=D#JlaEZrR!H?XrA@N<^89@>K9%&wSh-y%wPf*P74@8hz98E(e(?}9H!V% z+X6op`os*7Uq8Iob@dYsOtXj+{3fN2MK13|7uxL=0|?`a2l6!~7=QRDm>cwsiK4PX zQy7%tAL{#zYRISnw0~GGF42$cF0oCgs{XNL*>jek4!f_P8&6*;<&_tURxdT#u4qmF z=M1&!p+N)K3DFn7F1qt=uWYKk_SSsq{Ik*jYkS0c@12*PS#>=m$<7h|>6X#!vU8YH z8zR`*L$#Ccor=r=GJJrsk8FU>Q>Z;gs!+PCQSGWg(sL*?0-T%>adn^qgwmN?Ea9wf z4_ZKS@!yao9+P~lU}yeDq};5!PN&$!MC8|Q&8f1VDS(}oK6%MjdNTw2aZ(PQNJe#c zhr;_5*i#=1v%GvofixqF+{w@-;$)z{O~e31~nL zRnO&ScLdd5+d=Si{V1QOM67@)KPaQ}|G3NQIQim2QEJ<`6x z*B|A(z08N1gFQi?iL(2>59;bif9v0z&$qQRemnoq?(Z<~(5&UGMX)!so!*W5?{>`- ze4CMQq}vNcKUqUrKbQ6HUzyLE%FnSZG%lM1@eeW^2H&LHC;GP!kF6LO@H9)@Zwc%0 z=RsUHo2P@d#P~HRarmqCZZ(u>0>BX5ebx)Plr?zy6(T&X?cL&?Y^CyGZo7Cqe6*lD zfb(OP#R`?rQruc}_5iK@!TYKc`Dei(2Ggatnotu&sClHppPZ=8~N`o6{ac@cNz+S zrn}PY>Bb)K@<+UEl7G|m-A|kMk6XE~P9(`NY&hw1O_J>nbAQ6zX$fNenkf=h9w)-8tBkvynYoxnC|;7PITYLZ5Z*?Q zWHiD>F~9#HhA6J%Wc~E3#eV!HxVyts4>CEj&)SR|Ee`f9APkwoab(7^9D|xyg_w6= zq{}t z6ve~3FFT-Su23&Yq=p+2+6nfnzuV z1%>G84E(jTLMBLe$3C9?7!8PbYor{z+Ak{t)5AR1N6xJ-WZM-2rd`-VxB!7i1N8eZ z+07ibd2_VKZ-X!C0*?WlMW!~6ALf8wglaH$H2)2n5Pg!9@*o1VLZIQhz2rQ)cyaR| z318e%(1kq?v=UMWIq2mi%yvc4qHu=`pok#6z)U(t6B|F+bbzAbp4jdZ|B8&)J;Q*L zk3Bd3QJe2fp_nAiYk;B}HYfnl3+^v|hj^|uMJ=cCNX)Uw$4%t$nci_18;BSMs%QrX zvb;XM&~Y^4c6owD>F_L|R$~+63{?370lvMDT_d)>1?+9@%{6su5DiKWu4t~OEYR-C zbM#raj?LqzoTI*t{AaH<_n{1*b*ZThK&c~G#7If0)xyr~n`|8@*pPfFH)}g(34noX zj?-!BtaV97z3JUR#h zAkjyBO>se7nNvoncEZcF!_e8zs5p(^6KM3meO>k;`v)eq&WkpR$K3vqeLwPGI5=Qd08JH4~x% zm}FDBL)Z^C%!)?zs-{%JEsmEhO0|~929*Tjn)FUmU*RYs!#wA)wl#c|3N)X@5x~t_ zMwjN;XY-4yBFH1?qBIvd2{5M;YaPKyX#gut<#rUKf+>#%Q(JpSV&CfonT~QyMwi{^uXTt&@3)E3gbP!Oo7kyBBzsyxlPLO_tOijx6Gi1#urIzweNmL}uk_er+p7>+C zO-`&P6A_iqpy|ipx9o$w2oh{_eojN5h)c@T$aFLLV<593yNk&&-}ye3y3Ok_FGXd6 zu#)J)wbCy)$^CDnPxS}_t7ZDbDs0D1z^r^$p{=)6+(52CZ4LDC!;10jkiMz3j}?iX zO8m@ndDB!96BL6}TQv-kYV4ds`hDCwuZLUVPG~0qdu^&z%ofe1T z+2f80Xu-!yrH%1oYV$HmIsJ63$w9Yd4IBAMv4g4rQ!2q({v>tD%7syA%V1{v;xa8c zsp72dWc$ctH%ljcR)hx22n+vC+}c_C*2{T+)P(FbnQUoEr$RQz)r`b#7RQq*^Clx) zhq1C)YfEj>GvZrVF#6JYbcNfeAJ?U58(s3>k;9qE+0&Vm#onyuVDg@r+h&h7)op8M zI2^L%f>K%g(7d*J{<1Q;^pB}a)Rz3O^U9%&+I@LrCaq~fO zy_}Ob{G>ld!@6Apu?lv!K;JOBx1~pfh&K4cIZ#x)EJJ+c!K`Pv$9^;XhIh5>ceSvm z8hOMrzyEOD8^>_KSSw9ZGU=ZgOk~+IQmG^XFWIM~|$LtJ1e zD`(jbeheEjfaU*mY}rL)R3D@_K*NLQn);8$Xv7ij<&tq?JDM}#nUXB$QO_7s2-ho* zMr9AAw?}46a6p@02=!$QalN$nO0f^T=arqDJr_MegnO1x^k%u?OMN`VtHFs{?(Fe5 zE`9G9CzDRxPmVpvW*8m%6_cNl>(_?ZaKqZswvs-&NrVAvU{xa|4Bb&H2=b$NXZ$f3 zE!T`YnPp#_tIs4+y9L(u&U4c^zYHhE zl_y+do^7<$;XfQ9{EQ8CGexik(#8;IpHbuZlqsY*+Fp<9FwpxHK&Ne^k+Kv)NBu%H zYwkW5{QeO{9`xf$D}nxFGXC!fB5X{||NjhNM0+OoxE;3ljPepx%38V61UQBdWL=k_ z4fGW4n1NO9EP1H+m-K^CRH@L$-8{&kR6*BNGxhEB9{KA2%-B!ne(wtc;a5Hm|2HA=H$YVN}j$7+?Ri=;iqCd>$SBkWr_6-p@{$7(o$tpc=Nllmp{k(!t=*Bw2g_V z&T`~zOW<{s_3LPBuaGPE(WW&tDw{163@lCL`-kVnsrq@{I@h26lXfwH#y{Cii(XER zBn(O7ahaOK7Z0e|tbVLWEpr~Q0_R0d&=spwS*TtpeW-ox z;oi*}C9i@Wyi|}^Ov;>o41Qq-1dQ~et!s~FS)lKuoeoVkIE+2KHdSjY2u#~}j8+6g zyFK}9-gDnn^Sa0uC75WOvSPZ^J;@doWJrPJaRAqWjP6^YbSH(^RyeWQFy$iGzoxAd zl$8TJ=_3g>H-mM{HUjzAo3t{nw_z-G>3bq%X%9`612w^KU$l=O-NBxTfZkGCuc02nJf~oG6S@YS5F^l&^5oB=+4>Z=$2|D-HuOR+Nq!J(MU2BRd=L z3d`EM(Dc^<;HWJWs-H8qSIoDV_IdM1d5gVPQsYn*_W684#Wbgda ze2PzH!&q+;@kAA7Q#fmiY8R8^^>^zJ)8IN~V+u}$AiswWWNGY!kBp*aiDAu4DzFPm z`PS;Hsoj;X*e~9p@96Xu)5s`ApBm{l>l<+pwni&k#IJ!vzO=6rw5))5%nC%Pdh866 z+JMK2;?asG*x`(W%?WXbts~6#COZqnAAZ#)W-~>CwWRN$6Qks^E$kF)iKsgo+O#9t z^HikZjkH0+?sVDvF)?nCBnlH(wqzp^mqgeZKvFBko*{M2;+2| zc53%gS!f3haLive3ruAlRbCJ37+&U^=mXxE&9NQ~Eh8tq---%<8)WnecD2OeJj7Wf z8lR=wg$Xqh7{8?Ybt==RuxFwIbU@FD^oF#xxfp0!$tqQkN&G5(Sd3$8i}Q0fGDj4_ zTBK5Sk0MkJCbB(R(Y#;=CrUE#D!|Q}2HDD2wc`Cix_V&E(@hu$Sbr)_NT9Mtc%>jW z)a2FUgQAb5O>4n~(U}Fyjr3a|q>{?Df+lPjmOP+5bpH?`+qOJbBMbvZZEROk7Qri2 z{~i4bEe$9f+y<_QbP(h6qcAzQj+(v7vaUbr1At@>N)lT;|A{WoZ-7d{C^k*5-<4jfsbMha*5X zRe<10316kajB8py-Ll;*!kc$VDlCk_O1Ll<&+(a{2qy#TAu&BLGb)pGnjk7b2Q1!A zKqJh>qx)>%IDKeX9O4sQ2ha zKV*&hj3i@B*N)Uj>Km*$&l&|Wid~sbRhekn8F6=slON61RN?8g05(VpkQsp}q}Mm^ zGO6rPlLl4W8b{q%3tVM*r(+4fw4#hqtB{$5z6fJgqp@uoi?F~sub~aHoHu<*OBztn zNS>Z`?m&IxM3t=o0&1KKVrp4_^wD4(b^KF_mLR@1l-xs`g97GcB^B?;MSl^Eh}|`s z!4gj1KkK@xmj0dMoPH)hDMe!W=k#M*b4c_1hTZ~`NLV|RK#+|C4vStBNjh+hm2Ri_ zJa~;K#T~fmH@wl#=#KW{r#YAlVW23*&7Y^_(ej}hV`=xH&`QUt`h{BYJ}52e8O$e+ zz9uM_oncDm*>U`i!+iZiJ?MVNz3L$+4Bl6S@>-w}Uj3o}2aJz`G&k?C)AkCEXnz;o z5;e1OHg_kbRYy6re19y#sF@DZc`mT*Z`@30C%JMuKaW)!<)5@#aoxT509ydBUU&PR z_Be}Wivq{n*AkZ1-Lu8E#U6)A{7YLxe)TSWzVekB!2ywNAG%ElyMr(~UzNYbSAPol z;_n^DJ(mLHws!eQ6=vSoJ=XuYUO`_u>RItddN>Li&Ey3~ZdPUrJu4e1$qO=dq9J3Q z@@|?e`7@_#NH0516K;}_)y`V)dk-f0|Jmr|p|EW>OyOn41;i!6Q&G;IrMf=Uy{=oV zy|Vi1pBvj?=6^CVO~_ zD6ZfwBX;deo$;pdnIwqO!kUu^s{-DPvSoYkY$HgMFcKT_n$bRd6*T5O%5z)wkcTzG z#vTkH!t*>f%icTwVy~*ZB7SH%*``+Q6|#rxe(I?35v*|j!SeR`*u_Som2o68*Z!hFa=xM8mMpiB zsg`vkZx&Vf=q^JY>JI%>2uq~6g%log!x^_vR2JzV@G=Ge;_tyUQh>{04JtxcthIT> z4X=KX@a;#2EQlKIkjB|Ey9X?5RR#~{$sSfRT&DF_W7sC7p$q7=ko`*m49&~zt(VZ; z(|o*-gAx*&AlbE8F354@TB7e`&7ypU!+?J3$jyDq!{H_s7GL)$sIRGswfJ-hI_ zeCVKZ&f*&QHFn;g?a>1ytgKb<4J|Zf)bf@>Z(U8?uX0aMI?s&Z89xUlVO*C( z_rUjws$kB8M#2}HCAZemTIsGU;nMfoBz;z(MuuIv(XGoAMKC^I{fv{ie^lozN`b=v z5JOoR{>udf)BmD6w`fh(ZnMGcy#52(9jz}qrSE7?D z74k4o&}to-eZ^B;p5MhUKKW{ujr_LB!F~NsJ>BU4Ub*{!EC2ZA`T6GY`G#4pG%cc) zzJ8jlZEVOcc@4cRnXa?L?e^;qVIRN^bGsau++csBetuuxQuyE8Yu%>4V0l6HTmp;d zd_b~+eeUB<4+Y0WeCBnXeu?dEk{zt|6m6xUz)={<4*bL-Ne}GCCYY$?;8ya`M`kEwmxGRaT`{?f%bq- z0P$h%y5Ttb^$lPO>)q)-@i{D;rPKHU*zKkalD^TxrwJm=$jV^@2V$ZA#KejvmeYPz z3`;6O+_$nnA3g}jzZgU!_Z=rRl>8R?8uAy2o=_+Nk@S2nbfDmdm}B`BNQ{8u;(AQs zHa_Qpi6h9*qd0nD9|4A=I|MGV9A+Q#sqd&SY<9tUP7jDPQx~wFw1PFwcH5d}pn(Y3 z#^(nZ5Mgu@1l{xYADCtC*Wz}yF#oDqGU}u>3Q31<%Q3`VnfAm2fn4p~lgl|<%>e>4 z0be3{iijBq3P07h@hCf@B99#Hq$g0$3vZ#0(IN8}bO1ggd{hTgF443-rSuYO?lO_v zvI10eZG#&Hg%N2YlmsNyOZP+(l7^Jsk%D<+rRGD5EN>1r>ku%g4YJKy2)^JR#u~?b z!qBPom9xs`f49$#s^HGCzk6vaWF-AmA@9F#(SO?y6ObH*aDxr==9QY^EC%< ziU2N2G;+gB4s`=5;1q>QK@1y0WC|OZx;m^VPsqE}kqQFEQgvPtFg^|MlTJYvU9MNw zEW~xes1XvFV;C+AvnG{?4MfItsHc-ovOR_sXPokx2wer1TcBz$%?a|#EvT5Oiv)qH z3}9wp6FYNb0luWM1aa8UY_i)Ti0_{Y=*DOpjgjye)6hiP)j29MvOoDeL=U%tj*}-2 zHp?g?$=`ion}%0!iCBwX!p?7UM2fcQ z-}^lUi%y;|_2z^NewFpoJH?!o>N2#1WDHAoAf&FW$O_DjBDAvkJ>@DOqckZPTs!1CiDKSziP~b}0K2|)WQ0%2NI+i(- z4>pYCsnWQZ7o0S->?64dD;CWK+=2dZ0Z#Tjsbs3M|Y zPz1bb&sxLS0`x(RwgLlb9g5c}yIA(L`;wA*c1cxUQjup-+*dQqJfyhNZ61V>I|7|G z>sm3%Lw~BWS!#^96bxmt8AG<~N`v@P>zpci`pPEU=qNO_SC5(sgz?T_wtPt#9bYlwkQJC01 zI5g*)3C58NH#rGi57;EnfGj{vQHI;|aTiT(LvxbJGM z&!L@5n|<}} &GWg$Ulj_rkwndcVNg1k%!Io7;CD@X?!;!tr=h{%*PNT<<#jv@_ z<&Dad?--NUOD)p&RWC%eqsRC`7ZH|XGDKnOjfiT|57fNjlBV1vA6{w6LOvz!ss?o} z&X_%uFBjHTi@)X0in}m07v`DhFJq*CjzzTGYq-lm;OoGWpqQ>%6b07DOBM*0L4 zd3S@6;OGJ{adiNSvVx)aQ>zp{=9;c|SmuudF8&tz(DaC^`*l9rz@>+U?)sL@ zv4P9b9^@ZMm228N`x(XuJiYI~e-!*ln_Wy{WB-b%{pBl*L~ho_SBdm~gO{)YG3qTN zZ_7B|GQeq(d3&gBb@e-JAvJ{%uTouckH2 zSm{+Gg!oFA@CGWhb9w=v&L0i-YfGw@Ppr=Ka^LCkUXkxq$F((5TglThSpCT&6A$)# zl{Y%PzhG#EZmahhRBaDza!^Xu{KJK;c(=-1wPj7)fUXww3)uv z0F%sKghz_pq6Bbci5!)<@WsKp|J0p9SHV3tA3u_xvV3V7BV?Kj)(I^wDa~i;-W&WW zp#LD1%~R?GWT_EShT09*KSTF7Ln7|E=v09*%fJ57%Aj+-9=I6F({E&^t~Z7LU-Zew zkDUCE(dWNgFt9TJujunXLJMMcq<=z-bMRrZU~Mvm@*#lMzz$Z0wm^8blW}tVuivx- zG!u{s9TnTTeC_yTBc|YnZVyD0ouBTCESTTr8R0j2`#k>;`@WF1+vo4OEq;ExJ-^j9 z)oQryn9BnbCntMp5Bd2FxOk_nU%KedocXV#`bh^WdgXzo z8s+kUF~k)pH`tl^vq5C@cVQ0&ME7{5r7ontTjwd|+s%5VEL=gC6SXHTDlJ|ORxv-< zyJ-}1&j;X87(8W_#cy5I@E|HAu`Q?Hx!W-6D5fUpMgF2GquxE!kCsmvEZ~ecXR)d}Cn zaDwD=jAU8JO5Jzoe)n`aXzuE2kQ%P&Fh|{#hq*HwiM6I^IE+wt8Pl>gCstBLQZDA% zP<@;)*@r%y`I+0QiYpTxN{VpVxVY?Z!8Pluj!j^b2uMelM_BVFn4(!MB5tQ+0~Q;Q zXAZy-8M4rn`$(zSAjM8A0>SCWOo)NfCam!M4#|iO>5{p&3-`En<}!t~DdM+tmj$FL zK&>EzHAFySu&#XGXn4$`x#9$@B$H*Fx#-~wabz&bibqz6lR5(*#I$+B*j$v8c}*jL zxvi26rqex!L^2t>sT?7LU#SN}|7UgZVey6K$)PG{#hhG0`*n;uKfR>tA!g;#f1D5P+l?p9t^YTGam8n8> zWsYGQspRH6e37b_dRDHbeBL3O0w?>3cj_vuWfqhMfY0?N1FG;#I*aG-Qz{4f0y$iZ z)ZG)n)1I`3Nq_o+pKOXd3vj|H99AZY|TWvtjLr_;(1Yq&0tw9D+@Y}?Vsbtw4BX^H&%p=W|A zJ&%F9{lTm^0o;IC16(tBM)FLA#-U`FVM~5PMZFEhaubWpMTou^c0O3I>KfK0IRc~GK*+1FV#(P&HB++qL_)@B|0r600p1= z@33-$mfuO;dK0qDW$f`_xs3}h(X(4SWUVup+eBRQ>#Usnn5RZKew_A-pz!YjXW6%3 z(TtE5@~;Bv2y%(n*Uc%L@MAi=8>R8yN#+Dee140w)nUExiDS!a%yGtP1Q;y}LIQ4y zgK?7+nQNi!>YTRLh5I}kBOZ3_Gp6=l5r*KGHONPDhq`@ojK(G9hVV2$af7eQyt$cw zxcdA>H>W1Wp&on5EegJ(2G$4&Fj${|iS}X(m+O|d6&lA&aUTj}tQM)wn>MWfZpMF&-3_Ew#Zp{1wCv-{bDECug;W`*kbfx{FD$#_55$x01+zklWw$iI+l^ahl?jL|dlwa44O{kIV5$rIk{QO(Zlq z6<59hw0UdQhHOa(lFcSdaQuu@0fx((&A)~jZ&XD2*Zks12=$0@ZIyJ|dHI}3n{N

nET`P&o%D0= zR^ys216`DAi)729!^%kgV6F}Lefl~tFit~Af)Je;=?QpbGIM8kIHwNIf={2vOKQxN z2p&vtoYU=c#QuoV@r#5JYItkmhda=#WS6l)N~-(Dv<`XTDJ3$^s(N^D4A!_J;4ImorHYbTw-sYRBQ<=3@%y|g%1{#k)&>clrFHk0^fv2#*( zdx{_JkTN&pR>!*Cp8MqNe#$#HZXHN_ycPj<&-&%-KPVG^#-J}||7LU9SE{P_i>tpx z|8TW6tWjTM)4HrUcSWlWRg+7t6R>FVp+tGXqFwVg_JI#Ot(J0xXxfi)sRUWg4{az@ z%Lsu3-E)|nn`|H$BXS^7PPze+{zFw;m|LBK(qeXYxTto-#_hhDcUv*zl>Q7o*SHJ= z(Q}up;W9djX80#K|BUStz+RoQ$yS@gok7mxj+^&y-!3QwHXc^a_r#PmcY_+-7!4de zMa(C|r>nC(g;tXx90WHeC)Gz;+}3LmKP0e&kY@XiZUk(Zbubl*ADtOK^X$Vn{x7J? zNIv6#42=I>Wy{LI@&8x0GyfA9I}rbGV2nJKBb%Qe2rviO!z#}@5Uv85nF#;+jp_i! zBni%_pprG7rdu<_{N~@|Xxmcly!%UYCZ@l)h)z0$fBY;0kOxGV7pDEe0^0;(JN+a>r%#1k3dRCn@er~?yS?^J>Yt8gPlsDx**L%yW=&* zRIZ&&W8JUmA;D9qQ^tv}Z@FP_q&%R;<%3|uJY$wG?~~?+vUSKw__B&KHyw)@`+k+R z%B3}zQiP2TA4Q94yGD~y-F@(U>7CT6SCqMC0mnv<_gG$~V!(2TcSj!DoV4mY$5ebP zS|-zh05aGhOL-Tt_3z_4LEp3Cy@%G-ZIwVzkFIZ3L89{Ey|efnoCcrUSII~#)gjFoJJb?;ac)lrwWwdg$=82B{|O8y4`*&Nouy{K-G4r~?} ztAP_P>Td({nMojND6w@}Zl3*A<$$6qqmSe2!d)X4Ubr7?56!(JJ$q^no_ro;A7B8QtJ=Fct7kV1jGg{9Exjmib0V5cm260)$ zg7K!5u|U+JdnJVuy1j*-(C4jlVIL%M2J5~`YXk~22#8^GaceRb4YWEtD+)VgcnroD zNosPYW5@UE1N?D5MXBDOjN14%G^ur6<%RYGW z9U4d!jtK7k>AIZNYJwWzDVw%nZL6^!Z=~Ty~4-}_G2gh#9gc_de~{X43zD!GN0np?knWl+lp3Th)6DH-m4+b zxek=r}FwY}YQ&1yoi!t^f zK3!$L;8}mI%M;e2!eUKrtr@`Fi8IG2FmvGX4J3}0-2Us}sYMObRRgj8A--gUcyg4{ zu6M9JaEmS1VydAmri4YdUK%fy#-k~(5*A2{Oeyp49JHpoT>hjo#2VcSC=XId@Pk-_(~ zvTo6{!uYvpC!ypWqmU~rib(10ezU7a7#KhJa1 zIi~b#un7Q8DE_r5V0J##_dZwFDvkLZb?z+NXlMndGGGK_aw43^$-=&;CLhI9?g zU07#c*_O!_=N)*4$R+<~6Q}V{h??YS*^f?YQEk5c9)*2lkhw1AVj2`11YxSgw7jxG zbJ6)nH06%@XP~|#3R>s10NxAF2Y)aST+QbW!ioVs$4fdV3K31K-774O1_ls;9EPG- zxAt?^+;6_k1?#z}BZkd(QM73k7V zahUzQWuGKQvg?f}ymWdtOE%-A=BLMEp7Zy7!LEanj`E??UhxtKa zk;{)B;$L&HIkC8Fqkhl8$i9;u{rh$V5sSbnxX1tW8A)|^30wHf&!TPlbJ}Wbg;wwy z7M2aR0U;W@ayB~mr8BTFSeKUmIX!!$Qsp?GCt`f@p=RO+5TzVW!CAOrhwcJ z@k9RYb_J{Rcb8`fjX-@YZ`iPBU>|+gEAX=lW>CxpMb6S<(-aLANkRn(FC#z}B+oC^ zmb=sp{cZuiMLB}ZxP%-h0%9PJA?HJs!9Xq1+r)qR???-ql-cMYkPCUX{w88fZu%Y z$M1JZ`X79yfmXB8Qqhnosnvo#lf*4-(dzzzbu@&X>Uj$LrRVT?_V7VgCtiO&WmqEz z7#5f8$+`%#01t^Y9BJQaRJY}Z#o;2POvmkXQ@SFXkxJy!NHDeEo6F9-0}#cDNB#xe|VQU(nFoPQU={-!8* zYhgW$p*31}3dWpj_0U|_zIp1(L#3A@r64i~y>fe&mbKxUExOmN?wc!<- zW;CzaQm(rN4-O85!1Hshcs(X4)f@*Peeg7u!pUX>!|zfNSVe4{H?R<=X1(nyx{z)0 zL%sg1KC)bl3o!eXIs>~JaM0SOE{aQp61t~4CIVQmE~53m$)KS=r|SFvF!oN(nT2b(ZaVJRcE`4D+qToOZQHiK*tTuk zw$s7RTD5o8o>lW;{)2J$-s8D(kv_`yfK#sQ4cH<5!%R8*&SR1L)+y1wB3cgUw99PI*h{kHCev0}da9b_6b>wkUh22| z{oKSJP*&>hce^Z|ZQ1<9EQ;Xg;vOTWEu*`Han5rq?uJk*=}FgWPWELzWSS>ZxNf;{ zji4l|9I}iz$VK0v(u2g>TgcDD18S_bhD_4VFNW{LYh@99GaUiEvYY9T9VTV5x2dV` zoo@n>kf2OP1@odBV=wBR8MxXv-jIc5qG$a`_nD)+*dD&rB#&~X%a9cmfC097YU5Xy z|EFa;-b`TE!fbzj)CGCHZU3HTV}Lgwe`=PB?6_;ObprB)KZ_0E-Bs1k!hCR+fFXpT zXPXr(%#_`h1=}LP$&Zq@Jh}O$*+_I}ZmXp!egy91(F*~ecHtOh`owRL10GRiN9Plt zFHvDgK?J-q4x5YM#NMduF^u3;7J1X)68TI1<{&DR#9px!wX!~9H^ABN& zP1eB8P3lb{g1b&|;826?m4Tdzmun(OuR%@Na_xB8Y=ewe<|%*AnJ~mBhZ`*6{Ou`6 z?=H@M);qG67;!fPCl&PEUc89rSpzl)N^QKTIzBx!lI#iFg-CiN0?g||p3(18DrDH! zd}oVfq5We0;A{f)O-qM5V=UNT#Q_0-6}PB;UVP7wgTb|0)LY5_G~R*FsC94>9t|VW z=-HR7)5v8}Jl~rENVpbW{}>i%*gU zYk>J3lARGEUT+^s(?PDAF&yH(_w=xl1X>ssQ(F9$fXyeR6<7UBT&?cU5baNGW1>`9 zoJMuhC0p-QynQWA$KJ!)l7di6Mb|*w!g7h#`bhglKR0vqL4LqwIy*n44ZSt?xQO4T zej{BnD8;?Go;YU*ueQ94hG>Zg+UhJjCjd)c!MY-jFpjt?t>Crm&>@ZQ_XK+

&P%gcq-)4ckQ0=4@USDYFPxg?h}Zty+7h~=JzV2G6ckZcj6Aje^7SrlDURoE1S#7tBKW#gDy@u*cB!_-aXXvMkn4$wT#Xm*WpRa#?xaa?m;9CMTBGfujauctr#<_ege_jimWU)#0;OY!kq6J?zHg*r% zhb&Iy3W8uPAK}g3t(;ECF7MkMc#6MkY2jVHHtagzgH&YiZ(~pbvxCa{vDA1-TX#ogZ|>{@&0c4esukQ@A~*Wc%JxoRpXn; zHj?$r(et|%v#)aPuPew`O?MaH_uFt=eU{YjX6uNKS+S*NZO)&kSE$ zg_p8V(!)Wi-OT$Gh&B6;UbRZQ=$qLnPu4Hnx9%_Orn!qEy>zraav$WFQ0Fq9EyTlv zoNccl5I0SBFk>B$R_~9W>cjwWfAj#+?!N=QoA29zd13iHFvrYihe<}t85y?W5sO&^ zJ)|9hw`uEF*;H4>LotQy%{vX(y>H7!NvejfMr9PXM%3>#S`lj$DwsJJ5!w}SUT!r~?}9T|K&)D2d#oNl*>xXJY@z~8vF zc>CqglK}zsxukjsl#O70Ft?PJ0WaiDBq%<2m@QrHdt7$`V%v0i#8w9>(u*2Hc3W6N6snUeF}d|lqQ{p-8YkowmAS(7$uO6 zm7S;coJ}U0fZ>XHsDNL=&hIM3Z+DHduVqN8P+>(xgIt~4{e|p8oOI{nM-L613p&bV zH%_5Upn?)K-1N9`=tSxjmps5I2mMdmLP>Ba73U$&T?0wsfl1v159}5(S zy+Za0_A)VAae@(_ihKxS1#-4&0bm(&+-({t*D>Q|*QzyQu0kqPf+K^u<>ZA^##ipO zVNm*twi-ntKn{_3w@@BMGNycgiyo8B2_JM3e%txdIFyCJJ?+;pdTb7DNXt6uoh%Fa zr>rmZC*4>dG&7l1txyj9;P|?VWbl8u;Qf@!X9w-D%d|5opN%@FAJ1)Ytht;dJ45{-|dUCk{sEq2>ASo=PQ zOQzGAR*yyyhyAcP8L)z*LsMA;OEr&+F1effH&+-QYhkJYcy=HZjgynzOJ*0=UpTp0tJh&`tnOcPzh#1^-IlKc7fwMNi$p< zldD1?3nr{~B@6jN0FFg6I}nyxtlI>Gm`&GsIGpw^@IIP0aI^b`VOe=xNDk@HKl>5Ey5+S1Doky_vSRc{Ukg)fV*X zbpv31DsuMw9-S>u9~`uDBh zLoaDmHRT(2l6y!7JscqDFqF3yI3Ge50Y00}wY}nW+^@y{-9MA*P0?xM(Zz zNBQa#SueGOFsGEu1hxlvL#_SlgMYI&9%rEYuaW7RZNgBsn&>x|hzBH4iJ(TH^Tq;8 zL{L@~sQ@9XvNeSSby2|}B{IhTYOhm`IprVmCoSG1VSbbjTTVnkS`_W7Kw-$okOC&W zN=x2{4pRh0z-o*8rNV7Fa0Cg$BT9uak-`ByY1vrqag>!fBW0NO@ned-3&K-c%s{X4 zBQTC(S`5?jk*@vHZRtHC-z|iKE{_Bo`TZjIp7zg=04zNuZcvQ1p1l1E;PIKU=P#NO zt39zXuy!oZxKU>;zf|DvW@LPZCZAYxJRZ5U+i?J+Pp&lsTFEmU7Fcf^gUVBy#%XVW zVW--MF~Cg{u2F>IEO*g6!W&7{v)>|9iv~+6h#w5MucRXaT1R|Bi_#TEfxD>LS>q%*kxIv8hvecNgx5FLL~<7im3*Nn zC&G}h?wI_IkvuwTKsi*6SZoFUE8nyj3Wn#^8MHwemMlsg3*Noj0?`cb`-i+t1b)c^ zYsKUrpAn5EbyB%%m+I4#alKe-QbL^;Pal+iZUI^3fRA$gzOPGd`G$m!rxxt57ST&ZN!0x7^5Dl_zQrvcMY2Yuzx3eA(T&zQG@ak~1(5 zjNjh7TpFBUpJ0o}sj&MI;l{A&s?@))cINR%~X^$#f$s7HrUVVv*(f zp6FsPU+`FH*w@^;ow>IjueH>^=JBFl>{1NTTSo$Vjhg%_qS;F)kp(INZW_?+XmThs zI7#@2+h_pi@s~x^{|Ci6<0S3qQ}Lpkv*gD4 z$Y6!3lC=rbkom4eWsvBFlvZbl*r>{IWN8wqin5SNK+|8L)|4i-71(erq!;RLPYK_u zACc5iLa{pB2$+>E@<}B^nRqPE%=vThG(Nq0himgXA)%G~x4ck8Xjj*8U$j>f02qW(H%1)NBz0x=YE5{ zMp<{`BzY5te4P?|svDsT2qq!GxYBj}sf=LxB?bzF3{qoCI=YstkKYLMb+C`j zX1}xDm#h?52JaZl_8uQv`t;yj3nC2sE0X1F#s!Bo1|uX)V$6}EwHt2vNj+%Azj=T@ zZcMcv`Mjy>+~$ksth+ObGNWYHW1A(+4#CeDy^TpaJ&Bq9$TD(ToFp|TQ5 zqJ-y&rM-Gxb__*rYmFHbk;ZG8>lt#x&j1Tpn>ww#|Mf|GjoDEJ;tpcF8PoDXloK{B zE&r&%hyi_r=z|>NY~y<$g!qh3k$WFsn_M4Rlgkx`Yqc1vJ$F_R7~w`z*~x(T$W$<* zk(3!y;eO&Y)kMqMCH}nTWg)8T`8(C9IIw3{D(&t9lYYZq{}}%&l30YSTPe&N&0Be|c5mU=wq zNhu0QpNeE3}$9Fo@FmIUKW|)x;vwd zR%+x5&IdhmuN&#%LFZiseZ5`2?U~7zTk2177~fRToaw*GW5)ljvB5yk{Qq~Mhkk~a ze;OPAcX&DKkAfUXBnOH))FYa{tqA;`Y-uUp{WslGBofJ7!}b)Z2;(Z|MgsZ$!ANMQ zm)0RsKVKU=O}Kjw99)hy-Mxur->oKSF4nhja)gw z(;7hxdoc9w4bNAaVEKCw1*m>hqkb~&x|Z9ueU+!A8uHK{f~W+#JD*mlz3M7guU5;T z&J8;xC3JG-4JXE#fSQ1B=8mu#!VN+~bMhP7p@}N7HoL!ro_^CC~A*IBg4YOy;WJZUX z4lzj31@PjZurbEk`^}6bM;C#|7H-j4>8fb#dl^?-M{})0Qn|q>)-3$mB+^+{FDfAJ3L35;`|=>bKa2iYSg4+B^CG%HL` zh=*Vrmf|CA=T{H}BX8y&8dhPd4M_Y|VrL(ZQgZ=*_VyxaM&;-IH$!hd5jsKt9T9XOQblFcXwA zvjPMXcmR7wZHplG0C(|tc8S-ghpb%^B}ZVAbT4HjXGin9sG7%0DB0b(cvH>(giq5c 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 z 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

y4MsFJ*^dp{8abrG~+Rw`RKU!85BfJ4mlMA@t?E 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

@Vfk^s0Q&Ok; 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 z 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

-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 z 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 literal 0 HcmV?d00001 diff --git a/faq/index.html b/faq/index.html new file mode 100644 index 00000000000..70a4c4a49fe --- /dev/null +++ b/faq/index.html @@ -0,0 +1,467 @@ + + + + + + + + + + + + + + +FAQ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + +

+ + + +
+
+
+ + +
+ +
+

FAQ

+

General questions

+

What is K?

+

[13 Dec, 2013] K is a framework for defining programming languages. Once you define a language, K gives you a series of tools for that language, such as: a parser, an interpreter, a state-space explorer (like a model-checker for reachability), and even a deductive program verifier. We continuously work on making these tools better and on adding new tools.

+

What is a language definition?

+

[13 Dec, 2013] A language definition consists of two parts: syntax and semantics. The syntax is defined using a BNF-style, enriched with several features to ease the semantics. The semantics tells what each language construct is meant to do. This way, a language definition says both how the programs in your language should look like and also what they mean, or how they execute.

+

What is the difference between a definition and an implementation?

+

[13 Dec, 2013] No difference in K. We think of K definitions as formal, rigorous implementations of the language. In fact, many users of K have no background on programming language semantics, they think of K as a domain-specific language for implementing programming languages. The benefit of implementing your language in K is that you can make use of the tools that K offers, which is not possible when you implement your language in a conventional programming language.

+

Why K?

+

[13 Dec, 2013] There was and still is a considerable amount of effort spent by many scientists on developing parsing, model-checking, program verification and other formal program analysis techniques. Most of these techniques are language independent, yet a considerable amount of effort is then spent on developing language-specific tools based on these techniques. For example, developing a model-checker or a program verifier for Java, or C, or Python, is a serious endeavor, that only very few highly-skilled people can attempt. We believe that all these language-specific tools can be automatically derived from the K language definition, so that language designers spend the time only once to define their language and then get not only an implementation of their language, but also all the other tools, essentially for free.

+

What is the difference between K and ...

+

SDF

+

[13 Dec, 2013]sdf is a parser generator. Simply speaking, it takes as input a grammar written in the SDF format and a text, and creates the abstract-syntax tree of that text corresponding to the grammar specification. K currently uses SDF for its parsing needs, but we integrated it into a more complex environment suitable for semantic definitions. Using the same language specification, we generate multiple parsers for different purposes: parse programs, parse rewrite rules, etc. Another difference is that we changed a bit the syntax of the grammar specification. We adopted a BNF-style notation whereas SDF uses an algebraic specification, but we keept the same disambiguation system with priorities and associativity filters.

+

Maude

+

PLT Redex

+

[16 Dec, 2013]plt redex is a language definitional framework based on reduction semantics with evaluation contexts, a type of Structural Operational Semantics. A PLT definition consists of the syntax for the language (including the syntax of the execution configuration, if needed), followed by a syntax for evaluation contexts which allows identifying the next reducible expression (redex). The rules can specify the parts of the context (and abstract parts of it using variables), and can alter both the redex and the context. PLT Redex offers a suite of tools built on top of the Racket Scheme-based IDE to help visualize and explore executions. K borrows from PLT Redex the idea of evaluation contexts, and extends it further allowing more complex conditions be put on them. A distinctive difference between Redex and K is the fact that in K evaluation contexts are used only for the computational fragment of the executing configuration, the rules applying modulo the configuration abstraction. This, for example, allows K to more easily specify synchronous communication of agents or threads.

+

Spoofax

+

Rascal

+

OTT

+

ATL and Model-Driven Engineering

+

[14 Dec, 2013]atl (Atlas Transformation Language) falls in the Model-Driven Engineering (MDE) field and includes a model transformation language and toolkit. ATL is also based on rules, which provide a means to produce a target model Mb conforming to a meta-model MMb, from a source model Ma conforming to a meta-model MMa. It should not be difficult to define such model transformations using K, this way effectively using the target meta-model MMb to give semantics to the source meta-model MMa. Moreover, if MMa and MMb have K semantics themselves, then the K tool can be used for proving the conformance of the transformation. Note, however, that K does not currently supply any explicit support for meta-model technologies, such as EMF (Eclipse Modelling Framework), etc.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/index.html b/index.html new file mode 100644 index 00000000000..6557073c320 --- /dev/null +++ b/index.html @@ -0,0 +1,420 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K is a rewrite-based +executable semantic framework in which programming languages, type +systems and formal analysis tools can be defined using configurations +and rules. Configurations organize the state in units called cells, +which are labeled and can be nested. K rewrite rules make it explicit +which parts of the term are read-only, write-only, read-write, or +unused. This makes K suitable for defining truly concurrent languages +even in the presence of sharing. Computations are represented as +syntactic extensions of the original language abstract syntax, using a +nested list structure which sequentializes computational tasks, such +as program fragments. Computations are like any other terms in a +rewriting environment: they can be matched, moved from one place to +another, modified, or deleted. This makes K suitable for defining +control-intensive features such as abrupt termination, exceptions, or +call/cc.

+

K Tool Download

+
    +
  • Install from the latest K GitHub Release.
  • +
  • Install pyk, K's scripting interface for Python. Check the API documentation for a complete reference of supported features.
  • +
  • Try our Editor Support page for links to K syntax highlighting definitions for various popular editors/IDEs. Please feel free to contribute.
  • +
  • Build or browse the code on GitHub, where you can also report bugs.
  • +
+

Learn K

+ +

Support

+ +

Resources

+ +
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/install b/install new file mode 100644 index 00000000000..70476dbcd6f --- /dev/null +++ b/install @@ -0,0 +1,71 @@ +#!/usr/bin/env bash + +{ # Prevent execution if this script was only partially downloaded + set -e + + GREEN='\033[0;32m' + RED='\033[0;31m' + NC='\033[0m' + + NIX_POST_INSTALL_MESSAGE="To ensure that the necessary environment variables are set, either log in again, or type + + . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh + +in your shell." + + oops() { + >&2 echo -e "${RED}error:${NC} $1" + exit 1 + } + + [[ "$(id -u)" -eq 0 ]] && oops "Please run this script as a regular user" + + # Check if nix is already installed and is at least version 2.4 + if command -v nix > /dev/null; then + NIX_VERSION=$(nix --version | sed -ne 's/[^0-9]*\(\([0-9]\.\)\)/\1/p') + NIX_VERSION_MINOR=$(echo "$NIX_VERSION" | cut -d. -f2) + if [ "$NIX_VERSION_MINOR" -gt "3" ]; then + echo -e "Detected nix version $NIX_VERSION. Proceeding with K framework install." + else + oops "It appears that you have a version of nix on your system that's too old. The K framework installer requires nix >=2.4. Please update nix and try again." + fi + else + read -p "It appears that you don't have nix installed. Since the K framework needs nix for distribution, this script will attempt to install nix first. Would you like to proceed? [y/N]" -n 1 -r + echo + if [[ $REPLY =~ ^[Yy]$ ]] + then + echo "Downloading nix and running the installer..." + curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm \ + --extra-conf "trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= k-framework.cachix.org-1:jeyMXB2h28gpNRjuVkehg+zLj62ma1RnyyopA/20yFE= k-framework-binary.cachix.org-1:pJedQ8iG19BW3v/DMMmiRVtwRBGO3fyMv2Ws0OpBADs=" \ + --extra-conf "substituters = https://cache.nixos.org https://k-framework.cachix.org" + if [ -e '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' ]; then + . '/nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh' + else + oops "Could not source nix." + fi + NIX_FRESH_INSTALL=true + else + oops "Cannot proceed with the installation without nix." + fi + fi + + PREV_KUP_INSTALL=$(nix profile list --experimental-features 'nix-command flakes' | awk '/packages\..*\.kup/ {print $1}') + if ! [[ -z "$PREV_KUP_INSTALL" ]]; then + echo "Removing previous K framework installer versions ..." + GC_DONT_GC=1 nix profile remove $PREV_KUP_INSTALL \ + --experimental-features 'nix-command flakes' + fi + + echo "Installing the K framework installer utility (kup) ..." + + GC_DONT_GC=1 nix profile install github:runtimeverification/kup#kup \ + --option extra-substituters 'https://k-framework.cachix.org' \ + --option extra-trusted-public-keys 'k-framework.cachix.org-1:jeyMXB2h28gpNRjuVkehg+zLj62ma1RnyyopA/20yFE=' \ + --experimental-features 'nix-command flakes' + + echo -e "${GREEN}All set!${NC}" + if [ -n "$NIX_FRESH_INSTALL" ]; then + echo -e "$NIX_POST_INSTALL_MESSAGE" + fi + +} diff --git a/k-distribution/INSTALL/index.html b/k-distribution/INSTALL/index.html new file mode 100644 index 00000000000..2cc7eac7238 --- /dev/null +++ b/k-distribution/INSTALL/index.html @@ -0,0 +1,596 @@ + + + + + + + + + + + + + + +Installing the K Framework | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Installing the K Framework

+

Fast Installation (preferred)

+

The preferred way to install K is the kup tool, which is based on Nix. +No knowledge of Nix is required to use kup.

+

Install kup and K by running the following:

+
shell
bash <(curl https://kframework.org/install) +kup install k +
+

List available versions with:

+
shell
kup list k +
+

If kup indicates that there's a newer version, you can update by simply running:

+
shell
kup install k +
+

To install a specific version, run:

+
shell
kup install k --version v6.3.11 +
+

Note that the versions marked as ✅ are cached in Runtime Verification's Nix binary cache and thus are the fastest to install.

+

Install through packages

+

We currently strive to provide packages for the following platforms:

+
    +
  • Ubuntu Jammy Jellyfish (22.04)
  • +
  • macOS Ventura (13) via Homebrew
  • +
  • Docker Images
  • +
+

Pre-installation Notes

+
    +
  • +

    We do not currently support running K natively on Windows. To use K on +Windows 10, you are encouraged to install the +Windows Subsystem for Linux (version 2) +and follow the instructions for installing Ubuntu Jammy.

    +

    If you have already installed WSL, before proceeding, you will need to +enter the WSL environment. You can do this by:

    +
      +
    1. opening up the command prompt (accessible by searching cmd or +command prompt from the start menu);
    2. +
    3. using the wsl.exe command to access the WSL environment.
    4. +
    +
  • +
  • +

    To use K in other non-linux environments (e.g. Windows 8 or earlier), +you will need to use a virtual machine (VM) software. We assume you have:

    +
      +
    1. Created a virtual machine
    2. +
    3. Installed a Linux distribution (e.g. Ubuntu Jammy Jellyfish) on your +virtual machine
    4. +
    +

    Consult your virtual machine software if you need help with the above +steps. We recommend the free VirtualBox virtual machine software.

    +

    Before proceeding, follow the virtual machine softare UI to start your +Linux virtual machine and enter the command line environment.

    +
  • +
  • +

    WSL and virtual machine users should be aware that, if you use your web +browser to download the package, you will need to make it accessible to +the command line environment. For this reason, we recommend downloading the +package from the command line directly using a tool like wget. For +example, you could copy the package download URL and then type:

    +
    wget <package-download-url>
    +
    +

    where <package-download-url> is replaced by the URL you just copied.

    +
  • +
  • +

    K depends on version 4.8.15 of Z3, which may not be supplied by package +managers. If this is the case, it should be built and installed from source +following the +instructions in +the Z3 repository. Other versions (older and newer) are not supported by K, +and may lead to incorrect behaviour or performance issues.

    +
  • +
+

Downloading Packages

+

Download the appropriate package from the GitHub, via the +Releases page. +Releases are generated as often as possible from master build.

+

Installing Packages

+

For version X.Y.Z, distribution DISTRO, and package ID ID, the following +instructions tell you how to install on each system. Note that this typically +requires about ~1.4GB of dependencies and will take some time.

+
    +
  • On Linux systems, K will typically be installed under /usr.
  • +
  • On macOS/brew, K will typically be installed under /usr/local.
  • +
+

Ubuntu Jammy (22.04)

+
sh
sudo apt install ./kframework_amd64_ubuntu_jammy.deb +
+

macOS (Homebrew)

+

Homebrew (or just brew) is a third-party package manager +for MacOS. +If you have not installed brew, you must do so before installing the K +Framework brew package.

+

With brew installed, do the following to install the K Framework brew package +(with build number BN):

+
sh
brew install kframework--X.Y.Z.ID.bottle.BN.tar.gz -v +
+

Homebrew Alternate Installation

+

To directly install the latest K Framework brew package without needing to +download it separately, do the following:

+
sh
brew install runtimeverification/k/kframework +
+

Or, to streamline future K Framework upgrades, you can tap the K Framework +package repository. This lets future installations/upgrades/etc... use the +unprefixed package name.

+
sh
brew tap runtimeverification/k +brew install kframework +
+

Docker Images

+

Docker images with K pre-installed are available at the +runtimeverification/kframework-k Docker Hub repository.

+

Each release at COMMIT_ID has an image associated with it at +runtimeverificationinc/kframework-k:ubuntu-jammy-COMMIT_ID.

+

To run the image directly:

+
sh
docker run -it runtimeverificationinc/kframework-k:ubuntu-jammy-COMMIT_ID +
+

and to make a Docker Image based on it, use the following line in your +Dockerfile:

+
Dockerfile
FROM runtimeverificationinc/kframework-k:ubuntu-jammy-COMMIT_ID +
+

We also create Ubuntu 22.04 images with the ubuntu-jammy-COMMIT_ID tags.

+

Testing Packages

+

The easiest way to test the K package is to copy a K tutorial language and +check if you can compile and run an included example.

+
    +
  1. +

    Start by cloning the K tutorial from the K PL Tutorial. This command typically will be like:

    +
    sh
    $ git clone https://www.github.com/runtimeverification/pl-tutorial +
    +
  2. +
  3. +

    Now you can try to run some programs:

    +
    sh
    $ cd pl-tutorial/2_languages/1_simple/1_untyped +$ make kompile +$ krun tests/diverse/factorial.simple +
    +
  4. +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/domains/index.html b/k-distribution/include/kframework/builtin/domains/index.html new file mode 100644 index 00000000000..5c64d7445f5 --- /dev/null +++ b/k-distribution/include/kframework/builtin/domains/index.html @@ -0,0 +1,3838 @@ + + + + + + + + + + + + + + +Basic Builtin Types in K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Basic Builtin Types in K

+

A major piece of the K prelude consists of a series of modules that contain +implementations of basic data types and language features in K. You do not need +to require this file yourself; it is required automatically in every K +definition unless --no-prelude is passed to kompile. K may not work correctly +if some of these modules do not exist or do not declare certain functions.

+

Note that some functions in the K prelude functions are not total, that is, +they are not defined on all possible input values. When you invoke such a +function on an undefined input, the behavior is undefined. In particular, when +this happens, interpreters generated by the K LLVM backend may crash.

+
k
requires "kast.md" +
+

Default Modules

+

K declares certain modules that contain most of the builtins you usually want +when defining a language in K. In particular, this includes integers, booleans, +strings, identifiers, I/O, lists, maps, and sets. The DOMAINS-SYNTAX module +is designed to be imported by the syntax module of the language and contains +only the program-level syntax of identifiers, integers, booleans, and strings. +The DOMAINS module contains the rest of the syntax, including builtin +functions over those and the remaining types.

+

Note that not all modules are included in DOMAINS. A few less-common modules +are not, including ARRAY, COLLECTIONS, FLOAT, STRING-BUFFER, BYTES, +K-REFLECTION, MINT.

+
k
module DOMAINS-SYNTAX + imports SORT-K + imports ID-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + imports STRING-SYNTAX +endmodule + +module DOMAINS + imports DOMAINS-SYNTAX + imports INT + imports BOOL + imports STRING + imports BASIC-K + imports LIST + imports K-IO + imports MAP + imports SET + imports ID + imports K-EQUAL +endmodule +
+

Arrays

+

Provided here is an implementation for fixed-sized, contiguous maps from Int +to KItem. In some previous versions of K, the Array type was a builtin type +backed by mutable arrays of objects. However, in modern K, the Array type is +implemented by means of the List type; users should not access this interface +directly and should instead make only of the functions listed below. Users of +this module should import only the ARRAY module.

+
k
module ARRAY-SYNTAX + imports private LIST + + syntax Array +
+

Array lookup

+

You can look up an element in an Array by its index in O(log(N)) time. Note +that the base of the logarithm is a relatively high number and thus the time is +effectively constant.

+
k
syntax KItem ::= Array "[" Int "]" [function] +
+

Array update

+

You can create a new Array with a new value for a key in O(log(N)) time, or +effectively constant.

+
k
syntax Array ::= Array "[" key: Int "<-" value: KItem "]" [function, klabel(_[_<-_]), symbol] +
+

Array reset

+

You can create a new Array where a particular key is reset to its default +value in O(log(N)) time, or effectively constant.

+
k
syntax Array ::= Array "[" Int "<-" "undef" "]" [function] +
+

Multiple array update

+

You can create a new Array from a List L of size N where the N +elements starting at index are replaced with the contents of L, in +O(N*log(K)) time (where K is the size of the array), or effectively linear. +Having index + N > K yields an exception.

+
k
syntax Array ::= updateArray(Array, index: Int, List) [function] +
+

Array fill

+

You can create a new Array where the length elements starting at index +are replaced with value, in O(length*log(N)) time, or effectively linear.

+
k
syntax Array ::= fillArray(Array, index: Int, length: Int, value: KItem) [function] +
+

Array range check

+

You can test whether an integer is within the bounds of an array in O(1) time.

+
k
syntax Bool ::= Int "in_keys" "(" Array ")" [function, total] +
+
k
endmodule + +module ARRAY-IN-K [private] + imports public ARRAY-SYNTAX + imports private LIST + imports private K-EQUAL + imports private INT + imports private BOOL +
+

Array creation

+

You can create an array with length elements where each element is +initialized to value in O(1) time. Note that the array is stored in a manner +where only the highest element that is actually modified is given a value +in its internal representation, which means that subsequent array operations +may incur a one-time O(N) resizing cost, possibly amortized across multiple +operations.

+
k
syntax Array ::= makeArray(length: Int, value: KItem) [function, public] +
+

Implementation of Arrays

+

The remainder of this section consists of an implementation in K of the +operations listed above. Users of the ARRAY module should not make use +of any of the syntax defined in any of these modules.

+
k
syntax Array ::= arr(List, Int, KItem) + + rule makeArray(I::Int, D::KItem) => arr(.List, I, D) + + rule arr(L::List, _, _ ) [ IDX::Int ] => L[IDX] requires 0 <=Int IDX andBool IDX <Int size(L) + rule arr(_ , _, D::KItem) [ _ ] => D [owise] + + syntax List ::= ensureOffsetList(List, Int, KItem) [function] + rule ensureOffsetList(L::List, IDX::Int, D::KItem) => L makeList(IDX +Int 1 -Int size(L), D) requires IDX >=Int size(L) + rule ensureOffsetList(L::List, IDX::Int, _::KItem) => L requires notBool IDX >=Int size(L) + + rule arr(L::List, I::Int, D::KItem) [ IDX::Int <- VAL::KItem ] => arr(ensureOffsetList(L, IDX, D) [ IDX <- VAL ], I, D) + + rule arr(L::List, I::Int, D::KItem) [ IDX::Int <- undef ] => arr(L, I, D) [ IDX <- D ] + + rule updateArray(arr(L::List, I::Int, D::KItem), IDX::Int, L2::List) => arr(updateList(ensureOffsetList(L, IDX +Int size(L2) -Int 1, D), IDX, L2), I, D) + + rule fillArray(arr(L::List, I::Int, D::KItem), IDX::Int, LEN::Int, VAL::KItem) => arr(fillList(ensureOffsetList(L, IDX +Int LEN -Int 1, D), IDX, LEN, VAL), I, D) + + rule IDX::Int in_keys(arr(_, I::Int, _)) => IDX >=Int 0 andBool IDX <Int I +endmodule + +module ARRAY-SYMBOLIC [symbolic] + imports ARRAY-IN-K +endmodule + +module ARRAY-KORE + imports ARRAY-IN-K +endmodule + +module ARRAY + imports ARRAY-SYMBOLIC + imports ARRAY-KORE +endmodule +
+

Maps

+

Provided here is the syntax of an implementation of immutable, associative, +commutative maps from KItem to KItem. This type is hooked to an +implementation of maps provided by the backend. For more information on +matching on maps and allowable patterns for doing so, refer to K's +user documentation.

+
k
module MAP + imports private BOOL-SYNTAX + imports private INT-SYNTAX + imports private LIST + imports private SET + + syntax Map [hook(MAP.Map)] +
+

Map concatenation

+

The Map sort represents a generalized associative array. Each key can be +paired with an arbitrary value, and can be used to reference its associated +value. Multiple bindings for the same key are not allowed.

+

You can construct a new Map consisting of key/value pairs of two Maps. The +result is #False if the maps have keys in common (in particular, this will +yield an exception during concrete execution). This operation is O(Nlog(M)) +where N is the size of the smaller map, when it appears on the right hand side. +When it appears on the left hand side and all variables are bound, it is +O(Nlog(M)) where M is the size of the map it is matching and N is the number +of elements being matched. When it appears on the left hand side containing +variables not bound elsewhere in the term, it is O(N^K) where N is the size of +the map it is matching and K is the number of unbound keys being matched. In +other words, one unbound variable is linear, two is quadratic, three is cubic, +etc.

+
k
syntax Map ::= Map Map [left, function, hook(MAP.concat), klabel(_Map_), symbol, assoc, comm, unit(.Map), element(_|->_), index(0), format(%1%n%2)] +
+

Map unit

+

The map with zero elements is represented by .Map.

+
k
syntax Map ::= ".Map" [function, total, hook(MAP.unit), klabel(.Map), symbol] +
+

Map elements

+

An element of a Map is constructed via the |-> operator. The key is on the +left and the value is on the right.

+
k
syntax Map ::= KItem "|->" KItem [function, total, hook(MAP.element), klabel(_|->_), symbol, injective] + + syntax priority _|->_ > _Map_ .Map + syntax non-assoc _|->_ +
+

Map lookup

+

You can look up the value associated with the key of a map in O(log(N)) time. +Note that the base of the logarithm is a relatively high number and thus the +time is effectively constant. The value is #False if the key is not in the +map (in particular, this will yield an exception during concrete execution).

+
k
syntax KItem ::= Map "[" KItem "]" [function, hook(MAP.lookup), klabel(Map:lookup), symbol] +
+

Map lookup with default

+

You can also look up the value associated with the key of a map using a +total function that assigns a specific default value if the key is not present +in the map. This operation is also O(log(N)), or effectively constant.

+
k
syntax KItem ::= Map "[" KItem "]" "orDefault" KItem [function, total, hook(MAP.lookupOrDefault), klabel(Map:lookupOrDefault)] +
+

Map update

+

You can insert a key/value pair into a map in O(log(N)) time, or effectively +constant.

+
k
syntax Map ::= Map "[" key: KItem "<-" value: KItem "]" [function, total, klabel(Map:update), symbol, hook(MAP.update), prefer] +
+

Map delete

+

You can remove a key/value pair from a map via its key in O(log(N)) time, or +effectively constant.

+
k
syntax Map ::= Map "[" KItem "<-" "undef" "]" [function, total, hook(MAP.remove), klabel(_[_<-undef]), symbol] +
+

Map difference

+

You can remove the key/value pairs in a map that are present in another map in +O(N*log(M)) time (where M is the size of the first map and N is the size of the +second), or effectively linear. Note that only keys whose value is the same +in both maps are removed. To remove all the keys in one map from another map, +you can say removeAll(M1, keys(M2)).

+
k
syntax Map ::= Map "-Map" Map [function, total, hook(MAP.difference)] +
+

Multiple map update

+

You can update a map by adding all the key/value pairs in the second map in +O(N*log(M)) time (where M is the size of the first map and N is the size of the +second map), or effectively linear. If any keys are present in both maps, the +value from the second map overwrites the value in the first. This function is +total, which is distinct from map concatenation, a partial function only +defined on maps with disjoint keys.

+
k
syntax Map ::= updateMap(Map, Map) [function, total, hook(MAP.updateAll)] +
+

Multiple map removal

+

You can remove a Set of keys from a map in O(N*log(M)) time (where M is the +size of the Map and N is the size of the Set), or effectively linear.

+
k
syntax Map ::= removeAll(Map, Set) [function, total, hook(MAP.removeAll)] +
+

Map keys (as Set)

+

You can get a Set of all the keys in a Map in O(N) time.

+
k
syntax Set ::= keys(Map) [function, total, hook(MAP.keys)] +
+

Map keys (as List)

+

You can get a List of all the keys in a Map in O(N) time.

+
k
syntax List ::= "keys_list" "(" Map ")" [function, hook(MAP.keys_list)] +
+

Map key membership

+

You can check whether a key is present in a map in O(1) time.

+
k
syntax Bool ::= KItem "in_keys" "(" Map ")" [function, total, hook(MAP.in_keys)] +
+

Map values (as List)

+

You can get a List of all the values in a map in O(N) time.

+
k
syntax List ::= values(Map) [function, hook(MAP.values)] +
+

Map size

+

You can get the number of key/value pairs in a map in O(1) time.

+
k
syntax Int ::= size(Map) [function, total, hook(MAP.size), klabel(sizeMap)] +
+

Map inclusion

+

You can determine whether a Map is a strict subset of another Map in O(N) +time (where N is the size of the first map). Only keys that are bound to the +same value are considered equal.

+
k
syntax Bool ::= Map "<=Map" Map [function, total, hook(MAP.inclusion)] +
+

Map choice

+

You can get an arbitrarily chosen key of a Map in O(1) time. The same key +will always be returned for the same map, but no guarantee is given that two +different maps will return the same element, even if they are similar.

+
k
syntax KItem ::= choice(Map) [function, hook(MAP.choice), klabel(Map:choice)] +
+

Implementation of Maps

+

The remainder of this section contains lemmas used by the Java and Haskell +backend to simplify expressions of sort Map. They do not affect the semantics +of maps, merely describing additional rules that the backend can use to +simplify terms.

+
k
endmodule + +module MAP-KORE-SYMBOLIC [symbolic,haskell] + imports MAP + imports private K-EQUAL + imports private BOOL + + rule #Ceil(@M:Map [@K:KItem]) => {(@K in_keys(@M)) #Equals true} #And #Ceil(@M) #And #Ceil(@K) [simplification] + + // Symbolic update + + // Adding the definedness condition `notBool (K in_keys(M))` in the ensures clause of the following rule would be redundant + // because K also appears in the rhs, preserving the case when it's #Bottom. + rule (K |-> _ M:Map) [ K <- V ] => (K |-> V M) [simplification] + rule M:Map [ K <- V ] => (K |-> V M) requires notBool (K in_keys(M)) [simplification] + rule M:Map [ K <- _ ] [ K <- V ] => M [ K <- V ] [simplification] + // Adding the definedness condition `notBool (K1 in_keys(M))` in the ensures clause of the following rule would be redundant + // because K1 also appears in the rhs, preserving the case when it's #Bottom. + rule (K1 |-> V1 M:Map) [ K2 <- V2 ] => (K1 |-> V1 (M [ K2 <- V2 ])) requires K1 =/=K K2 [simplification] + + // Symbolic remove + rule (K |-> _ M:Map) [ K <- undef ] => M ensures notBool (K in_keys(M)) [simplification] + rule M:Map [ K <- undef ] => M requires notBool (K in_keys(M)) [simplification] + // Adding the definedness condition `notBool (K1 in_keys(M))` in the ensures clause of the following rule would be redundant + // because K1 also appears in the rhs, preserving the case when it's #Bottom. + rule (K1 |-> V1 M:Map) [ K2 <- undef ] => (K1 |-> V1 (M [ K2 <- undef ])) requires K1 =/=K K2 [simplification] + + // Symbolic lookup + rule (K |-> V M:Map) [ K ] => V ensures notBool (K in_keys(M)) [simplification] + rule (K1 |-> _V M:Map) [ K2 ] => M [K2] requires K1 =/=K K2 ensures notBool (K1 in_keys(M)) [simplification] + rule (_MAP:Map [ K <- V1 ]) [ K ] => V1 [simplification] + rule ( MAP:Map [ K1 <- _V1 ]) [ K2 ] => MAP [ K2 ] requires K1 =/=K K2 [simplification] + + rule (K |-> V M:Map) [ K ] orDefault _ => V ensures notBool (K in_keys(M)) [simplification] + rule (K1 |-> _V M:Map) [ K2 ] orDefault D => M [K2] orDefault D requires K1 =/=K K2 ensures notBool (K1 in_keys(M)) [simplification] + rule (_MAP:Map [ K <- V1 ]) [ K ] orDefault _ => V1 [simplification] + rule ( MAP:Map [ K1 <- _V1 ]) [ K2 ] orDefault D => MAP [ K2 ] orDefault D requires K1 =/=K K2 [simplification] + rule .Map [ _ ] orDefault D => D [simplification] + + // Symbolic in_keys + rule K in_keys(_M [ K <- undef ]) => false [simplification] + rule K in_keys(_M [ K <- _ ]) => true [simplification] + rule K1 in_keys(M [ K2 <- _ ]) => true requires K1 ==K K2 orBool K1 in_keys(M) [simplification] + rule K1 in_keys(M [ K2 <- _ ]) => K1 in_keys(M) requires K1 =/=K K2 [simplification] + + rule {false #Equals @Key in_keys(.Map)} => #Ceil(@Key) [simplification] + rule {@Key in_keys(.Map) #Equals false} => #Ceil(@Key) [simplification] + rule {false #Equals @Key in_keys(Key' |-> Val @M)} => #Ceil(@Key) #And #Ceil(Key' |-> Val @M) #And #Not({@Key #Equals Key'}) #And {false #Equals @Key in_keys(@M)} [simplification] + rule {@Key in_keys(Key' |-> Val @M) #Equals false} => #Ceil(@Key) #And #Ceil(Key' |-> Val @M) #And #Not({@Key #Equals Key'}) #And {@Key in_keys(@M) #Equals false} [simplification] + +/* +// The rule below is automatically generated by the frontend for every sort +// hooked to MAP.Map. It is left here to serve as documentation. + + rule #Ceil(@M:Map (@K:KItem |-> @V:KItem)) => {(@K in_keys(@M)) #Equals false} #And #Ceil(@M) #And #Ceil(@K) #And #Ceil(@V) + [simplification] +*/ +endmodule + +module MAP-SYMBOLIC + imports MAP-KORE-SYMBOLIC +endmodule +
+

Range Maps

+

Provided here is the syntax of an implementation of immutable, associative, +commutative range maps from Int to KItem. This type is hooked to an +implementation of range maps provided by the LLVM backend. +Currently, this type is not supported by other backends. +Although the underlying range map data structure supports any key sort, the +current implementation by the backend only supports Int keys due to +limitations of the underlying ordering function.

+
k
module RANGEMAP + imports private BOOL-SYNTAX + imports private INT-SYNTAX + imports private LIST + imports private SET + +
+

Range, bounded inclusively below and exclusively above.

+
k
syntax Range ::= "[" KItem "," KItem ")" [klabel(Rangemap:Range), symbol] + + syntax RangeMap [hook(RANGEMAP.RangeMap)] +
+

Range map concatenation

+

The RangeMap sort represents a map whose keys are stored as ranges, bounded +inclusively below and exclusively above. Contiguous or overlapping ranges that +map to the same value are merged into a single range.

+

You can construct a new RangeMap consisting of range/value pairs of two +RangeMaps. If the RangeMaps have overlapping ranges an exception will be +thrown during concrete execution. This operation is O(N*log(M)) (where N is +the size of the smaller map and M is the size of the larger map).

+
k
syntax RangeMap ::= RangeMap RangeMap [left, function, hook(RANGEMAP.concat), klabel(_RangeMap_), symbol, assoc, comm, unit(.RangeMap), element(_r|->_), index(0), format(%1%n%2)] +
+

Range map unit

+

The RangeMap with zero elements is represented by .RangeMap.

+
k
syntax RangeMap ::= ".RangeMap" [function, total, hook(RANGEMAP.unit), klabel(.RangeMap), symbol] +
+

Range map elements

+

An element of a RangeMap is constructed via the r|-> operator. The range +of keys is on the left, and the value is on the right.

+
k
syntax RangeMap ::= Range "r|->" KItem [function, hook(RANGEMAP.elementRng), klabel(_r|->_), symbol, injective] + + syntax priority _r|->_ > _RangeMap_ .RangeMap + syntax non-assoc _r|->_ +
+

Range map lookup

+

You can look up the value associated with a key of a RangeMap in O(log(N)) +time (where N is the size of the RangeMap). This will yield an exception +during concrete execution if the key is not in the range map.

+
k
syntax KItem ::= RangeMap "[" KItem "]" [function, hook(RANGEMAP.lookup), klabel(RangeMap:lookup), symbol] +
+

Range map lookup with default

+

You can also look up the value associated with a key of a RangeMap using a +total function that assigns a specific default value if the key is not present +in the RangeMap. This operation is also O(log(N)) (where N is the size of +the range map).

+
k
syntax KItem ::= RangeMap "[" KItem "]" "orDefault" KItem [function, total, hook(RANGEMAP.lookupOrDefault), klabel(RangeMap:lookupOrDefault)] +
+

Range map lookup for range of key

+

You can look up for the range that a key of a RangeMap is stored in in +O(log(N)) time (where N is the size of the RangeMap). This will yield an +exception during concrete execution if the key is not in the range map.

+
k
syntax Range ::= "find_range" "(" RangeMap "," KItem ")" [function, hook(RANGEMAP.find_range), klabel(RangeMap:find_range)] +
+

Range map update

+

You can insert a range/value pair into a RangeMap in O(log(N)) time (where N +is the size of the RangeMap). Any ranges adjacent to or overlapping with the +range to be inserted will be updated accordingly.

+
k
syntax RangeMap ::= RangeMap "[" keyRange: Range "<-" value: KItem "]" [function, klabel(RangeMap:update), symbol, hook(RANGEMAP.updateRng), prefer] +
+

Range map delete

+

You can remove a range/value pair from a RangeMap in O(log(N)) time (where N +is the size of the RangeMap). If all or any part of the range is present in +the range map, it will be removed.

+
k
syntax RangeMap ::= RangeMap "[" Range "<-" "undef" "]" [function, hook(RANGEMAP.removeRng), klabel(_r[_<-undef]), symbol] +
+

Range map difference

+

You can remove the range/value pairs in a RangeMap that are also present in +another RangeMap in O(max{M,N}*log(M)) time (where M is the size of the +first RangeMap and N is the size of the second RangeMap). Note that only +the parts of overlapping ranges whose value is the same in both range maps +will be removed.

+
k
syntax RangeMap ::= RangeMap "-RangeMap" RangeMap [function, total, hook(RANGEMAP.difference)] +
+

Multiple range map update

+

You can update a RangeMap by adding all the range/value pairs in the second +RangeMap in O(N*log(M+N)) time (where M is the size of the first RangeMap +and N is the size of the second RangeMap). If any ranges are overlapping, +the value from the second range map overwrites the value in the first for the +parts where ranges are overlapping. This function is total, which is distinct +from range map concatenation, a partial function only defined on range maps +with non overlapping ranges.

+
k
syntax RangeMap ::= updateRangeMap(RangeMap, RangeMap) [function, total, hook(RANGEMAP.updateAll)] +
+

Multiple range map removal

+

You can remove a Set of ranges from a RangeMap in O(N*log(M)) time (where +M is the size of the RangeMap and N is the size of the Set). For every +range in the set, all or any part of it that is present in the range map will +be removed.

+
k
syntax RangeMap ::= removeAll(RangeMap, Set) [function, hook(RANGEMAP.removeAll)] +
+

Range map keys (as Set)

+

You can get a Set of all the ranges in a RangeMap in O(N) time (where N +is the size of the RangeMap).

+
k
syntax Set ::= keys(RangeMap) [function, total, hook(RANGEMAP.keys)] +
+

Range map keys (as List)

+

You can get a List of all the ranges in a RangeMap in O(N) time (where N +is the size of the RangeMap).

+
k
syntax List ::= "keys_list" "(" RangeMap ")" [function, hook(RANGEMAP.keys_list)] +
+

Range map key membership

+

You can check whether a key is present in a RangeMap in O(log(N)) time (where +N is the size of the RangeMap).

+
k
syntax Bool ::= KItem "in_keys" "(" RangeMap ")" [function, total, hook(RANGEMAP.in_keys)] +
+

Range map values (as List)

+

You can get a List of all values in a RangeMap in O(N) time (where N is the +size of the RangeMap).

+
k
syntax List ::= values(RangeMap) [function, hook(RANGEMAP.values)] +
+

Range map size

+

You can get the number of range/value pairs in a RangeMap in O(1) time.

+
k
syntax Int ::= size(RangeMap) [function, total, hook(RANGEMAP.size), klabel(sizeRangeMap)] +
+

Range map inclusion

+

You can determine whether a RangeMap is a strict subset of another RangeMap +in O(M+N) time (where M is the size of the first RangeMap and N is the size +of the second RangeMap). Only keys within equal or overlapping ranges that +are bound to the same value are considered equal.

+
k
syntax Bool ::= RangeMap "<=RangeMap" RangeMap [function, total, hook(RANGEMAP.inclusion)] +
+

Range map choice

+

You can get an arbitrarily chosen key of a RangeMap in O(1) time. The same +key will always be returned for the same range map, but no guarantee is given +that two different range maps will return the same element, even if they are +similar.

+
k
syntax KItem ::= choice(RangeMap) [function, hook(RANGEMAP.choice), klabel(RangeMap:choice)] +endmodule +
+

Sets

+

Provided here is the syntax of an implementation of immutable, associative, +commutative sets of KItem. This type is hooked to an implementation of sets +provided by the backend. For more information on matching on sets and allowable +patterns for doing so, refer to K's +user documentation.

+
k
module SET + imports private INT-SYNTAX + imports private BASIC-K + + syntax Set [hook(SET.Set)] +
+

Set concatenation

+

The Set sort represents a mathematical set (A collection of unique items). +The sets are nilpotent, i.e., the concatenation of two sets containing elements +in common is #False (note however, this may be silently allowed during +concrete execution). If you intend to add an element to a set that might +already be present in the set, use the |Set operator instead.

+

The concatenation operator is O(Nlog(M)) where N is the size of the smaller +set, when it appears on the right hand side. When it appears on the left hand +side and all variables are bound, it is O(Nlog(M)) where M is the size of the +set it is matching and N is the number of elements being matched. When it +appears on the left hand side containing variables not bound elsewhere in the +term, it is O(N^K) where N is the size of the set it is matching and K is the +number of unbound keys being mached. In other words, one unbound variable is +linear, two is quadratic, three is cubic, etc.

+
k
syntax Set ::= Set Set [left, function, hook(SET.concat), klabel(_Set_), symbol, assoc, comm, unit(.Set), idem, element(SetItem), format(%1%n%2)] +
+

Set unit

+

The set with zero elements is represented by .Set.

+
k
syntax Set ::= ".Set" [function, total, hook(SET.unit), klabel(.Set), symbol] +
+

Set elements

+

An element of a Set is constructed via the SetItem operator.

+
k
syntax Set ::= SetItem(KItem) [function, total, hook(SET.element), klabel(SetItem), symbol, injective] +
+

Set union

+

You can compute the union of two sets in O(N*log(M)) time (Where N is the size +of the smaller set). Note that the base of the logarithm is a relatively high +number and thus the time is effectively linear. The union consists of all the +elements present in either set.

+
k
syntax Set ::= Set "|Set" Set [left, function, total, hook(SET.union), comm] + rule S1:Set |Set S2:Set => S1 (S2 -Set S1) [concrete] +
+

Set intersection

+

You can compute the intersection of two sets in O(N*log(M)) time (where N +is the size of the smaller set), or effectively linear. The intersection +consists of all the elements present in both sets.

+
k
syntax Set ::= intersectSet(Set, Set) [function, total, hook(SET.intersection), comm] +
+

Set complement

+

You can compute the relative complement of two sets in O(N*log(M)) time (where +N is the size of the second set), or effectively linear. This is the set of +elements in the first set that are not present in the second set.

+
k
syntax Set ::= Set "-Set" Set [function, total, hook(SET.difference), klabel(Set:difference), symbol] +
+

Set membership

+

You can compute whether an element is a member of a set in O(1) time.

+
k
syntax Bool ::= KItem "in" Set [function, total, hook(SET.in), klabel(Set:in), symbol] +
+

Set inclusion

+

You can determine whether a Set is a strict subset of another Set in O(N) +time (where N is the size of the first set).

+
k
syntax Bool ::= Set "<=Set" Set [function, total, hook(SET.inclusion)] +
+

Set size

+

You can get the number of elements (the cardinality) of a set in O(1) time.

+
k
syntax Int ::= size(Set) [function, total, hook(SET.size)] +
+

Set choice

+

You can get an arbitrarily chosen element of a Set in O(1) time. The same +element will always be returned for the same set, but no guarantee is given +that two different sets will return the same element, even if they are similar.

+
k
syntax KItem ::= choice(Set) [function, hook(SET.choice), klabel(Set:choice)] +
+
k
endmodule +
+

Implementation of Sets

+

The following lemmas are simplifications that the Haskell backend can +apply to simplify expressions of sort Set.

+
k
module SET-KORE-SYMBOLIC [symbolic,haskell] + imports SET + imports private K-EQUAL + imports private BOOL + + //Temporarly rule for #Ceil simplification, should be generated in front-end + +// Matching for this version not implemented. + // rule #Ceil(@S1:Set @S2:Set) => + // {intersectSet(@S1, @S2) #Equals .Set} #And #Ceil(@S1) #And #Ceil(@S2) + // [simplification] + +//simpler version + rule #Ceil(@S:Set SetItem(@E:KItem)) => + {(@E in @S) #Equals false} #And #Ceil(@S) #And #Ceil(@E) + [simplification] + + // -Set simplifications + rule S -Set .Set => S [simplification] + rule .Set -Set _ => .Set [simplification] + rule SetItem(X) -Set (S SetItem(X)) => .Set + ensures notBool (X in S) [simplification] + rule S -Set (S SetItem(X)) => .Set + ensures notBool (X in S) [simplification] + rule (S SetItem(X)) -Set S => SetItem(X) + ensures notBool (X in S) [simplification] + rule (S SetItem(X)) -Set SetItem(X) => S + ensures notBool (X in S) [simplification] + // rule SetItem(X) -Set S => SetItem(X) + // requires notBool (X in S) [simplification] + // rule (S1 SetItem(X)) -Set (S2 SetItem(X)) => S1 -Set S2 + // ensures notBool (X in S1) + // andBool notBool (X in S2) [simplification] + + + + // |Set simplifications + rule S |Set .Set => S [simplification, comm] + rule S |Set S => S [simplification] + + rule (S SetItem(X)) |Set SetItem(X) => S SetItem(X) + ensures notBool (X in S) [simplification, comm] + // Currently disabled, see runtimeverification/haskell-backend#3301 + // rule (S SetItem(X)) |Set S => S SetItem(X) + // ensures notBool (X in S) [simplification, comm] + + // intersectSet simplifications + rule intersectSet(.Set, _ ) => .Set [simplification, comm] + rule intersectSet( S , S ) => S [simplification] + + rule intersectSet( S SetItem(X), SetItem(X)) => SetItem(X) + ensures notBool (X in S) [simplification, comm] + // Currently disabled, see runtimeverification/haskell-backend#3294 + // rule intersectSet( S SetItem(X) , S) => S ensures notBool (X in S) [simplification, comm] + rule intersectSet( S1 SetItem(X), S2 SetItem(X)) => intersectSet(S1, S2) SetItem(X) + ensures notBool (X in S1) + andBool notBool (X in S2) [simplification] + + // membership simplifications + rule _E in .Set => false [simplification] + rule E in (S SetItem(E)) => true + ensures notBool (E in S) [simplification] + +// These two rules would be sound but impose a giant overhead on `in` evaluation: + // rule E1 in (S SetItem(E2)) => true requires E1 in S + // ensures notBool (E2 in S) [simplification] + // rule E1 in (S SetItem(E2)) => E1 in S requires E1 =/=K E2 + // ensures notBool (E2 in S) [simplification] + + rule X in ((SetItem(X) S) |Set _ ) => true + ensures notBool (X in S) [simplification] + rule X in ( _ |Set (SetItem(X) S)) => true + ensures notBool (X in S) [simplification] + +endmodule + +module SET-SYMBOLIC + imports SET-KORE-SYMBOLIC +endmodule +
+

Lists

+

Provided here is the syntax of an implementation of immutable, associative +lists of KItem. This type is hooked to an implementation of lists provided +by the backend. For more information on matching on lists and allowable +patterns for doing so, refer to K's +user documentation.

+
k
module LIST + imports private INT-SYNTAX + imports private BASIC-K + + syntax List [hook(LIST.List)] +
+

List concatenation

+

The List sort is an ordered collection that may contain duplicate elements. +They are backed by relaxed radix balanced trees, which means that they support +efficiently adding elements to both sides of the list, concatenating two lists, +indexing, and updating elements.

+

The concatenation operator is O(log(N)) (where N is the size of the longer +list) when it appears on the right hand side. When it appears on the left hand +side, it is O(N), where N is the number of elements matched on the front and +back of the list.

+
k
syntax List ::= List List [left, function, total, hook(LIST.concat), klabel(_List_), symbol, smtlib(smt_seq_concat), assoc, unit(.List), element(ListItem), format(%1%n%2)] +
+

List unit

+

The list with zero elements is represented by .List.

+
k
syntax List ::= ".List" [function, total, hook(LIST.unit), klabel(.List), symbol, smtlib(smt_seq_nil)] +
+

List elements

+

An element of a List is constucted via the ListItem operator.

+
k
syntax List ::= ListItem(KItem) [function, total, hook(LIST.element), klabel(ListItem), symbol, smtlib(smt_seq_elem)] +
+

List prepend

+

An element can be added to the front of a List using the pushList operator.

+
k
syntax List ::= pushList(KItem, List) [function, total, hook(LIST.push), klabel(pushList), symbol] + rule pushList(K::KItem, L1::List) => ListItem(K) L1 +
+

List indexing

+

You can get an element of a list by its integer offset in O(log(N)) time, or +effectively constant. Positive indices are 0-indexed from the beginning of the +list, and negative indices are -1-indexed from the end of the list. In other +words, 0 is the first element and -1 is the last element.

+
k
syntax KItem ::= List "[" Int "]" [function, hook(LIST.get), klabel(List:get), symbol] +
+

List update

+

You can create a new List with a new value at a particular index in +O(log(N)) time, or effectively constant.

+
k
syntax List ::= List "[" index: Int "<-" value: KItem "]" [function, hook(LIST.update), klabel(List:set)] +
+

List of identical elements

+

You can create a list with length elements, each containing value, in O(N) +time.

+
k
syntax List ::= makeList(length: Int, value: KItem) [function, hook(LIST.make)] +
+

Multiple list update

+

You can create a new List which is equal to dest except the N elements +starting at index are replaced with the contents of src in O(N*log(K)) time +(where K is the size of destand N is the size of src), or effectively linear. Having index + N > K yields an exception.

+
k
syntax List ::= updateList(dest: List, index: Int, src: List) [function, hook(LIST.updateAll)] +
+

List fill

+

You can create a new List where the length elements starting at index +are replaced with value, in O(length*log(N)) time, or effectively linear.

+
k
syntax List ::= fillList(List, index: Int, length: Int, value: KItem) [function, hook(LIST.fill)] +
+

List slicing

+

You can compute a new List by removing fromFront elements from the front +of the list and fromBack elements from the back of the list in +O((fromFront+fromBack)*log(N)) time, or effectively linear.

+
k
syntax List ::= range(List, fromFront: Int, fromBack: Int) [function, hook(LIST.range), klabel(List:range), symbol] +
+

List membership

+

You can compute whether an element is in a list in O(N) time. For repeated +comparisons, it is much better to first convert to a set using List2Set.

+
k
syntax Bool ::= KItem "in" List [function, total, hook(LIST.in), klabel(_inList_)] +
+

List size

+

You can get the number of elements of a list in O(1) time.

+
k
syntax Int ::= size(List) [function, total, hook(LIST.size), klabel (sizeList), smtlib(smt_seq_len)] +
+
k
endmodule +
+

Collection Conversions

+

It is possible to convert from a List to a Set or from a Set to a list. +Converting from a List to a Set and back will not provide the same list; +duplicates will have been removed and the list may be reordered. Converting +from a Set to a List and back will generate the same set.

+

Note that because sets are unordered and lists are ordered, converting from a +Set to a List will generate some arbitrary ordering of elements, which may +be different from the natural ordering you might assume, or may not. Two +equal sets are guaranteed to generate the same ordering, but no guarantee is +otherwise provided about what the ordering will be. In particular, adding an +element to a set may completely reorder the elements already in the set, when +it is converted to a list.

+
k
module COLLECTIONS + imports LIST + imports SET + imports MAP + + syntax List ::= Set2List(Set) [function, total, hook(SET.set2list)] + syntax Set ::= List2Set(List) [function, total, hook(SET.list2set)] + +endmodule +
+

Booleans

+

Provided here is the syntax of an implementation of boolean algebra in K. +This type is hooked to an implementation of booleans provided by the backend. +Note that this algebra is different from the builtin truth in matching logic. +You can, however, convert from the truth of the Bool sort to the truth in +matching logic via the expression {B #Equals true}.

+

The boolean values are true and false.

+
k
module SORT-BOOL + syntax Bool [hook(BOOL.Bool)] +endmodule + +module BOOL-SYNTAX + imports SORT-BOOL + syntax Bool ::= "true" [token] + syntax Bool ::= "false" [token] +endmodule + +module BOOL-COMMON + imports private BASIC-K + imports BOOL-SYNTAX +
+

Basic boolean arithmetic

+

You can:

+
    +
  • Negate a boolean value.
  • +
  • AND two boolean values.
  • +
  • XOR two boolean values.
  • +
  • OR two boolean values.
  • +
  • IMPLIES two boolean values (i.e., P impliesBool Q is the same as +notBool P orBool Q)
  • +
  • Check equality of two boolean values.
  • +
  • Check inequality of two boolean values.
  • +
+

Note that only andThenBool and orElseBool are short-circuiting. andBool +and orBool may be short-circuited in concrete backends, but in symbolic +backends, both arguments will be evaluated.

+
k
syntax Bool ::= "notBool" Bool [function, total, klabel(notBool_), symbol, smt-hook(not), group(boolOperation), hook(BOOL.not)] + > Bool "andBool" Bool [function, total, klabel(_andBool_), symbol, left, smt-hook(and), group(boolOperation), hook(BOOL.and)] + | Bool "andThenBool" Bool [function, total, klabel(_andThenBool_), symbol, left, smt-hook(and), group(boolOperation), hook(BOOL.andThen)] + | Bool "xorBool" Bool [function, total, klabel(_xorBool_), symbol, left, smt-hook(xor), group(boolOperation), hook(BOOL.xor)] + | Bool "orBool" Bool [function, total, klabel(_orBool_), symbol, left, smt-hook(or), group(boolOperation), hook(BOOL.or)] + | Bool "orElseBool" Bool [function, total, klabel(_orElseBool_), symbol, left, smt-hook(or), group(boolOperation), hook(BOOL.orElse)] + | Bool "impliesBool" Bool [function, total, klabel(_impliesBool_), symbol, left, smt-hook(=>), group(boolOperation), hook(BOOL.implies)] + > left: + Bool "==Bool" Bool [function, total, klabel(_==Bool_), symbol, left, comm, smt-hook(=), hook(BOOL.eq)] + | Bool "=/=Bool" Bool [function, total, klabel(_=/=Bool_), symbol, left, comm, smt-hook(distinct), hook(BOOL.ne)] +
+

Implementation of Booleans

+

The remainder of this section consists of an implementation in K of the +operations listed above.

+
k
rule notBool true => false + rule notBool false => true + + rule true andBool B:Bool => B:Bool + rule B:Bool andBool true => B:Bool [simplification] + rule false andBool _:Bool => false + rule _:Bool andBool false => false [simplification] + + rule true andThenBool K::Bool => K + rule K::Bool andThenBool true => K [simplification] + rule false andThenBool _ => false + rule _ andThenBool false => false [simplification] + + rule false xorBool B:Bool => B:Bool + rule B:Bool xorBool false => B:Bool [simplification] + rule B:Bool xorBool B:Bool => false + + rule true orBool _:Bool => true + rule _:Bool orBool true => true [simplification] + rule false orBool B:Bool => B + rule B:Bool orBool false => B [simplification] + + rule true orElseBool _ => true + rule _ orElseBool true => true [simplification] + rule false orElseBool K::Bool => K + rule K::Bool orElseBool false => K [simplification] + + rule true impliesBool B:Bool => B + rule false impliesBool _:Bool => true + rule _:Bool impliesBool true => true [simplification] + rule B:Bool impliesBool false => notBool B [simplification] + + rule B1:Bool =/=Bool B2:Bool => notBool (B1 ==Bool B2) +endmodule + +module BOOL-KORE [symbolic] + imports BOOL-COMMON + + rule {true #Equals notBool @B} => {false #Equals @B} [simplification] + rule {notBool @B #Equals true} => {@B #Equals false} [simplification] + rule {false #Equals notBool @B} => {true #Equals @B} [simplification] + rule {notBool @B #Equals false} => {@B #Equals true} [simplification] + + rule {true #Equals @B1 andBool @B2} => {true #Equals @B1} #And {true #Equals @B2} [simplification] + rule {@B1 andBool @B2 #Equals true} => {@B1 #Equals true} #And {@B2 #Equals true} [simplification] + rule {false #Equals @B1 orBool @B2} => {false #Equals @B1} #And {false #Equals @B2} [simplification] + rule {@B1 orBool @B2 #Equals false} => {@B1 #Equals false} #And {@B2 #Equals false} [simplification] +endmodule + +module BOOL + imports BOOL-COMMON + imports BOOL-KORE +endmodule +
+

Integers

+

Provided here is the syntax of an implementation of arbitrary-precision +integer arithmetic in K. This type is hooked to an implementation of integers +provided by the backend. For a fixed-width integer type, see the MINT module +below.

+

The UNSIGNED-INT-SYNTAX module provides a syntax of whole numbers in K. +This is useful because often programming languages implement the sign of an +integer as a unary operator rather than part of the lexical syntax of integers. +However, you can also directly reference integers with a sign using the +INT-SYNTAX module.

+
k
module UNSIGNED-INT-SYNTAX + syntax Int [hook(INT.Int)] + syntax Int ::= r"[0-9]+" [prefer, token, prec(2)] +endmodule + +module INT-SYNTAX + imports UNSIGNED-INT-SYNTAX + syntax Int ::= r"[\\+-]?[0-9]+" [prefer, token, prec(2)] +endmodule + +module INT-COMMON + imports INT-SYNTAX + imports private BOOL +
+

Integer arithmetic

+

You can:

+
    +
  • Compute the bitwise complement ~Int of an integer value in twos-complement.
  • +
  • Compute the exponentiation ^Int of two integers.
  • +
  • Compute the exponentiation of two integers modulo another integer (^%Int). +A ^%Int B C is equal in value to (A ^Int B) %Int C, but has a better +asymptotic complexity.
  • +
  • Compute the product *Int of two integers.
  • +
  • Compute the quotient /Int or modulus %Int of two integers using +t-division, which rounds towards zero. Division by zero is #False.
  • +
  • Compute the quotient divInt or modulus modInt of two integers using +Euclidean division, in which the remainder is always non-negative. Division +by zero is #False.
  • +
  • Compute the sum +Int or difference -Int of two integers.
  • +
  • Compute the arithmetic right shift >>Int of two integers. Shifting by a +negative quantity is #False.
  • +
  • Compute the left shift of two integers. Shifting by a negative quantity is +#False.
  • +
  • Compute the bitwise and of two integers in twos-complement.
  • +
  • Compute the bitwise xor of two integers in twos-complement.
  • +
  • Compute the bitwise inclusive-or of two integers in twos-complement.
  • +
+
k
syntax Int ::= "~Int" Int [function, klabel(~Int_), symbol, total, hook(INT.not), smtlib(notInt)] + > left: + Int "^Int" Int [function, klabel(_^Int_), symbol, left, smt-hook(^), hook(INT.pow)] + | Int "^%Int" Int Int [function, klabel(_^%Int__), symbol, left, smt-hook((mod (^ #1 #2) #3)), hook(INT.powmod)] + > left: + Int "*Int" Int [function, total, klabel(_*Int_), symbol, left, comm, smt-hook(*), hook(INT.mul)] + /* FIXME: translate /Int and %Int into smtlib */ + /* /Int and %Int implement t-division, which rounds towards 0 */ + | Int "/Int" Int [function, klabel(_/Int_), symbol, left, smt-hook(div), hook(INT.tdiv)] + | Int "%Int" Int [function, klabel(_%Int_), symbol, left, smt-hook(mod), hook(INT.tmod)] + /* divInt and modInt implement e-division according to the Euclidean division theorem, therefore the remainder is always positive */ + | Int "divInt" Int [function, klabel(_divInt_), symbol, left, smt-hook(div), hook(INT.ediv)] + | Int "modInt" Int [function, klabel(_modInt_), symbol, left, smt-hook(mod), hook(INT.emod)] + > left: + Int "+Int" Int [function, total, klabel(_+Int_), symbol, left, comm, smt-hook(+), hook(INT.add)] + | Int "-Int" Int [function, total, klabel(_-Int_), symbol, left, smt-hook(-), hook(INT.sub)] + > left: + Int ">>Int" Int [function, klabel(_>>Int_), symbol, left, hook(INT.shr), smtlib(shrInt)] + | Int "<<Int" Int [function, klabel(_<<Int_), symbol, left, hook(INT.shl), smtlib(shlInt)] + > left: + Int "&Int" Int [function, total, klabel(_&Int_), symbol, left, comm, hook(INT.and), smtlib(andInt)] + > left: + Int "xorInt" Int [function, total, klabel(_xorInt_), symbol, left, comm, hook(INT.xor), smtlib(xorInt)] + > left: + Int "|Int" Int [function, total, klabel(_|Int_), symbol, left, comm, hook(INT.or), smtlib(orInt)] +
+

Integer minimum and maximum

+

You can compute the minimum and maximum minInt and maxInt of two integers.

+
k
syntax Int ::= "minInt" "(" Int "," Int ")" [function, total, smt-hook((ite (< #1 #2) #1 #2)), hook(INT.min)] + | "maxInt" "(" Int "," Int ")" [function, total, smt-hook((ite (< #1 #2) #2 #1)), hook(INT.max)] +
+

Absolute value

+

You can compute the absolute value absInt of an integer.

+
k
syntax Int ::= absInt ( Int ) [function, total, smt-hook((ite (< #1 0) (- 0 #1) #1)), hook(INT.abs)] +
+

Log base 2

+

You can compute the log base 2, rounded towards zero, of an integer. The log +base 2 of an integer is equal to the index of the highest bit set in the +representation of a positive integer. Log base 2 of zero or a negative number +is #False.

+
k
syntax Int ::= log2Int ( Int ) [function, hook(INT.log2)] +
+

Bit slicing

+

You can compute the value of a range of bits in the twos-complement +representation of an integer, as interpeted either unsigned or signed, of an +integer. index is offset from 0 and length is the number of bits, starting +with index, that should be read. The number is assumed to be represented +in little endian notation with each byte going from least significant to +most significant. In other words, 0 is the least-significant bit, and each +successive bit is more significant than the last.

+
k
syntax Int ::= bitRangeInt ( Int, index: Int, length: Int ) [function, hook(INT.bitRange)] + | signExtendBitRangeInt ( Int, index: Int, length: Int ) [function, hook(INT.signExtendBitRange)] +
+

Integer comparisons

+

You can compute whether two integers are less than or equal to, less than, +greater than or equal to, greater than, equal, or unequal to another integer.

+
k
syntax Bool ::= Int "<=Int" Int [function, total, klabel(_<=Int_), symbol, smt-hook(<=), hook(INT.le)] + | Int "<Int" Int [function, total, klabel(_<Int_), symbol, smt-hook(<), hook(INT.lt)] + | Int ">=Int" Int [function, total, klabel(_>=Int_), symbol, smt-hook(>=), hook(INT.ge)] + | Int ">Int" Int [function, total, klabel(_>Int_), symbol, smt-hook(>), hook(INT.gt)] + | Int "==Int" Int [function, total, klabel(_==Int_), symbol, comm, smt-hook(=), hook(INT.eq)] + | Int "=/=Int" Int [function, total, klabel(_=/=Int_), symbol, comm, smt-hook(distinct), hook(INT.ne)] +
+

Divides

+

You can compute whether one integer evenly divides another. This is the +case when the second integer modulo the first integer is equal to zero.

+
k
syntax Bool ::= Int "dividesInt" Int [function] +
+

Random integers

+

You can, on concrete backends, compute a pseudorandom integer, or seed the +pseudorandom number generator. These operations are represented as +uninterpreted functions on symbolic backends.

+
k
syntax Int ::= randInt(Int) [function, hook(INT.rand), impure] + syntax K ::= srandInt(Int) [function, hook(INT.srand), impure] +
+

Implementation of Integers

+

The remainder of this section consists of an implementation in K of some +of the operators above, as well as lemmas used by the Java and Haskell backend +to simplify expressions of sort Int. They do not affect the semantics of +integers, merely describing additional rules that the backend can use to +simplify terms.

+
k
endmodule + +module INT-SYMBOLIC [symbolic] + imports INT-COMMON + imports INT-SYMBOLIC-KORE + imports private BOOL + + // Arithmetic Normalization + rule I +Int 0 => I [simplification] + rule I -Int 0 => I [simplification] + + rule X modInt N => X requires 0 <=Int X andBool X <Int N [simplification] + rule X %Int N => X requires 0 <=Int X andBool X <Int N [simplification] + + // Bit-shifts + rule X <<Int 0 => X [simplification] + rule 0 <<Int _ => 0 [simplification] + rule X >>Int 0 => X [simplification] + rule 0 >>Int _ => 0 [simplification] +endmodule + +module INT-SYMBOLIC-KORE [symbolic, haskell] + imports INT-COMMON + imports ML-SYNTAX + imports private BOOL + + // Definability Conditions + rule #Ceil(@I1:Int /Int @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] + rule #Ceil(@I1:Int %Int @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] + rule #Ceil(@I1:Int modInt @I2:Int) => {(@I2 =/=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] + rule #Ceil(@I1:Int >>Int @I2:Int) => {(@I2 >=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] + rule #Ceil(@I1:Int <<Int @I2:Int) => {(@I2 >=Int 0) #Equals true} #And #Ceil(@I1) #And #Ceil(@I2) [simplification] +endmodule + +module INT-KORE [symbolic] + imports private K-EQUAL + imports private BOOL + imports INT-COMMON + + rule I1:Int ==K I2:Int => I1 ==Int I2 [simplification] + rule {K1 ==Int K2 #Equals true} => {K1 #Equals K2} [simplification] + rule {true #Equals K1 ==Int K2} => {K1 #Equals K2} [simplification] + rule {K1 ==Int K2 #Equals false} => #Not({K1 #Equals K2}) [simplification] + rule {false #Equals K1 ==Int K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=Int K2 #Equals true} => #Not({K1 #Equals K2}) [simplification] + rule {true #Equals K1 =/=Int K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=Int K2 #Equals false} => {K1 #Equals K2} [simplification] + rule {false #Equals K1 =/=Int K2} => {K1 #Equals K2} [simplification] + + // Arithmetic Normalization + rule I +Int B => B +Int I [concrete(I), symbolic(B), simplification(51)] + rule A -Int I => A +Int (0 -Int I) [concrete(I), symbolic(A), simplification(51)] + + rule (A +Int I2) +Int I3 => A +Int (I2 +Int I3) [concrete(I2, I3), symbolic(A), simplification] + rule I1 +Int (B +Int I3) => B +Int (I1 +Int I3) [concrete(I1, I3), symbolic(B), simplification] + rule I1 -Int (B +Int I3) => (I1 -Int I3) -Int B [concrete(I1, I3), symbolic(B), simplification] + rule I1 +Int (I2 +Int C) => (I1 +Int I2) +Int C [concrete(I1, I2), symbolic(C), simplification] + rule I1 +Int (I2 -Int C) => (I1 +Int I2) -Int C [concrete(I1, I2), symbolic(C), simplification] + rule (I1 -Int B) +Int I3 => (I1 +Int I3) -Int B [concrete(I1, I3), symbolic(B), simplification] + rule I1 -Int (I2 +Int C) => (I1 -Int I2) -Int C [concrete(I1, I2), symbolic(C), simplification] + rule I1 -Int (I2 -Int C) => (I1 -Int I2) +Int C [concrete(I1, I2), symbolic(C), simplification] + rule (C -Int I2) -Int I3 => C -Int (I2 +Int I3) [concrete(I2, I3), symbolic(C), simplification] + + rule I1 &Int (I2 &Int C) => (I1 &Int I2) &Int C [concrete(I1, I2), symbolic(C), simplification] +endmodule + +module INT + imports INT-COMMON + imports INT-SYMBOLIC + imports INT-KORE + imports private K-EQUAL + imports private BOOL + + rule bitRangeInt(I::Int, IDX::Int, LEN::Int) => (I >>Int IDX) modInt (1 <<Int LEN) + + rule signExtendBitRangeInt(I::Int, IDX::Int, LEN::Int) => (bitRangeInt(I, IDX, LEN) +Int (1 <<Int (LEN -Int 1))) modInt (1 <<Int LEN) -Int (1 <<Int (LEN -Int 1)) + + rule I1:Int divInt I2:Int => (I1 -Int (I1 modInt I2)) /Int I2 + requires I2 =/=Int 0 + rule + I1:Int modInt I2:Int + => + ((I1 %Int absInt(I2)) +Int absInt(I2)) %Int absInt(I2) + requires I2 =/=Int 0 [concrete, simplification] + + rule minInt(I1:Int, I2:Int) => I1 requires I1 <=Int I2 + rule minInt(I1:Int, I2:Int) => I2 requires I1 >=Int I2 + + rule I1:Int =/=Int I2:Int => notBool (I1 ==Int I2) + rule (I1:Int dividesInt I2:Int) => (I2 %Int I1) ==Int 0 + + syntax Int ::= freshInt(Int) [freshGenerator, function, total, private] + rule freshInt(I:Int) => I +endmodule +
+

IEEE 754 Floating-point Numbers

+

Provided here is the syntax of an implementation of arbitrary-precision +floating-point arithmetic in K based on a generalization of the IEEE 754 +standard. This type is hooked to an implementation of floats provided by the +backend.

+

The syntax of ordinary floating-point values in K consists of an optional sign +(+ or -) followed by an optional integer part, followed by a decimal point, +followed by an optional fractional part. Either the integer part or the +fractional part must be specified. The mantissa is followed by an optional +exponent part, which consists of an e or E, an optional sign (+ or -), +and an integer. The expoennt is followed by an optional suffix, which can be +either f, F, d, D, or pNxM where N and M are positive integers. +p and x can be either upper or lowercase.

+

The value of a floating-point literal is computed as follows: First the +mantissa is read as a rational number. Then it is multiplied by 10 to the +power of the exponent, which is interpreted as an integer, and defaults to +zero if it is not present. Finally, it is rounded to the nearest possible +value in a floating-point type represented like an IEEE754 floating-point type, +with the number of bits of precision and exponent specified by the suffix. +A suffix of f or f represents the IEEE binary32 format. A suffix of d +or D, or no suffix, represents the IEEE binary64 format. A suffix of +pNxM (either upper or lowercase) specifies exactly N bits of precision and +M bits of exponent. The number of bits of precision is assumed to include +any optional 1 that precedes the IEEE 754 mantissa. In other words, p24x8 +is equal to the IEEE binary32 format, and p53x11 is equal to the IEEE +binary64 format.

+
k
module FLOAT-SYNTAX + syntax Float [hook(FLOAT.Float)] + syntax Float ::= r"([\\+-]?[0-9]+(\\.[0-9]*)?|\\.[0-9]+)([eE][\\+-]?[0-9]+)?([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(1)] + syntax Float ::= r"[\\+-]?Infinity([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(3)] + syntax Float ::= r"NaN([fFdD]|([pP][0-9]+[xX][0-9]+))?" [token, prec(3)] +endmodule + +module FLOAT + imports FLOAT-SYNTAX + imports private BOOL + imports private INT-SYNTAX +
+

Float precision

+

You can retrieve the number of bits of precision in a Float.

+
k
syntax Int ::= precisionFloat(Float) [function, total, hook(FLOAT.precision)] +
+

Float exponent bits

+

You can retrieve the number of bits of exponent range in a Float.

+
k
syntax Int ::= exponentBitsFloat(Float) [function, total, hook(FLOAT.exponentBits)] +
+

Float exponent

+

You can retrieve the value of the exponent bits of a Float as an integer.

+
k
syntax Int ::= exponentFloat(Float) [function, total, hook(FLOAT.exponent)] +
+

Float sign

+

You can retrieve the value of the sign bit of a Float as a boolean. True +means the sign bit is set.

+
k
syntax Bool ::= signFloat(Float) [function, total, hook(FLOAT.sign)] +
+

Float special values

+

You can check whether a Float value is infinite or Not-a-Number.

+
k
syntax Bool ::= isNaN(Float) [function, total, smt-hook(fp.isNaN), hook(FLOAT.isNaN)] + | isInfinite(Float) [function, total] +
+

Float arithmetic

+

You can:

+
    +
  • Compute the unary negation --Float of a float. --Float X is distinct +from 0.0 -Float X. For example, 0.0 -Float 0.0 is positive zero. +--Float 0.0 is negative zero.
  • +
  • Compute the exponentation ^Float of two floats.
  • +
  • Compute the product *Float, quotient /Float, or remainder %Float of two +floats. The remainder is computed based on rounding the quotient of the two +floats to the nearest integer.
  • +
  • Compute the sum +Float or difference -Float of two floats.
  • +
+
k
syntax Float ::= "--Float" Float [function, total, smt-hook(fp.neg), hook(FLOAT.neg)] + > Float "^Float" Float [function, left, hook(FLOAT.pow)] + > left: + Float "*Float" Float [function, left, smt-hook((fp.mul roundNearestTiesToEven #1 #2)), hook(FLOAT.mul)] + | Float "/Float" Float [function, left, smt-hook((fp.div roundNearestTiesToEven #1 #2)), hook(FLOAT.div)] + | Float "%Float" Float [function, left, smt-hook((fp.rem roundNearestTiesToEven #1 #2)), hook(FLOAT.rem)] + > left: + Float "+Float" Float [function, left, smt-hook((fp.add roundNearestTiesToEven #1 #2)), hook(FLOAT.add)] + | Float "-Float" Float [function, left, smt-hook((fp.sub roundNearestTiesToEven #1 #2)), hook(FLOAT.sub)] +
+

Floating-point mathematics

+

You can:

+
    +
  • Compute the Nth integer root rootFloat of a float.
  • +
  • Compute the absolute value absFloat of a float.
  • +
  • Round a floating-point number to a specified precision and exponent +range (roundFloat). The resulting Float will yield the specified values +when calling precisionFloat and exponentBitsFloat and when performing +further computation.
  • +
  • Round a float to the next lowest floating-point value which is an integer +(floorFloat).
  • +
  • Round a float to the next highest floating-point value which is an integer +(ceilFloat).
  • +
  • Round a float to the next closest floating-point value which is an integer, in +the direction of zero (truncFloat).
  • +
  • Compute the natural exponential expFloat of a float (i.e. e^x).
  • +
  • Compute the natural logarithm logFloat of a float.
  • +
  • Compute the sine sinFloat of a float.
  • +
  • Compute the cosine cosFloat of a float.
  • +
  • Compute the tangent tanFlooat of a float.
  • +
  • Compute the arcsine asinFloat of a float.
  • +
  • Compute the arccosine acosFloat of a float.
  • +
  • Compute the arctangent atanFloat of a float.
  • +
  • Compute the arctangent atan2Float of two floats.
  • +
  • Compute the maximum maxFloat of two floats.
  • +
  • Compute the minimum minFloat of two floats.
  • +
  • Compute the square root sqrtFloat of a float.
  • +
  • Compute the largest finite value expressible in a specified precision and +exponent range (maxValueFloat).
  • +
  • Compute the smallest positive finite value expressible in a specified +precision and exponent range (minValueFloat).
  • +
+
k
syntax Float ::= rootFloat(Float, Int) [function, hook(FLOAT.root)] + | absFloat(Float) [function, total, smt-hook(fp.abs), hook(FLOAT.abs)] + | roundFloat(Float, precision: Int, exponentBits: Int) [function, hook(FLOAT.round)] + | floorFloat(Float) [function, total, hook(FLOAT.floor)] + | ceilFloat(Float) [function, total, hook(FLOAT.ceil)] + | truncFloat(Float) [function, total, hook(FLOAT.trunc)] + | expFloat(Float) [function, total, hook(FLOAT.exp)] + | logFloat(Float) [function, hook(FLOAT.log)] + | sinFloat(Float) [function, total, hook(FLOAT.sin)] + | cosFloat(Float) [function, total, hook(FLOAT.cos)] + | tanFloat(Float) [function, hook(FLOAT.tan)] + | asinFloat(Float) [function, hook(FLOAT.asin)] + | acosFloat(Float) [function, hook(FLOAT.acos)] + | atanFloat(Float) [function, total, hook(FLOAT.atan)] + | atan2Float(Float, Float) [function, hook(FLOAT.atan2)] + | maxFloat(Float, Float) [function, smt-hook(fp.max), hook(FLOAT.max)] + | minFloat(Float, Float) [function, smt-hook(fp.min), hook(FLOAT.min)] + | sqrtFloat(Float) [function] + | maxValueFloat(precision: Int, exponentBits: Int) [function, hook(FLOAT.maxValue)] + | minValueFloat(precision: Int, exponentBits: Int) [function, hook(FLOAT.minValue)] +
+

Floating-point comparisons

+

Compute whether a float is less than or equasl to, less than, greater than or +equal to, greater than, equal, or unequal to another float. Note that +X ==Float Y and X ==K Y might yield different values. The latter should be +used in cases where you want to compare whether two values of sort Float +contain the same term. The former should be used when you want to implement +the == operator of a programming language. In particular, NaN =/=Float NaN +is true, because NaN compares unequal to all values, including itself, in +IEEE 754 arithmetic. 0.0 ==Float -0.0 is also true.

+
k
syntax Bool ::= Float "<=Float" Float [function, smt-hook(fp.leq), hook(FLOAT.le)] + | Float "<Float" Float [function, smt-hook(fp.lt), hook(FLOAT.lt)] + | Float ">=Float" Float [function, smt-hook(fp.geq), hook(FLOAT.ge)] + | Float ">Float" Float [function, smt-hook(fg.gt), hook(FLOAT.gt)] + | Float "==Float" Float [function, comm, smt-hook(fp.eq), hook(FLOAT.eq), klabel(_==Float_)] + | Float "=/=Float" Float [function, comm, smt-hook((not (fp.eq #1 #2)))] + + rule F1:Float =/=Float F2:Float => notBool (F1 ==Float F2) +
+

Conversion between integer and float

+

You can convert an integer to a floating-point number with the specified +precision and exponent range. You can also convert a floating-point number +to the nearest integer. This operation rounds to the nearest integer, but it +also avoids the double-rounding that is present in ceilFloat and floorFloat +if the nearest integer is not representable in the specified floating-point +type.

+
k
syntax Float ::= Int2Float(Int, precision: Int, exponentBits: Int) [function, hook(FLOAT.int2float)] + syntax Int ::= Float2Int(Float) [function, total, hook(FLOAT.float2int)] +
+

Implementation of Floats

+

The remainder of this section consists of an implementation in K of some of the +operators above.

+
k
rule sqrtFloat(F:Float) => rootFloat(F, 2) + + rule isInfinite(F:Float) => F >Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F)) orBool F <Float --Float maxValueFloat(precisionFloat(F), exponentBitsFloat(F)) + +endmodule +
+

Strings

+

Provided here is the syntax of an implementation of Unicode strings in K. This +type is hooked to an implementation of strings provided by the backend. The +implementation is currently incomplete and does not fully support encodings +and code points beyond the initial 256 code points of the Basic Latin and +Latin-1 Supplement blocks. In the future, there may be breaking changes to +the semantics of this module in order to support this functionality.

+

The syntax of strings in K is delineated by double quotes. Inside the double +quotes, any character can appear verbatim except double quotes, backslash, +newline, and carriage return. K also supports the following escape sequences:

+
    +
  • " - the " character
  • +
  • \ - the \ character
  • +
  • \n - newline character
  • +
  • \r - carriage return character
  • +
  • \t - tab character
  • +
  • \f - form feed character
  • +
  • \xFF - \x followed by two hexadecimal characters indicates a code point +between 0x00 and 0xff
  • +
  • \uFFFF - \u followed by four hexadecimal characters indicates a code point +between 0x0000 and 0xffff
  • +
  • \UFFFFFFFF - \U followed by eight hexadecimal characters indicates a code +point between 0x000000 and 0x10ffff
  • +
+
k
module STRING-SYNTAX + syntax String [hook(STRING.String)] + syntax String ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]" [token] +endmodule + +module STRING-COMMON + imports STRING-SYNTAX + imports private INT + imports private FLOAT-SYNTAX + imports private K-EQUAL + imports private BOOL +
+

String concatenation

+

You can concatenate two strings in O(N) time. For successive concatenation +operations, it may be better to use the STRING-BUFFER module.

+
k
syntax String ::= String "+String" String [function, total, left, hook(STRING.concat)] +
+

String length

+

You can get the length of a string in O(1) time.

+
k
syntax Int ::= lengthString ( String ) [function, total, hook(STRING.length)] +
+

Character and integer conversion

+

You can convert between a character (as represented by a string containing +a single code point) and an integer in O(1) time.

+
k
syntax String ::= chrChar ( Int ) [function, hook(STRING.chr)] + syntax Int ::= ordChar ( String ) [function, hook(STRING.ord)] +
+

String substring

+

You can compute a substring of a string in O(N) time (where N is the +length of the substring). There are two important facts to note:

+
    +
  1. the range generated includes the character at startIndex but excludes the +character at endIndex, i.e., the range is [startIndex..endIndex).
  2. +
  3. this function is only defined on valid indices (i.e., it is defined when +startIndex < endIndex and endIndex is less than or equal to the string +length).
  4. +
+
k
syntax String ::= substrString ( String , startIndex: Int , endIndex: Int ) [function, total, hook(STRING.substr)] +
+ +

You can find the first (respectively, last) occurrence of a substring, starting +at a certain index, in another string in O(N*M) time. +Returns -1 if the substring is not found.

+
k
syntax Int ::= findString ( haystack: String , needle: String , index: Int ) [function, hook(STRING.find)] + syntax Int ::= rfindString ( haystack: String , needle: String , index: Int ) [function, hook(STRING.rfind)] +
+ +

You can find the first (respectively, last) occurrence of one of the characters +of the search string, starting at a certain index, in another string in +O(N*M) time.

+
k
syntax Int ::= findChar ( haystack: String , needles: String , index: Int ) [function, hook(STRING.findChar)] + syntax Int ::= rfindChar ( haystack: String , needles: String , index: Int ) [function, hook(STRING.rfindChar)] +
+

String and Bool conversion

+
k
syntax String ::= Bool2String(Bool) [function, total] + rule Bool2String(true) => "true" + rule Bool2String(false) => "false" +
+
k
syntax Bool ::= String2Bool(String) [function] + rule String2Bool("true") => true + rule String2Bool("false") => false +
+

String and float conversion

+

You can convert between a String and a Float. The String will be +represented in the syntax of the Float sort (see the section on the FLOAT +module above for details of that syntax). Which particular string is returned +by Float2String is determined by the backend, but the same Float is +guaranteed to return the same String, and converting that String back to a +Float is guaranteed to return the original Float.

+

You can also convert a Float to a string in a particular syntax using the +variant of Float2String with a format. In this case, the resulting string +is one which results directly from passing that format to mpfr_printf. This +functionality may not be supported on backends that do not use Gnu MPFR to +implement floating-point numbers.

+
k
syntax String ::= Float2String ( Float ) [function, total, hook(STRING.float2string)] + syntax String ::= Float2String ( Float , format: String ) [function, klabel(FloatFormat), hook(STRING.floatFormat)] + syntax Float ::= String2Float ( String ) [function, hook(STRING.string2float)] +
+

String and integer conversions

+

You can convert between a String and an Int. The String will be represented +in the syntax of the INT module (i.e., a nonempty sequence of digits +optionally prefixed by a sign). When converting from an Int to a String, +the sign will not be present unless the integer is negative.

+

You can also convert between a String and an Int in a particular radix. +This radix can be anywhere between 2 and 36. For a radix 2 <= N <= 10, the +digits 0 to N-1 will be used. For a radix 11 <= N <= 36, the digits 0 to 9 +and the first N-10 letters of the Latin alphabet will be used. Both uppercase +and lowercase letters are supported by String2Base. Whether the letters +returned by Base2String are upper or lowercase is determined by the backend, +but the backend will consistently choose one or the other.

+
k
syntax Int ::= String2Int ( String ) [function, hook(STRING.string2int)] + syntax String ::= Int2String ( Int ) [function, total, hook(STRING.int2string)] + syntax String ::= Base2String ( Int , base: Int ) [function, hook(STRING.base2string)] + syntax Int ::= String2Base ( String , base: Int ) [function, hook(STRING.string2base)] +
+

String count and replace

+

You can replace one, some, or all occurrences of a string within another +string in O(N*M) time. The replaceAll, replace, and replaceFirst methods +are identical, except replaceFirst replaces exactly one ocurrence of the +string, the first occurrence. replace replaces the first times occurrences. +And replaceAll replaces every occurrence.

+

You can also count the number of times a string occurs within another string +using countAllOccurrences.

+
k
syntax String ::= "replaceAll" "(" haystack: String "," needle: String "," replacement: String ")" [function, total, hook(STRING.replaceAll)] + syntax String ::= "replace" "(" haystack: String "," needle: String "," replacement: String "," times: Int ")" [function, hook(STRING.replace)] + syntax String ::= "replaceFirst" "(" haystack: String "," needle: String "," replacement: String ")" [function, total, hook(STRING.replaceFirst)] + syntax Int ::= "countAllOccurrences" "(" haystack: String "," needle: String ")" [function, total, hook(STRING.countAllOccurrences)] +
+

String equality and lexicographic comparison

+

You can compare whether two strings are equal or unequal, or whether one string +is less than, less than or equal to, greater than, or greater than or equal to +another according to the natural lexicographic ordering of strings.

+
k
syntax Bool ::= String "==String" String [function, total, comm, hook(STRING.eq)] + | String "=/=String" String [function, total, comm, hook(STRING.ne)] + rule S1:String =/=String S2:String => notBool (S1 ==String S2) + + syntax Bool ::= String "<String" String [function, total, hook(STRING.lt)] + | String "<=String" String [function, total, hook(STRING.le)] + | String ">String" String [function, total, hook(STRING.gt)] + | String ">=String" String [function, total, hook(STRING.ge)] +
+

Implementation of Strings

+

What follows is a few String hooks which are deprecated and only are supported +on certain outdated backends of K, as well as an implementation of several +of the above operations in K.

+
k
syntax String ::= categoryChar(String) [function, hook(STRING.category)] + | directionalityChar(String) [function, hook(STRING.directionality)] + + syntax String ::= "newUUID" [function, hook(STRING.uuid), impure] + + rule S1:String <=String S2:String => notBool (S2 <String S1) + rule S1:String >String S2:String => S2 <String S1 + rule S1:String >=String S2:String => notBool (S1 <String S2) + + rule findChar(S1:String, S2:String, I:Int) => #if findString(S1, substrString(S2, 0, 1), I) ==Int -1 #then findChar(S1, substrString(S2, 1, lengthString(S2)), I) #else #if findChar(S1, substrString(S2, 1, lengthString(S2)), I) ==Int -1 #then findString(S1, substrString(S2, 0, 1), I) #else minInt(findString(S1, substrString(S2, 0, 1), I), findChar(S1, substrString(S2, 1, lengthString(S2)), I)) #fi #fi requires S2 =/=String "" + rule findChar(_, "", _) => -1 + rule rfindChar(S1:String, S2:String, I:Int) => maxInt(rfindString(S1, substrString(S2, 0, 1), I), rfindChar(S1, substrString(S2, 1, lengthString(S2)), I)) requires S2 =/=String "" + rule rfindChar(_, "", _) => -1 + + rule countAllOccurrences(Source:String, ToCount:String) => 0 + requires findString(Source, ToCount, 0) <Int 0 + rule countAllOccurrences(Source:String, ToCount:String) => 1 +Int countAllOccurrences(substrString(Source, findString(Source, ToCount, 0) +Int lengthString(ToCount), lengthString(Source)), ToCount) + requires findString(Source, ToCount, 0) >=Int 0 + + rule replaceFirst(Source:String, ToReplace:String, Replacement:String) => substrString(Source, 0, findString(Source, ToReplace, 0)) + +String Replacement +String substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source)) + requires findString(Source, ToReplace, 0) >=Int 0 + rule replaceFirst(Source:String, ToReplace:String, _:String) => Source + requires findString(Source, ToReplace, 0) <Int 0 + + + // Note that the replace function is undefined when Count < 0. This allows different backends to + // implement their own behavior without contradicting these semantics. For instance, a symbolic + // backend can return #Bottom for that case, while a concrete backend can throw an exception. + rule replace(Source:String, ToReplace:String, Replacement:String, Count:Int) => + substrString(Source, 0, findString(Source, ToReplace, 0)) +String Replacement +String + replace(substrString(Source, findString(Source, ToReplace, 0) +Int lengthString(ToReplace), lengthString(Source)), ToReplace, Replacement, Count -Int 1) + requires Count >Int 0 andBool findString(Source, ToReplace, 0) >=Int 0 + rule replace(Source:String, _, _, Count) => Source + requires Count >=Int 0 [owise] + rule replaceAll(Source:String, ToReplace:String, Replacement:String) => replace(Source, ToReplace, Replacement, countAllOccurrences(Source, ToReplace)) + +endmodule + +module STRING-KORE [symbolic] + imports private K-EQUAL + imports STRING-COMMON + + rule S1:String ==K S2:String => S1 ==String S2 [simplification] + +endmodule + +module STRING + imports STRING-COMMON + imports STRING-KORE +endmodule +
+

String Buffers

+

It is a well known fact that repeated string concatenations are quadratic +in performance whereas use of an efficient mutable representation of arrays +can yield linear performance. We thus provide such a sort, the StringBuffer +sort. Axiomatically, it is implemented below on symbolic backends using the +String module. However, on concrete backends it provides an efficient +implementation of string concatenation. There are three operations:

+
    +
  • .StringBuffer creates a new StringBuffer with current content equal +to the empty string.
  • +
  • +String takes a StringBuffer and a String and appends the String to +the end of the StringBuffer
  • +
  • StringBuffer2String converts a StringBuffer to a String. This operation +copies the string so that subsequent modifications to the StringBuffer +will not change the value of the String returned by this function.
  • +
+
k
module STRING-BUFFER-IN-K [symbolic] + imports private BASIC-K + imports STRING + + syntax StringBuffer ::= ".StringBuffer" [function, total] + syntax StringBuffer ::= StringBuffer "+String" String [function, total, avoid] + syntax StringBuffer ::= String + syntax String ::= StringBuffer2String ( StringBuffer ) [function, total] + + rule {SB:String +String S:String}::StringBuffer => (SB +String S)::String + rule .StringBuffer => "" + rule StringBuffer2String(S:String) => S +endmodule + +module STRING-BUFFER-HOOKED [concrete] + imports private BASIC-K + imports STRING + + syntax StringBuffer [hook(BUFFER.StringBuffer)] + syntax StringBuffer ::= ".StringBuffer" [function, total, hook(BUFFER.empty), impure] + syntax StringBuffer ::= StringBuffer "+String" String [function, total, hook(BUFFER.concat), avoid] + syntax String ::= StringBuffer2String ( StringBuffer ) [function, total, hook(BUFFER.toString)] +endmodule + +module STRING-BUFFER + imports STRING-BUFFER-HOOKED + imports STRING-BUFFER-IN-K +endmodule +
+

Byte Arrays

+

Provided here is the syntax of an implementation of fixed-width arrays of Bytes +in K. This type is hooked to an implementation of bytes provided by the backend. +On the LLVM backend, it is possible to opt in to a faster, mutable +representation (using the --llvm-mutable-bytes flag to kompile) where +multiple references can occur to the same Bytes object and when one is +modified, the others are also modified. Care should be taken when using this +feature, however, as it is possible to experience divergent behavior with +symbolic backends unless the Bytes type is used in a manner that preserves +consistency.

+
k
module BYTES-SYNTAX + imports private STRING-SYNTAX + + syntax Bytes [hook(BYTES.Bytes)] + syntax Bytes ::= r"b[\\\"](([\\x20\\x21\\x23-\\x5B\\x5D-\\x7E])|([\\\\][tnfr\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2}))*[\\\"]" [token] +endmodule +
+
k
module BYTES-STRING-ENCODE [symbolic] + imports BYTES-SYNTAX +
+

Encoding/decoding between Bytes and String

+

You can encode/decode between Bytes and String using UTF-8, UTF-16LE, UTF-16BE, UTF-32LE, and UTF-32BE

+
k
syntax String ::= decodeBytes ( encoding: String , contents: Bytes ) [function, hook(BYTES.decodeBytes)] + syntax Bytes ::= encodeBytes ( encoding: String , contents: String ) [function, hook(BYTES.encodeBytes)] +endmodule +
+
k
module BYTES-HOOKED + imports STRING-SYNTAX + imports BYTES-SYNTAX + imports BYTES-STRING-ENCODE +
+

Empty byte array

+

The byte array of length zero is represented by .Bytes.

+
k
syntax Bytes ::= ".Bytes" [function, total, hook(BYTES.empty)] +
+

Endianness

+

When converting to/from an integer, byte arrays can be treated as either little +endian (ie, least significant byte first) or big endian (ie, most significant +byte first).

+
k
syntax Endianness ::= "LE" [klabel(littleEndianBytes), symbol] + | "BE" [klabel(bigEndianBytes), symbol] +
+

Signedness

+

When converting to/from an integer, byte arrays can be treated as either signed +or unsigned.

+
k
syntax Signedness ::= "Signed" [klabel(signedBytes), symbol] + | "Unsigned" [klabel(unsignedBytes), symbol] +
+

Integer and Bytes conversion

+

You can convert from a Bytes to an Int. In order to do this, the endianness +and signedness of the Bytes must be provided. The resulting integer is +created by means of interpreting the Bytes as either a twos-complement +representation, or an unsigned representation, of an integer, in the specified +byte order.

+

You can also convert from an Int to a Bytes. This comes in two variants. +In the first, the length of the resulting Bytes in bytes is explicitly +specified. If the length is greater than the highest set bit in the magnitude +of the integer, the result is padded with 0 bits if the number is positive +and 1 bits if the number is negative. If the length is less than the highest +bit set in the magnitude of the integer, the most-significant bits of the +integer will be truncated. The endianness of the resulting Bytes object +is as specified.

+

In the second variant, both endianness and signedness are specified, and +the resulting Bytes object will be the smallest number of bytes necessary +for the resulting Bytes object to be convertible back to the original integer +via Bytes2Int. In other words, if the highest bit set in the magnitude of the +integer is N, then the byte array will be at least N+1 bits long, rounded up +to the nearest byte.

+
k
syntax Int ::= Bytes2Int(Bytes, Endianness, Signedness) [function, total, hook(BYTES.bytes2int)] + syntax Bytes ::= Int2Bytes(length: Int, Int, Endianness) [function, total, hook(BYTES.int2bytes)] + | Int2Bytes(Int, Endianness, Signedness) [function, total, klabel(Int2BytesNoLen)] +
+

String and Bytes conversion

+

You can convert between a Bytes and a String in O(N) time. The resulting +value is a copy of the original and will not be affected by subsequent +mutations of the input or output value.

+
k
syntax String ::= Bytes2String(Bytes) [function, total, hook(BYTES.bytes2string)] + syntax Bytes ::= String2Bytes(String) [function, total, hook(BYTES.string2bytes)] +
+

Bytes update

+

You can set the value of a particular byte in a Bytes object in O(1) time. +The result is #False if value is not in the range [0..255] or if index +is not a valid index (ie, less than zero or greater than or equal to the length +of the Bytes term).

+
k
syntax Bytes ::= Bytes "[" index: Int "<-" value: Int "]" [function, hook(BYTES.update)] +
+

Bytes lookup

+

You can get the value of a particular byte in a Bytes object in O(1) time. +The result is #False if index is not a valid index (see above).

+
k
syntax Int ::= Bytes "[" Int "]" [function, hook(BYTES.get)] +
+

Bytes substring

+

You can get a new Bytes object containing a range of bytes from the input +Bytes in O(N) time (where N is the length of the substring). The range +of bytes included is [startIndex..endIndex). The resulting Bytes is +a copy and mutations to it do not affect mutations to the original Bytes. +The result is #False if startIndex or endIndex are not valid.

+
k
syntax Bytes ::= substrBytes(Bytes, startIndex: Int, endIndex: Int) [function, hook(BYTES.substr)] +
+

Multiple bytes update

+

You can modify a Bytes to return a Bytes which is equal to dest except the +N elements starting at index are replaced with the contents of src in O(N) +time. If --llvm-mutable-bytes is active, this will not create a new Bytes +object and will instead modify the original on concrete backends. The result is +#False if index + N is not a valid index.

+
k
syntax Bytes ::= replaceAtBytes(dest: Bytes, index: Int, src: Bytes) [function, hook(BYTES.replaceAt)] +
+

Multiple bytes update

+

You can modify a Bytes to return a Bytes which is equal to dest except the +count bytes starting at index are replaced with count bytes of value +Int2Bytes(1, v, LE/BE) in O(count) time. This does not create a new Bytes +object and will instead modify the original if --llvm-mutable-bytes is active. +This will throw an exception if index + count is not a valid index. The +acceptable range of values for v is -128 to 127. This will throw an exception +if v is outside of this range. This is implemented only for the LLVM backend.

+
k
syntax Bytes ::= memsetBytes(dest: Bytes, index: Int, count: Int, v: Int) [function, hook(BYTES.memset)] +
+

Bytes padding

+

You can create a new Bytes object which is at least length bytes long by +taking the input sequence and padding it on the right (respectively, on the +left) with the specified value. If --llvm-mutable-bytes is active, this does +not create a new Bytes object if the input is already at least length bytes +long, and will instead return the input unchanged. The result is #False if +value is not in the range [0..255], or if the length is negative.

+
k
syntax Bytes ::= padRightBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padRight)] + | padLeftBytes(Bytes, length: Int, value: Int) [function, hook(BYTES.padLeft)] +
+

Bytes reverse

+

You can reverse a Bytes object in O(N) time. If --llvm-mutable-bytes is +active, this will not create a new Bytes object and will instead modify the +original.

+
k
syntax Bytes ::= reverseBytes(Bytes) [function, total, hook(BYTES.reverse)] +
+

Bytes length

+

You can get the length of a Bytes term in O(1) time.

+
k
syntax Int ::= lengthBytes(Bytes) [function, total, hook(BYTES.length), smtlib(lengthBytes)] +
+

Bytes concatenation

+

You can create a new Bytes object by concatenating two Bytes objects +together in O(N) time.

+
k
syntax Bytes ::= Bytes "+Bytes" Bytes [function, total, hook(BYTES.concat), right] + +endmodule +
+

Implementation of Bytes

+

The remainder of this module consists of an implementation of some of the +operators listed above in K.

+
k
module BYTES-CONCRETE [concrete] + imports BYTES-HOOKED +endmodule + +module BYTES-KORE + imports BYTES-HOOKED + imports BYTES-SYMBOLIC-CEIL +endmodule + +module BYTES-SYMBOLIC-CEIL [symbolic] + imports BYTES-HOOKED + imports private INT + imports private BOOL + + rule #Ceil(padRightBytes(_, LEN, VAL)) => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification] + rule #Ceil(padLeftBytes(_, LEN, VAL)) => {(0 <=Int LEN andBool 0 <=Int VAL andBool VAL <Int 256) #Equals true} [simplification] +endmodule + +module BYTES + imports BYTES-CONCRETE + imports BYTES-KORE + imports private INT + + rule Int2Bytes(I::Int, E::Endianness, Unsigned) => Int2Bytes((log2Int(I) +Int 8) /Int 8, I, E) + requires I >Int 0 + rule Int2Bytes(0, _::Endianness, _) => .Bytes + rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(I) +Int 9) /Int 8, I, E) + requires I >Int 0 + rule Int2Bytes(I::Int, E::Endianness, Signed) => Int2Bytes((log2Int(~Int I) +Int 9) /Int 8, I, E) + requires I <Int -1 + rule Int2Bytes(-1, E::Endianness, Signed) => Int2Bytes(1, -1, E) +endmodule +
+

Program identifiers

+

Provided here is an implementation for program identifiers in K. Developers +of semantics for a particular language may wish to use their own implementation +instead of the one provided here if their syntax differs from the syntax +defined below. However, this is provided for convenience for developers who +do not care about the lexical syntax of identifiers.

+

Provided are the following pieces of functionality:

+
    +
  • Id2String - Convert an Id to a String containing its name
  • +
  • String2Id - Convert a String to an Id with the specified name
  • +
  • !X:Id - You can get a fresh identifier distinct from any previous identifier +generated by this syntax.
  • +
+
k
module ID-SYNTAX-PROGRAM-PARSING + imports BUILTIN-ID-TOKENS + syntax Id ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*" [prec(1), token] + | #LowerId [token] + | #UpperId [token] +endmodule + +module ID-SYNTAX + syntax Id [token] +endmodule + +module ID-COMMON + imports ID-SYNTAX + imports private STRING + + syntax String ::= Id2String ( Id ) [function, total, hook(STRING.token2string)] + syntax Id ::= String2Id (String) [function, total, hook(STRING.string2token)] + syntax Id ::= freshId(Int) [freshGenerator, function, total, private] + + rule freshId(I:Int) => String2Id("_" +String Int2String(I)) +endmodule + +module ID + imports ID-COMMON +endmodule +
+

Equality and conditionals

+

Provided here are implementations of two important primitives in K:

+
    +
  • ==K - the equality between two terms. Returns true if they are equal +and false if they are not equal.
  • +
  • #if #then #else #fi - polymorphic conditional function. If the first +argument evaluates to true, the second argument is returned. Otherwise, +the third argument is returned. Note that this does not short-circuit on +symbolic backends.
  • +
+
k
module K-EQUAL-SYNTAX + imports private BOOL + imports private BASIC-K + + syntax Bool ::= left: + K "==K" K [function, total, comm, smt-hook(=), hook(KEQUAL.eq), klabel(_==K_), symbol, group(equalEqualK)] + | K "=/=K" K [function, total, comm, smt-hook(distinct), hook(KEQUAL.ne), klabel(_=/=K_), symbol, group(notEqualEqualK)] + + syntax priority equalEqualK notEqualEqualK > boolOperation mlOp + + syntax {Sort} Sort ::= "#if" Bool "#then" Sort "#else" Sort "#fi" [function, total, symbol(ite), smt-hook(ite), hook(KEQUAL.ite)] + +endmodule + +module K-EQUAL-KORE [symbolic] + imports private BOOL + imports K-EQUAL-SYNTAX + + rule K1:Bool ==K K2:Bool => K1 ==Bool K2 [simplification] + rule {K1 ==K K2 #Equals true} => {K1 #Equals K2} [simplification] + rule {true #Equals K1 ==K K2} => {K1 #Equals K2} [simplification] + rule {K1 ==K K2 #Equals false} => #Not({K1 #Equals K2}) [simplification] + rule {false #Equals K1 ==K K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=K K2 #Equals true} => #Not({K1 #Equals K2}) [simplification] + rule {true #Equals K1 =/=K K2} => #Not({K1 #Equals K2}) [simplification] + rule {K1 =/=K K2 #Equals false} => {K1 #Equals K2} [simplification] + rule {false #Equals K1 =/=K K2} => {K1 #Equals K2} [simplification] + +endmodule + +module K-EQUAL + imports private BOOL + imports K-EQUAL-SYNTAX + imports K-EQUAL-KORE + + rule K1:K =/=K K2:K => notBool (K1 ==K K2) + + rule #if C:Bool #then B1::K #else _ #fi => B1 requires C + rule #if C:Bool #then _ #else B2::K #fi => B2 requires notBool C + +endmodule +
+

Meta operations

+

Provided below are a few miscellaneous, mostly deprecated functions in K. +It is not recommended to use any of them directly as they are largely +unsupported in modern K. There are a few exceptions:

+
    +
  • #getenv - Returns the value of an environment variable
  • +
  • #kompiledDirectory - Returns the path to the current compiled K definition +directory.
  • +
  • #unparseKORE - Takes a K term and converts it to a string.
  • +
+
k
module K-REFLECTION + imports BASIC-K + imports STRING + + syntax K ::= "#configuration" [function, impure, hook(KREFLECTION.configuration)] + syntax String ::= #sort(K) [function, hook(KREFLECTION.sort)] + syntax KItem ::= #fresh(String) [function, hook(KREFLECTION.fresh), impure] + syntax KItem ::= getKLabel(K) [function, hook(KREFLECTION.getKLabel)] + + syntax K ::= #getenv(String) [function, impure, hook(KREFLECTION.getenv)] + + syntax String ::= #kompiledDirectory() [function, hook(KREFLECTION.kompiledDir)] + + // meaningful only for the purposes of compilation to a binary, otherwise + // undefined + syntax List ::= #argv() [function, hook(KREFLECTION.argv)] + + syntax {Sort} String ::= #unparseKORE(Sort) [function, hook(KREFLECTION.printKORE)] + syntax IOError ::= "#noParse" "(" String ")" [klabel(#noParse), symbol] + +endmodule +
+

I/O in K

+

Concrete execution in K supports I/O operations. This functionality is not +supported during symbolic execution, because symbolic execution must exist +completely free of side-effects, and I/O is an irreducible type of side effect. +However, it is useful in many cases when defining concrete execution to be able +to make reference to I/O operations.

+

The design of these I/O operations is based on the POSIX standard, for the most +part. For example, the #read K function maps to the read POSIX function. We +do not at this time have a higher-level API for I/O, but this may be +implemented at some point in the future.

+

I/O operations generally return either their result, or an IOError term +corresponding to the errno returned by the underlying system call.

+
k
module K-IO + imports private LIST + imports private STRING + imports private INT +
+

I/O errors

+

Aside from EOF, which is returned by #getc if the file is at end-of-file, all +of the below I/O errors correspond to possible values for errno after calling +a library function. If the errno returned is not one of the below errnos +known to K, #unknownIOError is returned along with the integer errno value.

+
k
syntax IOError ::= "#EOF" [klabel(#EOF), symbol] + | #unknownIOError(errno: Int) [klabel(#unknownIOError), symbol] + | "#E2BIG" [klabel(#E2BIG), symbol] + | "#EACCES" [klabel(#EACCES), symbol] + | "#EAGAIN" [klabel(#EAGAIN), symbol] + | "#EBADF" [klabel(#EBADF), symbol] + | "#EBUSY" [klabel(#EBUSY), symbol] + | "#ECHILD" [klabel(#ECHILD), symbol] + | "#EDEADLK" [klabel(#EDEADLK), symbol] + | "#EDOM" [klabel(#EDOM), symbol] + | "#EEXIST" [klabel(#EEXIST), symbol] + | "#EFAULT" [klabel(#EFAULT), symbol] + | "#EFBIG" [klabel(#EFBIG), symbol] + | "#EINTR" [klabel(#EINTR), symbol] + | "#EINVAL" [klabel(#EINVAL), symbol] + | "#EIO" [klabel(#EIO), symbol] + | "#EISDIR" [klabel(#EISDIR), symbol] + | "#EMFILE" [klabel(#EMFILE), symbol] + | "#EMLINK" [klabel(#EMLINK), symbol] + | "#ENAMETOOLONG" [klabel(#ENAMETOOLONG), symbol] + | "#ENFILE" [klabel(#ENFILE), symbol] + | "#ENODEV" [klabel(#ENODEV), symbol] + | "#ENOENT" [klabel(#ENOENT), symbol] + | "#ENOEXEC" [klabel(#ENOEXEC), symbol] + | "#ENOLCK" [klabel(#ENOLCK), symbol] + | "#ENOMEM" [klabel(#ENOMEM), symbol] + | "#ENOSPC" [klabel(#ENOSPC), symbol] + | "#ENOSYS" [klabel(#ENOSYS), symbol] + | "#ENOTDIR" [klabel(#ENOTDIR), symbol] + | "#ENOTEMPTY" [klabel(#ENOTEMPTY), symbol] + | "#ENOTTY" [klabel(#ENOTTY), symbol] + | "#ENXIO" [klabel(#ENXIO), symbol] + | "#EPERM" [klabel(#EPERM), symbol] + | "#EPIPE" [klabel(#EPIPE), symbol] + | "#ERANGE" [klabel(#ERANGE), symbol] + | "#EROFS" [klabel(#EROFS), symbol] + | "#ESPIPE" [klabel(#ESPIPE), symbol] + | "#ESRCH" [klabel(#ESRCH), symbol] + | "#EXDEV" [klabel(#EXDEV), symbol] + | "#EWOULDBLOCK" [klabel(#EWOULDBLOCK), symbol] + | "#EINPROGRESS" [klabel(#EINPROGRESS), symbol] + | "#EALREADY" [klabel(#EALREADY), symbol] + | "#ENOTSOCK" [klabel(#ENOTSOCK), symbol] + | "#EDESTADDRREQ" [klabel(#EDESTADDRREQ), symbol] + | "#EMSGSIZE" [klabel(#EMSGSIZE), symbol] + | "#EPROTOTYPE" [klabel(#EPROTOTYPE), symbol] + | "#ENOPROTOOPT" [klabel(#ENOPROTOOPT), symbol] + | "#EPROTONOSUPPORT" [klabel(#EPROTONOSUPPORT), symbol] + | "#ESOCKTNOSUPPORT" [klabel(#ESOCKTNOSUPPORT), symbol] + | "#EOPNOTSUPP" [klabel(#EOPNOTSUPP), symbol] + | "#EPFNOSUPPORT" [klabel(#EPFNOSUPPORT), symbol] + | "#EAFNOSUPPORT" [klabel(#EAFNOSUPPORT), symbol] + | "#EADDRINUSE" [klabel(#EADDRINUSE), symbol] + | "#EADDRNOTAVAIL" [klabel(#EADDRNOTAVAIL), symbol] + | "#ENETDOWN" [klabel(#ENETDOWN), symbol] + | "#ENETUNREACH" [klabel(#ENETUNREACH), symbol] + | "#ENETRESET" [klabel(#ENETRESET), symbol] + | "#ECONNABORTED" [klabel(#ECONNABORTED), symbol] + | "#ECONNRESET" [klabel(#ECONNRESET), symbol] + | "#ENOBUFS" [klabel(#ENOBUFS), symbol] + | "#EISCONN" [klabel(#EISCONN), symbol] + | "#ENOTCONN" [klabel(#ENOTCONN), symbol] + | "#ESHUTDOWN" [klabel(#ESHUTDOWN), symbol] + | "#ETOOMANYREFS" [klabel(#ETOOMANYREFS), symbol] + | "#ETIMEDOUT" [klabel(#ETIMEDOUT), symbol] + | "#ECONNREFUSED" [klabel(#ECONNREFUSED), symbol] + | "#EHOSTDOWN" [klabel(#EHOSTDOWN), symbol] + | "#EHOSTUNREACH" [klabel(#EHOSTUNREACH), symbol] + | "#ELOOP" [klabel(#ELOOP), symbol] + | "#EOVERFLOW" [klabel(#EOVERFLOW), symbol] +
+

I/O result sorts

+

Here we see sorts defined to contain either an Int or an IOError, or +either a String or an IOError. These sorts are used to implement the +return sort of functions that may succeed, in which case they return a value, +or may fail, in which case their return value indicates an error and the +error indicated is returned via errno.

+
k
syntax IOInt ::= Int | IOError + syntax IOString ::= String | IOError +
+

Opening a file

+

You can open a file in K using #open. An optional mode indicates the file +open mode, which can have any value allowed by the fopen function in C. +The returned value is the file descriptor that was opened, or an error.

+
k
syntax IOInt ::= "#open" "(" path: String ")" [function] + | "#open" "(" path: String "," mode: String ")" [function, hook(IO.open), impure] + + rule #open(S:String) => #open(S:String, "r+") +
+

Get/set position in file

+

You can get the current offset in a file using #tell. You can also seek +to a particular offset using #seek or #seekEnd. #seek is implemented via +a call to lseek with the SEEK_SET whence. #seekEnd is implemented via a +call to lseek with the SEEK_END whence. You can emulate the SEEK_CUR +whence by means of #seek(FD, #tell(FD) +Int Offset).

+
k
syntax IOInt ::= "#tell" "(" fd: Int ")" [function, hook(IO.tell), impure] + syntax K ::= "#seek" "(" fd: Int "," index: Int ")" [function, hook(IO.seek), impure] + | "#seekEnd" "(" fd: Int "," fromEnd: Int ")" [function, hook(IO.seekEnd), impure] +
+

Read from file

+

You can read a single character from a file using #getc. #EOF is returned +if you are at end-of-fie.

+

You can also read up to length characters in a file using #read. The +resulting read characters are returned, which may be fewer characters than +requested. A string of zero length being returned indicates end-of-file.

+
k
syntax IOInt ::= "#getc" "(" fd: Int ")" [function, hook(IO.getc), impure] + syntax IOString ::= "#read" "(" fd: Int "," length: Int ")" [function, hook(IO.read), impure] +
+

Write to file

+

You can write a single character to a file using #putc. You can also write +a string to a file using #write. The returned value on success is .K.

+
k
syntax K ::= "#putc" "(" fd: Int "," value: Int ")" [function, hook(IO.putc), impure] + | "#write" "(" fd: Int "," value: String ")" [function, hook(IO.write), impure] +
+

Closing a file

+

You can close a file using #close. The returned value on success is .K.

+
k
syntax K ::= "#close" "(" fd: Int ")" [function, hook(IO.close), impure] +
+

Locking/unlocking a file

+

You can lock or unlock parts of a file using the #lock and #unlock +functions. The lock starts at the beginning of the file and continues for +endIndex bytes. Note that Unix systems do not actually prevent locked files +from being read and modified; you will have to lock both sides of a concurrent +access to guarantee exclusivity.

+
k
syntax K ::= "#lock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.lock), impure] + | "#unlock" "(" fd: Int "," endIndex: Int ")" [function, hook(IO.unlock), impure] +
+

Networking

+

You can accept a connection on a socket using #accept, or shut down the +write end of a socket with #shutdownWrite. Note that facility is not provided +for opening, binding, and listening on sockets. These functions are implemented +in order to support creating stateful request/response servers where the +request loop is implemented using rewriting in K, but the connection +initialization is written in native code and linked into the LLVM backend.

+
k
syntax IOInt ::= "#accept" "(" fd: Int ")" [function, hook(IO.accept), impure] + syntax K ::= "#shutdownWrite" "(" fd: Int ")" [function, hook(IO.shutdownWrite), impure] +
+

Time

+

You can get the current time in seconds since midnight UTC on January 1, 1970 +using #time.

+
k
syntax Int ::= "#time" "(" ")" [function, hook(IO.time), impure] +
+

Builtin file descriptors

+

Provided here are functions that return the file descriptor for standard input, +standard output, and standard error.

+
k
syntax Int ::= "#stdin" [function, total] + | "#stdout" [function, total] + | "#stderr" [function, total] + + rule #stdin => 0 + rule #stdout => 1 + rule #stderr => 2 +
+

Shell access

+

You can execute a command using the shell using the #system operator. Care +must be taken to sanitize inputs to this function or security issues may +result. Note that K has no facility for reasoning about logic that happens +outside its process, so any functionality that you wish to be able to formally +reason about in K should not be implemented via the #system operator.

+
k
syntax KItem ::= #system ( String ) [function, hook(IO.system), impure] + | "#systemResult" "(" Int /* exit code */ "," String /* stdout */ "," String /* stderr */ ")" [klabel(#systemResult), symbol] +
+

Temporary files

+

You can get a temporary file and open it atomically using the #mkstemp +operator. The resulting file will be closed and deleted when K rewriting ends. +For more info on the argument to #mkstemp, see man mkstemp.

+
k
syntax IOFile ::= #mkstemp(template: String) [function, hook(IO.mkstemp), impure] + syntax IOFile ::= IOError + | "#tempFile" "(" path: String "," fd: Int ")" [klabel(#tempFile), symbol] +
+

Deleting a file

+

You can delete a file using its absolute or relative path using the #remove +operator. It returns .K on success or an IOError on failure.

+
k
syntax K ::= #remove(path: String) [function, total, hook(IO.remove), impure] +
+

Logging

+

You can log information to disk using the #logToFile operator. Semantically, +this operator returns .K. However, it has a side effect that is not reasoned +about which is that value will be written to a uniquely-identified file +containing name in its name. The file is only flushed to disk when rewriting +finishes.

+
k
syntax K ::= #logToFile(name: String, value: String) [function, total, hook(IO.log), impure, returnsUnit, klabel(#logToFile), symbol] +
+

Strings can also be logged via the logging mechanisms available to the backend. +On the LLVM backend, this just means logging the text to standard error. On the +Haskell backend, a log message of type InfoUserLog is created with the +specified text.

+
k
syntax K ::= #log(value: String) [function, total, hook(IO.logString), impure, returnsUnit, klabel(#log), symbol] +
+

Terms can also be logged to standard error in surface syntax, rather than as +KORE using #trace. This operator has similar semantics to #logToFile (i.e. +it returns .K, but prints as an impure side effect). Note that calling +#trace is equivalent to invoking the kprint tool for the first term that is +logged, which requires re-parsing the underlying K definition. Subsequent calls +do not incur this overhead again; the definition is cached.

+
k
syntax K ::= #trace(value: KItem) [function, total, hook(IO.traceTerm), impure, returnsUnit, klabel(#trace), symbol] + | #traceK(value: K) [function, total, hook(IO.traceTerm), impure, returnsUnit, klabel(#traceK), symbol] +
+

Implementation of high-level I/O streams in K

+

Below is an implementation of the stream="stdin" and stream="stdout" +cell attributes in K. You should not refer to these symbols or modules directly +in your definition. It is provided only so that the K compiler can make use of +it. For more information on how to use this feature, refer to IMP++ in the K +tutorial.

+
k
syntax Stream ::= #buffer(K) + | #istream(Int) + | #parseInput(String, String) + | #ostream(Int) + +endmodule + +// NOTE: DO NOT DIRECTLY IMPORT *-STREAM MODULES +// These stream modules will be automatically instantiated and implicitly imported +// into the main module when `stream` attributes appear in configuration cells. +// Only `Stream` productions and `[stream]` rules will be imported. +// The cell name will be replaced with the one of the main configuration. + +module STDIN-STREAM + imports K-IO + imports K-REFLECTION + imports LIST + imports INT + imports BOOL + + configuration <stdin> ListItem(#buffer($STDIN:String)) ListItem($IO:String) ListItem(#istream(#stdin)) </stdin> + + // read one character at a time until we read whitespace + rule [stdinGetc]: + <stdin> + ListItem(#parseInput(_:String, Delimiters:String)) + ListItem(#buffer(S:String => S +String chrChar({#getc(N)}:>Int))) + ListItem("on") + ListItem(#istream(N:Int)) + </stdin> + requires findChar(S, Delimiters, 0) ==Int -1 // [stdin] + [stream, priority(200)] + + // when we reach whitespace, if it parses create a ListItem + rule [stdinParseString]: + <stdin> + (ListItem(#parseInput("String", Delimiters:String)) => ListItem(S)) + ListItem(#buffer(S:String => "")) + _:List + </stdin> + requires findChar(S, Delimiters, 0) =/=Int -1 // [stdin] + [stream] + + // a hack: handle the case when we read integers without the help of the IO server + rule [stdinParseInt]: + <stdin> + (ListItem(#parseInput("Int", Delimiters:String)) + => ListItem(String2Int(substrString(S, 0, findChar(S, Delimiters, 0))))) + ListItem(#buffer(S:String => substrString(S,findChar(S, Delimiters, 0) +Int 1, lengthString(S)))) + _:List + </stdin> + requires findChar(S, Delimiters, 0) =/=Int -1 + andBool lengthString(S) >Int 1 // [stdin] + [stream] + + rule [stdinTrim]: + <stdin> + ListItem(#parseInput(Sort:String, Delimiters:String)) + ListItem(#buffer(S:String => substrString(S, 1, lengthString(S)))) + _:List + </stdin> + requires findChar(S, Delimiters, 0) =/=Int -1 + andBool Sort =/=String "String" + andBool lengthString(S) <=Int 1 // [stdin] + [stream] + + // NOTE: This unblocking rule will be instantiated and inserted carefully + // when necessary according to user-defined rules, since otherwise it will + // lead to a diverging (i.e., non-terminating) transition system definition. + // Currently, it supports only a simple pattern matching on the top of the + // input stream cell, e.g., + // rule <k> read() => V ... </k> <in> ListItem(V:Int) => .List ... </in> + // Non-supported rules that refer to the input stream cell in a sophisticated + // way will get stuck in concrete execution mode with real IO enabled (i.e., + // under `--io on` option), while they will still work in symbolic execution + // mode or concrete execution mode with real IO disabled (i.e., under `--io + // off`, `--search`, or `--debug` options). + // + // TODO: More patterns need to be supported as well. In that case, we need to + // have a way to specify such patterns. + rule [stdinUnblock]: + <stdin> + (.List => ListItem(#parseInput(?Sort:String, ?Delimiters:String))) + ListItem(#buffer(_:String)) + ... + </stdin> + + /* + syntax Stream ::= "#noIO" + + rule ListItem(#buffer(_)) + (ListItem(#noIO) ListItem(#istream(_:Int)) => .List) [stdin] + */ + +endmodule + +module STDOUT-STREAM + imports K-IO + imports LIST + imports STRING + + configuration <stdout> ListItem(#ostream(#stdout)) ListItem($IO:String) ListItem(#buffer("")) </stdout> +//configuration <stderr> ListItem(#ostream(#stderr)) ListItem($IO:String) ListItem(#buffer("")) </stderr> + + rule [stdoutBufferFloat]: + <stdout> + ListItem(#ostream(_)) + ListItem(_) + ListItem(#buffer(Buffer:String => Buffer +String Float2String(F))) + (ListItem(F:Float) => .List) + _:List + </stdout> + // [stdout, stderr] + [stream, priority(25)] + rule [stdoutBufferInt]: + <stdout> + ListItem(#ostream(_)) + ListItem(_) + ListItem(#buffer(Buffer:String => Buffer +String Int2String(I))) + (ListItem(I:Int) => .List) + _:List + </stdout> + // [stdout, stderr] + [stream, priority(25)] + rule [stdoutBufferString]: + <stdout> + ListItem(#ostream(_)) + ListItem(_) + ListItem(#buffer(Buffer:String => Buffer +String S)) + (ListItem(S:String) => .List) + _:List + </stdout> + // [stdout, stderr] + [stream, priority(25)] + + // Send first char from the buffer to the server + rule [stdoutWrite]: + <stdout> + ListItem(#ostream(N:Int => {#write(N, S) ~> N:Int}:>Int)) + ListItem("on") + ListItem(#buffer(S:String => "")) + _:List + </stdout> + requires S =/=String "" // [stdout, stderr] + [stream, priority(30)] + + /* + syntax Stream ::= "#noIO" + + rule ListItem(#buffer(Buffer:String => Buffer +String Float2String(F))) + (ListItem(F:Float) => .List) + _:List [stdout, stderr] + rule ListItem(#buffer(Buffer:String => Buffer +String Int2String(I))) + (ListItem(I:Int) => .List) + _:List [stdout, stderr] + rule ListItem(#buffer(Buffer:String => Buffer +String S)) + (ListItem(S:String) => .List) + _:List [stdout, stderr] + + rule (ListItem(#ostream(_:Int)) ListItem(#noIO) => .List) + ListItem(#buffer(_)) + _:List [stdout, stderr] + */ + +endmodule +
+

Machine Integers

+

Provided here is an implementation of arbitrarily large fixed-precision binary +integers in K. This type is hooked to an implementation of integers provided +by the backend, and in particular makes use of native machine integers for +certain sizes of integer. For arbitrary-precision integers, see the INT +module above.

+

The syntax of machine integers in K is the same as arbitrary-precision integers +(i.e., an optional sign followed by a sequence of digits) except that machine +integers always end in a suffix pN where N is an integer indicating the +width in bits of the integer. The MInt sort is parametric, and this is +reflected in the literals. For example, the sort of 0p8 is MInt{8}.

+
k
module MINT-SYNTAX + /*@\section{Description} The MInt implements machine integers of arbitrary + * bit width represented in 2's complement. */ + syntax {Width} MInt{Width} [hook(MINT.MInt)] + + /*@ Machine integer of bit width and value. */ + syntax {Width} MInt{Width} ::= r"[\\+-]?[0-9]+[pP][0-9]+" [token, prec(2), hook(MINT.literal)] +endmodule + +module MINT + imports MINT-SYNTAX + imports private INT + imports private BOOL +
+

Bitwidth of MInt

+

You can get the number of bits of width in an MInt using bitwidthMInt.

+
k
syntax {Width} Int ::= bitwidthMInt(MInt{Width}) [function, total, hook(MINT.bitwidth)] +
+

Int and MInt conversions

+

You can convert from an MInt to an Int using the MInt2Signed and +MInt2Unsigned functions. an MInt does not have a sign; its sign is instead +reflected in how operators interpret its value either as a signed integer or as +an unsigned integer. Thus, you can interpret a MInt as a signed integer witth +MInt2Signed, or as an unsigned integer respectively using MInt2Unsigned.

+

You can also convert from an Int to an MInt using Int2MInt. Care must +be given to ensure that the sort context where the Int2MInt operator appears +has the correct bitwidth, as this will influence the width of the resulting +MInt.

+
k
syntax {Width} Int ::= MInt2Signed(MInt{Width}) [function, total, hook(MINT.svalue)] + | MInt2Unsigned(MInt{Width}) [function, total, hook(MINT.uvalue), smt-hook(bv2int)] + + syntax {Width} MInt{Width} ::= Int2MInt(Int) [function, total, hook(MINT.integer), smt-hook(int2bv)] +
+

MInt min and max values

+

You can get the minimum and maximum values of a signed or unsigned MInt +with az specified bit width using sminMInt, smaxMInt, uminMInt, and +umaxMInt.

+
k
syntax Int ::= sminMInt(Int) [function] + | smaxMInt(Int) [function] + | uminMInt(Int) [function] + | umaxMInt(Int) [function] + rule sminMInt(N:Int) => 0 -Int (1 <<Int (N -Int 1)) + rule smaxMInt(N:Int) => (1 <<Int (N -Int 1)) -Int 1 + rule uminMInt(_:Int) => 0 + rule umaxMInt(N:Int) => (1 <<Int N) -Int 1 +
+

MInt bounds checking

+

You can check whether a specified Int will be represented in an MInt +with a specified width without any loss of precision when interpreted as +a signed or unsigned integer using soverflowMInt and uoverflowMInt.

+
k
syntax Bool ::= soverflowMInt(width: Int, Int) [function] + | uoverflowMInt(width: Int, Int) [function] + rule + soverflowMInt(N:Int, I:Int) + => + I <Int sminMInt(N) orBool I >Int smaxMInt(N) + rule + uoverflowMInt(N:Int, I:Int) + => + I <Int uminMInt(N) orBool I >Int umaxMInt(N) +
+

MInt arithmetic

+

You can:

+
    +
  • Compute the bitwise complement ~MInt of an MInt.
  • +
  • Compute the unary negation --MInt of an MInt.
  • +
  • Compute the product *MInt of two MInts.
  • +
  • Compute the quotient /sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the modulus %sMInt of two MInts interpreted as signed integers.
  • +
  • Compute the quotient /uMInt of two MInts interpreted as unsigned +integers.
  • +
  • Compute the modulus %uMInt of two MInts interpreted as unsigned integers.
  • +
  • Compute the sum +MInt of two MInts.
  • +
  • Compute the difference -MInt of two MInts.
  • +
  • Compute the left shift <<MInt of two MInts. The second MInt is always +interpreted as positive.
  • +
  • Compute the arithmetic right shift >>aMInt of two MInts. The second +MInt is always interpreted as positve.
  • +
  • Compute the logical right shift >>lMInt of two MInts. The second MInt +is always interpreted as positive.
  • +
  • Compute the bitwise and &MInt of two MInts.
  • +
  • Compute the bitwise xor xorMInt of two MInts.
  • +
  • Compute the bitwise inclusive or |MInt of two MInts.
  • +
+
k
syntax {Width} MInt{Width} ::= "~MInt" MInt{Width} [function, total, hook(MINT.not), smt-hook(bvnot)] + | "--MInt" MInt{Width} [function, total, hook(MINT.neg), smt-hook(bvuminus)] + > left: + MInt{Width} "*MInt" MInt{Width} [function, total, hook(MINT.mul), smt-hook(bvmul)] + | MInt{Width} "/sMInt" MInt{Width} [function, hook(MINT.sdiv), smt-hook(bvsdiv)] + | MInt{Width} "%sMInt" MInt{Width} [function, hook(MINT.srem), smt-hook(bvsrem)] + | MInt{Width} "/uMInt" MInt{Width} [function, hook(MINT.udiv), smt-hook(bvudiv)] + | MInt{Width} "%uMInt" MInt{Width} [function, hook(MINT.urem), smt-hook(bvurem)] + > left: + MInt{Width} "+MInt" MInt{Width} [function, total, hook(MINT.add), smt-hook(bvadd)] + | MInt{Width} "-MInt" MInt{Width} [function, total, hook(MINT.sub), smt-hook(bvsub)] + > left: + MInt{Width} "<<MInt" MInt{Width} [function, hook(MINT.shl), smt-hook(bvshl)] + | MInt{Width} ">>aMInt" MInt{Width} [function, hook(MINT.ashr), smt-hook(bvashr)] + | MInt{Width} ">>lMInt" MInt{Width} [function, hook(MINT.lshr), smt-hook(bvlshr)] + > left: + MInt{Width} "&MInt" MInt{Width} [function, total, hook(MINT.and), smt-hook(bvand)] + > left: + MInt{Width} "xorMInt" MInt{Width} [function, total, hook(MINT.xor), smt-hook(bvxor)] + > left: + MInt{Width} "|MInt" MInt{Width} [function, total, hook(MINT.or), smt-hook(bvor)] +
+

MInt comparison

+

You can compute whether one MInt is less than, less than or equal to, greater +than, or greater than or equal to another MInt when interpreted as signed +or unsigned integers. You can also compute whether one MInt is equal to or +unequal to another MInt.

+
k
syntax {Width} Bool ::= MInt{Width} "<sMInt" MInt{Width} [function, total, hook(MINT.slt), smt-hook(bvslt)] + | MInt{Width} "<uMInt" MInt{Width} [function, total, hook(MINT.ult), smt-hook(bvult)] + | MInt{Width} "<=sMInt" MInt{Width} [function, total, hook(MINT.sle), smt-hook(bvsle)] + | MInt{Width} "<=uMInt" MInt{Width} [function, total, hook(MINT.ule), smt-hook(bvule)] + | MInt{Width} ">sMInt" MInt{Width} [function, total, hook(MINT.sgt), smt-hook(bvsgt)] + | MInt{Width} ">uMInt" MInt{Width} [function, total, hook(MINT.ugt), smt-hook(bvugt)] + | MInt{Width} ">=sMInt" MInt{Width} [function, total, hook(MINT.sge), smt-hook(bvsge)] + | MInt{Width} ">=uMInt" MInt{Width} [function, total, hook(MINT.uge), smt-hook(bvuge)] + | MInt{Width} "==MInt" MInt{Width} [function, total, hook(MINT.eq), smt-hook(=)] + | MInt{Width} "=/=MInt" MInt{Width} [function, total, hook(MINT.ne), smt-hook(distinct)] +
+

MInt min/max

+

You can compute the signed minimum sMinMInt, the signed maximum sMaxMInt, +the unsigned minimum uMinMInt, and the unsigned maximum uMaxMInt of two +MInts.

+
k
syntax {Width} MInt{Width} ::= sMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smax), smt-hook((ite (bvslt #1 #2) #2 #1))] + | sMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.smin), smt-hook((ite (bvslt #1 #2) #1 #2))] + | uMaxMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umax), smt-hook((ite (bvult #1 #2) #2 #1))] + | uMinMInt(MInt{Width}, MInt{Width}) [function, total, hook(MINT.umin), smt-hook((ite (bvult #1 #2) #1 #2))] +
+

MInt to MInt conversion

+

You can convert an MInt of one width to another width with roundMInt. +The resulting MInt will be truncated starting from the most significant bit +if the resulting width is smaller than the input. The resulting MInt will be +zero-extended with the same low-order bits if the resulting width is larger +than the input.

+
k
syntax {Width1, Width2} MInt{Width1} ::= roundMInt(MInt{Width2}) [function, total, hook(MINT.round)] +
+
k
endmodule +
+
+
+ + +
+ +
+
+ + Basic Builtin Types in K + +
+
+ + Arrays + + +
+
+ + Maps + + +
+
+ + Range Maps + + +
+
+ + Sets + + +
+
+ + Lists + + +
+
+ + Booleans + + +
+
+ + Integers + + +
+
+ + IEEE 754 Floating-point Numbers + + +
+
+ + Strings + + +
+
+ + Byte Arrays + + +
+
+ + I/O in K + + +
+
+ + Machine Integers + + +
+ +
+
+ +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/ffi/index.html b/k-distribution/include/kframework/builtin/ffi/index.html new file mode 100644 index 00000000000..22708b81602 --- /dev/null +++ b/k-distribution/include/kframework/builtin/ffi/index.html @@ -0,0 +1,619 @@ + + + + + + + + + + + + + + +K Foreign Function Interface | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Foreign Function Interface

+

The K Foreign Function Interface (FFI) module provides a way to call native +functions directly from a K semantics using the C ABI. It also provides +utilities for allocating and deallocating byte buffers with static addresses +that are suitable for being passed to native code.

+

It is built off of the underlying libffi library +(https://sourceware.org/libffi/) and is subject to some of the same +limitations as that library. Bear in mind, because this library exposes +a number of unsafe C APIs directly, misuse of the library is likely to lead +to memory corruption in your interpreter and can cause segmentation faults or +corrupted term representations that lead to undefined behavior at runtime.

+
k
requires "domains.md" + +module FFI-SYNTAX + imports private LIST +
+

The FFIType sort is used to declare the native C ABI types of operands passed +to the #ffiCall function. These types roughly correspond to the types +declared in ffi.h by libffi.

+
k
syntax FFIType ::= "#void" [klabel(#ffi_void), symbol] + | "#uint8" [klabel(#ffi_uint8), symbol] + | "#sint8" [klabel(#ffi_sint8), symbol] + | "#uint16" [klabel(#ffi_uint16), symbol] + | "#sint16" [klabel(#ffi_sint16), symbol] + | "#uint32" [klabel(#ffi_uint32), symbol] + | "#sint32" [klabel(#ffi_sint32), symbol] + | "#uint64" [klabel(#ffi_uint64), symbol] + | "#sint64" [klabel(#ffi_sint64), symbol] + | "#float" [klabel(#ffi_float), symbol] + | "#double" [klabel(#ffi_double), symbol] + | "#uchar" [klabel(#ffi_uchar), symbol] + | "#schar" [klabel(#ffi_schar), symbol] + | "#ushort" [klabel(#ffi_ushort), symbol] + | "#sshort" [klabel(#ffi_sshort), symbol] + | "#uint" [klabel(#ffi_uint), symbol] + | "#sint" [klabel(#ffi_sint), symbol] + | "#ulong" [klabel(#ffi_ulong), symbol] + | "#slong" [klabel(#ffi_slong), symbol] + | "#longdouble" [klabel(#ffi_longdouble), symbol] + | "#pointer" [klabel(#ffi_pointer), symbol] + | "#complexfloat" [klabel(#ffi_complexfloat), symbol] + | "#complexdouble" [klabel(#ffi_complexdouble), symbol] + | "#complexlongdouble" [klabel(#ffi_complexlongdouble), symbol] + | "#struct" "(" List ")" [klabel(#ffi_struct), symbol] +endmodule + +module FFI + imports FFI-SYNTAX + imports private BYTES + imports private STRING + imports private BOOL + imports private LIST + imports private INT + +
+

FFI Calls

+

The #ffiCall functions are designed to call a native C ABI function and +return a native result. They come in three variants:

+

Non-variadic

+

In the first variant, #ffiCall(Address, Args, ArgTypes, ReturnType) takes +an integer address of a function (which can be obtained from +#functionAddress), a List of Bytes containing the arguments of the +function, a List of FFITypes containing the types of the parameters of the +function, and an FFIType containing the return type of the function, and +returns the return value of the function as a Bytes.

+
k
syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," FFIType ")" [function, hook(FFI.call)] +
+

Variadic

+

In the second variant, +#ffiCall(Address, Args, FixedTypes, VariadicTypes, ReturnType takes an +integer address of a function, a List of Bytes containing the arguments +of the call, a List of FFITypes containing the types of the fixed +parameters of the function, a List of FFITypes containing the types of the +variadic parameters of the function, and an FFIType containing the return +type of the function, and returns the return value of the function as a +Bytes.

+
k
syntax Bytes ::= "#ffiCall" "(" Int "," List "," List "," List "," FFIType ")" [function, hook(FFI.call_variadic)] +
+

Generic

+

In the third variant, +#ffiCall(IsVariadic, Address, Args, ArgTypes, NFixed, ReturnType takes +a boolean indicating whether the function is variadic or not, an integer +address of a function, a List of Bytes containing the arguments of the +call, a List of FFITypes containing the parameter typess of the call +followed by the types of the variadic arguments of the call, if any, an Int +containing how many of the arguments of the call are fixed or not, and an +FFIType containing the return type of the function, and returns the return +value of the function as a Bytes.

+
k
syntax Bytes ::= "#ffiCall" "(" Bool "," Int "," List "," List "," Int "," FFIType ")" [function] + + rule #ffiCall(false, Addr::Int, Args::List, Types::List, _, Ret::FFIType) => #ffiCall(Addr, Args, Types, Ret) + rule #ffiCall(true, Addr::Int, Args::List, Types::List, NFixed::Int, Ret::FFIType) => #ffiCall(Addr, Args, range(Types, 0, size(Types) -Int NFixed), range(Types, NFixed, 0), Ret) +
+

Symbol Lookup

+

The FFI module provides a mechanism to look up any function symbol and return +that function's address.

+
k
syntax Int ::= "#functionAddress" "(" String ")" [function, hook(FFI.address)] +
+

Direct Memory Management

+

Most memory used by the LLVM backend to represent terms is managed +automatically via garbage collection. However, a consequence of this is that +a particular term does not have a fixed address across its entire lifetime +in most cases. Sometimes this is undesirable, especially if you intend for +the address of the memory to be taken by the semantics or if you intend +to pass this memory directly to native code. As a result, the FFI module +exposes the following unsafe APIs for memory management. Note that use of +these APIs leaves the burden of memory management completely on the user, +and thus misuse of these functions can lead to things like use-after-free +and other memory corruption bugs.

+

Allocation

+

#alloc(Key, Size, Align) will allocate Size bytes with an alignment +requirement of Align (which must be a power of two), and return it as a +Bytes term. The memory is uniquely identified by its key and that key will +be used later to free the memory. The memory is not implicitly freed by garbage +collection; failure to call #free on the memory at a later date can lead to +memory leaks.

+
k
syntax Bytes ::= "#alloc" "(" KItem "," Int "," Int ")" [function, hook(FFI.alloc)] +
+

Addressing

+

#addess(B) will return an Int representing the address of the first byte of +B, which must be a Bytes. Unless the Bytes term was allocated by #alloc, +the return value is unspecified and may not be the same across multipl +invocations on the same byte buffer. However, it is guaranteed that memory +allocated by #alloc will have the same address throughout its lifetime.

+
k
syntax Int ::= "#address" "(" Bytes ")" [function, hook(FFI.bytes_address)] +
+

Deallocation

+

#free(Key) will free the memory of the Bytes object that was allocated +by a previous call to #alloc. If Key was not used in a previous call to +#alloc, or the memory was already freed, no action is taken. It will generate +undefined behavior if the Bytes term returned by the previous call to +#alloc is still referenced by any other term in the configuration or a +currently evaluating rule. The function returns .K.

+
k
syntax K ::= "#free" "(" KItem ")" [function, hook(FFI.free)] +
+

Reading

+

#nativeRead(Addr, Mem) will read native memory at address Addr into Mem, +reading exactly lengthBytes(Mem) bytes. This will generate undefined behavior +if Addr does not point to a readable segment of memory at least +lengthBytes(Mem) bytes long.

+
k
syntax K ::= "#nativeRead" "(" Int "," Bytes ")" [function, hook(FFI.read)] +
+

Writing

+

#nativeWrite(Addr, Mem) will write the contents of Mem to native memory at +address Addr. The memory will be read prior to being written, and a write +will only happen if the memory has a different value than the current value of +Mem. This will generate undefined behavior if Addr does not point to a +readable segment of memory at least lengthBytes(Mem) bytes long, or if the +memory at address Addr has a different value than currently contained in +Mem, and the memory in question is not writeable.

+
k
syntax K ::= "#nativeWrite" "(" Int "," Bytes ")" [function, hook(FFI.write)] +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/json/index.html b/k-distribution/include/kframework/builtin/json/index.html new file mode 100644 index 00000000000..bff276c5309 --- /dev/null +++ b/k-distribution/include/kframework/builtin/json/index.html @@ -0,0 +1,428 @@ + + + + + + + + + + + + + + +Syntax of JSON | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Syntax of JSON

+

K provides builtin support for reading/writing to JSON. While the JSON-SYNTAX +module is not precisely the syntax of JSON (utilizing K's syntax for strings, +integers, and floating point numbers rather than the syntax used by JSON), +you can still convert directly to/from the actual syntax of JSON using +the JSON2String and String2JSON hooks.

+
k
module JSON-SYNTAX + imports INT-SYNTAX + imports STRING-SYNTAX + imports BOOL-SYNTAX + imports FLOAT-SYNTAX + + syntax JSONs ::= List{JSON,","} [symbol(JSONs)] + syntax JSONKey ::= String + syntax JSON ::= "null" [klabel(JSONnull) , symbol] + | String | Int | Float | Bool + | JSONKey ":" JSON [klabel(JSONEntry) , symbol] + | "{" JSONs "}" [klabel(JSONObject) , symbol] + | "[" JSONs "]" [klabel(JSONList) , symbol] +endmodule +
+

Conversion between JSON and String

+

Given a string written in valid JSON, you can convert it to the JSON +sort with the String2JSON function. Assuming the user has not extended +the syntax of the JSON sort with their own constructors, any term of sort +JSON can also be converted to a String using the JSON2String function.

+
k
module JSON + imports JSON-SYNTAX + + syntax String ::= JSON2String(JSON) [function, symbol(JSON2String), hook(JSON.json2string)] + + syntax JSON ::= String2JSON(String) [function, symbol(String2JSON), hook(JSON.string2json)] +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/kast/index.html b/k-distribution/include/kframework/builtin/kast/index.html new file mode 100644 index 00000000000..257b98bd5d4 --- /dev/null +++ b/k-distribution/include/kframework/builtin/kast/index.html @@ -0,0 +1,959 @@ + + + + + + + + + + + + + + +K Language Features | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Language Features

+

Defined below is a series of modules used to parse inner syntax in K (ie, the +contents of rules, configuration declarations, and contexts).

+

Much of this file exists in tight correspondence with the K implementation, and +K will not work correctly if it is altered without corresponding changes to the +source code of the K tools.

+

Users should only import a few modules from this file. In particular, this +includes SORT-K, BASIC-K, ML-SYNTAX, DEFAULT-LAYOUT, +DEFAULT-CONFIGURATION, and K-AMBIGUITIES. The remaining modules should not +be imported by the user; they are used implicitly by the implementation of K.

+

Basic K Sorts

+

The SORT-K module declares the K sort, and nothing else.

+
k
module SORT-K + syntax K [hook(K.K)] +endmodule +
+

The BASIC-K module declares the K, KItem, and KConfigVar sorts, and +imports the syntax of matching logic.

+
k
module BASIC-K + imports ML-SYNTAX + imports SORT-BOOL + syntax KItem [hook(K.KItem)] + syntax K ::= KItem + syntax KConfigVar [token] + syntax KItem ::= KConfigVar +endmodule +
+

KAST Abstract Syntax

+

Below is defined the abstract syntax of concrete terms in K, the KAST syntax. +Users should rarely if ever have to refer to this syntax; in general, it +suffices to use concrete syntax in rules, configuration declarations, contexts, +etc.

+

This syntax is used directly by the K implementation, and exists here as a +reference for the syntax of KAST, but it should not be imported directly by +the user.

+
k
module KSTRING + syntax KString ::= r"[\\\"](([^\\\"\\n\\r\\\\])|([\\\\][nrtf\\\"\\\\])|([\\\\][x][0-9a-fA-F]{2})|([\\\\][u][0-9a-fA-F]{4})|([\\\\][U][0-9a-fA-F]{8}))*[\\\"]" [token] + // optionally qualified strings, like in Scala "abc", i"abc", r"a*bc", etc. +endmodule + +module BUILTIN-ID-TOKENS + syntax #LowerId ::= r"[a-z][a-zA-Z0-9]*" [prec(2), token] + syntax #UpperId ::= r"[A-Z][a-zA-Z0-9]*" [prec(2), token] +endmodule + +module SORT-KBOTT + imports SORT-K + syntax KBott +endmodule + +module KAST + imports BASIC-K + imports SORT-KBOTT + imports KSTRING + imports BUILTIN-ID-TOKENS + + syntax KBott ::= "#token" "(" KString "," KString ")" [klabel(#KToken), symbol] + | "#klabel" "(" KLabel ")" [klabel(#WrappedKLabel), symbol] + | KLabel "(" KList ")" [klabel(#KApply), symbol] + syntax KItem ::= KBott + + syntax KLabel ::= r"`(\\\\`|\\\\\\\\|[^`\\\\\\n\\r])+`" [token] + | #LowerId [token] + | r"(?<![a-zA-Z0-9])[#a-z][a-zA-Z0-9]*" [token, prec(1)] + // something that doesn't collide with meta-variables + + syntax KList ::= K + | ".KList" [klabel(#EmptyKList), symbol] + | KList "," KList [klabel(#KList), left, assoc, unit(#EmptyKList), symbol, prefer] +endmodule + + +// To be used when parsing/pretty-printing ground configurations +module KSEQ + imports KAST + imports K-TOP-SORT + syntax K ::= ".K" [klabel(#EmptyK), symbol] + | "." [klabel(#EmptyK), symbol, deprecated, unparseAvoid] + syntax K ::= K "~>" K [klabel(#KSequence), left, assoc, unit(#EmptyK), symbol] + syntax left #KSequence + syntax {Sort} Sort ::= "(" Sort ")" [bracket, group(defaultBracket), applyPriority(1)] +endmodule +
+

Syntax of Matching Logic

+

K provides direct access to the symbols of Matching Logic, while giving them +their own concrete syntax distinct from the syntax of the KORE intermediate +representation. These symbols are primarily used during symbolic execution. +The LLVM Backend has relatively little understanding of Matching Logic directly +and use of these symbols directly in rules is likely to cause it to crash. +However, these symbols are necessary when providing lemmas and other types of +logical assistance to proofs and symbolic execution in the Haskell Backend.

+

The correspondance between K symbols and KORE symbols is as follows:

+
    +
  • #Top - \top
  • +
  • #Bottom - \bottom
  • +
  • #Not - \not
  • +
  • #Ceil - \ceil
  • +
  • #Floor - \floor
  • +
  • #Equals - \equals
  • +
  • #And - \and
  • +
  • #Or - \or
  • +
  • #Implies - \implies
  • +
  • #Exists - \exists
  • +
  • #Forall - \forall
  • +
  • #AG - allPathGlobally
  • +
  • #wEF - weakExistsFinally
  • +
  • #wAF - weakAlwaysFinally
  • +
+
k
module ML-SYNTAX [not-lr1] + imports SORT-K + + syntax {Sort} Sort ::= "#Top" [klabel(#Top), symbol, group(mlUnary)] + | "#Bottom" [klabel(#Bottom), symbol, group(mlUnary)] + | "#Not" "(" Sort ")" [klabel(#Not), symbol, mlOp, group(mlUnary, mlOp)] + + syntax {Sort1, Sort2} Sort2 ::= "#Ceil" "(" Sort1 ")" [klabel(#Ceil), symbol, mlOp, group(mlUnary, mlOp)] + | "#Floor" "(" Sort1 ")" [klabel(#Floor), symbol, mlOp, group(mlUnary, mlOp)] + | "{" Sort1 "#Equals" Sort1 "}" [klabel(#Equals), symbol, mlOp, group(mlEquals, mlOp), comm, format(%1%i%n%2%d%n%3%i%n%4%d%n%5)] + + syntax priority mlUnary > mlEquals > mlAnd + + syntax {Sort} Sort ::= Sort "#And" Sort [klabel(#And), symbol, assoc, left, comm, unit(#Top), mlOp, group(mlAnd, mlOp), format(%i%1%d%n%2%n%i%3%d)] + > Sort "#Or" Sort [klabel(#Or), symbol, assoc, left, comm, unit(#Bottom), mlOp, group(mlOp), format(%i%1%d%n%2%n%i%3%d)] + > Sort "#Implies" Sort [klabel(#Implies), symbol, mlOp, group(mlImplies, mlOp), format(%i%1%d%n%2%n%i%3%d)] + + syntax priority mlImplies > mlQuantifier + + syntax {Sort1, Sort2} Sort2 ::= "#Exists" Sort1 "." Sort2 [klabel(#Exists), symbol, mlOp, mlBinder, group(mlQuantifier, mlOp)] + | "#Forall" Sort1 "." Sort2 [klabel(#Forall), symbol, mlOp, mlBinder, group(mlQuantifier, mlOp)] + + syntax {Sort} Sort ::= "#AG" "(" Sort ")" [klabel(#AG), symbol, mlOp, group(mlOp)] + | "#wEF" "(" Sort ")" [klabel(weakExistsFinally), symbol, mlOp, group(mlOp)] + | "#wAF" "(" Sort ")" [klabel(weakAlwaysFinally), symbol, mlOp, group(mlOp)] +endmodule +
+

Variables in K

+

Provided below is the syntax of variables in K. There are four types of +variables in K:

+
    +
  1. Regular variables. These are denoted by variables that begin with an +underscore or a capital letter. These variables match exactly one value +and can be used to refer to it on the right-hand-side.
  2. +
  3. Fresh constants. These are denoted by variables that begin with an !. This +is a convenience syntax which can be used on the right-hand-side only, and +refer to a unique value of the specified sort which is distinct from any +other value that has been generated or will be generated by the !X syntax. +Note that this may not be distinct from values produced via other means.
  4. +
  5. Existential variables. This refers to variables that are existentially +quantified and begin with a ?. They are not required to appear on the +left-hand-side prior to appearing on the right-hand-side, and generally +refer to symbolic quantities that are introduced during rewriting. Refer to +K's documentation for more details.
  6. +
  7. Set variables. These are denoted by variables that begin with a @. +These variables refer to a set of values and are generally used when writing +simplification rules in the Haskell Backend. For more information, refer to +K's documentation.
  8. +
+

There is also a fifth type of "variable", although it is not technically a +variable. This refers to configuration variables, which are used to insert +values into the initial configuration that come from outside the semantics. +The most common of these is the $PGM variable, which conventionally contains +the program being executed and is placed in the <k> cell in the configuration +declaration. These "variables" begin with a $ and their values are populated +by the frontend prior to symbolic or concrete execution of a program.

+
k
module KVARIABLE-SYNTAX + syntax #KVariable +endmodule + +// To be used when parsing/pretty-printing symbolic configurations +module KSEQ-SYMBOLIC + imports KSEQ + imports ML-SYNTAX + imports KVARIABLE-SYNTAX + + syntax #KVariable ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\!|\\?|@)?([A-Z][A-Za-z0-9'_]*|_|_[A-Z][A-Za-z0-9'_]*)" [token, prec(1)] + | #UpperId [token] + syntax KConfigVar ::= r"(?<![A-Za-z0-9_\\$!\\?@])(\\$)([A-Z][A-Za-z0-9'_]*)" [token] + syntax KBott ::= #KVariable + syntax KBott ::= KConfigVar +endmodule +
+

Syntax of Cells

+

While the backend treats cells as regular productions like any other, the +frontend provides a significant amount of convenience notation for dealing with +groups of cells, in order to make writing modular definitions easier. As a +result, we need a syntax for groups of cells and for referring to cells within +rules, configuration declarations, and functions.

+

For historical reasons, the Bag sort is used to refer to groups of cells. +This may change in a future release. Users can combine cells in any order +by concatenating them together, and can refer to the absence of any cells with +the .Bag symbol. You can also refer to cells within a function by placing +the cell context symbol, [[ K ]] at the top of a rule, placing a function +symbol inside, and referring to cells afterwards. This implicitly inserts +a reference to the configuration at the time prior to the currently-applied +rule being applied which can be matched on within the function. Functions with +such context cannot be referred to in the initial configuration, because the +prior configuration does not yet exist.

+
k
module KCELLS + imports KAST + + syntax Cell + syntax Bag ::= Bag Bag [left, assoc, klabel(#cells), symbol, unit(#cells)] + | ".Bag" [klabel(#cells), symbol] + | ".::Bag" [klabel(#cells), symbol] + | Cell + syntax Bag ::= "(" Bag ")" [bracket] + syntax KItem ::= Bag + syntax #RuleBody ::= "[" "[" K "]" "]" Bag [klabel(#withConfig), symbol, avoid] + syntax non-assoc #withConfig + syntax Bag ::= KBott +endmodule +
+

Users can also refer to cells in rules. When doing so, an optional ... can +be placed immediately after the start of the cell or immediately before the +end. In a cell whose contents are commutative, these are equivalent to one +another and are also equivalent to placing ... in both places. This means +that what is placed in the cell will be combined with the cell contents' +concatenation operator with an unnamed variable. In other words, you match on +some number of elements in the collection and do not care about the rest of +the collection.

+

In a cell whose contents are not commutative, the ... operators correspond +to a variable on the respective side of the contents of the cell that the +... appears. For example, <foo>... L </foo>, if L is a list, means +some number of elements followed by L. Note that not all combinations are +supported. Cells whose contents are sort K can only have ... appear at the +tail of the cell, and cells whose contents are sort List can only have ... +appear on at most one side in a single rule.

+
k
module RULE-CELLS + imports KCELLS + imports RULE-LISTS + // if this module is imported, the parser automatically + // generates, for all productions that have the attribute 'cell' or 'maincell', + // a production like below: + //syntax Cell ::= "<top>" #OptionalDots K #OptionalDots "</top>" [klabel(<top>)] + + syntax #OptionalDots ::= "..." [klabel(#dots), symbol] + | "" [klabel(#noDots), symbol] + + syntax Int + // this production will be added by the compiler to help handle bang variables, + // however, it is valuable to put it here because without this production, it + // will not exist at the point in time when rules and claims are parsed, and + // as a result it makes it very difficult to write proof claims over fragments + // of code that exercise rules containing bang variables. We put it here because + // this production will "vanish" after parsing finishes and not be picked up + // by the compiler, which is the behavior we want in this case since an actual + // production will be generated by the compiler later on. + syntax GeneratedCounterCell ::= "<generatedCounter>" Int "</generatedCounter>" [cell, klabel(<generatedCounter>), symbol, internal] +endmodule +
+

Users can also declare cells in a configuration declaration. This generates a +specific set of productions that is used internally to implement the cell. The +most important of these is the cell itself, and attributes on this production +can be specified in an xml-attribute-like syntax.

+

You can also use an xml-short-tag-like syntax to compose configuration cells +together which were defined in different modules. However, it is a requirement +that any K definition have at most one fully-composed configuration; thus, all +other configuration declarations must appear composed within another +configuration declaration.

+
k
module CONFIG-CELLS + imports KCELLS + imports RULE-LISTS + syntax #CellName ::= r"[a-zA-Z][a-zA-Z0-9\\-]*" [token, prec(1)] + | #LowerId [token] + | #UpperId [token] + + syntax Cell ::= "<" #CellName #CellProperties ">" K "</" #CellName ">" [klabel(#configCell), symbol] + syntax Cell ::= "<" #CellName "/>" [klabel(#externalCell), symbol] + + syntax #CellProperties ::= #CellProperty #CellProperties [klabel(#cellPropertyList), symbol] + | "" [klabel(#cellPropertyListTerminator), symbol] + syntax #CellProperty ::= #CellName "=" KString [klabel(#cellProperty), symbol] +endmodule +
+

Syntax of Rules

+

Rules can have an optional requires clause or an ensures clause. For backwards- +compatibility, you can refer to the requires clause with both the requires +and when keywords; The latter, however, is deprecated and may be removed in +a future release.

+

The requires clause specifies the preconditions that must be true in order +for the rule to apply. The ensures clause specifies the information which +becomes true after the rule has applied. It is a requirement that information +present in the ensures clause refer to existential variables only.

+

When doing concrete execution, you can think of the requires clause as a +side-condition. In other words, even if the rule matches, it will not apply +unless the requires clause, which must be of sort Bool, evaluates to +true.

+
k
module REQUIRES-ENSURES + imports BASIC-K + + syntax #RuleBody ::= K + + syntax #RuleContent ::= #RuleBody [klabel("#ruleNoConditions"), symbol] + | #RuleBody "requires" Bool [klabel("#ruleRequires"), symbol] + | #RuleBody "ensures" Bool [klabel("#ruleEnsures"), symbol] + | #RuleBody "requires" Bool "ensures" Bool [klabel("#ruleRequiresEnsures"), symbol] +endmodule +
+

Miscellaneous modules

+

The below modules are used in various ways as indicators to the implementation +that certain automatically generated syntax should be created by the parser. +These modules should not be imported directly by the user.

+
k
module K-TOP-SORT + imports SORT-KBOTT + syntax KItem ::= KBott + syntax {Sort} KItem ::= Sort +endmodule + +module K-BOTTOM-SORT + imports SORT-KBOTT + syntax KItem ::= KBott + syntax {Sort} Sort ::= KBott +endmodule + +module K-SORT-LATTICE + imports K-TOP-SORT + imports K-BOTTOM-SORT +endmodule + +module AUTO-CASTS + // if this module is imported, the parser automatically + // generates, for all sorts, productions of the form: + // Sort ::= Sort ":Sort" // semantic cast - force the inner term to be `Sort` or a subsort + // Sort ::= Sort "::Sort" // strict cast - force the inner term to be exactly `Sort`. Useful for disambiguation + // Sort ::= "{" Sort "}" "::Sort" // synonym for strict cast + // Sort ::= "{" K "}" ":>Sort" // projection cast. Allows any term to be placed in a context that expects `Sort` + // this is part of the mechanism that allows concrete user syntax in K +endmodule + +module AUTO-FOLLOW + // if this module is imported, the parser automatically + // generates a follow restriction for every terminal which is a prefix + // of another terminal. This is useful to prevent ambiguities such as: + // syntax K ::= "a" + // syntax K ::= "b" + // syntax K ::= "ab" + // syntax K ::= K K + // #parse("ab", "K") + // In the above example, the terminal "a" is not allowed to be followed by a "b" + // because it would turn the terminal into the terminal "ab". +endmodule + +module PROGRAM-LISTS + imports SORT-K + // if this module is imported, the parser automatically + // replaces the default productions for lists: + // Es ::= E "," Es [userList("*"), klabel('_,_)] + // | ".Es" [userList("*"), klabel('.Es)] + // into a series of productions more suitable for programs: + // Es#Terminator ::= "" [klabel('.Es)] + // Ne#Es ::= E "," Ne#Es [klabel('_,_)] + // | E Es#Terminator [klabel('_,_)] + // Es ::= Ne#Es + // | Es#Terminator // if the list is * +endmodule + +module RULE-LISTS + // if this module is imported, the parser automatically + // adds the subsort production to the parsing module only: + // Es ::= E [userList("*")] + +endmodule + +module RECORD-PRODUCTIONS + // if this module is imported, prefix productions of the form + // syntax Sort ::= name(Args) + // will be able to be parsed with don't-care variables according + // to their nonterminal's names +endmodule + +module SORT-PREDICATES + // if this module is imported, the Bool sort will be annotated with + // syntax Bool ::= isSort(K) [function] + // and all sorts will be annotated with + // syntax Sort ::= project:Sort(K) [function] +endmodule +
+

Additional Syntax for K Terms in Rules

+

Certain additional features are available when parsing the contents of rules +and contexts. For more information on each of these, refer to K's +documentation.

+
k
module KREWRITE + syntax {Sort} Sort ::= Sort "=>" Sort [klabel(#KRewrite), symbol] + syntax non-assoc #KRewrite + syntax priority #KRewrite > #withConfig +endmodule + +// To be used to parse semantic rules +module K + imports KSEQ-SYMBOLIC + imports REQUIRES-ENSURES + imports RECORD-PRODUCTIONS + imports SORT-PREDICATES + imports K-SORT-LATTICE + imports AUTO-CASTS + imports AUTO-FOLLOW + imports KREWRITE + + syntax {Sort} Sort ::= Sort "#as" Sort [klabel(#KAs), symbol] + // functions that preserve sorts and can therefore have inner rewrites + syntax {Sort} Sort ::= "#fun" "(" Sort ")" "(" Sort ")" [klabel(#fun2), symbol, prefer] + // functions that do not preserve sort and therefore cannot have inner rewrites + syntax {Sort1, Sort2} Sort1 ::= "#fun" "(" Sort2 "=>" Sort1 ")" "(" Sort2 ")" [klabel(#fun3), symbol] + + syntax {Sort1, Sort2} Sort1 ::= "#let" Sort2 "=" Sort2 "#in" Sort1 [klabel(#let), symbol] + + /*@ Set membership over terms. In addition to equality over + concrete patterns, K also supports computing equality + between a concrete pattern and a symbolic pattern. + This is compiled efficiently down to pattern matching, + and can be used by putting a term with unbound variables + in the left child of :=K or =/=K. Note that this does not + bind variables used on the lhs however (although this may + change in the future).*/ + + syntax Bool ::= left: + K ":=K" K [function, total, klabel(_:=K_), symbol, group(equalEqualK)] + | K ":/=K" K [function, total, klabel(_:/=K_), symbol, group(notEqualEqualK)] +endmodule + +// To be used to parse terms in full K +module K-TERM + imports KSEQ-SYMBOLIC + imports RECORD-PRODUCTIONS + imports SORT-PREDICATES + imports K-SORT-LATTICE + imports AUTO-CASTS + imports AUTO-FOLLOW + imports KREWRITE +endmodule +
+

Layout Information

+

When constructing a scanner for use during parsing, often you wish to ignore +certain types of text, such as whitespace and comments. However, the specific +syntax which each language must ignore is a little different from language +to language, and thus you wish to specify it manually. You can do this by +defining productions of the #Layout sort. For more information, refer to +K's documentation. However, this module will be implicitly imported if no +productions are declared of sort #Layout. This module will also be used +for the purposes of parsing K rules. If you wish to declare a language with +no layout productions, simply create a sort declaration for the #Layout sort +in your code (e.g. syntax #Layout).

+
k
module DEFAULT-LAYOUT + syntax #Layout ::= r"(\\/\\*([^\\*]|(\\*+([^\\*\\/])))*\\*+\\/)" // C-style multi-line comments + | r"(\\/\\/[^\\n\\r]*)" // C-style single-line comments + | r"([\\ \\n\\r\\t])" // Whitespace +endmodule +
+

Default Configuration

+

If the user has no configuration declaration in their seamantics, the below +configuration declaration will be implicitly imported.

+
k
module DEFAULT-CONFIGURATION + imports BASIC-K + + configuration <k> $PGM:K </k> +endmodule +
+

Parsing Ambiguous Languages

+

On occasion, it may be desirable to parse a language with an ambiguous grammar +when parsing a program, and perform additional semantic analysis at a later +time in order to resolve the ambiguities. A good example of this is as a +substitute for the lexer hack in parsers of the C programming language.

+

The following module contains a declaration for ambiguities in K. Usually, +an ambiguous parse is an error. However, when you use the --gen-glr-parser +flag to kast, or the --gen-glr-bison-parser flag to kompile, ambiguities +instead become instances of the below parametric production, which you can use +regular K rules to disambiguate as necessary.

+
k
module K-AMBIGUITIES + + syntax {Sort} Sort ::= amb(Sort, Sort) [klabel(amb), symbol] + +endmodule +
+

Annotating Parses with Locations

+

Another feature of K's Bison parser is the ability to annotate terms parsed +with location information about the file and line where they occurred. For +more information about how to use this, refer to K's documentation. However, +the below module exists to provide a user syntax for the annotations that +are generated by the parser.

+
k
module K-LOCATIONS + imports STRING-SYNTAX + imports INT-SYNTAX + + // filename, startLine, startCol, endLine, endCol + syntax {Sort} Sort ::= #location(Sort, String, Int, Int, Int, Int) [klabel(#location), symbol, format(%3)] + +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/prelude/index.html b/k-distribution/include/kframework/builtin/prelude/index.html new file mode 100644 index 00000000000..636bcf7c08d --- /dev/null +++ b/k-distribution/include/kframework/builtin/prelude/index.html @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + +K Prelude | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Prelude

+

The following files, integral to defining semantics in K, are automatically +required by every definition via this file. This behavior can be disabled +via kompile --no-prelude, however, semantics will likely break unless +they provide their own versions of these files, which are assumed to exist +by the compiler. There are, however, circumstances where passing this flag is +appropriate, such as if you are manually requiring these files in your +definition, if your definition was automatically condensed into a single file +with kompile -E, or if you wish to modify the inner syntax of K by providing +your own version of these files with different syntax.

+
k
requires "kast.md" +requires "domains.md" +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/rat/index.html b/k-distribution/include/kframework/builtin/rat/index.html new file mode 100644 index 00000000000..0d1b4332302 --- /dev/null +++ b/k-distribution/include/kframework/builtin/rat/index.html @@ -0,0 +1,620 @@ + + + + + + + + + + + + + + +Rational Numbers in K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Rational Numbers in K

+

K provides support for arbitrary-precision rational numbers represented as a +quotient between two integers. The sort representing these values is Rat. +Int is a subsort of Rat, and it is guaranteed that any integer will be +represented as an Int and can be matched as such on the left hand side +of rules. K also supports the usual arithmetic operators over rational numbers.

+
k
module RAT-SYNTAX + imports INT-SYNTAX + imports private BOOL + + syntax Rat + + syntax Rat ::= Int +
+

Arithmetic

+

You can:

+
    +
  • Raise a rational number to any negative or nonnegative integer.
  • +
  • Multiply or divide two rational numbers to obtain a product or quotient.
  • +
  • Add or subtract two rational numbers to obtain a sum or difference.
  • +
+
k
syntax Rat ::= left: + Rat "^Rat" Int [function, total, klabel(_^Rat_), symbol, smtlib(ratpow), hook(RAT.pow)] + > left: + Rat "*Rat" Rat [function, total, klabel(_*Rat_), symbol, left, smtlib(ratmul), hook(RAT.mul)] + | Rat "/Rat" Rat [function, klabel(_/Rat_), symbol, left, smtlib(ratdiv), hook(RAT.div)] + > left: + Rat "+Rat" Rat [function, total, klabel(_+Rat_), symbol, left, smtlib(ratadd), hook(RAT.add)] + | Rat "-Rat" Rat [function, total, klabel(_-Rat_), symbol, left, smtlib(ratsub), hook(RAT.sub)] +
+

Comparison

+

You can determine whether two rational numbers are equal, unequal, or compare +one of less than, less than or equalto, greater than, or greater than or equal +to the other:

+
k
syntax Bool ::= Rat "==Rat" Rat [function, total, klabel(_==Rat_), symbol, smtlib(rateq), hook(RAT.eq)] + | Rat "=/=Rat" Rat [function, total, klabel(_=/=Rat_), symbol, smtlib(ratne), hook(RAT.ne)] + | Rat ">Rat" Rat [function, total, klabel(_>Rat_), symbol, smtlib(ratgt), hook(RAT.gt)] + | Rat ">=Rat" Rat [function, total, klabel(_>=Rat_), symbol, smtlib(ratge), hook(RAT.ge)] + | Rat "<Rat" Rat [function, total, klabel(_<Rat_), symbol, smtlib(ratlt), hook(RAT.lt)] + | Rat "<=Rat" Rat [function, total, klabel(_<=Rat_), symbol, smtlib(ratle), hook(RAT.le)] +
+

Min/Max

+

You can compute the minimum and maximum of two rational numbers:

+
k
syntax Rat ::= minRat(Rat, Rat) [function, total, klabel(minRat), symbol, smtlib(ratmin), hook(RAT.min)] + | maxRat(Rat, Rat) [function, total, klabel(maxRat), symbol, smtlib(ratmax), hook(RAT.max)] +
+

Conversion to Floating Point

+

You can convert a rational number to the nearest floating point number that +is representable in a Float of a specified number of precision and exponent +bits:

+
k
syntax Float ::= Rat2Float(Rat, precision: Int, exponentBits: Int) [function] +endmodule +
+

Implementation of Rational Numbers

+

The remainder of this file consists of an implementation in K of the +operations listed above. Users of the RAT module should not use any of the +syntax defined in any of these modules.

+

As a point of reference for users, it is worth noting that rational numbers +are normalized to a canonical form by this module,. with the canonical form +bearing the property that it is either an Int, or a pair of integers +I /Rat J such that +I =/=Int 0 andBool J >=Int 2 andBool gcdInt(I, J) ==Int 1 is always true.

+
k
module RAT-COMMON + imports RAT-SYNTAX + + // invariant of < I , J >Rat : I =/= 0, J >= 2, and I and J are coprime + syntax Rat ::= "<" Int "," Int ">Rat" [format(%2 /Rat %4)] +endmodule + +module RAT-SYMBOLIC [symbolic] + imports private RAT-COMMON + imports ML-SYNTAX + imports private BOOL + + rule + #Ceil(@R1:Rat /Rat @R2:Rat) + => + {(@R2 =/=Rat 0) #Equals true} #And #Ceil(@R1) #And #Ceil(@R2) + [simplification] +endmodule + +module RAT-KORE + imports private RAT-COMMON + imports private K-EQUAL + + /* + * equalities + */ + + // NOTE: the two rules below may not work correctly in non-kore backends + + rule R ==Rat S => R ==K S + + rule R =/=Rat S => R =/=K S +endmodule + +module RAT [private] + imports private RAT-COMMON + imports public RAT-SYMBOLIC + imports public RAT-KORE + imports public RAT-SYNTAX + imports private INT + imports private BOOL + + /* + * arithmetic + */ + + rule < I , I' >Rat +Rat < J , J' >Rat => ((I *Int J') +Int (I' *Int J)) /Rat (I' *Int J') + rule I:Int +Rat < J , J' >Rat => ((I *Int J') +Int J) /Rat J' + rule < J , J' >Rat +Rat I:Int => I +Rat < J , J' >Rat + rule I:Int +Rat J:Int => I +Int J + + rule < I , I' >Rat *Rat < J , J' >Rat => (I *Int J) /Rat (I' *Int J') + rule I:Int *Rat < J , J' >Rat => (I *Int J) /Rat J' + rule < J , J' >Rat *Rat I:Int => I *Rat < J , J' >Rat + rule I:Int *Rat J:Int => I *Int J + + rule < I , I' >Rat /Rat < J , J' >Rat => (I *Int J') /Rat (I' *Int J) + rule I:Int /Rat < J , J' >Rat => (I *Int J') /Rat J + rule < I , I' >Rat /Rat J:Int => I /Rat (I' *Int J) requires J =/=Int 0 + rule I:Int /Rat J:Int => makeRat(I, J) requires J =/=Int 0 + + // derived + + rule R -Rat S => R +Rat (-1 *Rat S) + + // normalize + + syntax Rat ::= makeRat(Int, Int) [function] + | makeRat(Int, Int, Int) [function] + + rule makeRat(0, J) => 0 requires J =/=Int 0 + + rule makeRat(I, J) => makeRat(I, J, gcdInt(I,J)) requires I =/=Int 0 andBool J =/=Int 0 + + // makeRat(I, J, D) is defined when I =/= 0, J =/= 0, D > 0, and D = gcd(I,J) + rule makeRat(I, J, D) => I /Int D requires J ==Int D // implies J > 0 since D > 0 + rule makeRat(I, J, D) => < I /Int D , J /Int D >Rat requires J >Int 0 andBool J =/=Int D + rule makeRat(I, J, D) => makeRat(0 -Int I, 0 -Int J, D) requires J <Int 0 + + // gcdInt(a,b) computes the gcd of |a| and |b|, which is positive. + syntax Int ::= gcdInt(Int, Int) [function, public] + + rule gcdInt(A, 0) => A requires A >Int 0 + rule gcdInt(A, 0) => 0 -Int A requires A <Int 0 + rule gcdInt(A, B) => gcdInt(B, A %Int B) requires B =/=Int 0 // since |A %Int B| = |A| %Int |B| + + /* + * exponentiation + */ + + rule _ ^Rat 0 => 1 + rule 0 ^Rat N => 0 requires N =/=Int 0 + + rule < I , J >Rat ^Rat N => powRat(< I , J >Rat, N) requires N >Int 0 + rule X:Int ^Rat N => X ^Int N requires N >Int 0 + + rule X ^Rat N => (1 /Rat X) ^Rat (0 -Int N) requires X =/=Rat 0 andBool N <Int 0 + + // exponentiation by squaring + + syntax Rat ::= powRat(Rat, Int) [function] + + // powRat(X, N) is defined when X =/= 0 and N > 0 + rule powRat(X, 1) => X + rule powRat(X, N) => powRat(X *Rat X, N /Int 2) requires N >Int 1 andBool N %Int 2 ==Int 0 + rule powRat(X, N) => powRat(X, N -Int 1) *Rat X requires N >Int 1 andBool N %Int 2 =/=Int 0 + + /* + * inequalities + */ + + rule R >Rat S => R -Rat S >Rat 0 requires S =/=Rat 0 + + rule < I , _ >Rat >Rat 0 => I >Int 0 + rule I:Int >Rat 0 => I >Int 0 + + // derived + + rule R >=Rat S => notBool R <Rat S + + rule R <Rat S => S >Rat R + + rule R <=Rat S => S >=Rat R + + rule minRat(R, S) => R requires R <=Rat S + rule minRat(R, S) => S requires S <=Rat R + + rule maxRat(R, S) => R requires R >=Rat S + rule maxRat(R, S) => S requires S >=Rat R + + syntax Float ::= #Rat2Float(Int, Int, Int, Int) [function, hook(FLOAT.rat2float)] + rule Rat2Float(Num:Int, Prec:Int, Exp:Int) => #Rat2Float(Num, 1, Prec, Exp) + rule Rat2Float(< Num, Dem >Rat, Prec, Exp) => #Rat2Float(Num, Dem, Prec, Exp) + +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/builtin/substitution/index.html b/k-distribution/include/kframework/builtin/substitution/index.html new file mode 100644 index 00000000000..54b13ba90b2 --- /dev/null +++ b/k-distribution/include/kframework/builtin/substitution/index.html @@ -0,0 +1,484 @@ + + + + + + + + + + + + + + +Capture-Aware Substitution in K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Capture-Aware Substitution in K

+

One of the traditional ways in which functional languages are given operational +semantics is via substitution. In particular, you can view a function as +declaring a particular bound variable, the parameter of the function, as well +as the body of the function, within which both bound and free variables can +occur, and implement the process of beta-reduction (one of the axioms of the +lambda calculus) by means of a substitution operator which is aware of the +difference between free variables and bound variables and prevents variable +capture.

+

In K this is implemented using two mechanisms: The KVar sort, and the +binder attribute.

+

The KVar Sort

+

K introduces a new hooked sort, KVar, which the substitution operator +(defined below) understands in a particular way. The syntax of KVar is the +same as for sort Id in DOMAINS, but with a different sort name. Similarly, +some of the same operators are defined over KVar which are defined for Id, +such as conversion from String to KVar and support for the !Var:KVar +syntax.

+

A KVar is simply an identifier with special meaning during substitution. +KVars must begin with a letter or underscore, +and can be followed by zero or more letters, numbers, or underscores.

+
k
module KVAR-SYNTAX-PROGRAM-PARSING + imports BUILTIN-ID-TOKENS + + syntax KVar ::= r"(?<![A-Za-z0-9\\_])[A-Za-z\\_][A-Za-z0-9\\_]*" [prec(1), token] + | #LowerId [token] + | #UpperId [token] +endmodule + +module KVAR-SYNTAX + syntax KVar [token, hook(KVAR.KVar)] +endmodule + +module KVAR-COMMON + imports KVAR-SYNTAX + imports private STRING + + syntax KVar ::= String2KVar (String) [function, total, hook(STRING.string2token)] + syntax KVar ::= freshKVar(Int) [freshGenerator, function, total, private] + + rule freshKVar(I:Int) => String2KVar("_" +String Int2String(I)) +endmodule + +module KVAR + imports KVAR-COMMON +endmodule +
+

The binder Attribute

+

A production can be given the attribute binder. Such a production must have +at least two nonterminals. The first nonterminal from left to right must be of +sort KVar, and contains the bound variable. The last nonterminal from left +to right contains the term that is bound. For example, I could describe lambdas +in the lambda calculus with the production +syntax Val ::= "lambda" KVar "." Exp [binder].

+

Substitution

+

K provides a hooked implementation of substitution, currently only implemented +on the Java and LLVM backends. Two variants exist: the first substitutes +a single KVar for a single KItem. The second takes a Map with KVar +keys and KItem values, and substitutes each element in the map atomically.

+

Internally, this is implemented in the LLVM backend by a combination of +de Bruijn indices for bound variables and names for free variables. Free +variables are also sometimes given a unique numeric identifier in order to +prevent capture, and the rewriter will automatically assign unique names to +such identifiers when rewriting finishes. The names assigned will always begin +with the original name of the variable and be followed by a unique integer +suffix. However, the names assigned after rewriting finishes might be different +from the names that would be assigned if rewriting were to halt prematurely, +for example due to krun --depth.

+
k
module SUBSTITUTION + imports private MAP + imports KVAR + + syntax {Sort} Sort ::= Sort "[" KItem "/" KItem "]" [function, hook(SUBSTITUTION.substOne), impure] + syntax {Sort} Sort ::= Sort "[" Map "]" [function, hook(SUBSTITUTION.substMany), impure] +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/include/kframework/index.html b/k-distribution/include/kframework/index.html new file mode 100644 index 00000000000..4970b6bcd27 --- /dev/null +++ b/k-distribution/include/kframework/index.html @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + +K Builtins | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Builtins

+

The K Builtins (also referred to as the K Prelude or the K Standard Library) +consists of several files which contain definitions that make working with K +simpler. These files can be found under include/kframework/builtin in your K +installation directory, and can be imported with requires "FILENAME" (without +the path prefix).

+
    +
  • domains: Basic datatypes which are universally useful.
  • +
  • kast: Representation of K internal data-structures (not to be +included in normal definitions).
  • +
  • prelude: Automatically included into every K definition.
  • +
  • ffi: FFI interface for calling out to native C code from K.
  • +
  • json: JSON datatype and parsers/unparsers for JSON strings.
  • +
  • rat: Rational number representation.
  • +
  • substitution: Hooked implementation of capture-aware +sustitution for K definitions.
  • +
  • unification: Hooked implementation of unification +exposed directly to K definitions.
  • +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/01_installing/index.html b/k-distribution/k-tutorial/1_basic/01_installing/index.html new file mode 100644 index 00000000000..f19c1ae0dea --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/01_installing/index.html @@ -0,0 +1,473 @@ + + + + + + + + + + + + + + +Lesson 1.1: Setting up a K Environment | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.1: Setting up a K Environment

+

The first step to learning K is to install K on your system, and configure your +editor for K development.

+

Installing K

+

You have two options for how to install K, depending on how you intend to +interact with the K codebase. If you are solely a user of K, and have no +interest in developing or making changes to K, you most likely will want to +install one of our binary releases of K. However, if you are going to be a K +developer, or simply want to build K from source, you should follow the +instructions for a source build of K.

+

Installing K from a binary release

+

K is developed as a rolling release, with each change to K that passes our +CI infrastructure being deployed on GitHub for download. The latest release of +K can be downloaded here. +This page also contains information on how to install K. It is recommended +that you fully uninstall the old version of K prior to installing the new one, +as K does not maintain entries in package manager databases, with the exception +of Homebrew on MacOS.

+

Installing K from source

+

You can clone K from GitHub with the following Git command:

+
git clone https://github.com/runtimeverification/k --recursive
+
+

Instructions on how to build K from source can be found +here.

+

Configuring your editor

+

K maintains a set of scripts for a variety of text editors, including vim and +emacs, in various states of maintenance. You can download these scripts with +the following Git command:

+
git clone https://github.com/kframework/k-editor-support
+
+

Because K allows users to define their own grammars for parsing K itself, +not all features of K can be effectively highlighted. However, at the cost of +occasionally highlighting things incorrectly, you can get some pretty good +results in many cases. With that being said, some of the editor scripts in the +above repository are pretty out of date. If you manage to improve them, we +welcome pull requests into the repository.

+

Troubleshooting

+

If you have problems installing K, we encourage you to reach out to us. If you +follow the above install instructions and run into a problem, you can +Create a bug report on GitHub

+

Next lesson

+

Once you have set up K on your system to your satisfaction, you can continue to +Lesson 1.2: Basics of Functional K.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/02_basics/index.html b/k-distribution/k-tutorial/1_basic/02_basics/index.html new file mode 100644 index 00000000000..f8c82ed58fe --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/02_basics/index.html @@ -0,0 +1,612 @@ + + + + + + + + + + + + + + +Lesson 1.2: Basics of Functional K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.2: Basics of Functional K

+

The purpose of this lesson is to explain the basics of productions and +rules in K. These are two types of K sentences. A K file consists of +one or more requires or modules in K. Each module consists of one or +more imports or sentences. For more information on requires, modules, and +sentences, refer to Lesson 1.5. However, for the time +being, just think of a module as a container for sentences, and don't worry +about requires or imports just yet.

+

Our first K program

+

To start with, input the following program into your editor as file +lesson-02-a.k:

+
k
module LESSON-02-A + + syntax Color ::= Yellow() | Blue() + syntax Fruit ::= Banana() | Blueberry() + syntax Color ::= colorOf(Fruit) [function] + + rule colorOf(Banana()) => Yellow() + rule colorOf(Blueberry()) => Blue() + +endmodule +
+

Save this file and then run:

+
kompile lesson-02-a.k
+
+

kompile is K's compiler. By default, it takes a program or specification +written in K and compiles it into an interpreter for that input. Right now we +are compiling a single file. A set of K files that are compiled together are +called a K definition. We will cover multiple file K definitions later on. +kompile will output a directory containing everything needed to execute +programs and perform proofs using that definition. In this case, kompile will +(by default) create the directory lesson-02-a-kompiled under the current +directory.

+

Now, save the following input file in your editor as banana.color in the same +directory as lesson-02-a.k:

+
colorOf(Banana())
+
+

We can now evaluate this K term by running (from the same directory):

+
krun banana.color
+
+

krun will use the interpreter generated by the first call to kompile to +execute this program.

+

You will get the following output:

+
<k>
+  Yellow ( ) ~> .
+</k>
+
+

For now, don't worry about the <k>, </k>, or ~> . portions of this +output file.

+

You can also execute small programs directly by specifying them on the command +line instead of putting them in a file. For example, the same program above +could also have been executed by running the following command:

+
krun -cPGM='colorOf(Banana())'
+
+

Now, let's look at what this definition and program did.

+

Productions, Constructors, and Functions

+

The first thing to realize is that this K definition contains 5 productions. +Productions are introduced with the syntax keyword, followed by a sort, +followed by the operator ::= followed by the definition of one or more +productions themselves, separated by the | operator. There are different +types of productions, but for now we only care about constructors and +functions. Each declaration separated by the | operator is individually +a single production, and the | symbol simply groups together productions that +have the same sort. For example, we could equally have written an identical K +definition lesson-02-b.k like so:

+
k
module LESSON-02-B + + syntax Color ::= Yellow() + syntax Color ::= Blue() + syntax Fruit ::= Banana() + syntax Fruit ::= Blueberry() + syntax Color ::= colorOf(Fruit) [function] + + rule colorOf(Banana()) => Yellow() + rule colorOf(Blueberry()) => Blue() + +endmodule +
+

You can try compiling and running lesson-02-b.k to see that it produces the same output as lesson-02-a.k:

+
kompile lesson-02-b.k
+krun -cPGM='colorOf(Banana())' --definition 'lesson-02-b-kompiled'
+
+

where the --definition attribute points to the directory containing a compiled version of LESSON-02-B. +Even the following definition is equivalent:

+
k
module LESSON-02-C + + syntax Color ::= Yellow() + | Blue() + | colorOf(Fruit) [function] + syntax Fruit ::= Banana() + | Blueberry() + + rule colorOf(Banana()) => Yellow() + rule colorOf(Blueberry()) => Blue() + +endmodule +
+

Each of these types of productions named above has the same underlying syntax, +but context and attributes are used to distinguish between the different +types. Tokens, brackets, lists, macros, aliases, and anywhere productions will +be covered in a later lesson, but this lesson does introduce us to constructors +and functions. Yellow(), Blue(), Banana(), and Blueberry() are +constructors. You can think of a constructor like a constructor for an +algebraic data type, if you're familiar with a functional language. The data +type itself is the sort that appears on the left of the ::= operator. Sorts +in K consist of uppercase identifiers.

+

Constructors can have arguments, but these ones do not. We will cover the +syntax of productions in detail in the next lesson, but for now, you can write +a production with no arguments as an uppercase or lowercase identifier followed +by the () operator.

+

A function is distinguished from a constructor by the presence of the +function attribute. Attributes appear in a comma separated list between +square brackets after any sentence, including both productions and rules. +Various attributes with built-in meanings exist in K and will be discussed +throughout the tutorial.

+

Exercise

+

Use krun to compute the return value of the colorOf function on a +Blueberry().

+

Rules, Matching, and Variables

+

Functions in K are given definitions using rules. A rule begins with the rule +keyword and contains at least one rewrite operator. The rewrite operator +is represented by the syntax =>. The rewrite operator is one of the built-in +productions in K, and we will discuss in more detail how it can be used in +future lessons, but for now, you can think of a rule as consisting of a +left-hand side and a right-hand side, separated by the rewrite +operator. On the left-hand side is the name of the function and zero or more +patterns corresponding to the parameters of the function. On the right-hand +side is another pattern. The meaning of the rule is relatively simple, having +defined these components. If the function is called with arguments that +match the patterns on the left-hand side, then the return value of the +function is the pattern on the right-hand side.

+

For example, in the above example, if the argument of the colorOf function +is Banana(), then the return value of the function is Yellow().

+

So far we have introduced that a constructor is a type of pattern in K. We +will introduce more complex patterns in later lessons, but there is one other +type of basic pattern: the variable. A variable, syntactically, consists +of an uppercase identifier. However, unlike a constructor, a variable will +match any pattern with one exception: Two variables with the same name +must match the same pattern.

+

Here is a more complex example (lesson-02-d.k):

+
k
module LESSON-02-D + + syntax Container ::= Jar(Fruit) + syntax Fruit ::= Apple() | Pear() + + syntax Fruit ::= contentsOfJar(Container) [function] + + rule contentsOfJar(Jar(F)) => F + +endmodule +
+

Here we see that Jar is a constructor with a single argument. You can write a +production with multiple arguments by putting the sorts of the arguments in a +comma-separated list inside the parentheses.

+

In this example, F is a variable. It will match either Apple() or Pear(). +The return value of the function is created by substituting the matched +values of all of the variables into the variables on the right-hand side of +the rule.

+

To demonstrate, compile this definition and execute the following program with +krun:

+
contentsOfJar(Jar(Apple()))
+
+

You will see when you run it that the program returns Apple(), because that +is the pattern that was matched by F.

+

Exercises

+
    +
  1. Extend the definition in lesson-02-a.k with the addition of blackberries +and kiwis. For simplicity, blackberries are black and kiwis are green. Then +compile your definition and test that your additional fruits are correctly +handled by the colorOf function.
  2. +
  3. Create a new definition which defines an outfit as a multi-argument +constructor consisting of a hat, shirt, pants, and shoes. Define a new sort, +Boolean, with two constructors, true and false. Each of hat, shirt, pants, +and shoes will have a single argument (a color), either black or +white. Then define an outfitMatching function that will return true if all +the pieces of the outfit are the same color. You do not need to define the +case that returns false. Write some tests that your function behaves the way +you expect.
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.3: BNF Syntax and Parser Generation.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/03_parsing/index.html b/k-distribution/k-tutorial/1_basic/03_parsing/index.html new file mode 100644 index 00000000000..91ef90d1936 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/03_parsing/index.html @@ -0,0 +1,780 @@ + + + + + + + + + + + + + + +Lesson 1.3: BNF Syntax and Parser Generation | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.3: BNF Syntax and Parser Generation

+

The purpose of this lesson is to explain the full syntax and semantics of +productions in K as well as how productions and other syntactic +sentences can be used to define grammars for use parsing both rules as well +as programs.

+

K's approach to parsing

+

K's grammar is divided into two components: the outer syntax of K and the +inner syntax of K. Outer syntax refers to the parsing of requires, +modules, imports, and sentences in a K definition. Inner syntax +refers to the parsing of rules and programs. Unlike the outer syntax of +K, which is predetermined, much of the inner syntax of K is defined by you, the +developer. When rules or programs are parsed, they are parsed within the +context of a module. Rules are parsed in the context of the module in which +they exist, whereas programs are parsed in the context of the +main syntax module of a K definition. The productions and other syntactic +sentences in a module are used to construct the grammar of the module, which +is then used to perform parsing.

+

Basic BNF productions

+

To illustrate how this works, we will consider a simple K definition which +defines a relatively basic calculator capable of evaluating Boolean expressions +containing and, or, not, and xor.

+

Input the following program into your editor as file lesson-03-a.k:

+
k
module LESSON-03-A + + syntax Boolean ::= "true" | "false" + | "!" Boolean [function] + | Boolean "&&" Boolean [function] + | Boolean "^" Boolean [function] + | Boolean "||" Boolean [function] + +endmodule +
+

You will notice that the productions in this file look a little different than +the ones from the previous lesson. In point of fact, K has two different +mechanisms for defining productions. We have previously been focused +exclusively on the first mechanism, where the ::= symbol is followed by an +alphanumeric identifier followed by a comma-separated list of sorts in +parentheses. However, this is merely a special case of a more generic mechanism +for defining the syntax of productions using a variant of +BNF Form.

+

For example, in the previous lesson, we had the following set of productions:

+
k
module LESSON-03-B + syntax Color ::= Yellow() | Blue() + syntax Fruit ::= Banana() | Blueberry() + syntax Color ::= colorOf(Fruit) [function] +endmodule +
+

It turns out that this is equivalent to the following definition which defines +the same grammar, but using BNF notation:

+
k
module LESSON-03-C + syntax Color ::= "Yellow" "(" ")" | "Blue" "(" ")" + syntax Fruit ::= "Banana" "(" ")" | "Blueberrry" "(" ")" + syntax Color ::= "colorOf" "(" Fruit ")" [function] +endmodule +
+

In this example, the sorts of the argument to the function are unchanged, but +everything else has been wrapped in double quotation marks. This is because +in BNF notation, we distinguish between two types of production items: +terminals and non-terminals. A terminal represents simply a literal +string of characters that is verbatim part of the syntax of that production. +A non-terminal, conversely, represents a sort name, where the syntax of that +production accepts any valid term of that sort at that position.

+

This is why, when we wrote the program colorOf(Banana()), krun was able to +execute that program: because it represented a term of sort Color that was +parsed and interpreted by K's interpreter. In other words, krun parses and +interprets terms according to the grammar defined by the developer. It is +automatically converted into an AST of that term, and then the colorOf +function is evaluated using the function rules provided in the definition.

+

You can ask yourself: How does K match the strings between the double quotes? +The answer is that K uses Flex to generate a scanner for the grammar. Flex looks +for the longest possible match of a regular expression in the input. If there +are ambiguities between 2 or more regular expressions, it will pick the one with +the highest prec attribute. You can learn more about how Flex matching works +here.

+

Bringing us back to the file lesson-03-a.k, we can see that this grammar +has given a simple BNF grammar for expressions over Booleans. We have defined +constructors corresponding to the Boolean values true and false, and functions +corresponding to the Boolean operators for and, or, not, and xor. We have also +given a syntax for each of these functions based on their syntax in the C +programming language. As such, we can now write programs in the simple language +we have defined.

+

Input the following program into your editor as and.bool in the same +directory:

+
true && false
+
+

We cannot interpret this program yet, because we have not given rules defining +the meaning of the && function yet, but we can parse it. To do this, you can +run (from the same directory):

+
kast --output kore and.bool
+
+

kast is K's just-in-time parser. It will generate a grammar from your K +definition on the fly and use it to parse the program passed on the command +line. The --output flag controls how the resulting AST is represented; don't +worry about the possible values yet, just use kore.

+

You ought to get the following AST printed on standard output, minus the +formatting:

+
inj{SortBoolean{}, SortKItem{}}(
+  Lbl'UndsAnd-And-UndsUnds'LESSON-03-A'Unds'Boolean'Unds'Boolean'Unds'Boolean{}(
+    Lbltrue'Unds'LESSON-03-A'Unds'Boolean{}(),
+    Lblfalse'Unds'LESSON-03-A'Unds'Boolean{}()
+  )
+)
+
+

Don't worry about what exactly this means yet, just understand that it +represents the AST of the program that you just parsed. You ought to be able +to recognize the basic shape of it by seeing the words true, false, and +And in there. This is Kore, the intermediate representation of K, and we +will cover it in detail later.

+

Note that you can also tell kast to print the AST in other formats. For a +more direct representation of the original K, while still maintaining the +structure of an AST, you can say kast --output kast and.bool. This will +yield the following output:

+
`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(
+  `true_LESSON-03-A_Boolean`(.KList),
+  `false_LESSON-03-A_Boolean`(.KList)
+)
+
+

Note how the first output is largely a name-mangled version of the second +output. The one difference is the presence of the inj symbol in the KORE +output. We will talk more about this in later lessons.

+

Exercise

+

Parse the expression false || true with --output kast. See if you can +predict approximately what the corresponding output would be with +--output kore, then run the command yourself and compare it to your +prediction.

+

Ambiguities

+

Now let's try a slightly more advanced example. Input the following program +into your editor as and-or.bool:

+
true && false || false
+
+

When you try and parse this program, you ought to see the following error:

+
[Error] Inner Parser: Parsing ambiguity.
+1: syntax Boolean ::= Boolean "||" Boolean [function]
+
+`_||__LESSON-03-A_Boolean_Boolean_Boolean`(`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(`true_LESSON-03-A_Boolean`(.KList),`false_LESSON-03-A_Boolean`(.KList)),`false_LESSON-03-A_Boolean`(.KList))
+2: syntax Boolean ::= Boolean "&&" Boolean [function]
+
+`_&&__LESSON-03-A_Boolean_Boolean_Boolean`(`true_LESSON-03-A_Boolean`(.KList),`_||__LESSON-03-A_Boolean_Boolean_Boolean`(`false_LESSON-03-A_Boolean`(.KList),`false_LESSON-03-A_Boolean`(.KList)))
+        Source(./and-or.bool)
+        Location(1,1,1,23)
+
+

This error is saying that kast was unable to parse this program because it is +ambiguous. K's just-in-time parser is a GLL parser, which means it can handle +the full generality of context-free grammars, including those grammars which +are ambiguous. An ambiguous grammar is one where the same string can be parsed +as multiple distinct ASTs. In this example, it can't decide whether it should +be parsed as (true && false) || false or as true && (false || false). As a +result, it reports the error to the user.

+

Brackets

+

Currently there is no way of resolving this ambiguity, making it impossible +to write complex expressions in this language. This is obviously a problem. +The standard solution in most programming languages to this problem is to +use parentheses to indicate the appropriate grouping. K generalizes this notion +into a type of production called a bracket. A bracket production in K +is any production with the bracket attribute. It is required that such a +production only have a single non-terminal, and the sort of the production +must equal the sort of that non-terminal. However, K does not otherwise +impose restrictions on the grammar the user provides for a bracket. With that +being said, the most common type of bracket is one in which a non-terminal +is surrounded by terminals representing some type of bracket such as +(), [], {}, <>, etc. For example, we can define the most common +type of bracket, the type used by the vast majority of programming languages, +quite simply.

+

Consider the following modified definition, which we will save to +lesson-03-d.k:

+
k
module LESSON-03-D + + syntax Boolean ::= "true" | "false" + | "(" Boolean ")" [bracket] + | "!" Boolean [function] + | Boolean "&&" Boolean [function] + | Boolean "^" Boolean [function] + | Boolean "||" Boolean [function] + +endmodule +
+

In this definition, if the user does not explicitly define parentheses, the +grammar remains ambiguous and K's just-in-time parser will report an error. +However, you are now able to parse more complex programs by means of explicitly +grouping subterms with the bracket we have just defined.

+

Consider and-or-left.bool:

+
(true && false) || false
+
+

Now consider and-or-right.bool:

+
true && (false || false)
+
+

If you parse these programs with kast, you will once again get a single +unique AST with no error. If you look, you might notice that the bracket itself +does not appear in the AST. In fact, this is a property unique to brackets: +productions with the bracket attribute are not represented in the parsed AST +of a term, and the child of the bracket is folded immediately into the parent +term. This is the reason for the requirement that a bracket production have +a single non-terminal of the same sort as the production itself.

+

Exercise

+

Write out what you expect the AST to be arising from parsing these two programs +above with --output kast, then parse them yourself and compare them to the +AST you expected. Confirm for yourself that the bracket production does not +appear in the AST.

+

Tokens

+

So far we have seen how we can define the grammar of a language. However, +the grammar is not the only relevant part of parsing a language. Also relevant +is the lexical syntax of the language. Thus far, we have implicitly been using +K's automatic lexer generation to generate a token in the scanner for each +terminal in our grammar. However, sometimes we wish to define more complex +lexical syntax. For example, consider the case of integers in C: an integer +consists of a decimal, octal, or hexadecimal number followed by an optional +suffix indicating the type of the literal.

+

In theory it would be possible to define this syntax via a grammar, but not +only would it be cumbersome and tedious, you would also then have to deal with +an AST generated for the literal which is not convenient to work with.

+

Instead of doing this, K allows you to define token productions, where +a production consists of a regular expression followed by the token +attribute, and the resulting AST consists of a typed string containing the +value recognized by the regular expression.

+

For example, the builtin integers in K are defined using the following +production:

+
.k .exclude
syntax Int ::= r"[\\+-]?[0-9]+" [token] +
+

Here we can see that we have defined that an integer is an optional sign +followed by a nonzero sequence of digits. The r preceding the terminal +indicates that what appears inside the double quotes is a regular expression, +and the token attribute indicates that terms which parse as this production +should be converted into a token by the parser.

+

It is also possible to define tokens that do not use regular expressions. This +can be useful when you wish to declare particular identifiers for use in your +semantics later. For example:

+
.k .exclude
syntax Id ::= "main" [token] +
+

Here, we declare that main is a token of sort Id. Instead of being parsed +as a symbol, it gets parsed as a token, generating a typed string in the AST. +This is useful in a semantics of C because the parser generally does not treat +the main function in C specially; only the semantics treats it specially.

+

Of course, languages can have more complex lexical syntax. For example, if we +wish to define the syntax of integers in C, we could use the following +production:

+
.k .exclude
syntax IntConstant ::= r"(([1-9][0-9]*)|(0[0-7]*)|(0[xX][0-9a-fA-F]+))(([uU][lL]?)|([uU]((ll)|(LL)))|([lL][uU]?)|(((ll)|(LL))[uU]?))?" [token] +
+

As you may have noted above, long and complex regular expressions +can be hard to read. They also suffer from the problem that unlike a grammar, +they are not particularly modular.

+

We can get around this restriction by declaring explicit regular expressions, +giving them a name, and then referring to them in productions.

+

Consider the following (equivalent) way to define the lexical syntax of +integers in C:

+
.k .exclude
syntax IntConstant ::= r"({DecConstant}|{OctConstant}|{HexConstant})({IntSuffix}?)" [token] +syntax lexical DecConstant = r"{NonzeroDigit}({Digit}*)" +syntax lexical OctConstant = r"0({OctDigit}*)" +syntax lexical HexConstant = r"{HexPrefix}({HexDigit}+)" +syntax lexical HexPrefix = r"0x|0X" +syntax lexical NonzeroDigit = r"[1-9]" +syntax lexical Digit = r"[0-9]" +syntax lexical OctDigit = r"[0-7]" +syntax lexical HexDigit = r"[0-9a-fA-F]" +syntax lexical IntSuffix = r"{UnsignedSuffix}({LongSuffix}?)|{UnsignedSuffix}{LongLongSuffix}|{LongSuffix}({UnsignedSuffix}?)|{LongLongSuffix}({UnsignedSuffix}?)" +syntax lexical UnsignedSuffix = r"[uU]" +syntax lexical LongSuffix = r"[lL]" +syntax lexical LongLongSuffix = r"ll|LL" +
+

As you can see, this is rather more verbose, but it has the benefit of both +being much easier to read and understand, and also increased modularity. +Note that we refer to a named regular expression by putting the name in curly +brackets. Note also that only the first sentence actually declares a new piece +of syntax in the language. When the user writes syntax lexical, they are only +declaring a regular expression. To declare an actual piece of syntax in the +grammar, you still must actually declare an explicit token production.

+

One final note: K uses Flex to implement +its lexical analysis. As a result, you can refer to the +Flex Manual +for a detailed description of the regular expression syntax supported. Note +that for performance reasons, Flex's regular expressions are actually a regular +language, and thus lack some of the syntactic convenience of modern +"regular expression" libraries. If you need features that are not part of the +syntax of Flex regular expressions, you are encouraged to express them via +a grammar instead.

+

Ahead-of-time parser generation

+

So far we have been entirely focused on K's support for just-in-time parsing, +where the parser is generated on the fly prior to being used. This benefits +from being faster to generate the parser, but it suffers in performance if you +have to repeatedly parse strings with the same parser. For this reason, it is +generally encouraged that when parsing programs, you use K's ahead-of-time +parser generation. K makes use of +GNU Bison to generate parsers.

+

By default, you can enable ahead-of-time parsing via the --gen-bison-parser +flag to kompile. This will make use of Bison's LR(1) parser generator. As +such, if your grammar is not LR(1), it may not parse exactly the same as if +you were to use the just-in-time parser, because Bison will automatically pick +one of the possible branches whenever it encounters a shift-reduce or +reduce-reduce conflict. In this case, you can either modify your grammar to be +LR(1), or you can enable use of Bison's GLR support by instead passing +--gen-glr-bison-parser to kompile. Note that if your grammar is ambiguous, +the ahead-of-time parser will not provide you with particularly readable error +messages at this time.

+

If you have a K definition named foo.k, and it generates a directory when +you run kompile called foo-kompiled, you can invoke the ahead-of-time +parser you generated by running foo-kompiled/parser_PGM <file> on a file.

+

Exercises

+
    +
  1. +

    Compile lesson-03-d.k with ahead-of-time parsing enabled. Then compare +how long it takes to run kast --output kore and-or-left.bool with how long it +takes to run lesson-03-d-kompiled/parser_PGM and-or-left.bool. Confirm for +yourself that both produce the same result, but that the latter is faster.

    +
  2. +
  3. +

    Define a simple grammar consisting of integers, brackets, addition, +subtraction, multiplication, division, and unary negation. Integers should be +in decimal form and lexically without a sign, whereas negative numbers can be +represented via unary negation. Ensure that you are able to parse some basic +arithmetic expressions using a generated ahead-of-time parser. Do not worry +about disambiguating the grammar or about writing rules to implement the +operations in this definition.

    +
  4. +
  5. +

    Write a program where the meaning of the arithmetic expression based on +the grammar you defined above is ambiguous, and then write programs that +express each individual intended meaning using brackets.

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.4: Disambiguating Parses.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/04_disambiguation/index.html b/k-distribution/k-tutorial/1_basic/04_disambiguation/index.html new file mode 100644 index 00000000000..dafbe08e7f6 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/04_disambiguation/index.html @@ -0,0 +1,729 @@ + + + + + + + + + + + + + + +Lesson 1.4: Disambiguating Parses | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.4: Disambiguating Parses

+

The purpose of this lesson is to teach how to use K's builtin features for +disambiguation to transform an ambiguous grammar into an unambiguous one that +expresses the intended ASTs.

+

Priority blocks

+

In practice, very few formal languages outside the domain of natural language +processing are ambiguous. The main reason for this is that parsing unambiguous +languages is asymptotically faster than parsing ambiguous languages. +Programming language designers instead usually use the notions of operator +precedence and associativity to make expression grammars unambiguous. These +mechanisms work by instructing the parser to reject certain ASTs in favor of +others in case of ambiguities; it is often possible to remove all ambiguities +in a grammar with these techniques.

+

While it is sometimes possible to explicitly rewrite the grammar to remove +these parses, because K's grammar specification and AST generation are +inextricably linked, this is generally discouraged. Instead, we use the +approach of explicitly expressing the relative precedence of different +operators in different situations in order to resolve the ambiguity.

+

For example, in C, && binds tighter in precedence than ||, meaning that +the expression true && false || false has only one valid AST: +(true && false) || false.

+

Consider, then, the third iteration on the grammar of this definition +(lesson-04-a.k):

+
k
module LESSON-04-A + + syntax Boolean ::= "true" | "false" + | "(" Boolean ")" [bracket] + > "!" Boolean [function] + > Boolean "&&" Boolean [function] + > Boolean "^" Boolean [function] + > Boolean "||" Boolean [function] + +endmodule +
+

In this example, some of the | symbols separating productions in a single +block have been replaced with >. This serves to describe the +priority groups associated with this block of productions. +The first priority group consists of the atoms of the +language: true, false, and the bracket operator. In general, a priority +group starts either at the ::= or > operator and extends until either the +next > operator or the end of the production block. Thus, we can see that the +second, third, fourth, and fifth priority groups in this grammar all consist +of a single production.

+

The meaning of these priority groups becomes apparent when parsing programs: +A symbol with a lesser priority, (i.e., one that binds looser), cannot +appear as the direct child of a symbol with a greater priority (i.e., +one that binds tighter. In this case, the > operator can be seen as a +greater-than operator describing a transitive partial ordering on the +productions in the production block, expressing their relative priority.

+

To see this more concretely, let's look again at the program +true && false || false. As noted before, previously this program was +ambiguous because the parser could either choose that && was the child of || +or vice versa. However, because a symbol with lesser priority (i.e., ||) +cannot appear as the direct child of a symbol with greater priority +(i.e., &&), the parser will reject the parse where || is under the +&& operator. As a result, we are left with the unambiguous parse +(true && false) || false. Similarly, true || false && false parses +unambiguously as true || (false && false). Conversely, if the user explicitly +wants the other parse, they can express this using brackets by explicitly +writing true && (false || false). This still parses successfully because the +|| operator is no longer the direct child of the && operator, but is +instead the direct child of the () operator, and the && operator is an +indirect parent, which is not subject to the priority restriction.

+

Astute readers, however, will already have noticed what seems to be a +contradiction: we have defined () as also having greater priority than ||. +One would think that this should mean that || cannot appear as a direct +child of (). This is a problem because priority groups are applied to every +possible parse separately. That is to say, even if the term is unambiguous +prior to this disambiguation rule, we still reject that parse if it violates +the rule of priority.

+

In fact, however, we do not reject this program as a parse error. Why is that? +Well, the rule for priority is slightly more complex than previously described. +In actual fact, it applies only conditionally. Specifically, it applies in +cases where the child is either the first or last production item in the +parent's production. For example, in the production Bool "&&" Bool, the +first Bool non-terminal is not preceded by any terminals, and the last Bool +non-terminal is not followed by any terminals. As a result of this, we apply +the priority rule to both children of &&. However, in the () operator, +the sole non-terminal is both preceded by and followed by terminals. As a +result, the priority rule is not applied when () is the parent. Because of +this, the program we mentioned above successfully parses.

+

Exercise

+

Parse the program true && false || false using kast, and confirm that the AST +places || as the top level symbol. Then modify the definition so that you +will get the alternative parse.

+

Associativity

+

Even having broken the expression grammar into priority blocks, the resulting +grammar is still ambiguous. We can see this if we try to parse the following +program (assoc.bool):

+
true && false && false
+
+

Priority blocks will not help us here: the problem comes between two parses +where both possible parses have a direct parent and child which is within a +single priority block (in this case, && is in the same block as itself).

+

This is where the notion of associativity comes into play. Associativity +applies the following additional rules to parses:

+
    +
  • a left-associative symbol cannot appear as a direct rightmost child of a +symbol with equal priority;
  • +
  • a right-associative symbol cannot appear as a direct leftmost child of a +symbol with equal priority; and
  • +
  • a non-associative symbol cannot appear as a direct leftmost or rightmost +child of a symbol with equal priority.
  • +
+

In C, binary operators are all left-associative, meaning that the expression +true && false && false parses unambiguously as (true && false) && false, +because && cannot appear as the rightmost child of itself.

+

Consider, then, the fourth iteration on the grammar of this definition +(lesson-04-b.k):

+
k
module LESSON-04-B + + syntax Boolean ::= "true" | "false" + | "(" Boolean ")" [bracket] + > "!" Boolean [function] + > left: Boolean "&&" Boolean [function] + > left: Boolean "^" Boolean [function] + > left: Boolean "||" Boolean [function] + +endmodule +
+

Here each priority group, immediately after the ::= or > operator, can +be followed by a symbol representing the associativity of that priority group: +either left: for left associativity, right: for right associativity, or +non-assoc: for non-associativity. In this example, each priority group we +apply associativity to has only a single production, but we could equally well +write a priority block with multiple productions and an associativity.

+

For example, consider the following, different grammar (lesson-04-c.k):

+
k
module LESSON-04-C + + syntax Boolean ::= "true" | "false" + | "(" Boolean ")" [bracket] + > "!" Boolean [function] + > left: + Boolean "&&" Boolean [function] + | Boolean "^" Boolean [function] + | Boolean "||" Boolean [function] + +endmodule +
+

In this example, unlike the one above, &&, ^, and || have the same +priority. However, viewed as a group, the entire group is left associative. +This means that none of &&, ^, and || can appear as the right child of +any of &&, ^, or ||. As a result of this, this grammar is also not +ambiguous. However, it expresses a different grammar, and you are encouraged +to think about what the differences are in practice.

+

Exercise

+

Parse the program true && false && false yourself, and confirm that the AST +places the rightmost && at the top of the expression. Then modify the +definition to generate the alternative parse.

+

Explicit priority and associativity declarations

+

Previously we have only considered the case where all of the productions +which you wish to express a priority or associativity relation over are +co-located in the same block of productions. However, in practice this is not +always feasible or desirable, especially as a definition grows in size across +multiple modules.

+

As a result of this, K provides a second way of declaring priority and +associativity relations.

+

Consider the following grammar, which we will name lesson-04-d.k and which +will express the exact same grammar as lesson-04-b.k

+
k
module LESSON-04-D + + syntax Boolean ::= "true" [group(literal)] | "false" [group(literal)] + | "(" Boolean ")" [group(atom), bracket] + | "!" Boolean [group(not), function] + | Boolean "&&" Boolean [group(and), function] + | Boolean "^" Boolean [group(xor), function] + | Boolean "||" Boolean [group(or), function] + + syntax priority literal atom > not > and > xor > or + syntax left and + syntax left xor + syntax left or +endmodule +
+

This introduces a couple of new features of K. First, the group(_) attribute +is used to conceptually group together sets of sentences under a common +user-defined name. For example, literal in the syntax priority sentence is +used to refer to all the productions marked with the group(literal) attribute, +i.e., true and false. A production can belong to multiple groups using +syntax such as group(myGrp1,myGrp2).

+

Once we understand this, it becomes relatively straightforward to understand +the meaning of this grammar. Each syntax priority sentence defines a +priority relation where > separates different priority groups. Each priority +group is defined by a list of one or more group names, and consists of all +productions which are members of at least one of those named groups.

+

In the same way, a syntax left, syntax right, or syntax non-assoc sentence +defines an associativity relation among left-, right-, or non-associative +groups. Specifically, this means that:

+
syntax left a b
+
+

is different to:

+
syntax left a
+syntax left b
+
+

As a consequence of this, syntax [left|right|non-assoc] should not be used to +group together labels with different priority.

+

Prefer/avoid

+

Sometimes priority and associativity prove insufficient to disambiguate a +grammar. In particular, sometimes it is desirable to be able to choose between +two ambiguous parses directly while still not rejecting any parses if the term +parsed is unambiguous. A good example of this is the famous "dangling else" +problem in imperative C-like languages.

+

Consider the following definition (lesson-04-E.k):

+
k
module LESSON-04-E + + syntax Exp ::= "true" | "false" + syntax Stmt ::= "if" "(" Exp ")" Stmt + | "if" "(" Exp ")" Stmt "else" Stmt + | "{" "}" +endmodule +
+

We can write the following program (dangling-else.if):

+
if (true) if (false) {} else {}
+
+

This is ambiguous because it is unclear whether the else clause is part of +the outer if or the inner if. At first we might try to resolve this with +priorities, saying that the if without an else cannot appear as a child of +the if with an else. However, because the non-terminal in the parent symbol +is both preceded and followed by a terminal, this will not work.

+

Instead, we can resolve the ambiguity directly by telling the parser to +"prefer" or "avoid" certain productions when ambiguities arise. For example, +when we parse this program, we see the following ambiguity as an error message:

+
[Error] Inner Parser: Parsing ambiguity.
+1: syntax Stmt ::= "if" "(" Exp ")" Stmt
+
+`if(_)__LESSON-04-E_Stmt_Exp_Stmt`(`true_LESSON-04-E_Exp`(.KList),`if(_)_else__LESSON-04-E_Stmt_Exp_Stmt_Stmt`(`false_LESSON-04-E_Exp`(.KList),`;_LESSON-04-E_Stmt`(.KList),`;_LESSON-04-E_Stmt`(.KList)))
+2: syntax Stmt ::= "if" "(" Exp ")" Stmt "else" Stmt
+
+`if(_)_else__LESSON-04-E_Stmt_Exp_Stmt_Stmt`(`true_LESSON-04-E_Exp`(.KList),`if(_)__LESSON-04-E_Stmt_Exp_Stmt`(`false_LESSON-04-E_Exp`(.KList),`;_LESSON-04-E_Stmt`(.KList)),`;_LESSON-04-E_Stmt`(.KList))
+        Source(./dangling-else.if)
+        Location(1,1,1,30)
+
+

Roughly, we see that the ambiguity is between an if with an else or an if +without an else. Since we want to pick the first parse, we can tell K to +"avoid" the second parse with the avoid attribute. Consider the following +modified definition (lesson-04-f.k):

+
k
module LESSON-04-F + + syntax Exp ::= "true" | "false" + syntax Stmt ::= "if" "(" Exp ")" Stmt + | "if" "(" Exp ")" Stmt "else" Stmt [avoid] + | "{" "}" +endmodule +
+

Here we have added the avoid attribute to the else production. As a result, +when an ambiguity occurs and one or more of the possible parses has that symbol +at the top of the ambiguous part of the parse, we remove those parses from +consideration and consider only those remaining. The prefer attribute behaves +similarly, but instead removes all parses which do not have that attribute. +In both cases, no action is taken if the parse is not ambiguous.

+

Exercises

+
    +
  1. +

    Parse the program if (true) if (false) {} else {} using lesson-04-f.k +and confirm that else clause is part of the innermost if statement. Then +modify the definition so that you will get the alternative parse.

    +
  2. +
  3. +

    Modify your solution from Lesson 1.3, Exercise 2 so that unary negation should +bind tighter than multiplication and division, which should bind tighter than +addition and subtraction, and each binary operator should be left associative. +Write these priority and associativity declarations explicitly, and then +try to write them inline.

    +
  4. +
  5. +

    Write a simple grammar containing at least one ambiguity that cannot be +resolved via priority or associativity, and then use the prefer attribute to +resolve that ambiguity.

    +
  6. +
  7. +

    Explain why the following grammar is not labeled ambiguous by the K parser when parsing abb, then make the parser realize the ambiguity.

    +
  8. +
+
k
module EXERCISE4 + +syntax Expr ::= "a" Expr "b" + | "abb" + | "b" + +endmodule +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.5: Modules, Imports, and Requires.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/05_modules/index.html b/k-distribution/k-tutorial/1_basic/05_modules/index.html new file mode 100644 index 00000000000..51eb1bc8c18 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/05_modules/index.html @@ -0,0 +1,670 @@ + + + + + + + + + + + + + + +Lesson 1.5: Modules, Imports, and Requires | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.5: Modules, Imports, and Requires

+

The purpose of this lesson is to explain how K definitions can be broken into +separate modules and files and how these distinct components combine into a +complete K definition.

+

K's outer syntax

+

Recall from Lesson 1.3 that K's grammar is broken +into two components: the outer syntax of K and the inner syntax of K. +Outer syntax, as previously mentioned, consists of requires, modules, +imports, and sentences. A K semantics is expressed by the set of +sentences contained in the definition. The scope of what is considered +contained in that definition is determined both by the main semantics +module of a K definition, as well as the requires and imports present +in the file that contains that module.

+

Basic module syntax

+

The basic unit of grouping sentences in K is the module. A module consists +of a module name, an optional list of attributes, a list of +imports, and a list of sentences.

+

A module name consists of one or more groups of letters, numbers, or +underscores, separated by a hyphen. Here are some valid module names: FOO, +FOO-BAR, foo0, foo0_bar-Baz9. Here are some invalid module names: -, +-FOO, BAR-, FOO--BAR. Stylistically, modules names are usually all +uppercase with hyphens separating words, but this is not strictly enforced.

+

Some example modules include an empty module:

+
k
module LESSON-05-A + +endmodule +
+

A module with some attributes:

+
k
module LESSON-05-B [group(attr1,attr2), private] + +endmodule +
+

A module with some sentences:

+
k
module LESSON-05-C + syntax Boolean ::= "true" | "false" + syntax Boolean ::= "not" Boolean [function] + rule not true => false + rule not false => true +endmodule +
+

Imports

+

Thus far we have only discussed definitions containing a single module. +Definitions can also contain multiple modules, in which one module imports +others.

+

An import in K appears at the top of a module, prior to any sentences. It can +be specified with the imports keyword, followed by a module name.

+

For example, here is a simple definition with two modules (lesson-05-d.k):

+
k
module LESSON-05-D-1 + syntax Boolean ::= "true" | "false" + syntax Boolean ::= "not" Boolean [function] +endmodule + +module LESSON-05-D + imports LESSON-05-D-1 + + rule not true => false + rule not false => true +endmodule +
+

This K definition is equivalent to the definition expressed by the single module +LESSON-05-C. Essentially, by importing a module, we include all of the +sentences in the module being imported into the module that we import from. +There are a few minor differences between importing a module and simply +including its sentences in another module directly, but we will cover these +differences later. Essentially, you can think of modules as a way of +conceptually grouping sentences in a larger K definition.

+

Exercise

+

Modify lesson-05-d.k to include four modules: one containing the syntax, two +with one rule each that imports the first module, and a final module +LESSON-05-D containing no sentences that imports the second and third module. +Check to make sure the definition still compiles and that you can still evaluate +the not function.

+

Parsing in the presence of multiple modules

+

As you may have noticed, each module in a definition can express a distinct set +of syntax. When parsing the sentences in a module, we use the syntax +of that module, enriched with the basic syntax of K, in order to parse +rules in that module. For example, the following definition is a parser error +(lesson-05-e.k):

+
.k .error
module LESSON-05-E-1 + rule not true => false + rule not false => true +endmodule + +module LESSON-05-E-2 + syntax Boolean ::= "true" | "false" + syntax Boolean ::= "not" Boolean [function] +endmodule +
+

This is because the syntax referenced in module LESSON-05-E-1, namely, not, +true, and false, is not imported by that module. You can solve this problem +by simply importing the modules containing the syntax you want to use in your +sentences.

+

Main syntax and semantics modules

+

When we are compiling a K definition, we need to know where to start. We +designate two specific entry point modules: the main syntax module +and the main semantics module. The main syntax module, as well as all the +modules it imports recursively, are used to create the parser for programs that +you use to parse programs that you execute with krun. The main semantics +module, as well as all the modules it imports recursively, are used to +determine the rules that can be applied at runtime in order to execute a +program. For example, in the above example, if the main semantics module is +module LESSON-05-D-1, then not is an uninterpreted function (i.e., has no +rules associated with it), and the rules in module LESSON-05-D are not +included.

+

While you can specify the entry point modules explicitly by passing the +--main-module and --syntax-module flags to kompile, by default, if you +type kompile foo.k, then the main semantics module will be FOO and the +main syntax module will be FOO-SYNTAX.

+

Splitting a definition into multiple files

+

So far, while we have discussed ways to break definitions into separate +conceptual components (modules), K also provides a mechanism for combining +multiple files into a single K definition, namely, the requires directive.

+

In K, the requires keyword has two meanings. The first, the requires +statement, appears at the top of a K file, prior to any module declarations. It +consists of the keyword requires followed by a double-quoted string. The +second meaning of the requires keyword will be covered in a later lesson, +but it is distinguished because the second case occurs only inside modules.

+

The string passed to the requires statement contains a filename. When you run +kompile on a file, it will look at all of the requires statements in that +file, look up those files on disk, parse them, and then recursively process all +the requires statements in those files. It then combines all the modules in all +of those files together, and uses them collectively as the set of modules to +which imports statements can refer.

+

Putting it all together

+

Putting it all together, here is one possible way in which we could break the +definition lesson-02-c.k from Lesson 1.2 into +multiple files and modules:

+

colors.k:

+
k
module COLORS + syntax Color ::= Yellow() + | Blue() +endmodule +
+

fruits.k:

+
k
module FRUITS + syntax Fruit ::= Banana() + | Blueberry() +endmodule +
+

colorOf.k:

+
.k .exclude
requires "fruits.k" +requires "colors.k" + +module COLOROF-SYNTAX + imports COLORS + imports FRUITS + + syntax Color ::= colorOf(Fruit) [function] +endmodule + +module COLOROF + imports COLOROF-SYNTAX + + rule colorOf(Banana()) => Yellow() + rule colorOf(Blueberry()) => Blue() +endmodule +
+

You would then compile this definition with kompile colorOf.k and use it the +same way as the original, single-module definition.

+

Exercise

+

Modify the name of the COLOROF module, and then recompile the definition. +Try to understand why you now get a compiler error. Then, resolve this compiler +error by passing the --main-module and --syntax-module flags to kompile.

+

Include path

+

One note can be made about how paths are resolved in requires statements.

+

By default, the path you specify is allowed to be an absolute or a relative +path. If the path is absolute, that exact file is imported. If the path is +relative, a matching file is looked for within all of the +include directories specified to the compiler. By default, the include +directories include the current working directory, followed by the +include/kframework/builtin directory within your installation of K. You can +also pass one or more directories to kompile via the -I command line flag, +in which case these directories are prepended to the beginning of the list.

+

Exercises

+
    +
  1. +

    Take the solution to Lesson 1.4, Exercise 2 which included the explicit +priority and associativity declarations, and modify the definition so that +the syntax of integers and brackets is in one module, the syntax of addition, +subtraction, and unary negation is in another module, and the syntax of +multiplication and division is in a third module. Make sure you can still parse +the same set of expressions as before. Place priority declarations in the main +module.

    +
  2. +
  3. +

    Modify lesson-02-d.k from Lesson 1.2 so that the rules and syntax are in +separate modules in separate files.

    +
  4. +
  5. +

    Place the file containing the syntax from Exercise 2 in another directory, +then recompile the definition. Observe why a compilation error occurs. Then +fix the compiler error by passing -I to kompile.

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.6: Integers and Booleans.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/06_ints_and_bools/index.html b/k-distribution/k-tutorial/1_basic/06_ints_and_bools/index.html new file mode 100644 index 00000000000..3bd5dd554a9 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/06_ints_and_bools/index.html @@ -0,0 +1,608 @@ + + + + + + + + + + + + + + +Lesson 1.6: Integers and Booleans | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.6: Integers and Booleans

+

The purpose of this lesson is to explain the two most basic types of builtin +sorts in K, the Int sort and the Bool sort, representing +arbitrary-precision integers and Boolean algebra.

+

Builtin sorts in K

+

K provides definitions of some useful sorts in +domains.md, found in the +include/kframework/builtin directory of the K installation. This file is +defined via a +Literate programming +style that we will discuss in a future lesson. We will not cover all of the +sorts found there immediately, however, this lesson discusses some of the +details surrounding integers and Booleans, as well as providing information +about how to look up more detailed knowledge about builtin functions in K's +documentation.

+

Booleans in K

+

The most basic builtin sort K provides is the Bool sort, representing +Boolean values (i.e., true and false). You have already seen how we were +able to create this type ourselves using K's parsing and disambiguation +features. However, in the vast majority of cases, we prefer instead to import +the version of Boolean algebra defined by K itself. Most simply, you can do +this by importing the module BOOL in your definition. For example +(lesson-06-a.k):

+
k
module LESSON-06-A + imports BOOL + + syntax Fruit ::= Blueberry() | Banana() + syntax Bool ::= isBlue(Fruit) [function] + + rule isBlue(Blueberry()) => true + rule isBlue(Banana()) => false +endmodule +
+

Here we have defined a simple predicate, i.e., a function returning a +Boolean value. We are now able to perform the usual Boolean operations of +and, or, and not over these values. For example (lesson-06-b.k):"

+
k
module LESSON-06-B + imports BOOL + + syntax Fruit ::= Blueberry() | Banana() + syntax Bool ::= isBlue(Fruit) [function] + + rule isBlue(Blueberry()) => true + rule isBlue(Banana()) => false + + syntax Bool ::= isYellow(Fruit) [function] + | isBlueOrYellow(Fruit) [function] + + rule isYellow(Banana()) => true + rule isYellow(Blueberry()) => false + + rule isBlueOrYellow(F) => isBlue(F) orBool isYellow(F) +endmodule +
+

In the above example, Boolean inclusive or is performed via the orBool +function, which is defined in the BOOL module. As a matter of convention, +many functions over builtin sorts in K are suffixed with the name of the +primary sort over which those functions are defined. This happens so that the +syntax of K does not (generally) conflict with the syntax of any other +programming language, which would make it harder to define that programming +language in K.

+

Exercise

+

Write a function isBlueAndNotYellow which computes the appropriate Boolean +expression. If you are unsure what the appropriate syntax is to use, you +can refer to the BOOL module in +domains.md. Add a term of +sort Fruit for which isBlue and isYellow both return true, and test that +the isBlueAndNotYellow function behaves as expected on all three Fruits.

+

Syntax Modules

+

For most sorts in domains.md, K defines more than one module that can be +imported by users. For example, for the Bool sort, K defines the BOOL +module that has previously already been discussed, but also provides the +BOOL-SYNTAX module. This module, unlike the BOOL module, only declares the +values true and false, but not any of the functions that operate over the +Bool sort. The rationale is that you may want to import this module into the +main syntax module of your definition in some cases, whereas you generally do +not want to do this with the version of the module that includes all the +functions over the Bool sort. For example, if you were defining the semantics +of C++, you might import BOOL-SYNTAX into the syntax module of your +definition, because true and false are part of the grammar of C++, but +you would only import the BOOL module into the main semantics module, because +C++ defines its own syntax for and, or, and not that is different from the +syntax defined in the BOOL module.

+

Here, for example, is how we might redefine our Boolean expression calculator +to use the Bool sort while maintaining an idiomatic structure of modules +and imports, for the first time including the rules to calculate the values of +expressions themselves (lesson-06-c.k):

+
k
module LESSON-06-C-SYNTAX + imports BOOL-SYNTAX + + syntax Bool ::= "(" Bool ")" [bracket] + > "!" Bool [function] + > left: + Bool "&&" Bool [function] + | Bool "^" Bool [function] + | Bool "||" Bool [function] +endmodule + +module LESSON-06-C + imports LESSON-06-C-SYNTAX + imports BOOL + + rule ! B => notBool B + rule A && B => A andBool B + rule A ^ B => A xorBool B + rule A || B => A orBool B +endmodule +
+

Note the encapsulation of syntax: the LESSON-06-C-SYNTAX module contains +exactly the syntax of our Boolean expressions, and no more, whereas any other +syntax needed to implement those functions is in the LESSON-06-C module +instead.

+

Exercise

+

Add an "implies" function to the above Boolean expression calculator, using the +-> symbol to represent implication. You can look up K's builtin "implies" +function in the BOOL module in domains.md.

+

Integers in K

+

Unlike most programming languages, where the most basic integer type is a +fixed-precision integer type, the most commonly used integer sort in K is +the Int sort, which represents the mathematical integers, ie, +arbitrary-precision integers.

+

K provides three main modules for import when using the Int sort. The first, +containing all the syntax of integers as well as all of the functions over +integers, is the INT module. The second, which provides just the syntax +of integer literals themselves, is the INT-SYNTAX module. However, unlike +most builtin sorts in K, K also provides a third module for the Int sort: +the UNSIGNED-INT-SYNTAX module. This module provides only the syntax of +non-negative integers, i.e., natural numbers. The reasons for this involve +lexical ambiguity. Generally speaking, in most programming languages, -1 is +not a literal, but instead a literal to which the unary negation operator is +applied. K thus provides this module to ease in specifying the syntax of such +languages.

+

For detailed information about the functions available over the Int sort, +refer to domains.md. Note again how we append Int to the end of most of the +integer operations to ensure they do not collide with the syntax of other +programming languages.

+

Exercises

+
    +
  1. +

    Extend your solution from Lesson 1.4, Exercise 2 to implement the rules +that define the behavior of addition, subtraction, multiplication, and +division. Do not worry about the case when the user tries to divide by zero +at this time. Use /Int to implement division. Test your new calculator +implementation by executing the arithmetic expressions you wrote as part of +Lesson 1.3, Exercise 2. Check to make sure each computes the value you expected.

    +
  2. +
  3. +

    Combine the Boolean expression calculator from this lesson with your +solution to Exercise 1, and then extend the combined calculator with the <, +<=, >, >=, ==, and != expressions. Write some Boolean expressions +that combine integer and Boolean operations, and test to ensure that these +expressions return the expected truth value.

    +
  4. +
  5. +

    Compute the following expressions using your solution from Exercise 2: +7 / 3, 7 / -3, -7 / 3, -7 / -3. Then replace the /Int function in +your definition with divInt instead, and observe how the value of the above +expressions changes. Why does this occur?

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.7: Side Conditions and Rule Priority.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/07_side_conditions/index.html b/k-distribution/k-tutorial/1_basic/07_side_conditions/index.html new file mode 100644 index 00000000000..4fffc9a41b2 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/07_side_conditions/index.html @@ -0,0 +1,621 @@ + + + + + + + + + + + + + + +Lesson 1.7: Side Conditions and Rule Priority | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.7: Side Conditions and Rule Priority

+

The purpose of this lesson is to explain how to write conditional rules in K, +and to explain how to control the order in which rules are tried.

+

Side Conditions

+

So far, all of the rules we have discussed have been unconditional rules. +If the left-hand side of the rule matches the arguments to the function, the +rule applies. However, there is another type of rule, a conditional rule. +A conditional rule consists of a rule body containing the patterns to +match, and a side condition representing a Boolean expression that must +evaluate to true in order for the rule to apply.

+

Side conditions in K are introduced via the requires keyword immediately +following the rule body. For example, here is a rule with a side condition +(lesson-07-a.k):

+
k
module LESSON-07-A + imports BOOL + imports INT + + syntax Grade ::= "letter-A" + | "letter-B" + | "letter-C" + | "letter-D" + | "letter-F" + | gradeFromPercentile(Int) [function] + + rule gradeFromPercentile(I) => letter-A requires I >=Int 90 +endmodule +
+

In this case, the gradeFromPercentile function takes a single integer +argument. The function evaluates to letter-A if the argument passed is +greater than 90. Note that the side condition is allowed to refer to variables +that appear on the left-hand side of the rule. In the same manner as variables +appearing on the right-hand side, variables that appear in the side condition +evaluate to the value that was matched on the left-hand side. Then the +functions in the side condition are evaluated, which returns a term of sort +Bool. If the term is equal to true, then the rule applies. Bear in mind +that the side condition is only evaluated at all if the patterns on the +left-hand side of the rule match the term being evaluated.

+

Exercise

+

Write a rule that evaluates gradeFromPercentile to letter-B if the argument +to the function is in the range [80,90). Test that the function correctly +evaluates various numbers between 80 and 100.

+

owise Rules

+

So far, all the rules we have introduced have had the same priority. What +this means is that K does not necessarily enforce an order in which the rules +are tried. We have only discussed functions so far in K, so it is not +immediately clear why this choice was made, given that a function is not +considered well-defined if multiple rules for evaluating it are capable of +evaluating the same arguments to different results. However, in future lessons +we will discuss other types of rules in K, some of which can be +non-deterministic. What this means is that if more than one rule is capable +of matching, then K will explore both possible rules in parallel, and consider +each of their respective results when executing your program. Don't worry too +much about this right now, but just understand that because of the potential +later for nondeterminism, we don't enforce a total ordering on the order in +which rules are attempted to be applied.

+

However, sometimes this is not practical; It can be very convenient to express +that a particular rule applies if no other rules for that function are +applicable. This can be expressed by adding the owise attribute to a rule. +What this means, in practice, is that this rule has lower priority than other +rules, and will only be tried to be applied after all the other, +higher-priority rules have been tried and they have failed.

+

For example, in the above exercise, we had to add a side condition containing +two Boolean comparisons to the rule we wrote to handle letter-B grades. +However, in practice this meant that we compare the percentile to 90 twice. We +can more efficiently and more idiomatically write the letter-B case for the +gradeFromPercentile rule using the owise attribute (lesson-07-b.k):

+
k
module LESSON-07-B + imports BOOL + imports INT + + syntax Grade ::= "letter-A" + | "letter-B" + | "letter-C" + | "letter-D" + | "letter-F" + | gradeFromPercentile(Int) [function] + + rule gradeFromPercentile(I) => letter-A requires I >=Int 90 + rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [owise] +endmodule +
+

This rule is saying, "if all the other rules do not apply, then the grade is a +B if the percentile is greater than or equal to 80." Note here that we use both +a side condition and an owise attribute on the same rule. This is not +required (as we will see later), but it is allowed. What this means is that the +side condition is only tried if the other rules did not apply and the +left-hand side of the rule matched. You can even use more complex matching on +the left-hand side than simply a variable. More generally, you can also have +multiple higher-priority rules, or multiple owise rules. What this means in +practice is that all of the non-owise rules are tried first, in any order, +followed by all the owise rules, in any order.

+

Exercise

+

The grades D and F correspond to the percentile ranges [60, 70) and [0, 60) +respectively. Write another implementation of gradeFromPercentile which +handles only these cases, and uses the owise attribute to avoid redundant +Boolean comparisons. Test that various percentiles in the range [0, 70) are +evaluated correctly.

+

Rule Priority

+

As it happens, the owise attribute is a specific case of a more general +concept we call rule priority. In essence, each rule is assigned an integer +priority. Rules are tried in increasing order of priority, starting with a +rule with priority zero, and trying each increasing numerical value +successively.

+

By default, a rule is assigned a priority of 50. If the rule has the owise +attribute, it is instead given the priority 200. You can see why this will +cause owise rules to be tried after regular rules.

+

However, it is also possible to directly assign a numerical priority to a rule +via the priority attribute. For example, here is an alternative way +we could express the same two rules in the gradeFromPercentile function +(lesson-07-c.k):

+
k
module LESSON-07-C + imports BOOL + imports INT + + syntax Grade ::= "letter-A" + | "letter-B" + | "letter-C" + | "letter-D" + | "letter-F" + | gradeFromPercentile(Int) [function] + + rule gradeFromPercentile(I) => letter-A requires I >=Int 90 [priority(50)] + rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [priority(200)] +endmodule +
+

We can, of course, assign a priority equal to any non-negative integer. For +example, here is a more complex example that handles the remaining grades +(lesson-07-d.k):

+
k
module LESSON-07-D + imports BOOL + imports INT + + syntax Grade ::= "letter-A" + | "letter-B" + | "letter-C" + | "letter-D" + | "letter-F" + | gradeFromPercentile(Int) [function] + + rule gradeFromPercentile(I) => letter-A requires I >=Int 90 [priority(50)] + rule gradeFromPercentile(I) => letter-B requires I >=Int 80 [priority(51)] + rule gradeFromPercentile(I) => letter-C requires I >=Int 70 [priority(52)] + rule gradeFromPercentile(I) => letter-D requires I >=Int 60 [priority(53)] + rule gradeFromPercentile(_) => letter-F [priority(54)] +endmodule +
+

Note that we have introduced a new piece of syntax here: _. This is actually +just a variable. However, as a special case, when a variable is named _, it +does not bind a value that can be used on the right-hand side of the rule, or +in a side condition. Effectively, _ is a placeholder variable that means "I +don't care about this term."

+

In this example, we have explicitly expressed the order in which the rules of +this function are tried. Since rules are tried in increasing numerical +priority, we first try the rule with priority 50, then 51, then 52, 53, and +finally 54.

+

As a final note, remember that if you assign a rule a priority higher than 200, +it will be tried after a rule with the owise attribute, and if you assign +a rule a priority less than 50, it will be tried before a rule with no +explicit priority.

+

Exercises

+
    +
  1. +

    Write a function isEven that returns whether an integer is an even number. +Use two rules and one side condition. The right-hand side of the rules should +be Boolean literals. Refer back to +domains.md for the relevant +integer operations.

    +
  2. +
  3. +

    Modify the calculator application from Lesson 1.6, Exercise 2, so that division +by zero will no longer make krun crash with a "Divison by zero" exception. +Instead, the / function should not match any of its rules if the denominator +is zero.

    +
  4. +
  5. +

    Write your own implementation of ==, <, <=, >, >= for integers and modify your solution from Exercise 2 to use it. +You can use any arithmetic operations in the INT module, but do not use any built-in boolean functions for comparing integers.

    +

    Hint: Use pattern matching and recursive definitions with rule priorities.

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.8: Literate Programming with Markdown.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/08_literate_programming/index.html b/k-distribution/k-tutorial/1_basic/08_literate_programming/index.html new file mode 100644 index 00000000000..f12aa5c7c99 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/08_literate_programming/index.html @@ -0,0 +1,571 @@ + + + + + + + + + + + + + + +Lesson 1.8: Literate Programming with Markdown | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.8: Literate Programming with Markdown

+

The purpose of this lesson is to teach a paradigm for performing literate +programming in K, and explain how this can be used to create K definitions +that are also documentation.

+

Markdown and K

+

The K tutorial so far has been written in +Markdown. Markdown, +for those not already familiar, is a lightweight plain-text format for styling +text. From this point onward, we assume you are familiar with Markdown and how +to write Markdown code. You can refer to the above link for a tutorial if you +are not already familiar.

+

What you may not necessarily realize, however, is that the K tutorial is also +a sequence of K definitions written in the manner of +Literate Programming. +For detailed information about Literate Programming, you can read the linked +Wikipedia article, but the short summary is that literate programming is a way +of intertwining documentation and code together in a manner that allows +executable code to also be, simultaneously, a documented description of that +code.

+

K is provided with built-in support for literate programming using Markdown. +By default, if you pass a file with the .md file extension to kompile, it +will look for any code blocks containing k code in that file, extract out +that K code into pure K, and then compile it as if it were a .k file.

+

A K code block begins with a line of text containing the keyword ```k, +and ends when it encounters another ``` keyword.

+

For example, if you view the markdown source of this document, this is a K +code block:

+
k
module LESSON-08 + imports INT +
+

Only the code inside K code blocks will actually be sent to the compiler. The +rest, while it may appear in the document when rendered by a markdown viewer, +is essentially a form of code comment.

+

When you have multiple K code blocks in a document, K will append each one +together into a single file before passing it off to the outer parser.

+

For example, the following code block contains sentences that are part of the +LESSON-08 module that we declared the beginning of above:

+
k
syntax Int ::= Int "+" Int [function] + rule I1 + I2 => I1 +Int I2 +
+

Exercise

+

Compile this file with kompile README.md --main-module LESSON-08. Confirm +that you can use the resulting compiled definition to evaluate the + +function.

+

Markdown Selectors

+

On occasion, you may want to generate multiple K definitions from a single +Markdown file. You may also wish to include a block of syntax-highlighted K +code that nonetheless does not appear as part of your K definition. It is +possible to accomplish this by means of the built-in support for syntax +highlighting in Markdown. Markdown allows a code block that was begun with +``` to be immediately followed by a string which is used to signify what +programming language the following code is written in. However, this feature +actually allows arbitrary text to appear describing that code block. Markdown +parsers are able to parse this text and render the code block differently +depending on what text appears after the backticks.

+

In K, you can use this functionality to specify one or more +Markdown selectors which are used to describe the code block. A Markdown +selector consists of a sequence of characters containing letters, numbers, and +underscores. A code block can be designated with a single selector by appending +the selector immediately following the backticks that open the code block.

+

For example, here is a code block with the foo selector:

+
foo
foo bar +
+

Note that this is not K code. By convention, K code should have the k +selector on it. You can express multiple selectors on a code block by putting +them between curly braces and prepending each with the . character. For +example, here is a code block with the foo and k selectors:

+
.k .foo
syntax Int ::= foo(Int) [function] + rule foo(0) => 0 +
+

Because this code block contains the k Markdown selector, by default it is +included as part of the K definition being compiled.

+

Exercise

+

Confirm this fact by using krun to evaluate foo(0).

+

Markdown Selector Expressions

+

By default, as previously stated, K includes in the definition any code block +with the k selector. However, this is merely a specific instance of a general +principle, namely, that K allows you to control which selectors get included +in your K definition. This is done by means of the --md-selector flag to +kompile. This flag accepts a Markdown selector expression, which you +can essentially think of as a kind of Boolean algebra over Markdown selectors. +Each selector becomes an atom, and you can combine these atoms via the &, +|, !, and () operators.

+

Here is a grammar, written in K, of the language of Markdown selector +expressions:

+
.k .selector
syntax Selector ::= r"[0-9a-zA-Z_]+" [token] + syntax SelectorExp ::= Selector + | "(" SelectorExp ")" [bracket] + > right: + "!" SelectorExp + > right: + SelectorExp "&" SelectorExp + > right: + SelectorExp "|" SelectorExp +
+

Here is a selector expression that selects all the K code blocks in this +definition except the one immediately above:

+
k & (! selector)
+
+

Addendum

+

This code block exists in order to make the above lesson a syntactically valid +K definition. Consider why it is necessary.

+
k
endmodule +
+

Exercises

+
    +
  1. +

    Compile this lesson with the selector expression k & (! foo) and confirm +that you get a parser error if you try to evaluate the foo function with the +resulting definition.

    +
  2. +
  3. +

    Compile Lesson 1.3 +as a K definition. Identify why it fails to compile. Then pass an appropriate +--md-selector to the compiler in order to make it compile.

    +
  4. +
  5. +

    Modify your calculator application from Lesson 1.7, Exercise 2, to be written +in a literate style. Consider what text might be appropriate to turn the +resulting markdown file into documentation for your calculator.

    +
  6. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.9: Unparsing and the format and color attributes.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/09_unparsing/index.html b/k-distribution/k-tutorial/1_basic/09_unparsing/index.html new file mode 100644 index 00000000000..c4ff483482c --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/09_unparsing/index.html @@ -0,0 +1,718 @@ + + + + + + + + + + + + + + +Lesson 1.9: Unparsing and the format and color attributes | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.9: Unparsing and the format and color attributes

+

The purpose of this lesson is to teach the user about how terms are +pretty-printed in K, and how the user can make adjustments to the default +settings for how to print specific terms.

+

Parsing, Execution, and Unparsing

+

When you use krun to interpret a program, the tool passes through three major +phases. In the first, parsing, the program itself is parsed using either kast +or an ahead-of-time parser generated via Bison, and the resulting AST becomes +the input to the interpreter. In the second phase, execution, K evaluates +functions and (as we will discuss in depth later) performs rewrite steps to +iteratively transform the program state. The third and final phase is called +unparsing, because it consists of taking the final state of the application +after the program has been interpreted, and converting it from an AST back into +text that (in theory, anyway) could be parsed back into the same AST that was +the output of the execution phase.

+

In practice, parsing is not always precisely reversible. It turns out +(although we are not going to cover exactly why this is here), that +constructing a sound algorithm that takes a grammar and an AST and emits text +that could be parsed via that grammar to the original AST is an +NP-hard problem. As a result, in the interests of avoiding exponential time +algorithms when users rarely care about unparsing being completely sound, we +take certain shortcuts that provide a linear-time algorithm that approximates +a sound solution to the problem while sacrificing the notion that the result +can be parsed into the exact original term in all cases.

+

This is a lot of theoretical explanation, but at root, the unparsing process +is fairly simple: it takes a K term that is the output of execution and pretty +prints it according to the syntax defined by the user in their K definition. +This is useful because the original AST is not terribly user-readable, and it +is difficult to visualize the entire term or decipher information about the +final state of the program at a quick glance. Of course, in rare cases, the +pretty-printed configuration loses information of relevance, which is why K +allows you to obtain the original AST on request.

+

As an example of all of this, consider the following K definition +(lesson-09-a.k):

+
k
module LESSON-09-A + imports BOOL + + syntax Exp ::= "(" Exp ")" [bracket] + | Bool + > "!" Exp + > left: + Exp "&&" Exp + | Exp "^" Exp + | Exp "||" Exp + + syntax Exp ::= id(Exp) [function] + rule id(E) => E +endmodule +
+

This is similar to the grammar we defined in LESSON-06-C, with the difference +that the Boolean expressions are now constructors of sort Exp and we define a +trivial function over expressions that returns its argument unchanged.

+

We can now parse a simple program in this definition and use it to unparse some +Boolean expressions. For example (exp.bool):

+
id(true&&false&&!true^(false||true))
+
+

Here is a program that is not particularly legible at first glance, because all +extraneous whitespace has been removed. However, if we run krun exp.bool, we +see that the result of the unparser will pretty-print this expression rather +nicely:

+
<k>
+  true && false && ! true ^ ( false || true ) ~> .
+</k>
+
+

Notably, not only does K insert whitespace where appropriate, it is also smart +enough to insert parentheses where necessary in order to ensure the correct +parse. For example, without those parentheses, the expression above would parse +equivalent to the following one:

+
(((true && false) && ! true) ^ false) || true
+
+

Indeed, you can confirm this by passing that exact expression to the id +function and evaluating it, then looking at the result of the unparser:

+
<k>
+  true && false && ! true ^ false || true ~> .
+</k>
+
+

Here, because the meaning of the AST is the same both with and without +parentheses, K does not insert any parentheses when unparsing.

+

Exercise

+

Modify the grammar of LESSON-09-A above so that the binary operators are +right associative. Try unparsing exp.bool again, and note how the result is +different. Explain the reason for the difference.

+

Custom unparsing of terms

+

You may have noticed that right now, the unparsing of terms is not terribly +imaginative. All it is doing is taking each child of the term, inserting it +into the non-terminal positions of the production, then printing the production +with a space between each terminal or non-terminal. It is easy to see why this +might not be desirable in some cases. Consider the following K definition +(lesson-09-b.k):

+
k
module LESSON-09-B + imports BOOL + + syntax Stmt ::= "{" Stmt "}" | "{" "}" + > right: + Stmt Stmt + | "if" "(" Bool ")" Stmt + | "if" "(" Bool ")" Stmt "else" Stmt [avoid] +endmodule +
+

This is a statement grammar, simplified to the point of meaninglessness, but +still useful as an object lesson in unparsing. Consider the following program +in this grammar (if.stmt):

+
if (true) {
+  if (true) {}
+  if (false) {}
+  if (true) {
+    if (false) {} else {}
+  } else {
+    if (false) {}
+  }
+}
+
+

This is how that term would be unparsed if it appeared in the output of krun:

+
if ( true ) { if ( true ) { } if ( false ) { } if ( true ) { if ( false ) { } else { } } else { if ( false ) { } } }
+
+

This is clearly much less legible than we started with! What are we to do? +Well, K provides an attribute, format, that can be applied to any production, +which controls how that production gets unparsed. You've seen how it gets +unparsed by default, but via this attribute, the developer has complete control +over how the term is printed. Of course, the user can trivially create ways to +print terms that would not parse back into the same term. Sometimes this is +even desirable. But in most cases, what you are interested in is controlling +the line breaking, indentation, and spacing of the production.

+

Here is an example of how you might choose to apply the format attribute +to improve how the above term is unparsed (lesson-09-c.k):

+
k
module LESSON-09-C + imports BOOL + + syntax Stmt ::= "{" Stmt "}" [format(%1%i%n%2%d%n%3)] | "{" "}" [format(%1%2)] + > right: + Stmt Stmt [format(%1%n%2)] + | "if" "(" Bool ")" Stmt [format(%1 %2%3%4 %5)] + | "if" "(" Bool ")" Stmt "else" Stmt [avoid, format(%1 %2%3%4 %5 %6 %7)] +endmodule +
+

If we compile this new definition and unparse the same term, this is the +result we get:

+
if (true) {
+  if (true) {}
+  if (false) {}
+  if (true) {
+    if (false) {} else {}
+  } else {
+    if (false) {}
+  }
+}
+
+

This is the exact same text we started with! By adding the format attributes, +we were able to indent the body of code blocks, adjust the spacing of if +statements, and put each statement on a new line.

+

How exactly was this achieved? Well, each time the unparser reaches a term, +it looks at the format attribute of that term. That format attribute is a +mix of characters and format codes. Format codes begin with the % +character. Each character in the format attribute other than a format code is +appended verbatim to the output, and each format code is handled according to +its meaning, transformed (possibly recursively) into a string of text, and +spliced into the output at the position the format code appears in the format +string.

+

Provided for reference is a table with a complete list of all valid format +codes, followed by their meaning:

+ + + + + + + + + +
Format Code Meaning
n Insert '\n' followed by the current indentation + level
i Increase the current indentation level by 1
d Decrease the current indentation level by 1
c Move to the next color in the list of colors for + this production (see next section)
r Reset color to the default foreground color for + the terminal (see next section)
an integer Print a terminal or non-terminal from the + production. The integer is treated as a 1-based + index into the terminals and non-terminals of + the production. +
+
If the offset refers to a terminal, move to the + next color in the list of colors for this + production, print the value of that terminal, + then reset the color to the default foreground + color for the terminal. +
+
If the offset refers to a regular expression + terminal, it is an error. +
+
If the offset refers to a non-terminal, unparse + the corresponding child of the current term + (starting with the current indentation level) + and print the resulting text, then set the + current color and indentation level to the color + and indentation level following unparsing that + term.
other char Print that character verbatim
+

Exercise

+

Change the format attributes for LESSON-09-C so that if.stmt will unparse +as follows:

+
if (true)
+{
+  if (true)
+  {
+  }
+  if (false)
+  {
+  }
+  if (true)
+  {
+    if (false)
+    {
+    }
+    else
+    {
+    }
+  }
+  else
+  {
+    if (false)
+    {
+    }
+  }
+}
+
+

Output coloring

+

When the output of unparsing is displayed on a terminal supporting colors, K +is capable of coloring the output, similar to what is possible with a syntax +highlighter. This is achieved via the color and colors attributes.

+

Essentially, both the color and colors attributes are used to construct a +list of colors associated with each production, and then the format attribute +is used to control how those colors are used to unparse the term. At its most +basic level, you can set the color attribute to color all the terminals in +the production a certain color, or you can use the colors attribute to +specify a comma-separated list of colors for each terminal in the production. +At a more advanced level, the %c and %r format codes control how the +formatter interacts with the list of colors specified by the colors +attribute. You can essentially think of the color attribute as a way of +specifying that you want all the colors in the list to be the same color.

+

Note that the %c and %r format codes are relatively primitive in nature. +The color and colors attributes merely maintain a list of colors, whereas +the %c and %r format codes merely control how to advance through that list +and how individual text is colored.

+

It is an error if the colors attribute does not provide all the colors needed +by the terminals and escape codes in the production. %r does not change the +position in the list of colors at all, so the next %c will advance to the +following color.

+

As a complete example, here is a variant of LESSON-09-A which colors the +various boolean operators:

+
k
module LESSON-09-D + imports BOOL + + syntax Exp ::= "(" Exp ")" [bracket] + | Bool + > "!" Exp [color(yellow)] + > left: + Exp "&&" Exp [color(red)] + | Exp "^" Exp [color(blue)] + | Exp "||" Exp [color(green)] + + syntax Exp ::= id(Exp) [function] + rule id(E) => E +endmodule +
+

For a complete list of allowed colors, see +here.

+

Exercises

+
    +
  1. +

    Use the color attribute on LESSON-09-C to color the keywords true and +false one color, the keywords if and else another color, and the operators +(, ), {, and } a third color.

    +
  2. +
  3. +

    Use the format, color, and colors attributes to tell the unparser to +style the expression grammar from Lesson 1.8, Exercise 3 according to your own +personal preferences for syntax highlighting and code formatting. You can +view the result of the unparser on a function term without evaluating that +function by means of the command kparse <file> | kore-print -.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.10: Strings.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/10_strings/index.html b/k-distribution/k-tutorial/1_basic/10_strings/index.html new file mode 100644 index 00000000000..721e27ec0cc --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/10_strings/index.html @@ -0,0 +1,554 @@ + + + + + + + + + + + + + + +Lesson 1.10: Strings | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.10: Strings

+

The purpose of this lesson is to explain how to use the String sort in K to +represent sequences of characters, and explain where to find additional +information about builtin functions over strings.

+

The String Sort

+

In addition to the Int and Bool sorts covered in +Lesson 1.6, K provides, among others, the +String sort to represent sequences of characters. You can import this +functionality via the STRING-SYNTAX module, which contains the syntax of +string literals in K, and the STRING module, which contains all the functions +that operate over the String type.

+

Strings in K are double-quoted. The following list of escape sequences is +supported:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Escape SequenceMeaning
\"The literal character "
\\The literal character \
\nThe newline character (ASCII code 0x0a)
\rThe carriage return character (ASCII code 0x0d)
\tThe tab character (ASCII code 0x09)
\fThe form feed character (ASCII code 0x0c)
\x00\x followed by 2 hexadecimal digits indicates a code point between 0x00 and 0xFF
\u0000\u followed by 4 hexadecimal digits indicates a code point between 0x0000 and 0xFFFF
\U00000000\U followed by 8 hexadecimal digits indicates a code point between 0x000000 and 0x10FFFF
+

Please note that as of the current moment, K's unicode support is not fully +complete, so you may run into errors using code points greater than 0xff.

+

As an example, you can construct a string literal containing the following +block of text:

+
This is an example block of text.
+Here is a quotation: "Hello world."
+	This line is indented.
+ÁÉÍÓÚ
+
+

Like so:

+
"This is an example block of text.\nHere is a quotation: \"Hello world.\"\n\tThis line is indented.\n\xc1\xc9\xcd\xd3\xda\n"
+
+

Basic String Functions

+

The full list of functions provided for the String sort can be found in +domains.md, but here we +describe a few of the more basic ones.

+

String concatenation

+

The concatenation operator for strings is +String. For example, consider +the following K rule that constructs a string from component parts +(lesson-10.k):

+
k
module LESSON-10 + imports STRING + + syntax String ::= msg(String) [function] + rule msg(S) => "The string you provided: " +String S +String "\nHave a nice day!" +endmodule +
+

Note that this operator is O(N), so repeated concatenations are inefficient. +For information about efficient string concatenation, refer to +Lesson 2.14.

+

String length

+

The function to return the length of a string is lengthString. For example, +lengthString("foo") will return 3, and lengthString("") will return 0. +The return value is the length of the string in code points.

+

Substring computation

+

The function to compute the substring of a string is substrString. It +takes two string indices, starting from 0, and returns the substring within the +range [start..end). It is only defined if end >= start, start >= 0, and +end <= length of string. Here, for example, we return the first 5 characters +of a string:

+
substrString(S, 0, 5)
+
+

Here we return all but the first 3 characters:

+
substrString(S, 3, lengthString(S))
+
+

Exercises

+
    +
  1. Write a function that takes a paragraph of text (i.e., a sequence of +sentences, each ending in a period), and constructs a new (nonsense) sentence +composed of the first word of each sentence, followed by a period. Do not +worry about capitalization or periods within the sentence which do not end the +sentence (e.g. "Dr."). You can assume that all whitespace within the paragraph +are spaces. For more information about the functions over strings required to +implement such a function, refer to domains.md.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.11: Casting Terms.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/11_casts/index.html b/k-distribution/k-tutorial/1_basic/11_casts/index.html new file mode 100644 index 00000000000..ff04972fcad --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/11_casts/index.html @@ -0,0 +1,617 @@ + + + + + + + + + + + + + + +Lesson 1.11: Casting Terms | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.11: Casting Terms

+

The purpose of this lesson is to explain how to use cast expressions in +order to disambiguate terms using sort information. We also explain how the +variable sort inference algorithm works in K, and how to change the default +behavior by casting variables to a particular sort.

+

Casting in K

+

Sometimes the grammar you write for your rules in K can be a little bit +ambiguous on purpose. While grammars for programming languages may be +unambiguous when considered in their entirety, K allows you to write rules +involving arbitrary fragments of that grammar, and those fragments can +sometimes be ambiguous by themselves, or similar enough to other fragments +of the grammar to trigger ambiguity. As a result, in addition to the tools +covered in Lesson 1.4, K provides one +additional powerful tool for disambiguation: cast expressions.

+

K provides three main types of casts: the semantic cast, the strict cast, and +the projection cast. We will cover each of them, and their similarities and +differences, in turn.

+

Semantic casts

+

The most basic, and most common, type of cast in K is called the +semantic cast. For every sort S declared in a module, K provides the +following (implicit) production for use in sentences:

+
  syntax S ::= S ":S"
+
+

Note that S simply represents the name of the sort. For example, if we +defined a sort Exp, the actual production for that sort would be:

+
  syntax Exp ::= Exp ":Exp"
+
+

At runtime, this expression will not actually exist; it is merely an annotation +to the compiler describing the sort of the term inside the cast. It is telling +the compiler that the term inside the cast must be of sort Exp. For example, +if we had the following grammar:

+
k
module LESSON-11-A + imports INT + + syntax Exp ::= Int | Exp "+" Exp + syntax Stmt ::= "if" "(" Exp ")" Stmt | "{" "}" +endmodule +
+

Then we would be able to write 1:Exp, or (1 + 2):Exp, but not {}:Exp.

+

You can also restrict the sort that a variable in a rule will match by casting +it. For example, consider the following additional module:

+
k
module LESSON-11-B + imports LESSON-11-A + imports BOOL + + syntax Term ::= Exp | Stmt + syntax Bool ::= isExpression(Term) [function] + + rule isExpression(_E:Exp) => true + rule isExpression(_) => false [owise] +endmodule +
+

Here we have defined a very simple function that decides whether a term is +an expression or a statement. It does this by casting the variable inside the +isExpression rule to sort Exp. As a result, that variable will only match terms +of sort Exp. Thus, isExpression(1) will return true, as will isExpression(1 + 2), but +isExpression({}) will return false.

+

Exercise

+

Verify this fact for yourself by running isExpression on the above examples. Then +write an isStatement function, and test that it works as expected.

+

Strict casts

+

On occasion, a semantic cast is not strict enough. It might be that you want +to, for disambiguation purposes, say exactly what sort a term is. For +example, consider the following definition:

+
k
module LESSON-11-C + imports INT + + syntax Exp ::= Int + | "add[" Exp "," Exp "]" [group(exp)] + syntax Exp2 ::= Exp + | "add[" Exp2 "," Exp2 "]" [group(exp2)] +endmodule +
+

This grammar is a little ambiguous and contrived, but it serves to demonstrate +how a semantic cast might be insufficient to disambiguate a term. If we were +to write the term add[ I1:Int , I2:Int ]:Exp2, the term would be ambiguous, +because the cast is not sufficiently strict to determine whether you mean +to derive the "add" production defined in group exp or the one in group exp2.

+

In this situation, there is a solution: the strict cast. For every sort +S in your grammar, K also defines the following production:

+
  syntax S ::= S "::S"
+
+

This may at first glance seem the same as the previous cast. And indeed, +from the perspective of the grammar and from the perspective of rewriting, +they are in fact identical. However, the second variant has a unique meaning +in the type system of K: namely, the term inside the cast cannot be a +subsort, i.e., a term of another sort S2 such that the production +syntax S ::= S2 exists.

+

As a result, if we were to write in the above grammar the term +add[ I1:Int , I2:Int ]::Exp2, then we would know that the second derivation above +should be chosen, whereas if we want the first derivation, we could write +add[ I1:Int , I2:Int ]::Exp.

+

Care must be taken when using a strict cast with brackets. For example, consider a +similar grammar but using an infix "+":

+
k
module LESSON-11-D + imports INT + + syntax Exp ::= Int + | Exp "+" Exp [group(exp)] + syntax Exp2 ::= Exp + | Exp2 "+" Exp2 [group(exp2)] + | "(" Exp2 ")" [bracket] +endmodule +
+

The term I1:Int + I2:Int is ambiguous and could refer to either the production +in group exp or the one in group exp2. To differentiate, you might try to write +(I1:Int + I2:Int)::Exp2 similarly to the previous example.

+

Unfortunately though, this is still ambiguous. Here, the strict cast ::Exp2 applies +directly to the brackets themselves rather than the underlying term within those brackets. +As a result, it enforces that (I1:Int + I2:Int) cannot be a strict subsort of Exp2, but +it has no effect on the sort of the subterm I1:Int + I2:Int.

+

For cases like this, K provides an alternative syntax for strict casts:

+
  syntax S ::= "{" S "}::S"
+
+

The ambiguity can then be resolved with {I1:Int + I2:Int}::Exp or {I1:Int + I2:Int}::Exp2.

+

Projection casts

+

Thus far we have focused entirely on casts which exist solely to inform the +compiler about the sort of terms. However, sometimes when dealing with grammars +containing subsorts, it can be desirable to reason with the subsort production +itself, which injects one sort into another. Remember from above that such +a production looks like syntax S ::= S2. This type of production, called a +subsort production, can be thought of as a type of inheritance involving +constructors. If we have the above production in our grammar, we say that S2 +is a subsort of S, or that any S2 is also an S. K implicitly maintains a +symbol at runtime which keeps track of where such subsortings occur; this +symbol is called an injection.

+

Sometimes, when one sort is a subsort of another, it can be the case that +a function returns one sort, but you actually want to cast the result of +calling that function to another sort which is a subsort of the first sort. +This is similar to what happens with inheritance in an object-oriented +language, where you might cast a superclass to a subclass if you know for +sure the object at runtime is in fact an instance of that class.

+

K provides something similar for subsorts: the projection cast.

+

For each pair of sorts S and S2, K provides the following production:

+
  syntax S ::= "{" S2 "}" ":>S"
+
+

What this means is that you take any term of sort S2 and cast it to sort +S. If the term of sort S2 consists of an injection containing a term of sort +S, then this will return that term. Otherwise, an error occurs and rewriting +fails, returning the projection function which failed to apply. The sort is +not actually checked at compilation time; rather, it is a runtime check +inserted into the code that runs when the rule applies.

+

For example, here is a module that makes use of projection casts:

+
k
module LESSON-11-E + imports INT + imports BOOL + + syntax Exp ::= Int | Bool | Exp "+" Exp | Exp "&&" Exp + + syntax Exp ::= eval(Exp) [function] + rule eval(I:Int) => I + rule eval(B:Bool) => B + rule eval(E1 + E2) => {eval(E1)}:>Int +Int {eval(E2)}:>Int + rule eval(E1 && E2) => {eval(E1)}:>Bool andBool {eval(E2)}:>Bool +endmodule +
+

Here we have defined constructors for a simple expression language over +Booleans and integers, as well as a function eval that evaluates these +expressions to a value. Because that value could be an integer or a Boolean, +we need the casts in the last two rules in order to meet the type signature of ++Int and andBool. Of course, the user can write ill-formed expressions like +1 && true or false + true, but these will cause errors at runtime, because +the projection cast will fail.

+

Exercises

+
    +
  1. +

    Extend the eval function in LESSON-11-E to include Strings and add a . +operator which concatenates them.

    +
  2. +
  3. +

    Modify your solution from Lesson 1.9, Exercise 2 by using an Exp sort to +express the integer and Boolean expressions that it supports, in the same style +as LESSON-11-E. Then write an eval function that evaluates all terms of +sort Exp to either a Bool or an Int.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.12: Syntactic Lists.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/12_syntactic_lists/index.html b/k-distribution/k-tutorial/1_basic/12_syntactic_lists/index.html new file mode 100644 index 00000000000..5f0a5221c13 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/12_syntactic_lists/index.html @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + +Lesson 1.12: Syntactic Lists | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.12: Syntactic Lists

+

The purpose of this lesson is to explain how K provides support for syntactic +repetition through the use of the List{} and NeList{} constructs, +generally called syntactic lists.

+

The List{} construct

+

Sometimes, when defining a grammar in K, it is useful to define a syntactic +construct consisting of an arbitrary-length sequence of items. For example, +you might wish to define a function call construct, and need to express a way +of passing arguments to the function. You can in theory simply define these +productions using ordinary constructors, but it can be tricky to get the syntax +exactly right in K without a lot of tedious glue code.

+

For this reason, K provides a way of specifying that a non-terminal represents +a syntactic list (lesson-12-a.k):

+
k
module LESSON-12-A-SYNTAX + imports INT-SYNTAX + + syntax Ints ::= List{Int,","} +endmodule + +module LESSON-12-A + imports LESSON-12-A-SYNTAX +endmodule +
+

Note that instead of a sequence of terminals and non-terminals, the right hand +side of the Ints production contains the symbol List followed by two items +in curly braces. The first item is the non-terminal which is the element type +of the list, and the second item is a terminal representing the separator of +the list. As a special case, lists which are separated only by whitespace can +be specified with a separator of "".

+

This List{} construct is roughly equivalent to the following definition +(lesson-12-b.k):

+
k
module LESSON-12-B-SYNTAX + imports INT-SYNTAX + + syntax Ints ::= Int "," Ints | ".Ints" +endmodule + +module LESSON-12-B + imports LESSON-12-B-SYNTAX +endmodule +
+

As you can see, the List{} construct represents a cons-list with an element +at the head and another list at the tail. The empty list is represented by +a . followed by the sort of the list.

+

However, the List{} construct provides several key syntactic conveniences +over the above definition. First of all, when writing a list in a rule, +explicitly writing the terminator is not always required. For example, consider +the following additional module (lesson-12-c.k):

+
k
module LESSON-12-C + imports LESSON-12-A + imports INT + + syntax Int ::= sum(Ints) [function] + rule sum(I:Int) => I + rule sum(I1:Int, I2:Int, Is:Ints) => sum(I1 +Int I2, Is) +endmodule +
+

Here we see a function that sums together a non-empty list of integers. Note in +particular the first rule. We do not explicitly mention .Ints, but in fact, +the rule in question is equivalent to the following rule:

+
  rule sum(I:Int, .Ints) => I
+
+

The reason for this is that K will automatically insert a list terminator +anywhere a syntactic list is expected, but an element of that list appears +instead. This works even with lists of more than one element:

+
  rule sum(I1:Int, I2:Int) => I1 +Int I2
+
+

This rule is redundant, but here we explicitly match a list of exactly two +elements, because the .Ints is implicitly added after I2.

+

Parsing Syntactic Lists in Programs

+

An additional syntactic convenience takes place when you want to express a +syntactic list in the input to krun. In this case, K will automatically +transform the grammar in LESSON-12-B-SYNTAX into the following +(lesson-12-d.k):

+
k
module LESSON-12-D + imports INT-SYNTAX + + syntax Ints ::= #NonEmptyInts | #IntsTerminator + syntax #NonEmptyInts ::= Int "," #NonEmptyInts + | Int #IntsTerminator + syntax #IntsTerminator ::= "" +endmodule +
+

This allows you to express the usual comma-separated list of arguments where +an empty list is represented by the empty string, and you don't have to +explicitly terminate the list. Because of this, we can write the syntax +of function calls in C very easily (lesson-12-e.k):

+
k
module LESSON-12-E + syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token] + syntax Exp ::= Id | Exp "(" Exps ")" + syntax Exps ::= List{Exp,","} +endmodule +
+

Exercise

+

Write a function concat which takes a list of String and concatenates them +all together. Do not worry if the function is O(n^2). +Test your implementation using the syntactic sugar for lists added by the parser.

+

Then write some function call expressions using identifiers in C and verify with +kast that the above grammar captures the intended syntax. Make sure to test +with function calls with zero, one, and two or more arguments.

+

The NeList{} construct

+

One limitation of the List{} construct is that it is always possible to +write a list of zero elements where a List{} is expected. While this is +desirable in a number of cases, it is sometimes not what the grammar expects.

+

For example, in C, it is not allowable for an enum definition to have zero +members. In other words, if we were to write the grammar for enumerations like +so (lesson-12-f.k):

+
k
module LESSON-12-F + syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token] + syntax Exp ::= Id + + syntax EnumSpecifier ::= "enum" Id "{" Ids "}" + syntax Ids ::= List{Id,","} +endmodule +
+

Then we would be syntactically allowed to write enum X {}, which instead, +ought to be a syntax error.

+

For this reason, we introduce the additional NeList{} construct. The syntax +is identical to List{}, except with NeList instead of List before the +curly braces. When parsing rules, it behaves identically to the List{} +construct. However, when parsing inputs to krun, the above grammar, if we +replaced syntax Ids ::= List{Id,","} with syntax Ids ::= NeList{Id,","}, +would become equivalent to the following (lesson-12-g.k):

+
k
module LESSON-12-G + syntax Id ::= r"[a-zA-Z_][a-zA-Z0-9_]*" [token] + syntax Exp ::= Id + + syntax EnumSpecifier ::= "enum" Id "{" Ids "}" + syntax Ids ::= Id | Id "," Ids +endmodule +
+

In other words, only non-empty lists of Id would be allowed.

+

Exercises

+
    +
  1. +

    Modify the sum function in LESSON-12-C so that the Ints sort is an +NeList{}. Verify that calling sum() with no arguments is now a syntax +error.

    +
  2. +
  3. +

    Write a modified sum function with the List construct that can also sum +up an empty list of arguments. In such a case, the sum ought to be 0.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.13: Basics of K Rewriting.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/13_rewrite_rules/index.html b/k-distribution/k-tutorial/1_basic/13_rewrite_rules/index.html new file mode 100644 index 00000000000..86930460426 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/13_rewrite_rules/index.html @@ -0,0 +1,696 @@ + + + + + + + + + + + + + + +Lesson 1.13: Basics of K Rewriting | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.13: Basics of K Rewriting

+

The purpose of this lesson is to explain how rewrite rules that are not the +definition of a function behave, and how, using these rules, you can construct +a semantics of programs in a programming language in K.

+

Recap: Function rules in K

+

Recall from Lesson 1.2 that we have, thus far, +introduced two types of productions in K: constructors and functions. +A function is identified by the function attribute placed on the +production. As you may recall, when we write a rule with a function on the +left-hand side of the => operator, we are defining the meaning of that +function for inputs which match the patterns on the left-hand side of the rule. +If the argument to the function match the patterns, then the function is +evaluated to the value constructed by substituting the bindings for the +variables into the right-hand side of the rule.

+

Top-level rules

+

However, function rules are not the only type of rule permissible in K, nor +even the most frequently used. K also has a concept of a +top-level rewrite rule. The simplest way to ensure that a rule is treated +as a top-level rule is for the left-hand side of the rule to mention one or +more cells. We will cover how cells work and are declared in more detail +in a later lesson, but for now, what you should know is that when we ran krun +in our very first example in Lesson 1.2 and got the following output:

+
<k>
+  Yellow ( ) ~> .
+</k>
+
+

<k> is a cell, known by convention as the K cell. This cell is available +by default in any definition without needing to be explicitly declared.

+

The K cell contains a single term of sort K. K is a predefined sort in K +with two constructors, that can be roughly represented by the following +grammar:

+
  syntax K ::= KItem "~>" K
+             | "."
+
+

As a syntactic convenience, K allows you to treat ~> like it is an +associative list (i.e., as if it were defined as syntax K ::= K "~>" K). +When a definition is compiled, it will automatically transform the rules you +write so that they treat the K sort as a cons-list. Another syntactic +convenience is that, for disambiguation purposes, you can write .K anywhere +you would otherwise write . and the meaning is identical.

+

Now, you may notice that the above grammar mentions the sort KItem. This is +another built-in sort in K. For every sort S declared in a definition (with +the exception of K and KItem), K will implicitly insert the following +production:

+
  syntax KItem ::= S
+
+

In other words, every sort is a subsort of the sort KItem, and thus a term +of any sort can be injected as an element of a term of sort K, also called +a K sequence.

+

By default, when you krun a program, the AST of the program is inserted as +the sole element of a K sequence into the <k> cell. This explains why we +saw the output we did in Lesson 1.2.

+

With these preliminaries in mind, we can now explain how top-level rewrite +rules work in K. Put simply, any rule where there is a cell (such as the K +cell) at the top on the left-hand side will be a top-level rewrite rule. Once +the initial program has been inserted into the K cell, the resulting term, +called the configuration, will be matched against all the top-level +rewrite rules in the definition. If only one rule matches, the substitution +generated by the matching will be applied to the right-hand side of the rule +and the resulting term is rewritten to be the new configuration. Rewriting +proceeds by iteratively applying rules, also called taking steps, until +no top-level rewrite rule can be applied. At this point the configuration +becomes the final configuration and is output by krun.

+

If more than one top-level rule applies, by default, K will pick just one +of those rules, apply it, and continue rewriting. However, it is +non-deterministic which rule applies. In theory, it could be any of them. +By passing the --search flag to krun, you are able to tell krun to +explore all possible non-deterministic choices, and generate a complete list of +all possible final configurations reachable by each nondeterminstic choice that +can be made. Note that the --search flag to krun only works if you pass +--enable-search to kompile first.

+

Unlike top-level rewrite rules, function rules are not associated with any +particular set of cells in the configuration (although they can contain cells +in their function arguments and return value). While top-level rewrite rules +apply to the entire term being rewritten, function rules apply anywhere a +function application for that function appears, and are immediately rewritten +to their return value in that position.

+

Another key distinction between top-level rules and function rules is that +function symbols, i.e., productions with the function attribute, are +mathematical functions rather than constructors. While a constructor is +logically distinct from any other constructor of the same sort, and can be +matched against unconditionally, a function does not necessaraily have the +same restriction unless it happens to be an injective function. Thus, two +function symbols with different arguments may still ultimately produce the +same value and thus compare equal to one another. Due to this, concrete +execution (i.e., all K definitions introduced thus far; see Lesson 1.21) +introduces the restriction that you cannot match on a function symbol on the +left-hand side of a rule, except as the top symbol on the left-hand side of +a function rule. This restriction will be later lifted when we introduce the +Haskell Backend which performs symbolic execution.

+

Exercise

+

Pass a program containing no functions to krun. You can use a term of sort +Exp from LESSON-11-E. Observe the output and try to understand why you get +the output you do. Then write two rules that rewrite that program to another. +Run krun --search on that program and observe both results. Then add a third +rule that rewrites one of those results again. Test that that rule applies as +well.

+

Using top-level rules to evaluate expressions

+

Thus far, we have focused primarily on defining functions over constructors +in K. However, now that we have a basic understanding of top-level rules, +it is possible to introduce a rewrite system to our definitions. A rewrite +system is a collection of top-level rewrite rules which performs an organized +transformation of a particular program into a result which expresses the +meaning of that program. For example, we might rewrite an expression in a +programming language into a value representing the result of evaluating that +expression.

+

Recall in Lesson 1.11, we wrote a simple grammar of Boolean and integer +expressions that looked roughly like this (lesson-13-a.k):

+
k
module LESSON-13-A + imports INT + + syntax Exp ::= Int + | Bool + | Exp "+" Exp + | Exp "&&" Exp +endmodule +
+

In that lesson, we defined a function eval which evaluated such expressions +to either an integer or Boolean.

+

However, it is more idiomatic to evaluate such expressions using top-level +rewrite rules. Here is how one might do so in K (lesson-13-b.k):

+
k
module LESSON-13-B-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Val ::= Int | Bool + syntax Exp ::= Val + > left: Exp "+" Exp + > left: Exp "&&" Exp +endmodule + +module LESSON-13-B + imports LESSON-13-B-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int ~> K:K </k> => <k> I1 +Int I2 ~> K </k> + rule <k> B1:Bool && B2:Bool ~> K:K </k> => <k> B1 andBool B2 ~> K </k> + + syntax KItem ::= freezer1(Val) | freezer2(Exp) + | freezer3(Val) | freezer4(Exp) + + rule <k> E1:Val + E2:Exp ~> K:K </k> => <k> E2 ~> freezer1(E1) ~> K </k> [priority(51)] + rule <k> E1:Exp + E2:Exp ~> K:K </k> => <k> E1 ~> freezer2(E2) ~> K </k> [priority(52)] + rule <k> E1:Val && E2:Exp ~> K:K </k> => <k> E2 ~> freezer3(E1) ~> K </k> [priority(51)] + rule <k> E1:Exp && E2:Exp ~> K:K </k> => <k> E1 ~> freezer4(E2) ~> K </k> [priority(52)] + + rule <k> E2:Val ~> freezer1(E1) ~> K:K </k> => <k> E1 + E2 ~> K </k> + rule <k> E1:Val ~> freezer2(E2) ~> K:K </k> => <k> E1 + E2 ~> K </k> + rule <k> E2:Val ~> freezer3(E1) ~> K:K </k> => <k> E1 && E2 ~> K </k> + rule <k> E1:Val ~> freezer4(E2) ~> K:K </k> => <k> E1 && E2 ~> K </k> +endmodule +
+

This is of course rather cumbersome currently, but we will soon introduce +syntactic convenience which makes writing definitions of this type considerably +easier. For now, notice that there are roughly 3 types of rules here: the first +matches a K cell in which the first element of the K sequence is an Exp whose +arguments are values, and rewrites the first element of the sequence to the +result of that expression. The second also matches a K cell with an Exp in +the first element of its K sequence, but it matches when one or both arguments +of the Exp are not values, and replaces the first element of the K sequence +with two new elements: one being an argument to evaluate, and the other being +a special constructor called a freezer. Finally, the third matches a K +sequence where a Val is first, and a freezer is second, and replaces them +with a partially evaluated expression.

+

This general pattern is what is known as heating an expression, +evaluating its arguments, cooling the arguments into the expression +again, and evaluating the expression itself. By repeatedly performing +this sequence of actions, we can evaluate an entire AST containing a complex +expression down into its resulting value.

+

Exercise

+

Write an addition expression with integers. Use krun --depth 1 to see the +result of rewriting after applying a single top-level rule. Gradually increase +the value of --depth to see successive states. Observe how this combination +of rules is eventually able to evaluate the entire expression.

+

Simplifying the evaluator: Local rewrites and cell ellipses

+

As you saw above, the definition we wrote is rather cumbersome. Over the +remainder of Lessons 1.13 and 1.14, we will greatly simplify it. The first step +in doing so is to teach a bit more about the rewrite operator, =>. Thus far, +all the rules we have written look like rule LHS => RHS. However, this is not +the only way the rewrite operator can be used. It is actually possible to place +a constructor or function at the very top of the rule, and place rewrite +operators inside that term. While a rewrite operator cannot appear nested +inside another rewrite operator, by doing this, we can express that some parts +of what we are matching are not changed by the rewrite operator. For +example, consider the following rule from above:

+
  rule <k> I1:Int + I2:Int ~> K:K </k> => <k> I1 +Int I2 ~> K </k>
+
+

We can equivalently write it like following:

+
  rule <k> (I1:Int + I2:Int => I1 +Int I2) ~> _:K </k>
+
+

When you put a rewrite inside a term like this, in essence, you are telling +the rule to only rewrite part of the left-hand side to the right-hand side. +In practice, this is implemented by lifting the rewrite operator to the top of +the rule by means of duplicating the surrounding context.

+

There is a way that the above rule can be simplified further, however. K +provides a special syntax for each cell containing a term of sort K, indicating +that we want to match only on some prefix of the K sequence. For example, the +above rule can be simplified further like so:

+
  rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k>
+
+

Here we have placed the symbol ... immediately prior to the </k> which ends +the cell. What this tells the compiler is to take the contents of the cell, +treat it as the prefix of a K sequence, and insert an anonymous variable of +sort K at the end. Thus we can think of ... as a way of saying we +don't care about the part of the K sequence after the beginning, leaving +it unchanged.

+

Putting all this together, we can rewrite LESSON-13-B like so +(lesson-13-c.k):

+
k
module LESSON-13-C-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Val ::= Int | Bool + syntax Exp ::= Val + > left: Exp "+" Exp + > left: Exp "&&" Exp +endmodule + +module LESSON-13-C + imports LESSON-13-C-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + syntax KItem ::= freezer1(Val) | freezer2(Exp) + | freezer3(Val) | freezer4(Exp) + + rule <k> E1:Val + E2:Exp => E2 ~> freezer1(E1) ...</k> [priority(51)] + rule <k> E1:Exp + E2:Exp => E1 ~> freezer2(E2) ...</k> [priority(52)] + rule <k> E1:Val && E2:Exp => E2 ~> freezer3(E1) ...</k> [priority(51)] + rule <k> E1:Exp && E2:Exp => E1 ~> freezer4(E2) ...</k> [priority(52)] + + rule <k> E2:Val ~> freezer1(E1) => E1 + E2 ...</k> + rule <k> E1:Val ~> freezer2(E2) => E1 + E2 ...</k> + rule <k> E2:Val ~> freezer3(E1) => E1 && E2 ...</k> + rule <k> E1:Val ~> freezer4(E2) => E1 && E2 ...</k> +endmodule +
+

This is still rather cumbersome, but it is already greatly simplified. In the +next lesson, we will see how additional features of K can be used to specify +heating and cooling rules much more compactly.

+

Exercises

+
    +
  1. Modify LESSON-13-C to add rules to evaluate integer subtraction.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.14: Defining Evaluation Order.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/14_evaluation_order/index.html b/k-distribution/k-tutorial/1_basic/14_evaluation_order/index.html new file mode 100644 index 00000000000..924eebc4444 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/14_evaluation_order/index.html @@ -0,0 +1,707 @@ + + + + + + + + + + + + + + +Lesson 1.14: Defining Evaluation Order | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.14: Defining Evaluation Order

+

The purpose of this lesson is to explain how to use the heat and cool +attributes, context and context alias sentences, and the strict and +seqstrict attributes to more compactly express heating and cooling in K, +and to express more advanced evaluation strategies in K.

+

The heat and cool attributes

+

Thus far, we have been using rule priority and casts to express when to heat +an expression and when to cool it. For example, the rules for heating have +lower priority, so they do not apply if the term could be evaluated instead, +and the rules for heating are expressly written only to apply if the argument +of the expression is a value.

+

However, K has built-in support for deciding when to heat and when to cool. +This support comes in the form of the rule attributes heat and cool as +well as the specially named function isKResult.

+

Consider the following definition, which is equivalent to LESSON-13-C +(lesson-14-a.k):

+
k
module LESSON-14-A-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Exp ::= Int + | Bool + > left: Exp "+" Exp + > left: Exp "&&" Exp +endmodule + +module LESSON-14-A + imports LESSON-14-A-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + syntax KItem ::= freezer1(Exp) | freezer2(Exp) + | freezer3(Exp) | freezer4(Exp) + + rule <k> E:Exp + HOLE:Exp => HOLE ~> freezer1(E) ...</k> + requires isKResult(E) [heat] + rule <k> HOLE:Exp + E:Exp => HOLE ~> freezer2(E) ...</k> [heat] + rule <k> E:Exp && HOLE:Exp => HOLE ~> freezer3(E) ...</k> + requires isKResult(E) [heat] + rule <k> HOLE:Exp && E:Exp => HOLE ~> freezer4(E) ...</k> [heat] + + rule <k> HOLE:Exp ~> freezer1(E) => E + HOLE ...</k> [cool] + rule <k> HOLE:Exp ~> freezer2(E) => HOLE + E ...</k> [cool] + rule <k> HOLE:Exp ~> freezer3(E) => E && HOLE ...</k> [cool] + rule <k> HOLE:Exp ~> freezer4(E) => HOLE && E ...</k> [cool] + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + rule isKResult(_) => false [owise] +endmodule +
+

We have introduced three major changes to this definition. First, we have +removed the Val sort. We replace it instead with a function isKResult. +The function in question must have the same signature and attributes as seen in +this example. It ought to return true whenever a term should not be heated +(because it is a value) and false when it should be heated (because it is not +a value). We thus also insert isKResult calls in the side condition of two +of the heating rules, where the Val sort was previously used.

+

Second, we have removed the rule priorities on the heating rules and the use of +the Val sort on the cooling rules, and replaced them with the heat and +cool attributes. These attributes instruct the compiler that these rules are +heating and cooling rules, and thus should implicitly apply only when certain +terms on the LHS either are or are not a KResult (i.e., isKResult returns +true versus false).

+

Third, we have renamed some of the variables in the heating and cooling rules +to the special variable HOLE. Syntactically, HOLE is just a special name +for a variable, but it is treated specially by the compiler. By naming a +variable HOLE, we have informed the compiler which term is being heated +or cooled. The compiler will automatically insert the side condition +requires isKResult(HOLE) to cooling rules and the side condition +requires notBool isKResult(HOLE) to heating rules.

+

Exercise

+

Modify LESSON-14-A to add rules to evaluate integer subtraction.

+

Simplifying further with Contexts

+

The above example is still rather cumbersome to write. We must explicitly write +both the heating and the cooling rule separately, even though they are +essentially inverses of one another. It would be nice to instead simply +indicate which terms should be heated and cooled, and what part of them to +operate on.

+

To do this, K introduces a new type of sentence, the context. Contexts +begin with the context keyword instead of the rule keyword, and usually +do not contain a rewrite operator.

+

Consider the following definition which is equivalent to LESSON-14-A +(lesson-14-b.k):

+
k
module LESSON-14-B-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Exp ::= Int + | Bool + > left: Exp "+" Exp + > left: Exp "&&" Exp +endmodule + +module LESSON-14-B + imports LESSON-14-B-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + context <k> E:Exp + HOLE:Exp ...</k> + requires isKResult(E) + context <k> HOLE:Exp + _:Exp ...</k> + context <k> E:Exp && HOLE:Exp ...</k> + requires isKResult(E) + context <k> HOLE:Exp && _:Exp ...</k> + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + rule isKResult(_) => false [owise] +endmodule +
+

In this example, the heat and cool rules have been removed entirely, as +have been the productions defining the freezers. Don't worry, they still exist +under the hood; the compiler is just generating them automatically. For each +context sentence like above, the compiler generates a #freezer production, +a heat rule, and a cool rule. The generated form is equivalent to the +rules we wrote manually in LESSON-14-A. However, we are now starting to +considerably simplify the definition. Instead of 3 sentences, we just have one.

+

context alias sentences and the strict and seqstrict attributes

+

Notice that the contexts we included in LESSON-14-B still seem rather +similar in form. For each expression we want to evaluate, we are declaring +one context for each operand of that expression, and they are each rather +similar to one another. We would like to be able to simplify further by +simply annotating each expression production with information about how +it is to be evaluated instead. We can do this with the seqstrict attribute.

+

Consider the following definition, once again equivalent to those above +(lesson-14-c.k):

+
.k .alias
module LESSON-14-C-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Exp ::= Int + | Bool + > left: Exp "+" Exp [seqstrict(exp; 1, 2)] + > left: Exp "&&" Exp [seqstrict(exp; 1, 2)] +endmodule + +module LESSON-14-C + imports LESSON-14-C-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + context alias [exp]: <k> HERE ...</k> + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + rule isKResult(_) => false [owise] +endmodule +
+

This definition has two important changes from the one above. The first is +that the individual context sentences have been removed and have been +replaced with a single context alias sentence. You may notice that this +sentence begins with an identifier in square brackets followed by a colon. This +syntax is a way of naming individual sentences in K for reference by the tool +or by other sentences. The context alias sentence also has a special variable +HERE.

+

The second is that the productions in LESSON-14-C-SYNTAX have been given a +seqstrict attribute. The value of this attribute has two parts. The first +is the name of a context alias sentence. The second is a comma-separated list +of integers. Each integer represents an index of a non-terminal in the +production, counting from 1. For each integer present, the compiler implicitly +generates a new context sentence according to the following rules:

+
    +
  1. The compiler starts by looking for the context alias sentence named. If +there is more than one, then one context sentence is created per +context alias sentence with that name.
  2. +
  3. For each context created, the variable HERE in the context alias is +substituted with an instance of the production the seqstrict attribute is +attached to. Each child of that production is a variable. The non-terminal +indicated by the integer offset of the seqstrict attribute is given the name +HOLE.
  4. +
  5. For each integer offset prior in the list to the one currently being +processed, the predicate isKResult(E) is conjuncted together and included +as a side condition, where E is the child of the production term with that +offset, starting from 1. For example, if the attribute lists 1, 2, then +the rule generated for the 2 will include isKResult(E1) where E1 is the +first child of the production.
  6. +
+

As you can see if you work through the process, the above code will ultimately +generate the same contexts present in LESSON-14-B.

+

Finally, note that there are a few minor syntactic conveniences provided by the +seqstrict attribute. First, in the special case of the context alias sentence +being <k> HERE ...</k>, you can omit both the context alias sentence +and the name from the seqstrict attribute.

+

Second, if the numbered list of offsets contains every non-terminal in the +production, it can be omitted from the attribute value.

+

Thus, we can finally produce the idiomatic K definition for this example +(lesson-14-d.k):

+
k
module LESSON-14-D-SYNTAX + imports UNSIGNED-INT-SYNTAX + imports BOOL-SYNTAX + + syntax Exp ::= Int + | Bool + > left: Exp "+" Exp [seqstrict] + > left: Exp "&&" Exp [seqstrict] +endmodule + +module LESSON-14-D + imports LESSON-14-D-SYNTAX + imports INT + imports BOOL + + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + rule <k> B1:Bool && B2:Bool => B1 andBool B2 ...</k> + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + rule isKResult(_) => false [owise] +endmodule +
+

Exercise

+

Modify LESSON-14-D to add a production and rule to evaluate integer +subtraction.

+

Nondeterministic evaluation order with the strict attribute

+

Thus far, we have focused entirely on deterministic evaluation order. However, +not all languages are deterministic in the order they evaluate expressions. +For example, in C, the expression a() + b() + c() is guaranteed to parse +to (a() + b()) + c(), but it is not guaranteed that a will be called before +b before c. In fact, this evaluation order is non-deterministic.

+

We can express non-deterministic evaluation orders with the strict attribute. +Its behavior is identical to the seqstrict attribute, except that step 3 in +the above list (with the side condition automatically added) does not take +place. In other words, if we wrote syntax Exp ::= Exp "+" Exp [strict] +instead of syntax Exp ::= Exp "+" Exp [seqstrict], it would generate the +following two contexts instead of the ones found in LESSON-14-B:

+
  context <k> _:Exp + HOLE:Exp ...</k>
+  context <k> HOLE:Exp + _:Exp ...</k>
+
+

As you can see, these contexts will generate heating rules that can both +apply to the same term. As a result, the choice of which heating rule +applies first is non-deterministic, and as we saw in Lesson 1.13, we can +get all possible behaviors by passing --search to krun.

+

Exercises

+
    +
  1. +

    Add integer division to LESSON-14-D. Make division and addition strict +instead of seqstrict, and write a rule evaluating integer division with a +side condition that the denominator is non-zero. Run krun --search on the +program 1 / 0 + 2 / 1 and observe all possible outputs of the program. How +many are there total, and why?

    +
  2. +
  3. +

    Rework your solution from Lesson 1.9, Exercise 2 to evaluate expressions from left to right using the seqstrict attribute.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.15: Configuration Declarations and Cell Nesting.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/15_configurations/index.html b/k-distribution/k-tutorial/1_basic/15_configurations/index.html new file mode 100644 index 00000000000..6376a87dffe --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/15_configurations/index.html @@ -0,0 +1,663 @@ + + + + + + + + + + + + + + +Lesson 1.15: Configuration Declarations and Cell Nesting | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.15: Configuration Declarations and Cell Nesting

+

The purpose of this lesson is to explain how to store additional information +about the state of your interpreter by declaring cells using the +configuration sentence, as well as how to add additional inputs to your +definition.

+

Cells and Configuration Declarations

+

We have already covered the absolute basics of cells in K by looking at the +<k> cell. As explained in Lesson 1.13, the +<k> cell is available without being explicitly declared. It turns out this is +because, if the user does not explicitly specify a configuration sentence +anywhere in the main module of their definition, the configuration sentence +from the DEFAULT-CONFIGURATION module of +kast.md is imported +automatically. Here is what that sentence looks like:

+
  configuration <k> $PGM:K </k>
+
+

This configuration declaration declares a single cell, the <k> cell. It also +declares that at the start of rewriting, the contents of that cell should be +initialized with the value of the $PGM configuration variable. +Configuration variables function as inputs to krun. These terms are supplied +to krun in the form of ASTs parsed using a particular module. By default, the +$PGM configuration variable uses the main syntax module of the definition.

+

The cast on the configuration variable also specifies the sort that is used as +the entry point to the parser, in this case the K sort. It is often +useful to cast to other sorts there as well for better control over the accepted +language. The sort used for the $PGM variable is referred to as the start +symbol. During parsing, the default start symbol K subsumes all user-defined +sorts except for syntactic lists. These are excluded because they will always +produce an ambiguity error when parsing a single element.

+

Note that we did not explicitly specify the $PGM configuration variable when +we invoked krun on a file. This is because krun handles the $PGM variable +specially, and allows you to pass the term for that variable via a file passed +as a positional argument to krun. We did, however, specify the PGM name +explicitly when we called krun with the -cPGM command line argument in +Lesson 1.2. This is the other, explicit, way of +specifying an input to krun.

+

This explains the most basic use of configuration declarations in K. We can, +however, declare multiple cells and multiple configuration variables. We can +also specify the initial values of cells statically, rather than dynamically +via krun.

+

For example, consider the following definition (lesson-15-a.k):

+
k
module LESSON-15-A-SYNTAX + imports INT-SYNTAX + + syntax Ints ::= List{Int,","} +endmodule + +module LESSON-15-A + imports LESSON-15-A-SYNTAX + imports INT + + configuration <k> $PGM:Ints </k> + <sum> 0 </sum> + + rule <k> I:Int, Is:Ints => Is ...</k> + <sum> SUM:Int => SUM +Int I </sum> +endmodule +
+

This simple definition takes a list of integers as input and sums them +together. Here we have declared two cells: <k> and <sum>. Unlike <k>, +<sum> does not get initialized via a configuration variable, but instead +is initialized statically with the value 0.

+

Note the rule in the second module: we have explicitly specified multiple +cells in a single rule. K will expect each of these cells to match in order for +the rule to apply.

+

Here is a second example (lesson-15-b.k):

+
k
module LESSON-15-B-SYNTAX + imports INT-SYNTAX +endmodule + +module LESSON-15-B + imports LESSON-15-B-SYNTAX + imports INT + imports BOOL + + configuration <k> . </k> + <first> $FIRST:Int </first> + <second> $SECOND:Int </second> + + rule <k> . => FIRST >Int SECOND </k> + <first> FIRST </first> + <second> SECOND </second> +endmodule +
+

This definition takes two integers as command-line arguments and populates the +<k> cell with a Boolean indicating whether the first integer is greater than +the second. Notice that we have specified no $PGM configuration variable +here. As a result, we cannot invoke krun via the syntax krun $file. +Instead, we must explicitly pass values for each configuration variable via the +-cFIRST and -cSECOND command line flags. For example, if we invoke +krun -cFIRST=0 -cSECOND=1, we will get the value false in the K cell.

+

You can also specify both a $PGM configuration variable and other +configuration variables in a single configuration declaration, in which case +you would be able to initialize $PGM with either a positional argument or the +-cPGM command line flag, but the other configuration variables would need +to be explicitly initialized with -c.

+

Exercise

+

Modify your solution to Lesson 1.14, Exercise 2 to add a new cell with a +configuration variable of sort Bool. This variable should determine whether +the / operator is evaluated using /Int or divInt. Test that by specifying +different values for this variable, you can change the behavior of rounding on +division of negative numbers.

+

Cell Nesting

+

It is possible to nest cells inside one another. A cell that contains other +cells must contain only other cells, but in doing this, you are able to +create a hierarchical structure to the configuration. Consider the following +definition (lesson-15-c.k), which is equivalent to the one in LESSON-15-B:

+
k
module LESSON-15-C-SYNTAX + imports INT-SYNTAX +endmodule + +module LESSON-15-C + imports LESSON-15-C-SYNTAX + imports INT + imports BOOL + + configuration <T> + <k> . </k> + <state> + <first> $FIRST:Int </first> + <second> $SECOND:Int </second> + </state> + </T> + + rule <k> . => FIRST >Int SECOND </k> + <first> FIRST </first> + <second> SECOND </second> +endmodule +
+

Note that we have added some new cells to the configuration declaration: +the <T> cell wraps the entire configuration, and the <state> cell is +introduced around the <first> and <second> cells.

+

However, we have not changed the rule in this definition. This is because of +a concept in K called configuration abstraction. K allows you to specify +any number of cells in a rule (except zero) in any order you want, and K will +compile the rules into a form that matches the structure of the configuration +specified by the configuration declaration.

+

Here then, is how this rule would look after the configuration abstraction +has been resolved:

+
  rule <T>
+         <k> . => FIRST >Int SECOND </k>
+         <state>
+           <first> FIRST </first>
+           <second> SECOND </second>
+         </state>
+       </T>
+
+

In other words, K will complete cells to the top of the configuration by +inserting parent cells where appropriate based on the declared structure of +the configuration. This is useful because as a definition evolves, the +configuration may change, but you don't want to have to modify every single +rule each time. Thus, K follows the principle that you should only mention the +cells in a rule that are actually needed in order to accomplish its specific +goal. By following this best practice, you can significantly increase the +modularity of the definition and make it easier to maintain and modify.

+

Note that unlike top-level rewrite rules, cells that appear inside function +rules are not necessarily completed to the top of the configuration. They still +participate in cell ccompletion in the sense that you can mention cell +structure loosely inside a function rule and it will be completed into the +correct cell structure specified by the configuration declaration. However, +they do not complete all the way to the top, instead completing only up to +the top-most cell mentioned in the rule.

+

For example, if I write the following function rule in the above definition:

+
  rule doStuff(<first> FIRST </first>) => FIRST
+
+

The function will only match on the first cell, rather than the entire +configuration. However, if we had mentioned a parent cell in the rule, it still +would have completed the children of that parent cell as needed to ensure that +the resulting term is well formed.

+

Exercise

+

Modify your definition from the previous exercise in this lesson to wrap the +two cells you have declared in a top cell <T>. You should not have to change +any other rules in the definition.

+

Cell Variables

+

Sometimes it is desirable to explicitly match a variable against certain +fragments of the configuration. Because K's configuration is hierarchical, +we can grab subsets of the configuration as if they were just another term. +However, configuration abstraction applies here as well. +In particular, for each cell you specify in a configuration declaration, a +unique sort is assigned for that cell with a single constructor (the cell +itself). The sort name is taken by removing all special characters, +capitalizing the first letter and each letter after a hyphen, and adding the +word Cell at the end. For example, in the above example, the cell sorts are +TCell, KCell, StateCell, FirstCell, and SecondCell. If we had declared +a cell as <first-number>, then the cell sort name would be FirstNumberCell.

+

You can explicitly reference a variable of one of these sorts anywhere you +might instead write that cell. For example, consider the following rule:

+
  rule <k> true => S </k>
+       (S:StateCell => <state>... .Bag ...</state>)
+
+

Here we have introduced two new concepts. The first is the variable of sort +StateCell, which matches the entire <state> part of the configuration. The +second is that we have introduced the concept of ... once again. When a cell +contains other cells, it is also possible to specify ... on either the left, +right or both sides of the cell term. Each of these three syntaxes are +equivalent in this case. When they appear on the left-hand side of a rule, they +indicate that we don't care what value any cells not explicitly named might +have. For example, we might write <state>... <first> 0 </first> ...</state> on +the left-hand side of a rule in order to indicate that we want to match the +rule when the <first> cell contains a zero, regardless of what the <second> +cell contains. If we had not included this ellipsis, it would have been a +syntax error, because K would have expected you to provide a value for each of +the child cells.

+

However, if, as in the example above, the ... appeared on the right-hand side +of a rule, this instead indicates that the cells not explicitly mentioned under +the cell should be initialized with their default value from the configuration +declaration. In other words, that rule will set the value of <first> and +<second> to zero.

+

You may note the presence of the phrase .Bag here. You can think of this as +the empty set of cells. It is used as the child of a cell when you want to +indicate that no cells should be explicitly named. We will cover other uses +of this term in later lessons.

+

Exercises

+
    +
  1. Modify the definition from the previous exercise in this lesson so that the +Boolean cell you created is initialized to false. Then add a production +syntax Stmt ::= Bool ";" Exp, and a rule that uses this Stmt to set the +value of the Boolean flag. Then add another production +syntax Stmt ::= "reset" ";" Exp which sets the value of the Boolean flag back +to its default value via a ... on the right-hand side. You will need to add +an additional cell around the Boolean cell to make this work.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.16: Maps, Semantic Lists, and Sets.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/16_collections/index.html b/k-distribution/k-tutorial/1_basic/16_collections/index.html new file mode 100644 index 00000000000..d794b207b88 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/16_collections/index.html @@ -0,0 +1,742 @@ + + + + + + + + + + + + + + +Lesson 1.16: Maps, Semantic Lists, and Sets | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.16: Maps, Semantic Lists, and Sets

+

The purpose of this lesson is to explain how to use the data structure sorts +provided by K: maps, lists, and sets.

+

Maps

+

The most frequently used type of data structure in K is the map. The sort +provided by K for this purpose is the Map sort, and it is provided in +domains.md in the MAP +module. This type is not (currently) polymorphic. All Map terms are maps that +map terms of sort KItem to other terms of sort KItem. A KItem can contain +any sort except a K sequence. If you need to store such a term in a +map, you can always use a wrapper such as syntax KItem ::= kseq(K).

+

A Map pattern consists of zero or more map elements (as represented by the +symbol syntax Map ::= KItem "|->" KItem), mixed in any order, separated by +whitespace, with zero or one variables of sort Map. The empty map is +represented by .Map. If all of the bindings for the variables in the keys +of the map can be deterministically chosen, these patterns can be matched in +O(1) time. If they cannot, then each map element that cannot be +deterministically constructed contributes a single dimension of polynomial +time to the cost of the matching. In other words, a single such element is +linear, two are quadratic, three are cubic, etc.

+

Patterns like the above are the only type of Map pattern that can appear +on the left-hand-side of a rule. In other words, you are not allowed to write +a Map pattern on the left-hand-side with more than one variable of sort Map +in it. You are, however, allowed to write such patterns on the right-hand-side +of a rule. You can also write a function pattern in the key of a map element +so long as all the variables in the function pattern can be deterministically +chosen.

+

Note the meaning of matching on a Map pattern: a map pattern with no +variables of sort Map will match if the map being matched has exactly as +many bindings as |-> symbols in the pattern. It will then match if each +binding in the map pattern matches exactly one distinct binding in the map +being matched. A map pattern with one Map variable will also match any map +that contains such a map as a subset. The variable of sort Map will be bound +to whatever bindings are left over (.Map if there are no bindings left over).

+

Here is an example of a simple definition that implements a very basic +variable declaration semantics using a Map to store the value of variables +(lesson-16-a.k):

+
k
module LESSON-16-A-SYNTAX + imports INT-SYNTAX + imports ID-SYNTAX + + syntax Exp ::= Id | Int + syntax Decl ::= "int" Id "=" Exp ";" [strict(2)] + syntax Pgm ::= List{Decl,""} +endmodule + +module LESSON-16-A + imports LESSON-16-A-SYNTAX + imports BOOL + + configuration <T> + <k> $PGM:Pgm </k> + <state> .Map </state> + </T> + + // declaration sequence + rule <k> D:Decl P:Pgm => D ~> P ...</k> + rule <k> .Pgm => . ...</k> + + // variable declaration + rule <k> int X:Id = I:Int ; => . ...</k> + <state> STATE => STATE [ X <- I ] </state> + + // variable lookup + rule <k> X:Id => I ...</k> + <state>... X |-> I ...</state> + + syntax Bool ::= isKResult(K) [symbol, function] + rule isKResult(_:Int) => true + rule isKResult(_) => false [owise] +endmodule +
+

There are several new features in this definition. First, note we import +the module ID-SYNTAX. This module is defined in domains.md and provides a +basic syntax for identifiers. We are using the Id sort provided by this +module in this definition to implement the names of program variables. This +syntax is only imported when parsing programs, not when parsing rules. Later in +this lesson we will see how to reference specific concrete identifiers in a +rule.

+

Second, we introduce a single new function over the Map sort. This function, +which is represented by the symbol +syntax Map ::= Map "[" KItem "<-" KItem "]", represents the map update +operation. Other functions over the Map sort can be found in domains.md.

+

Finally, we have used the ... syntax on a cell containing a Map. In this +case, the meaning of <state>... Pattern ...</state>, +<state>... Pattern </state>, and <state> Pattern ...</state> are the same: +it is equivalent to writing <state> (Pattern) _:Map </state>.

+

Consider the following program (a.decl):

+
int x = 0;
+int y = 1;
+int a = x;
+
+

If we run this program with krun, we will get the following result:

+
<T>
+  <k>
+    .
+  </k>
+  <state>
+    a |-> 0
+    x |-> 0
+    y |-> 1
+  </state>
+</T>
+
+

Note that krun has automatically sorted the collection for you. This doesn't +happen at runtime, so you still get the performance of a hash map, but it will +help make the output more readable.

+

Exercise

+

Create a sort Stmt that is a subsort of Decl. Create a production of sort +Stmt for variable assignment in addition to the variable declaration +production. Feel free to use the syntax syntax Stmt ::= Id "=" Exp ";". Write +a rule that implements variable assignment using a map update function. Then +write the same rule using a map pattern. Test your implementations with some +programs to ensure they behave as expected.

+

Semantic Lists

+

In a previous lesson, we explained how to represent lists in the AST of a +program. However, this is not the only context where lists can be used. We also +frequently use lists in the configuration of an interpreter in order to +represent certain types of program state. For this purpose, it is generally +useful to have an associative-list sort, rather than the cons-list sorts +provided in Lesson 1.12.

+

The type provided by K for this purpose is the List sort, and it is also +provided in domains.md, in the LIST module. This type is also not +(currently) polymorphic. Like Map, all List terms are lists of terms of the +KItem sort.

+

A List pattern in K consists of zero or more list elements (as represented by +the ListItem symbol), followed by zero or one variables of sort List, +followed by zero or more list elements. An empty list is represented by +.List. These patterns can be matched in O(log(N)) time. This is the only +type of List pattern that can appear on the left-hand-side of a rule. In +other words, you are not allowed to write a List pattern on the +left-hand-side with more than one variable of sort List in it. You are, +however, allowed to write such patterns on the right-hand-side of a rule.

+

Note the meaning of matching on a List pattern: a list pattern with no +variables of sort List will match if the list being matched has exactly as +many elements as ListItem symbols in the pattern. It will then match if each +element in sequence matches the pattern contained in the ListItem symbol. A +list pattern with one variable of sort List operates the same way, except +that it can match any list with at least as many elements as ListItem +symbols, so long as the prefix and suffix of the list match the patterns inside +the ListItem symbols. The variable of sort List will be bound to whatever +elements are left over (.List if there are no elements left over).

+

The ... syntax is allowed on cells containing lists as well. In this case, +the meaning of <cell>... Pattern </cell> is the same as +<cell> _:List (Pattern) </cell>, the meaning of <cell> Pattern ...</cell> +is the same as <cell> (Pattern) _:List</cell>. Because list patterns with +multiple variables of sort List are not allowed, it is an error to write +<cell>... Pattern ...</cell>.

+

Here is an example of a simple definition that implements a very basic +function-call semantics using a List as a function stack (lesson-16-b.k):

+
k
module LESSON-16-B-SYNTAX + imports INT-SYNTAX + imports ID-SYNTAX + + syntax Exp ::= Id "(" ")" | Int + syntax Stmt ::= "return" Exp ";" [strict] + syntax Decl ::= "fun" Id "(" ")" "{" Stmt "}" + syntax Pgm ::= List{Decl,""} + syntax Id ::= "main" [token] +endmodule + +module LESSON-16-B + imports LESSON-16-B-SYNTAX + imports BOOL + imports LIST + + configuration <T> + <k> $PGM:Pgm ~> main () </k> + <functions> .Map </functions> + <fstack> .List </fstack> + </T> + + // declaration sequence + rule <k> D:Decl P:Pgm => D ~> P ...</k> + rule <k> .Pgm => . ...</k> + + // function definitions + rule <k> fun X:Id () { S } => . ...</k> + <functions>... .Map => X |-> S ...</functions> + + // function call + syntax KItem ::= stackFrame(K) + rule <k> X:Id () ~> K => S </k> + <functions>... X |-> S ...</functions> + <fstack> .List => ListItem(stackFrame(K)) ...</fstack> + + // return statement + rule <k> return I:Int ; ~> _ => I ~> K </k> + <fstack> ListItem(stackFrame(K)) => .List ...</fstack> + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_) => false [owise] +endmodule +
+

Notice that we have declared the production syntax Id ::= "main" [token]. +Since we use the ID-SYNTAX module, this declaration is necessary in order to +be able to refer to the main identifier directly in the configuration +declaration. Our <k> cell now contains a K sequence initially: first we +process all the declarations in the program, then we call the main function.

+

Consider the following program (foo.func):

+
fun foo() { return 5; }
+fun main() { return foo(); }
+
+

When we krun this program, we should get the following output:

+
<T>
+  <k>
+    5 ~> .
+  </k>
+  <functions>
+    foo |-> return 5 ;
+    main |-> return foo ( ) ;
+  </functions>
+  <fstack>
+    .List
+  </fstack>
+</T>
+
+

Note that we have successfully put on the <k> cell the value returned by the +main function.

+

Exercise

+

Add a term of sort Id to the stackFrame operator to keep track of the +name of the function in that stack frame. Then write a function +syntax String ::= printStackTrace(List) that takes the contents of the +<fstack> cell and pretty prints the current stack trace. You can concatenate +strings with +String in the STRING module in domains.md, and you can +convert an Id to a String with the Id2String function in the ID module. +Test this function by creating a new expression that returns the current stack +trace as a string. Make sure to update isKResult and the Exp sort as +appropriate to allow strings as values.

+

Sets

+

The final primary data structure sort in K is a set, i.e., an idempotent +unordered collection where elements are deduplicated. The sort provided by K +for this purpose is the Set sort and it is provided in domains.md in the +SET module. Like maps and lists, this type is not (currently) polymorphic. +Like Map and List, all Set terms are sets of terms of the KItem sort.

+

A Set pattern has the exact same restrictions as a Map pattern, except that +its elements are treated like keys, and there are no values. It has the same +performance characteristics as well. However, syntactically it is more similar +to the List sort: An empty Set is represented by .Set, but a set element +is represented by the SetItem symbol.

+

Matching behaves similarly to the Map sort: a set pattern with no variables +of sort Set will match if the set has exactly as many bindings as SetItem +symbols, and if each element pattern matches one distinct element in the set. +A set with a variable of sort Set also matches any superset of such a set. +As with map, the elements left over will be bound to the Set variable (or +.Set if no elements are left over).

+

Like Map, the ... syntax on a set is syntactic sugar for an anonymous +variable of sort Set.

+

Here is an example of a simple modification to LESSON-16-A which uses a Set +to ensure that variables are never declared more than once. In practice, you +would likely just use the in_keys symbol over maps to test for this, but +it's still useful as an example of sets in practice:

+
k
module LESSON-16-C-SYNTAX + imports LESSON-16-A-SYNTAX +endmodule + +module LESSON-16-C + imports LESSON-16-C-SYNTAX + imports BOOL + imports SET + + configuration <T> + <k> $PGM:Pgm </k> + <state> .Map </state> + <declared> .Set </declared> + </T> + + // declaration sequence + rule <k> D:Decl P:Pgm => D ~> P ...</k> + rule <k> .Pgm => . ...</k> + + // variable declaration + rule <k> int X:Id = I:Int ; => . ...</k> + <state> STATE => STATE [ X <- I ] </state> + <declared> D => D SetItem(X) </declared> + requires notBool X in D + + // variable lookup + rule <k> X:Id => I ...</k> + <state>... X |-> I ...</state> + <declared>... SetItem(X) ...</declared> + + syntax Bool ::= isKResult(K) [symbol, function] + rule isKResult(_:Int) => true + rule isKResult(_) => false [owise] +endmodule +
+

Now if we krun a program containing duplicate declarations, it will get +stuck on the declaration.

+

Exercises

+
    +
  1. Modify your solution to Lesson 1.14, Exercise 2 and introduce the sorts +Decls, Decl, and Stmt which include variable and function declaration +(without function parameters), and return and assignment statements, as well +as call expressions. Use List and Map to implement these operators, making +sure to consider the interactions between components, such as saving and +restoring the environment of variables at each call site. Don't worry about +local function definitions or global variables for now. Make sure to test the +resulting interpreter.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.17: Cell Multiplicity and Cell Collections.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/17_cell_multiplicity/index.html b/k-distribution/k-tutorial/1_basic/17_cell_multiplicity/index.html new file mode 100644 index 00000000000..4f0745f37f3 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/17_cell_multiplicity/index.html @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + +Lesson 1.17: Cell Multiplicity and Cell Collections | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.17: Cell Multiplicity and Cell Collections

+

The purpose of this lesson is to explain how you can create optional cells +and cells that repeat multiple times in a configuration using a feature called +cell multiplicity.

+

Cell Multiplicity

+

K allows you to specify attributes for cell productions as part of the syntax +of configuration declarations. Unlike regular productions, which use the [] +syntax for attributes, configuration cells use an XML-like attribute syntax:

+
configuration <k color="red"> $PGM:K </k>
+
+

This configuration declaration gives the <k> cell the color red during +unparsing using the color attribute as discussed in +Lesson 1.9.

+

However, in addition to the usual attributes for productions, there are some +other attributes that can be applied to cells with special meaning. One such +attribute is the multiplicity attribute. By default, each cell that is +declared occurs exactly once in every configuration term. However, using the +multiplicity attribute, this default behavior can be changed. There are two +values that this attribute can have: ? and *.

+

Optional cells

+

The first cell multiplicity we will discuss is ?. Similar to a regular +expression language, this attribute tells the compiler that this cell can +appear 0 or 1 times in the configuration. In other words, it is an +optional cell. By default, K does not create optional cells in the initial +configuration, unless that optional cell has a configuration variable inside +it. However, it is possible to override the default behavior and create that +cell initially by adding the additional cell attribute initial="".

+

K uses the .Bag symbol to represent the absence of any cells in a particular +rule. Consider the following module:

+
k
module LESSON-17-A + imports INT + + configuration <k> $PGM:K </k> + <optional multiplicity="?"> 0 </optional> + + syntax KItem ::= "init" | "destroy" + + rule <k> init => . ...</k> + (.Bag => <optional> 0 </optional>) + rule <k> destroy => . ...</k> + (<optional> _ </optional> => .Bag) + +endmodule +
+

In this definition, when the init symbol is executed, the <optional> cell +is added to the configuration, and when the destroy symbol is executed, it +is removed. Any rule that matches on that cell will only match if that cell is +present in the configuration.

+

Exercise

+

Create a simple definition with a Stmts sort that is a List{Stmt,""} and +a Stmt sort with the constructors +syntax Stmt ::= "enable" | "increment" | "decrement" | "disable". The +configuration should have an optional cell that contains an integer that +is created with the enable command, destroyed with the disable command, +and its value is incremented or decremented by the increment and decrement +command.

+

Cell collections

+

The second type of cell multiplicity we will discuss is *. Simlar to a +regular expression language, this attribute tells the compiler that this cell +can appear 0 or more times in the configuration. In other words, it is a +cell collection. Cells with multiplicity * must be the only child of +their parent cell. As a convention, the inner cell is usually named with the +singular form of what it contains, and the outer cell with the plural form, for +example, "thread" and "threads".

+

All cell collections are required to have the type attribute set to either +Set or Map. A Set cell collection is represented as a set and behaves +internally the same as the Set sort, although it actually declares a new +sort. A Map cell collection is represented as a Map in which the first +subcell of the cell collection is the key and the remaining cells are the +value.

+

For example, consider the following module:

+
k
module LESSON-17-B + imports INT + imports BOOL + imports ID-SYNTAX + + syntax Stmt ::= Id "=" Exp ";" [strict(2)] + | "return" Exp ";" [strict] + syntax Stmts ::= List{Stmt,""} + syntax Exp ::= Id + | Int + | Exp "+" Exp [seqstrict] + | "spawn" "{" Stmts "}" + | "join" Exp ";" [strict] + + configuration <threads> + <thread multiplicity="*" type="Map"> + <id> 0 </id> + <k> $PGM:K </k> + </thread> + </threads> + <state> .Map </state> + <next-id> 1 </next-id> + + rule <k> X:Id => I:Int ...</k> + <state>... X |-> I ...</state> + rule <k> X:Id = I:Int ; => . ...</k> + <state> STATE => STATE [ X <- I ] </state> + rule <k> S:Stmt Ss:Stmts => S ~> Ss ...</k> + rule <k> I1:Int + I2:Int => I1 +Int I2 ...</k> + + rule <thread>... + <k> spawn { Ss } => NEXTID ...</k> + ...</thread> + <next-id> NEXTID => NEXTID +Int 1 </next-id> + (.Bag => + <thread> + <id> NEXTID </id> + <k> Ss </k> + </thread>) + + rule <thread>... + <k> join ID:Int ; => I ...</k> + ...</thread> + (<thread> + <id> ID </id> + <k> return I:Int ; ...</k> + </thread> => .Bag) + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_) => false [owise] +endmodule +
+

This module implements a very basic fork/join semantics. The spawn expression +spawns a new thread to execute a sequence of statements and returns a thread +id, and the join statement waits until a thread executes return and then +returns the return value of the thread.

+

Note something quite novel here: the <k> cell is inside a cell of +multiplicity *. Since the <k> cell is just a regular cell (mostly), this +is perfectly allowable. Rules that don't mention a specific thread are +automatically completed to match any thread.

+

When you execute programs in this language, the cells in the cell collection +get sorted and printed like any other collection, but they still display like +cells. Rules in this language also benefit from all the structural power of +cells, allowing you to omit cells you don't care about or complete the +configuration automatically. This allows you to have the power of cells while +still being a collection under the hood.

+

Exercises

+
    +
  1. Modify the solution from Lesson 1.16, Exercise 1 so that the cell you use to +keep track of functions in a Map is now a cell collection. Run some programs +and compare how they get unparsed before and after this change.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.18: Term Equality and the Ternary Operator.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/index.html b/k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/index.html new file mode 100644 index 00000000000..66152dc367f --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/index.html @@ -0,0 +1,483 @@ + + + + + + + + + + + + + + +Lesson 1.18: Term Equality and the Ternary Operator | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.18: Term Equality and the Ternary Operator

+

The purpose of this lesson is to introduce how to compare equality of terms in +K, and how to put conditional expressions directly into the right-hand side of +rules.

+

Term Equality

+

One major way you can compare whether two terms are equal in K is to simply +match both terms with a variable with the same name. This will only succeed +in matching if the two terms are equal structurally. However, sometimes this +is impractical, and it is useful to have access to a way to actually compare +whether two terms in K are equal. The operator for this is found in +domains.md in the K-EQUAL +module. The operator is ==K and takes two terms of sort K and returns a +Bool. It returns true if they are equal. This includes equality over builtin +types such as Map and Set where equality is not purely structural in +nature. However, it does not include any notion of semantic equality over +user-defined syntax. The inverse symbol for inequality is =/=K.

+

Ternary Operator

+

One way to introduce conditional logic in K is to have two separate rules, +each with a side condition (or one rule with a side condition and another with +the owise attribute). However, sometimes it is useful to explicitly write +a conditional expression directly in the right-hand side of a rule. For this +purpose, K defines one more operator in the K-EQUAL module, which corresponds +to the usual ternary operator found in many languages. Here is an example of its +usage (lesson-18.k):

+
k
module LESSON-18 + imports INT + imports BOOL + imports K-EQUAL + + syntax Exp ::= Int | Bool | "if" "(" Exp ")" Exp "else" Exp [strict(1)] + + syntax Bool ::= isKResult(K) [function, symbol] + rule isKResult(_:Int) => true + rule isKResult(_:Bool) => true + + rule if (B:Bool) E1:Exp else E2:Exp => #if B #then E1 #else E2 #fi +endmodule +
+

Note the symbol on the right-hand side of the final rule. This symbol is +polymorphic: B must be of sort Bool, but E1 and E2 could have been +any sort so long as both were of the same sort, and the sort of the entire +expression becomes equal to that sort. K supports polymorphic built-in +operators, but does not yet allow users to write their own polymorphic +productions.

+

The behavior of this function is to evaluate the Boolean expression to a +Boolean, then pick one of the two children and return it based on whether the +Boolean is true or false. Please note that it is not a good idea to use this +symbol in cases where one or both of the children is potentially undefined +(for example, an integer expression that divides by zero). While the default +implementation is smart enough to only evaluate the branch that happens to be +picked, this will not be true when we begin to do program verification. If +you need short circuiting behavior, it is better to use a side condition.

+

Exercises

+
    +
  1. +

    Write a function in K that takes two terms of sort K and returns an +Int: the Int should be 0 if the terms are equal and 1 if the terms are +unequal.

    +
  2. +
  3. +

    Modify your solution to Lesson 1.16, Exercise 1 and introduce an if +Stmt to the syntax of the language, then implement it using the #if symbol. +Make sure to write tests for the resulting interpreter.

    +
  4. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.19: Debugging with GDB.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/19_debugging/index.html b/k-distribution/k-tutorial/1_basic/19_debugging/index.html new file mode 100644 index 00000000000..5b7da923608 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/19_debugging/index.html @@ -0,0 +1,912 @@ + + + + + + + + + + + + + + +Lesson 1.19: Debugging with GDB or LLDB | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.19: Debugging with GDB or LLDB

+

The purpose of this lesson is to teach how to debug your K interpreter using +the K-language support provided in GDB or +LLDB.

+

Caveats

+

This lesson has been written with GDB support on Linux in mind. Unfortunately, +on macOS, GDB has limited support. To address this, we have introduced early +experimental support for debugging with LLDB on macOS. In some cases, the +features supported by LLDB are slightly different to those supported by GDB; the +tutorial text will make this clear where necessary. If you use a macOS with an +LLVM version older than 15, you may need to upgrade it to use the LLDB +correctly. If you encounter an issue on either operating system, please open an +issue against the K repository.

+

Getting started

+

On Linux, you will need GDB in order to complete this lesson. If you do not +already have GDB installed, then do so. Steps to install GDB are outlined in +this GDB Tutorial.

+

On macOS, LLDB should already have been installed with K's build dependencies +(whether you have built K from source, or installed it using kup or Homebrew).

+

The first thing neccessary in order to debug a K interpreter is to build the +interpreter with full debugging support enabled. This can be done relatively +simply. First, run kompile with the command line flag --enable-llvm-debug. +The resulting compiled K definition will be ready to support debugging.

+

Once you have a compiled K definition and a program you wish to debug, you can +start the debugger by passing the --debugger flag to krun. This will +automatically load the program you are executing into GDB and drop you into a +GDB shell ready to start executing the program.

+

As an example, consider the following K definition (lesson-19-a.k):

+
k
module LESSON-19-A + imports INT + + rule I => I +Int 1 + requires I <Int 100 +endmodule +
+

If we compile this definition with kompile lesson-19-a.k --enable-llvm-debug, +and run the program 0 in the debugger with krun -cPGM=0 --debugger, we will +see the following output (roughly, and depending on which platform you are +using):

+

GDB / Linux

+
GNU gdb (Ubuntu 9.2-0ubuntu1~20.04) 9.2
+Copyright (C) 2020 Free Software Foundation, Inc.
+License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
+This is free software: you are free to change and redistribute it.
+There is NO WARRANTY, to the extent permitted by law.
+Type "show copying" and "show warranty" for details.
+This GDB was configured as "x86_64-linux-gnu".
+Type "show configuration" for configuration details.
+For bug reporting instructions, please see:
+<http://www.gnu.org/software/gdb/bugs/>.
+Find the GDB manual and other documentation resources online at:
+    <http://www.gnu.org/software/gdb/documentation/>.
+
+For help, type "help".
+Type "apropos word" to search for commands related to "word"...
+Reading symbols from ./lesson-19-a-kompiled/interpreter...
+warning: File "/home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter" auto-loading has been declined by your `auto-load safe-path' set to "$debugdir:$datadir/auto-load".
+To enable execution of this file add
+        add-auto-load-safe-path /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter
+line to your configuration file "/home/dwightguth/.gdbinit".
+To completely disable this security protection add
+        set auto-load safe-path /
+line to your configuration file "/home/dwightguth/.gdbinit".
+For more information about this security protection see the
+"Auto-loading safe path" section in the GDB manual.  E.g., run from the shell:
+        info "(gdb)Auto-loading safe path"
+(gdb)
+
+

To make full advantage of the GDB features of K, you should follow the first +command listed in this output message and add the corresponding +add-auto-load-safe-path command to your ~/.gdbinit file as prompted. +Please note that the path will be different on your machine than the one +listed above. Adding directories to the "load safe path" effectively tells GDB +to trust those directories. All content under a given directory will be recursively +trusted, so if you want to avoid having to add paths to the "load safe path" every +time you kompile a different K definition, then you can just trust a minimal +directory containing all your kompiled files; however, do not choose a top-level directory containing arbitrary files as this amounts to trusting arbitrary files and is a security risk. More info on the load safe path +can be found here.

+

LLDB / macOS

+
(lldb) target create "./lesson-19-a-kompiled/interpreter"
+warning: 'interpreter' contains a debug script. To run this script in this debug session:
+
+    command script import "/Users/brucecollie/code/scratch/lesson-19-a-kompiled/interpreter.dSYM/Contents/Resources/Python/interpreter.py"
+
+To run all discovered debug scripts in this session:
+
+    settings set target.load-script-from-symbol-file true
+
+Current executable set to '/Users/brucecollie/code/scratch/lesson-19-a-kompiled/interpreter' (x86_64).
+(lldb) settings set -- target.run-args  ".krun-2023-03-20-11-22-46-TcYt9ffhb2/tmp.in.RupiLwHNfn" "-1" ".krun-2023-03-20-11-22-46-TcYt9ffhb2/result.kore"
+(lldb) 
+
+

LLDB applies slightly different security policies to GDB. To load K's debugging +scripts for this session only, you can run the command script import line at +the LLDB prompt. The loaded scripts will not persist across debugging sessions +if you do this. It is also possible to configure LLDB to automatically load the +K scripts when an interpreter is started in LLDB; doing so requires a slightly +less broad permission than GDB.

+

On macOS, the .dSYM directory that contains debugging symbols for an +executable can also contain Python scripts in Contents/Resources/Python. If +there is a Python script with a name matching the name of the current executable +(here, interpreter and interpreter.py), it will be automatically loaded if +the target.load-script-from-symbol-file setting is set). You can therefore add +the settings set command to your ~/.lldbinit without enabling full arbitrary +code execution, but you should be aware of the paths from which code can be +executed if you do so.

+

Basic commands

+
+

LLDB Note: the k start and k step commands are currently not +implemented in the K LLDB scripts. To work around this limitation temporarily, +you can run process launch --stop-at-entry instead of k start. To emulate +k step, first run rbreak k_step once, then continue instead of each k step. We hope to address these limitations soon.

+
+

The most basic commands you can execute in the K GDB session are to run your +program or to step through it. The first can be accomplished using GDB's +built-in run command. This will automatically start the program and begin +executing it. It will continue until the program aborts or finishes, or the +debugger is interrupted with Ctrl-C.

+

Sometimes you want finer-grained control over how you proceed through the +program you are debugging. To step through the rule applications in your +program, you can use the k start and k step GDB commands.

+

k start is similar to the built-in start command in that it starts the +program and then immediately breaks before doing any work. However, unlike +the start command which will break immediately after the main method of +a program is executed, the K start program will initialize the rewriter, +evaluate the initial configuration, and break immediately prior to applying +any rewrite steps.

+

In the example above, here is what we see when we run the k start command:

+
Temporary breakpoint 1 at 0x239210
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-a-kompiled/interpreter .krun-2021-08-13-14-10-50-sMwBkbRicw/tmp.in.01aQt85TaA -1 .krun-2021-08-13-14-10-50-sMwBkbRicw/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Temporary breakpoint 1, 0x0000000000239210 in main ()
+0x0000000000231890 in step (subject=<k>
+  0 ~> .
+</k>)
+(gdb)
+
+

As you can see, we are stopped at the step function in the interpreter. +This function is responsible for taking top-level rewrite steps. The subject +parameter to this function is the current K configuration.

+

We can step through K rewrite steps one at a time by running the k step +command. By default, this takes a single rewrite step (including any function +rule applications that are part of that step).

+

Here is what we see when we run that command:

+
Continuing.
+
+Temporary breakpoint -22, 0x0000000000231890 in step (subject=<k>
+  1 ~> .
+</k>)
+(gdb)
+
+

As we can see, we have taken a single rewrite step. We can also pass a number +to the k step command which indicates the number of rewrite steps to take.

+

Here is what we see if we run k step 10:

+
Continuing.
+
+Temporary breakpoint -23, 0x0000000000231890 in step (subject=<k>
+  11 ~> .
+</k>)
+(gdb)
+
+

As we can see, ten rewrite steps were taken.

+

Breakpoints

+

The next important step in debugging an application in GDB is to be able to +set breakpoints. Generally speaking, there are three types of breakpoints we +are interested in a K semantics: Setting a breakpoint when a particular +function is called, setting a breakpoint when a particular rule is applied, +and setting a breakpoint when a side condition of a rule is evaluated.

+

The easiest way to do the first two things is to set a breakpoint on the +line of code containing the function or rule.

+

For example, consider the following K definition (lesson-19-b.k):

+
k
module LESSON-19-B + imports BOOL + + syntax Bool ::= isBlue(Fruit) [function] + syntax Fruit ::= Blueberry() | Banana() + rule isBlue(Blueberry()) => true + rule isBlue(Banana()) => false + + rule F:Fruit => isBlue(F) +endmodule +
+

Once this program has been compiled for debugging, we can run the program +Blueberry(). We can then set a breakpoint that stops when the isBlue +function is called with the following command in GDB:

+
break lesson-19-b.k:4
+
+

Similarly, in LLDB, run:

+
breakpoint set --file lesson-19-b.k --line 4
+
+

Here is what we see if we set this breakpoint and then run the interpreter:

+
(gdb) break lesson-19-b.k:4
+Breakpoint 1 at 0x231040: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k, line 4.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-20-27-vXOQmV6lwS/tmp.in.fga98yqXlc -1 .krun-2021-08-13-14-20-27-vXOQmV6lwS/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit (_1=Blueberry ( )) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:4
+4         syntax Bool ::= isBlue(Fruit) [function]
+(gdb)
+
+
(lldb) breakpoint set --file lesson-19-b.k --line 4
+Breakpoint 1: where = interpreter`LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit + 20 at lesson-19-b.k:4:19, address = 0x0000000100003ff4
+(lldb) run
+Process 50546 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50546 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100003ff4 interpreter`LblisBlue'LParUndsRParUnds'LESSON-19-B'Unds'Bool'Unds'Fruit(_1=Blueberry ( )) at lesson-19-b.k:4:19
+   1   	module LESSON-19-B
+   2   	  imports BOOL
+   3   	
+-> 4   	  syntax Bool ::= isBlue(Fruit) [function]
+   5   	  syntax Fruit ::= Blueberry() | Banana()
+   6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+(lldb)
+
+

As we can see, we have stopped at the point where we are evaluating that +function. The value _1 that is a parameter to that function shows the +value passed to the function by the caller.

+

We can also break when the isBlue(Blueberry()) => true rule applies by simply +changing the line number to the line number of that rule:

+
(gdb) break lesson-19-b.k:6
+Breakpoint 1 at 0x2af710: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-32-36-7kD0ic7XwD/tmp.in.8JNH5Qtmow -1 .krun-2021-08-13-14-32-36-7kD0ic7XwD/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, apply_rule_138 () at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:6
+6         rule isBlue(Blueberry()) => true
+(gdb)
+
+
(lldb) breakpoint set --file lesson-19-b.k --line 6
+Breakpoint 1: where = interpreter`apply_rule_140 at lesson-19-b.k:6:8, address = 0x0000000100004620
+(lldb) run
+Process 50681 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50681 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100004620 interpreter`apply_rule_140 at lesson-19-b.k:6:8
+   3   	
+   4   	  syntax Bool ::= isBlue(Fruit) [function]
+   5   	  syntax Fruit ::= Blueberry() | Banana()
+-> 6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+   8   	
+   9   	  rule F:Fruit => isBlue(F)
+(lldb) 
+
+

We can also do the same with a top-level rule:

+
(gdb) break lesson-19-b.k:9
+Breakpoint 1 at 0x2aefa0: lesson-19-b.k:9. (2 locations)
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b-kompiled/interpreter .krun-2021-08-13-14-33-13-9fC8Sz4aO3/tmp.in.jih1vtxSiQ -1 .krun-2021-08-13-14-33-13-9fC8Sz4aO3/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, apply_rule_107 (Var'Unds'DotVar0=<generatedCounter>
+  0
+</generatedCounter>, Var'Unds'DotVar1=., VarF=Blueberry ( )) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-b.k:9
+9         rule F:Fruit => isBlue(F)
+(gdb)
+
+
(lldb) breakpoint set --file lesson-19-b.k --line 9
+Breakpoint 1: 2 locations.
+(lldb) run
+Process 50798 launched: '/Users/brucecollie/code/scratch/lesson-19-b-kompiled/interpreter' (x86_64)
+Process 50798 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x0000000100003f2e interpreter`apply_rule_109(Var'Unds'DotVar0=<generatedCounter>
+  0
+</generatedCounter>, Var'Unds'DotVar1=., VarF=Blueberry ( )) at lesson-19-b.k:9:8
+   6   	  rule isBlue(Blueberry()) => true
+   7   	  rule isBlue(Banana()) => false
+   8   	
+-> 9   	  rule F:Fruit => isBlue(F)
+   10  	endmodule
+(lldb)  
+
+

Unlike the function rule above, we see several parameters to this function. +These are the substitution that was matched for the function. Variables only +appear in this substitution if they are actually used on the right-hand side +of the rule.

+

Advanced breakpoints

+

Sometimes it is inconvenient to set the breakpoint based on a line number.

+

It is also possible to set a breakpoint based on the rule label of a particular +rule. Consider the following definition (lesson-19-c.k):

+
k
module LESSON-19-C + imports INT + imports BOOL + + syntax Bool ::= isEven(Int) [function] + rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0 + rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0 + +endmodule +
+

We will run the program isEven(4). We can set a breakpoint for when a rule +applies by means of the MODULE-NAME.label.rhs syntax:

+
(gdb) break LESSON-19-C.isEven.rhs
+Breakpoint 1 at 0x2afda0: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c-kompiled/interpreter .krun-2021-08-13-14-40-29-LNNT8YEZ61/tmp.in.ZG93vWCGGC -1 .krun-2021-08-13-14-40-29-LNNT8YEZ61/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LESSON-19-C.isEven.rhs () at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+6         rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+(gdb)
+
+
(lldb) breakpoint set --name LESSON-19-C.isEven.rhs
+Breakpoint 1: where = interpreter`LESSON-19-C.isEven.rhs at lesson-19-c.k:6:18, address = 0x00000001000038e0
+(lldb) run
+Process 51205 launched: '/Users/brucecollie/code/scratch/lesson-19-c-kompiled/interpreter' (x86_64)
+Process 51205 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x00000001000038e0 interpreter`LESSON-19-C.isEven.rhs at lesson-19-c.k:6:18
+   3   	  imports BOOL
+   4   	
+   5   	  syntax Bool ::= isEven(Int) [function]
+-> 6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8   	
+   9   	endmodule
+(lldb) 
+
+

We can also set a breakpoint for when a rule's side condition is evaluated +by means of the MODULE-NAME.label.sc syntax:

+
(gdb) break LESSON-19-C.isEven.sc
+Breakpoint 1 at 0x2afd70: file /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k, line 6.
+(gdb) run
+Starting program: /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c-kompiled/interpreter .krun-2021-08-13-14-41-48-1BoGfJRbYc/tmp.in.kg4F8cwfCe -1 .krun-2021-08-13-14-41-48-1BoGfJRbYc/result.kore
+[Thread debugging using libthread_db enabled]
+Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
+
+Breakpoint 1, LESSON-19-C.isEven.sc (VarI=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+6         rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+(gdb) finish
+Run till exit from #0  LESSON-19-C.isEven.sc (VarI=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:6
+0x00000000002b2662 in LblisEven'LParUndsRParUnds'LESSON-19-C'Unds'Bool'Unds'Int (_1=4) at /home/dwightguth/kframework-5.0.0/k-distribution/k-tutorial/1_basic/19_debugging/lesson-19-c.k:5
+5         syntax Bool ::= isEven(Int) [function]
+Value returned is $1 = true
+(gdb)
+
+
(lldb) breakpoint set --name LESSON-19-C.isEven.sc
+Breakpoint 1: where = interpreter`LESSON-19-C.isEven.sc + 1 at lesson-19-c.k:6:18, address = 0x00000001000038c1
+(lldb) run
+Process 52530 launched: '/Users/brucecollie/code/scratch/lesson-19-c-kompiled/interpreter' (x86_64)
+Process 52530 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
+    frame #0: 0x00000001000038c1 interpreter`LESSON-19-C.isEven.sc(VarI=0x0000000101800088) at lesson-19-c.k:6:18
+   3   	  imports BOOL
+   4   	
+   5   	  syntax Bool ::= isEven(Int) [function]
+-> 6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8   	
+   9   	endmodule
+(lldb) finish
+Process 52649 stopped
+* thread #1, queue = 'com.apple.main-thread', stop reason = step out
+Return value: (bool) $0 = true
+
+    frame #0: 0x00000001000069e5 interpreter`LblisEven'LParUndsRParUnds'LESSON-19-C'Unds'Bool'Unds'Int(_1=0x0000000101800088) at lesson-19-c.k:5:19
+   2   	  imports INT
+   3   	  imports BOOL
+   4   	
+-> 5   	  syntax Bool ::= isEven(Int) [function]
+   6   	  rule [isEven]: isEven(I) => true requires I %Int 2 ==Int 0
+   7   	  rule [isOdd]: isEven(I) => false requires I %Int 2 =/=Int 0
+   8
+(lldb)
+
+

Here we have used the built-in command finish to tell us whether the side +condition returned true or not. Note that once again, we see the substitution +that was matched from the left-hand side. Like before, a variable will only +appear here if it is used in the side condition.

+

Debugging rule matching

+

Sometimes it is useful to try to determine why a particular rule did or did +not apply. K provides some basic debugging commands which make it easier +to determine this.

+

Consider the following K definition (lesson-19-d.k):

+
k
module LESSON-19-D + + syntax Foo ::= foo(Bar) + syntax Bar ::= bar(Baz) | bar2(Baz) + syntax Baz ::= baz() | baz2() + + rule [baz]: foo(bar(baz())) => .K + +endmodule +
+

Suppose we try to run the program foo(bar(baz2())). It is obvious from this +example why the rule in this definition will not apply. However, in practice, +such cases are not always obvious. You might look at a rule and not immediately +spot why it didn't apply on a particular term. For this reason, it can be +useful to get the debugger to provide a log about how it tried to match that +term. You can do this with the k match command. If you are stopped after +having run k start or k step, you can obtain this log for any rule after +any step by running the command k match MODULE.label subject for a particular +top-level rule label.

+

For example, with the baz rule above, we get the following output:

+
(gdb) k match LESSON-19-D.baz subject
+Subject:
+baz2 ( )
+does not match pattern:
+baz ( )
+
+
(lldb) k match LESSON-19-D.baz subject
+Subject:
+baz2 ( )
+does not match pattern:
+baz ( )
+
+

As we can see, it provided the exact subterm which did not match against the +rule, as well as the particular subpattern it ought to have matched against.

+

This command does not actually take any rewrite steps. In the event that +matching actually succeeds, you will still need to run the k step command +to advance to the next step.

+

Final notes

+

In addition to the functionality provided above, you have the full power of +GDB or LLDB at your disposal when debugging. Some features are not particularly +well-adapted to K code and may require more advanced knowledge of the +term representation or implementation to use effectively, but anything that +can be done in GDB or LLDB can in theory be done using this debugging functionality. +We suggest you refer to the +GDB Documentation or +LLDB Tutorial if you +want to try to do something and are unsure as to how.

+

Exercises

+
    +
  1. Compile your solution to Lesson 1.18, Exercise 2 with debugging support +enabled and step through several programs you have previously used to test. +Then set a breakpoint on the isKResult function and observe the state of the +interpreter when stopped at that breakpoint. Set a breakpoint on the rule for +addition and run a program that causes it to be stopped at that breakpoint. +Finally, step through the program until the addition symbol is at the top +of the K cell, and then use the k match command to report the reason why +the subtraction rule does not apply. You may need to modify the definition +to insert some rule labels.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.20: K Backends and the Haskell Backend.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/20_backends/index.html b/k-distribution/k-tutorial/1_basic/20_backends/index.html new file mode 100644 index 00000000000..be52ace0e9a --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/20_backends/index.html @@ -0,0 +1,503 @@ + + + + + + + + + + + + + + +Lesson 1.20: K Backends and the Haskell Backend | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.20: K Backends and the Haskell Backend

+

The purpose of this lesson is to teach about the multiple backends of K, +in particular the Haskell Backend which is the complement of the backend we +have been using so far.

+

K Backends

+

Thus far, we have not discussed the distinction between the K frontend and +the K backends at all. We have simply assumed that if you run kompile on a +K definition, there will be a compiler backend that will allow you to execute +the K definition you have compiled.

+

K actually has multiple different backends. The one we have been using so far +implicitly, the default backend, is called the LLVM Backend. It is +designed to support efficient, optimized concrete execution and search. It +does this by compiling your K definition to LLVM bitcode and then using LLVM +to generate machine code for it that is compiled and linked and executed. +However, K is a formal methods toolkit at the end of the day, and the primary +goal many people have when defining a programming language in K is to +ultimately be able to perform more advanced verification on programs in their +programming language.

+

It is for this purpose that K also provides the Haskell Backend, so called +because it is implemented in Haskell. While we will cover the features of the +Haskell Backend in more detail in the next two lessons, the important thing to +understand is that it is a separate backend which is optimized for more formal +reasoning about programming languages. While it is capable of performing +concrete execution, it does not do so as efficiently as the LLVM Backend. +In exchange, it provides more advanced features.

+

Choosing a backend

+

You can choose which backend to use to compile a K definition by means of the +--backend flag to kompile. By default, if you do not specify this flag, it +is equivalent to if you had specified --backend llvm. However, to use the +Haskell Backend instead, you can simply say kompile --backend haskell on a +particular K definition.

+

As an example, here is a simple K definition that we have seen before in the +previous lesson (lesson-20.k):

+
k
module LESSON-20 + imports INT + + rule I => I +Int 1 + requires I <Int 100 +endmodule +
+

Previously we compiled this definition using the LLVM Backend, but if we +instead execute the command kompile lesson-20.k --backend haskell, we +will get an interpreter for this K definition that is implemented in Haskell +instead. Unlike the default LLVM Backend, the Haskell Backend is not a +compiler per se. It does not generate new Haskell code corresponding to your +programming language and then compile and execute it. Instead, it is an +interpreter which reads the generated IR from kompile and implements in +Haskell an interpreter that is capable of interpreting any K definition.

+

Note that on arm64 macOS (Apple Silicon), there is a known issue with the Compact +library that causes crashes in the Haskell backend. Pass the additional flag +--no-haskell-binary to kompile to resolve this. +This flag is also needed when using krun.

+

Exercise

+

Try running the program 0 in this K definition on the Haskell Backend and +compare the final configuration to what you would get compiling the same +definition with the LLVM Backend.

+

Legacy backends

+

As a quick note, K does provide one other backend, which exists primarily as +legacy code which should be considered deprecated. This is the +Java Backend. The Java Backend is essentially a precursor to the Haskell +Backend. We will not cover this backend in any detail since it is deprecated, +but we still mention it here for the purposes of understanding.

+

Exercises

+
    +
  1. Compile your solution to Lesson 1.18, Exercise 2 with the Haskell Backend +and execute some programs. Compare the resulting configurations with the +output of the same program on the LLVM Backend. Note that if you are getting +different behaviors on the Haskell backend, you might have some luck debugging +by passing --search to krun when using the LLVM backend.
  2. +
+

Next lesson

+

Once you have completed the above exercises, you can continue to +Lesson 1.21: Unification and Symbolic Execution.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/21_symbolic_execution/index.html b/k-distribution/k-tutorial/1_basic/21_symbolic_execution/index.html new file mode 100644 index 00000000000..46a45242248 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/21_symbolic_execution/index.html @@ -0,0 +1,583 @@ + + + + + + + + + + + + + + +Lesson 1.21: Unification and Symbolic Execution | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.21: Unification and Symbolic Execution

+

The purpose of this lesson is to teach the basic concepts of symbolic execution +in order to introduce the unique capabilities of the Haskell Backend at a +conceptual level.

+

Symbolic Execution

+

Thus far, all of the programs we have run using K have been concrete +configurations. What this means is that the configuration we use to initialize +the K rewrite engine is concrete; in other words, contains no logical +variables. The LLVM Backend is a concrete execution engine, meaning that +it is only capable of rewriting concrete configurations.

+

By contrast, the Haskell Backend performs symbolic execution, which is +capable of rewriting any configuration, including those where parts of the +configuration are symbolic, ie, contain variables or uninterpreted +functions.

+

Unification

+

Previously, we have introduced the concept that K rewrite rules operate by +means of pattern matching: the current configuration being rewritten is pattern +matched against the left-hand side of the rewrite rule, and the substitution +is used in order to construct a new term from the right-hand side. In symbolic +execution, we use +unification +instead of pattern matching. To summarize, unification behaves akin to a +two-way pattern matching where both the configuration and the left-hand side +of the rule can contain variables, and the algorithm generates a +most general unifier containing substitutions for the variables in both +which will make both terms equal.

+

Feasibility

+

Unification by itself cannot completely solve the problem of symbolic +execution. One task symbolic execution must perform is to identify whether +a particular symbolic term is feasible, that is to say, that there actually +exists a concrete instantiation of that term such that all the logical +constraints on that term can actually be satisfied. The Haskell Backend +delegates this task to Z3, an +SMT solver. +This solver is used to periodically trim configurations that are determined +to be mathematically infeasible.

+

Symbolic terms

+

The final component of symbolic execution consists of the task of introducing +symbolic terms into the configuration. This can be done one of two different +ways. First, the term being passed to krun can actually be symbolic. This +is less frequently used because it requires the user to construct an AST +that contains variables, something which our current parsing capabilities are +not well-equipped to do. The second, more common, way of introducing symbolic +terms into a configuration consists of writing rules where there exists an +existentially qualified variable on the right-hand side of the rule that does +not exist on the left-hand side of the rule.

+

In order to prevent users from writing such rules by accident, K requires +that such variables begin with the ? prefix. For example, here is a rule +that rewrites a constructor foo to a symbolic integer:

+
rule <k> foo => ?X:Int ...</k>
+
+

When this rule applies, a fresh variable is introduced to the configuration, which +then is unified against the rules that might apply in order to symbolically +execute that configuration.

+

ensures clauses

+

We also introduce here a new feature of K rules that applies when a rule +has this type of variable on the right-hand side: the ensures clause. +An ensures clause is similar to a requires clause and can appear after +a rule body, or after a requires clause. The ensures clause is used to +introduce constraints that might apply to the variable that was introduced by +that rule. For example, we could write the rule above with the additional +constraint that the symbolic integer that was introduced must be less than +five, by means of the following rule:

+
rule <k> foo => ?X:Int ...</k> ensures ?X <Int 5
+
+

Putting it all together

+

Putting all these pieces together, it is possible to use the Haskell Backend +to perform symbolic reasoning about a particular K module, determining all the +possible states that can be reached by a symbolic configuration.

+

For example, consider the following K definition (lesson-21.k):

+
k
module LESSON-21 + imports INT + + rule <k> 0 => ?X:Int ... </k> ensures ?X =/=Int 0 + rule <k> X:Int => 5 ... </k> requires X >=Int 10 +endmodule +
+

When we symbolically execute the program 0, we get the following output +from the Haskell Backend:

+
    <k>
+      5 ~> .
+    </k>
+  #And
+    {
+      true
+    #Equals
+      ?X:Int >=Int 10
+    }
+  #And
+    #Not ( {
+      ?X:Int
+    #Equals
+      0
+    } )
+#Or
+    <k>
+      ?X:Int ~> .
+    </k>
+  #And
+    #Not ( {
+      true
+    #Equals
+      ?X:Int >=Int 10
+    } )
+  #And
+    #Not ( {
+      ?X:Int
+    #Equals
+      0
+    } )
+
+

Note some new symbols introduced by this configuration: #And, #Or, and +#Equals. While andBool, orBool, and ==K represent functions of sort +Bool, #And, #Or, and #Equals are matching logic connectives. We +will discuss matching logic in more detail later in the tutorial, but the basic +idea is that these symbols represent Boolean operators over the domain of +configurations and constraints, as opposed to over the Bool sort.

+

Notice that the configuration listed above is a disjunction of conjunctions. +This is the most common form of output that can be produced by the Haskell +Backend. In this case, each conjunction consists of a configuration and a set +of constraints. What this conjunction describes, essentially, is a +configuration and a set of information that was derived to be true while +rewriting that configuration.

+

Similar to how we saw --search in a previous lesson, the reason we have +multiple disjuncts is because there are multiple possible output states +for this program, depending on whether or not the second rule applied. In the +first case, we see that ?X is greater than or equal to 10, so the second rule +applied, rewriting the symbolic integer to the concrete integer 5. In the +second case, we see that the second rule did not apply because ?X is less +than 10. Moreover, because of the ensures clause on the first rule, we know +that ?X is not zero, therefore the first rule will not apply a second time. +If we had omitted this constraint, we would have ended up infinitely applying +the first rule, leading to krun not terminating.

+

In the next lesson, we will cover how symbolic execution forms the backbone +of deductive program verification in K and how we can use K to prove programs +correct against a specification.

+

Exercises

+
    +
  1. Create another rule in LESSON-21 that rewrites odd integers greater than +ten to a symbolic even integer less than 10 and greater than 0. This rule will +now apply nondeterministically along with the existing rules. Predict what the +resulting output configuration will be from rewriting 0 after adding this +rule. Then run the program and see whether your prediction is correct.
  2. +
+

Once you have completed the above exercises, you can continue to +Lesson 1.22: Basics of Deductive Program Verification using K.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/22_proofs/index.html b/k-distribution/k-tutorial/1_basic/22_proofs/index.html new file mode 100644 index 00000000000..a4c7cf2ae65 --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/22_proofs/index.html @@ -0,0 +1,819 @@ + + + + + + + + + + + + + + +Lesson 1.22: Basics of Deductive Program Verification using K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 1.22: Basics of Deductive Program Verification using K

+

In this lesson, you will familiarize yourself with the basics of using K for +deductive program verification.

+

1. Setup: Simple Programming Language with Function Calls

+

We base this lesson on a simple programming language with functions, +assignment, if conditionals, and while loops. Take your time to study its +formalization below (lesson-22.k):

+
module LESSON-22-SYNTAX
+    imports INT-SYNTAX
+    imports BOOL-SYNTAX
+    imports ID-SYNTAX
+
+    syntax Exp ::= IExp | BExp
+
+    syntax IExp ::= Id | Int
+
+    syntax KResult ::= Int | Bool | Ints
+
+    // Take this sort structure:
+    //
+    //     IExp
+    //    /    \
+    // Int      Id
+    //
+    // Through the List{_, ","} functor.
+    // Must add a `Bot`, for a common subsort for the empty list.
+
+    syntax Bot
+    syntax Bots ::= List{Bot, ","} [klabel(exps)]
+    syntax Ints ::= List{Int, ","} [klabel(exps)]
+                  | Bots
+    syntax Ids  ::= List{Id, ","}  [klabel(exps)]
+                  | Bots
+    syntax Exps ::= List{Exp, ","} [klabel(exps), seqstrict]
+                  | Ids | Ints
+
+    syntax IExp ::= "(" IExp ")" [bracket]
+                  | IExp "+" IExp [seqstrict]
+                  | IExp "-" IExp [seqstrict]
+                  > IExp "*" IExp [seqstrict]
+                  | IExp "/" IExp [seqstrict]
+                  > IExp "^" IExp [seqstrict]
+                  | Id "(" Exps ")" [strict(2)]
+
+    syntax BExp ::= Bool
+
+    syntax BExp ::= "(" BExp ")" [bracket]
+                  | IExp "<=" IExp [seqstrict]
+                  | IExp "<"  IExp [seqstrict]
+                  | IExp ">=" IExp [seqstrict]
+                  | IExp ">"  IExp [seqstrict]
+                  | IExp "==" IExp [seqstrict]
+                  | IExp "!=" IExp [seqstrict]
+
+    syntax BExp ::= BExp "&&" BExp
+                  | BExp "||" BExp
+
+    syntax Stmt ::=
+         Id "=" IExp ";" [strict(2)]                        // Assignment
+       | Stmt Stmt [left]                                   // Sequence
+       | Block                                              // Block
+       | "if" "(" BExp ")" Block "else" Block [strict(1)]   // If conditional
+       | "while" "(" BExp ")" Block                         // While loop
+       | "return" IExp ";"                    [seqstrict]   // Return statement
+       | "def" Id "(" Ids ")" Block                         // Function definition
+
+    syntax Block ::=
+         "{" Stmt "}"    // Block with statement
+       | "{" "}"         // Empty block
+endmodule
+
+module LESSON-22
+    imports INT
+    imports BOOL
+    imports LIST
+    imports MAP
+    imports LESSON-22-SYNTAX
+
+    configuration
+      <k> $PGM:Stmt </k>
+      <store> .Map </store>
+      <funcs> .Map </funcs>
+      <stack> .List </stack>
+
+ // -----------------------------------------------
+    rule <k> I1 + I2 => I1 +Int I2 ... </k>
+    rule <k> I1 - I2 => I1 -Int I2 ... </k>
+    rule <k> I1 * I2 => I1 *Int I2 ... </k>
+    rule <k> I1 / I2 => I1 /Int I2 ... </k>
+    rule <k> I1 ^ I2 => I1 ^Int I2 ... </k>
+
+    rule <k> I:Id => STORE[I] ... </k>
+         <store> STORE </store>
+
+ // ------------------------------------------------
+    rule <k> I1 <= I2 => I1  <=Int I2 ... </k>
+    rule <k> I1  < I2 => I1   <Int I2 ... </k>
+    rule <k> I1 >= I2 => I1  >=Int I2 ... </k>
+    rule <k> I1  > I2 => I1   >Int I2 ... </k>
+    rule <k> I1 == I2 => I1  ==Int I2 ... </k>
+    rule <k> I1 != I2 => I1 =/=Int I2 ... </k>
+
+    rule <k> B1 && B2 => B1 andBool B2 ... </k>
+    rule <k> B1 || B2 => B1  orBool B2 ... </k>
+
+    rule <k> S1:Stmt S2:Stmt => S1 ~> S2 ... </k>
+
+    rule <k> ID = I:Int ; => . ... </k>
+         <store> STORE => STORE [ ID <- I ] </store>
+
+    rule <k> { S } => S ... </k>
+    rule <k> {   } => . ... </k>
+
+    rule <k> if (true)   THEN else _ELSE => THEN ... </k>
+    rule <k> if (false) _THEN else  ELSE => ELSE ... </k>
+
+    rule <k> while ( BE ) BODY => if ( BE ) { BODY while ( BE ) BODY } else { } ... </k>
+
+    rule <k> def FNAME ( ARGS ) BODY => . ... </k>
+         <funcs> FS => FS [ FNAME <- def FNAME ( ARGS ) BODY ] </funcs>
+
+    rule <k> FNAME ( IS:Ints ) ~> CONT => #makeBindings(ARGS, IS) ~> BODY </k>
+         <funcs> ... FNAME |-> def FNAME ( ARGS ) BODY ... </funcs>
+         <store> STORE => .Map </store>
+         <stack> .List => ListItem(state(CONT, STORE)) ... </stack>
+
+    rule <k> return I:Int ; ~> _ => I ~> CONT </k>
+         <stack> ListItem(state(CONT, STORE)) => .List ... </stack>
+         <store> _ => STORE </store>
+
+    rule <k> return I:Int ; ~> . => I </k>
+         <stack> .List </stack>
+
+    syntax KItem ::= #makeBindings(Ids, Ints)
+                   | state(continuation: K, store: Map)
+ // ----------------------------------------------------
+    rule <k> #makeBindings(.Ids, .Ints) => . ... </k>
+    rule <k> #makeBindings((I:Id, IDS => IDS), (IN:Int, INTS => INTS)) ... </k>
+         <store> STORE => STORE [ I <- IN ] </store>
+endmodule
+
+

Next, compile this example using kompile lesson-22.k --backend haskell. If +your processor is an Apple Silicon processor, add the --no-haskell-binary +flag if the compilation fails.

+

2. Setup: Proof Environment

+

Next, take the following snippet of K code and save it in lesson-22-spec.k. +This is a skeleton of the proof environment, and we will complete it as the +lesson progresses.

+
requires "lesson-22.k"
+requires "domains.md"
+
+module LESSON-22-SPEC-SYNTAX
+    imports LESSON-22-SYNTAX
+
+endmodule
+
+module VERIFICATION
+    imports K-EQUAL
+    imports LESSON-22-SPEC-SYNTAX
+    imports LESSON-22
+    imports MAP-SYMBOLIC
+
+endmodule
+
+module LESSON-22-SPEC
+    imports VERIFICATION
+
+endmodule
+
+

3. Claims

+
    +
  1. The first claim we will ask K to prove is that 3 + 4, in fact, equals 7. +Claims are stated using the claim keyword, followed by the claim +statement:
  2. +
+
claim <k> 3 + 4 => 7 ... </k>
+
+

Add this claim to the LESSON-22-SPEC module and run the K prover using the +command kprove lesson-22-spec.k. You should get back the output #Top, +which denotes the Matching Logic equivalent of true and means, in this +context, that all claims have been proven correctly.

+
    +
  1. The second claim reasons about the if statement that has a concrete condition:
  2. +
+
claim <k> if ( 3 + 4 == 7 ) {
+            $a = 1 ;
+            } else {
+            $a = 2 ;
+            }
+        => . ... </k>
+        <store> STORE => STORE [ $a <- 1 ] </store>
+
+

stating that the given program terminates (=> .), and when it does, the value +of the variable $a is set to 1, meaning that the execution will have taken +the then branch. Add this claim to the LESSON-22-SPEC module, but also add

+
syntax Id ::= "$a" [token]
+
+

to the LESSON-22-SPEC-SYNTAX module in order to declare $a as a token so +that it can be used as a program variable. Re-run the K prover, which should +again return #Top.

+
    +
  1. Our third claim demonstrates how to reason about both branches of an if +statement at the same time:
  2. +
+
claim <k> $a = A:Int ; $b = B:Int ;
+          if ($a < $b) {
+            $c = $b ;
+          } else {
+            $c = $a ;
+          }
+        => . ... </k>
+        <store> STORE => STORE [ $a <- A ] [ $b <- B ] [ $c <- ?C:Int ] </store>
+    ensures (?C ==Int A) orBool (?C ==Int B)
+
+

The program in question first assigns symbolic integers A and B to program +variables $a and $b, respectively, and then executes the given if +statement, which has a symbolic condition (A < B), updating the value of the +program variable $c in both branches. The specification we give states that +the if statement terminates, with $a and $b updated, respectively, to A +and B, and $c updated to some symbolic integer value ?C. Via the +ensures clause, which is used to specify additional constraints that hold +after execution, we also state that this existentially quantified ?C equals +either A or B.

+

Add the productions declaring $b and $c as tokens to the +LESSON-22-SPEC-SYNTAX module, the claim to the LESSON-22-SPEC module, run +the K prover again, and observe the output, which should not be #Top this +time. This means that K was not able to prove the claim, and we now need to +understand why. We do so by examining the output, which should look as follows:

+
    (InfoReachability) while checking the implication:
+    The configuration's term unifies with the destination's term,
+    but the implication check between the conditions has failed.
+
+  #Not (
+    #Exists ?C . {
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- ?C:Int ]
+      #Equals
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    }
+  #And
+    {
+      true
+    #Equals
+      ?C ==Int A orBool ?C ==Int B
+    }
+  )
+#And
+  <generatedTop>
+    <k>
+      _DotVar1
+    </k>
+    <store>
+      STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    </store>
+    <funcs>
+      _Gen3
+    </funcs>
+    <stack>
+      _Gen5
+    </stack>
+  </generatedTop>
+#And
+  {
+    true
+  #Equals
+    A <Int B
+  }
+
+

This output starts with a message telling us at which point the proof failed, +followed by the final state, which consists of three parts: some negative +Matching Logic (ML) constraints, the final configuration (<generatedTop> ... </generatedTop>), and some positive ML constraints. Generally speaking, +these positive and the negative constraints could arise from various sources, +such as (but not limited to) branches taken by the execution +(e.g. { true #Equals A <Int B } or #Not ( { true #Equals A <Int B } ) ), +or ensures constraints.

+

First, we examine the message:

+
(InfoReachability) while checking the implication:
+The configuration's term unifies with the destination's term,
+but the implication check between the conditions has failed.
+
+

which tells us that the structure of the final configuration is as expected, +but that some of the associated constraints cannot be proven. We next look at +the final configuration, in which the relevant item is the <store> ... </store> cell, because it is the only one that we are reasoning about. By +inspecting its contents:

+
STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+
+

we see that we should be within the constraints of the ensures, since the +value of $c in the store equals B in this branch. We next examine the +negative and positive constraints of the output and, more often than not, the +goal is to instruct K how to use the information from the final configuration +and the positive constraints to falsify one of the negative constraints. This +is done through simplifications.

+

So, the positive constraint that we have is

+
{ true #Equals A <Int B }
+
+

meaning that A <Int B holds. Given the analysed program, this tells us that +we are in the then branch of the if. The negative constraint is

+
  #Not (
+    #Exists ?C . {
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- ?C:Int ]
+      #Equals
+        STORE [ $a <- A:Int ] [ $b <- B:Int ] [ $c <- B:Int ]
+    }
+  #And
+    { true #Equals ?C ==Int A orBool ?C ==Int B }
+  )
+
+

and we observe, from the first equality, that the existential ?C should be +instantiated with B. This would make both branches of the #And true, +falsifying the outside #Not. We just need to show K how to conclude that +?C ==Int B. We do so by introducing the following simplification into the +VERIFICATION module:

+
rule { M:Map [ K <- V ] #Equals M [ K <- V' ] } => { V #Equals V' } [simplification]
+
+

which formalizes our internal understanding of ?C ==Int B. The rule states +that when we update the same key in the same map with two values, and the +resulting maps are equal, then the two values must be equal as well. The +[simplification] attribute indicates to K to use this rule to simplify the +state when trying to prove claims. Like function rules, simplification rules +do not complete to the top of the configuration, but instead apply anywhere +their left-hand-side matches. Re-run the K prover, which should now return +#Top, indicating that K was able to use the simplification and prove the +required claims.

+
    +
  1. Next, we show how to state and prove properties of while loops. In +particular, we consider the following loop
  2. +
+
claim
+    <k>
+        while ( 0 < $n ) {
+            $s = $s + $n;
+            $n = $n - 1;
+            } => . ...
+    </k>
+    <store>
+        $s |-> (S:Int => S +Int ((N +Int 1) *Int N /Int 2))
+        $n |-> (N:Int => 0)
+    </store>
+    requires N >=Int 0
+
+

which adds the sum of the first $n integers to $s, assuming the value of $n +is non-negative to begin with. This is reflected in the store by stating that, +after the execution of the loop, the original value of $s (which is set to +equal some symbolic integer S) is incremented by ((N +Int 1) *Int N /Int 2), and the value of $n always equals 0. Add $n and $s as tokens in +the LESSON-22-SPEC-SYNTAX module, the above claim to the LESSON-22-SPEC +module, and run the K prover, which should return #Top.

+
    +
  1. Finally, our last claim is about a program that uses function calls:
  2. +
+
claim
+    <k>
+        def $sum($n, .Ids) {
+            $s = 0 ;
+            while (0 < $n) {
+                $s = $s + $n;
+                $n = $n - 1;
+            }
+            return $s;
+        }
+
+        $s = $sum(N:Int, .Ints);
+    => . ... </k>
+    <funcs> .Map => ?_ </funcs>
+    <store> $s |-> (_ => ((N +Int 1) *Int N /Int 2)) </store>
+    <stack> .List </stack>
+    requires N >=Int 0
+
+

Essentially, we have wrapped the while loop from claim 3.4 into a function +$sum, and then called that function with a symbolic integer N, storing the +return value in the variable $s. The specification states that this program +ends up storing the sum of the first N integers in the variable $n. Add $sum +to the LESSON-22-SPEC-SYNTAX module, the above claim to the +LESSON-22-SPEC module, and run the K prover, which should again return +#Top.

+

Exercises

+
    +
  1. +

    Change the condition of the if statement in part 3.2 to take the else +branch and adjust the claim so that the proof passes.

    +
  2. +
  3. +

    The post-condition of the specification in part 3.3 loses some information. +In particular, the value of ?C is in fact the maximum of A and B. +Prove the same claim as in 3.2, but with the post-condition ensures (?C ==Int maxInt(A, B)). For this, you will need to extend the VERIFICATION +module with two simplifications that capture the meaning of maxInt(A:Int, B:Int). Keep in mind that any rewriting rule can be used as a +simplification; in particular, that simplifications can have requires +clauses.

    +
  4. +
  5. +

    Following the pattern shown in part 3.4, assuming a non-negative initial +value of $b, specify and verify the following while loop:

    +
  6. +
+
while ( 0 < $b ) {
+    $a = $a + $c;
+    $b = $b - 1;
+    $c = $c - 1;
+}
+
+

Hint: You will not need additional simplifications---once you've got the +specification right, the proof will go through.

+
    +
  1. Write an arbitrary yet not-too-complex function (or several functions +interacting with each other), and try to specify and verify it (them) in K.
  2. +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/1_basic/index.html b/k-distribution/k-tutorial/1_basic/index.html new file mode 100644 index 00000000000..25ec0ec50ef --- /dev/null +++ b/k-distribution/k-tutorial/1_basic/index.html @@ -0,0 +1,401 @@ + + + + + + + + + + + + + + +Section 1: Basic K Concepts | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Section 1: Basic K Concepts

+

The goal of this first section of the K tutorial is to teach the basic +principles of K to someone with no prior experience with K as a programming +language. However, this is not written with the intended audience of someone +who is a complete beginner to programming. We are assuming that the reader +has a firm grounding in computer science broadly, as well as that they have +experience writing code in functional programming languages before.

+

By the end of this section, the reader ought to be able to write specifications +of simple languages in K, use these specifications to generate a fast +interpreter for their programming language, as well as write basic deductive +program verification proofs over programs in their language. This should give +them the theoretical grounding they need to begin expanding their knowledge +of K in Section 2: Intermediate K Concepts.

+

To begin this section, refer to +Lesson 1.1: Setting up a K Environment.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/01_macros/index.html b/k-distribution/k-tutorial/2_intermediate/01_macros/index.html new file mode 100644 index 00000000000..48f462c66f4 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/01_macros/index.html @@ -0,0 +1,567 @@ + + + + + + + + + + + + + + +Lesson 2.1: Macros, Aliases, and Anywhere Rules | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.1: Macros, Aliases, and Anywhere Rules

+

The purpose of this lesson is to explain the behavior of the macro, +macro-rec, alias, and alias-rec production attributes, as well as the +anywhere rule attribute. These attributes control the meaning of how rules +associated with them are applied.

+

Macros

+

Thus far in the K tutorial, we have described three different types of rules:

+
    +
  1. Top-level rewrite rules, which rewrite a configuration composed of cells to +another configuration;
  2. +
  3. Function rules, which define the behavior of a function written over +arbitrary input and output types; and
  4. +
  5. Simplification rules, which describe ways in which the symbolic execution +engine ought to simplify terms containing symbolic values.
  6. +
+

This lesson introduces three more types of rules, the first of which are +macros. A production is a macro if it has the macro attribute, and all +rules whose top symbol on the left hand side is a macro are macro rules +which define the behavior of the macro. Like function rules and simplification +rules, macro rules do not participate in cell completion. However, unlike +function rules and simplification rules, macro rules are applied statically +before rewriting begins, and the macro symbol is expected to no longer appear +in the initial configuration for rewriting once all macros in that +configuration are rewritten.

+

The rationale behind macros is they allow you to define one piece of syntax +in terms of another piece of syntax without any runtime overhead associated +with the cost of rewriting one to the other. This process is a common one in +programming language design and specification and is referred to as +desugaring; The syntax that is transformed is typically also referred to as +syntactic sugar for another type of syntax. For example, in a language with +if statements and curly braces, you could write the following fragment +(lesson-01.k):

+
k
module LESSON-01 + imports BOOL + + syntax Stmt ::= "if" "(" Exp ")" Stmt [macro] + | "if" "(" Exp ")" Stmt "else" Stmt + | "{" Stmts "}" + syntax Stmts ::= List{Stmt,""} + syntax Exp ::= Bool + + rule if ( E ) S => if ( E ) S else { .Stmts } +endmodule +
+

In this example, we see that an if statement without an else clause is +defined in terms of one with an else clause. As a result, we would only +need to give a single rule for how to rewrite if statements, rather than +two separate rules for two types of if statements. This is a common pattern +for dealing with program syntax that contains an optional component to it.

+

It is worth noting that by default, macros are not applied recursively. To be +more precise, by default a macro that arises as a result of the expansion of +the same macro is not rewritten further. This is primarily to simplify the +macro expansion process and reduce the risk that improperly defined macros will +lead to non-terminating behavior.

+

It is possible, however, to tell K to expand a macro recursively. To do this, +simply replace the macro attribute with the macro-rec attribute. Note that +K does not do any kind of checking to ensure termination here, so it is +important that rules be defined correctly to always terminate, otherwise the +macro expansion phase will run forever. Fortunately, in practice it is very +simple to ensure this property for most of the types of macros that are +typically used in real-world semantics.

+

Exercise

+

Using a Nat sort containing the constructors 0 and S (i.e., a +Peano-style axiomatization of the +natural numbers where S(N) = N + 1, S(S(N)) = N + 2, etc), write a macro +that will compute the sum of two numbers.

+

Aliases

+

NOTE: This lesson introduces the concept of "aliases", which are a variant +of macros. While similar, this is different from the concept of "aliases" in +matching logic, which is introduced in Lesson 2.16.

+

Macros can be very useful in helping you define a programming language. +However, they can be disruptive while pretty printing a configuration. For +example, you might write a set of macros that transforms the code the user +wrote into equivalent code that is slightly harder to read. This can make it +more difficult to understand the code when it is pretty printed as part of the +output of rewriting.

+

K defines a relatively straightforward but novel solution to this problem, +which is known as a K alias. An alias in K is very similar to a macro, +with the exception that the rewrite rule will also be applied backwards +during the pretty-printing process.

+

It is very simple to make a production be an alias instead of a macro: simply +use the alias or alias-rec attributes instead of the macro or macro-rec +attributes. For example, if the example involving if statements above was +declared using an alias instead of a macro, the Stmt term if (E) {} else {} +would be pretty-printed as if (E) {}. This is because during pretty-printing, +the term participates in another macro-expansion pass. However, this macro +expansion step will only apply rules with the alias or alias-rec attribute, +and, critically, it will reverse the rule by treating the left-hand side as if +it were the right-hand side, and vice versa.

+

This can be very useful to allow you to define one construct in terms of +another while still being able to pretty-print the result as if it were +the original term in question. This can be especially useful for applications +of K where we are taking the output of rewriting and attempting to use it as +a code fragment that we then execute, such as with test generation.

+

Exercise

+

Modify LESSON-01 above to use an alias instead of a macro and experiment +with how various terms are pretty-printed by invoking krun on them.

+

anywhere rules

+

The last type of rule introduced in this lesson is the anywhere rule. An +anywhere rule is specified by adding the anywhere attribute to a rule. Such a +rule is similar to a function rule in that it does not participate in cell +completion, and will apply anywhere that the left-hand-side matches in the +configuration, but distinct in that the symbol in question can still be matched +against in the left-hand side of other rules, even during concrete rewriting. +The reasoning behind this is that instead of the symbol in question being a +constructor, it is a constructor modulo the axioms defined with the +anywhere attribute. Essentially, the rules with the anywhere attribute will +apply as soon as they appear in the right-hand side of a rule being applied, +but the symbol in question will still be treated as a symbol that can be +matched on if it is not completely removed by those rules.

+

This can be useful in certain cases to allow you to define transformations over +particular pieces of syntax while still generally giving those pieces of syntax +another meaning when the anywhere rule does not apply. For example, the ISO C +standard defines the semantics of *&x as exactly equal to x, with no +reading or writing of memory taking place, and the K semantics of C implements +this functionality using an anywhere rule that is applied at compilation time.

+

NOTE: the anywhere attribute is only implemented on the LLVM backend +currently. Attempting to use it in a semantics that is compiled with the +Haskell backend will result in an error being reported by the compiler. This +should be remembered when using this attribute, as it may not be suitable for +a segment of a semantics which is intended to be symbolically executed.

+

Exercises

+
    +
  1. Write a version of the calculator from Lesson 1.14 Exercise 1, which uses +the same syntax for evaluating expressions, but defines its arithmetic logic +using anywhere rules rather than top-level rewrite rules.
  2. +
+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/02_fresh_constants/index.html b/k-distribution/k-tutorial/2_intermediate/02_fresh_constants/index.html new file mode 100644 index 00000000000..28706ab71cb --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/02_fresh_constants/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.2: Fresh Constants | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.2: Fresh Constants

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/03_klabels/index.html b/k-distribution/k-tutorial/2_intermediate/03_klabels/index.html new file mode 100644 index 00000000000..e9a9d0faf67 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/03_klabels/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.3: KLabels and Abstract Syntax | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.3: KLabels and Abstract Syntax

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/04_overloading/index.html b/k-distribution/k-tutorial/2_intermediate/04_overloading/index.html new file mode 100644 index 00000000000..46c14ca6110 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/04_overloading/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.4: Overloaded Symbols | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.4: Overloaded Symbols

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/05_matching_logic/index.html b/k-distribution/k-tutorial/2_intermediate/05_matching_logic/index.html new file mode 100644 index 00000000000..3fa5dc587be --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/05_matching_logic/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.5: Matching Logic Connectives and #Or Patterns | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.5: Matching Logic Connectives and #Or Patterns

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/06_function_context/index.html b/k-distribution/k-tutorial/2_intermediate/06_function_context/index.html new file mode 100644 index 00000000000..8b110cd1039 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/06_function_context/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.6: Function Context | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.6: Function Context

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/07_record_productions/index.html b/k-distribution/k-tutorial/2_intermediate/07_record_productions/index.html new file mode 100644 index 00000000000..8d69bc003d4 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/07_record_productions/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.7: Record Productions and Named Nonterminals | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.7: Record Productions and Named Nonterminals

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/08_fun_and_let/index.html b/k-distribution/k-tutorial/2_intermediate/08_fun_and_let/index.html new file mode 100644 index 00000000000..a39fd453beb --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/08_fun_and_let/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.8: #fun and #let | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.8: #fun and #let

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/09_as/index.html b/k-distribution/k-tutorial/2_intermediate/09_as/index.html new file mode 100644 index 00000000000..6185f934e9d --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/09_as/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.9: #as Patterns | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.9: #as Patterns

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/10_matching_operator/index.html b/k-distribution/k-tutorial/2_intermediate/10_matching_operator/index.html new file mode 100644 index 00000000000..3addd1e07d1 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/10_matching_operator/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.10: The Matching Operators, :=K and :/=K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.10: The Matching Operators, :=K and :/=K

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/11_evaluation_order/index.html b/k-distribution/k-tutorial/2_intermediate/11_evaluation_order/index.html new file mode 100644 index 00000000000..03a600dd000 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/11_evaluation_order/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.11: Uncommon Evaluation Order Concepts | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.11: Uncommon Evaluation Order Concepts

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/index.html b/k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/index.html new file mode 100644 index 00000000000..c34b912fdf3 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.12: IEEE 754 Floating Point and Fixed Width Integers | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.12: IEEE 754 Floating Point and Fixed Width Integers

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/13_substitution/index.html b/k-distribution/k-tutorial/2_intermediate/13_substitution/index.html new file mode 100644 index 00000000000..05cdd182354 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/13_substitution/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.13: Alpha-renaming-aware Substitution | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.13: Alpha-renaming-aware Substitution

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/14_io/index.html b/k-distribution/k-tutorial/2_intermediate/14_io/index.html new file mode 100644 index 00000000000..0c7b62c5669 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/14_io/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.14: File I/O | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.14: File I/O

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/index.html b/k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/index.html new file mode 100644 index 00000000000..ab9039deaed --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.15: String Buffers and Byte Sequences | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.15: String Buffers and Byte Sequences

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/16_kore/index.html b/k-distribution/k-tutorial/2_intermediate/16_kore/index.html new file mode 100644 index 00000000000..81bfe83bf98 --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/16_kore/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.16: The Intermediate Language of K, KORE | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.16: The Intermediate Language of K, KORE

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/index.html b/k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/index.html new file mode 100644 index 00000000000..3a3115513cb --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Lesson 2.17: Debugging Proofs using the Haskell Backend REPL | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 2.17: Debugging Proofs using the Haskell Backend REPL

+

Return to Top

+

Click here to return to the Table of Contents for Section 2.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/2_intermediate/index.html b/k-distribution/k-tutorial/2_intermediate/index.html new file mode 100644 index 00000000000..92f9f15886d --- /dev/null +++ b/k-distribution/k-tutorial/2_intermediate/index.html @@ -0,0 +1,430 @@ + + + + + + + + + + + + + + +Section 2: Intermediate K Concepts | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Section 2: Intermediate K Concepts

+

The goal of this second section is to supplement a beginning developer's +knowledge of K after they have gained a basic understanding of K. Each lesson +in this section can be completed independently in order to learn about a +particular facet of the K language. The lessons are written to provide basic +understanding of less commonly-used features of K to someone who is still +learning K. For more complete references of these features, the reader ought to +consult the User Manual.

+

The reader ought to be able to complete lessons in this section as needed in +order to learn about specific features of interest, but if desired, can also +complete the entire section in one go. Someone who has completed this entire +section ought to be able to read and understand most K specifications, as well +as write their own specifications of some complexity, and use them to perform +most common K-related tasks. They can then read about specific lessons in +Section 3: Advanced K Concepts if they want to +learn more.

+

Table of Contents

+
    +
  1. Macros, Aliases, and Anywhere Rules
  2. +
  3. Fresh Constants
  4. +
  5. KLabels and Abstract Syntax
  6. +
  7. Overloaded Symbols
  8. +
  9. Matching Logic Connectives and #Or Patterns
  10. +
  11. Function Context
  12. +
  13. Record Productions and Named Nonterminals
  14. +
  15. #fun and #let
  16. +
  17. #as patterns
  18. +
  19. The Matching Operators, :=K and :/=K
  20. +
  21. Uncommon Evaluation Order Concepts
  22. +
  23. IEEE 754 Floating Point and Fixed Width Integers
  24. +
  25. Alpha-renaming-aware Substitution
  26. +
  27. File I/O
  28. +
  29. String Buffers and Byte Sequences
  30. +
  31. The Intermediate Language of K, KORE
  32. +
  33. Debugging Proofs using the Haskell Backend REPL
  34. +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/1_parsing/1_layout/index.html b/k-distribution/k-tutorial/3_advanced/1_parsing/1_layout/index.html new file mode 100644 index 00000000000..b73a376bd4f --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/1_parsing/1_layout/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.1.1: Using #Layout to define the syntax of comments and whitespace | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.1.1: Using #Layout to define the syntax of comments and whitespace

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/1_parsing/2_ambiguities/index.html b/k-distribution/k-tutorial/3_advanced/1_parsing/2_ambiguities/index.html new file mode 100644 index 00000000000..bb0c356ef83 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/1_parsing/2_ambiguities/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.1.2: Using amb for parsing context-sensitive languages | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.1.2: Using amb for parsing context-sensitive languages

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/1_parsing/3_locations/index.html b/k-distribution/k-tutorial/3_advanced/1_parsing/3_locations/index.html new file mode 100644 index 00000000000..1740dba191e --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/1_parsing/3_locations/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.1.3: Using #location to annotate terms with file, line, and column information | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.1.3: Using #location to annotate terms with file, line, and column information

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/2_libraries/1_json/index.html b/k-distribution/k-tutorial/3_advanced/2_libraries/1_json/index.html new file mode 100644 index 00000000000..6ba59c37152 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/2_libraries/1_json/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.2.1: The JSON Module | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.2.1: The JSON Module

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/2_libraries/2_rat/index.html b/k-distribution/k-tutorial/3_advanced/2_libraries/2_rat/index.html new file mode 100644 index 00000000000..fa37396e474 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/2_libraries/2_rat/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.2.2: The RAT Module | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.2.2: The RAT Module

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/2_libraries/3_ffi/index.html b/k-distribution/k-tutorial/3_advanced/2_libraries/3_ffi/index.html new file mode 100644 index 00000000000..feb127d33aa --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/2_libraries/3_ffi/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.2.3: The FFI Module | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.2.3: The FFI Module

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/3_extending_k/1_custom_hooks/index.html b/k-distribution/k-tutorial/3_advanced/3_extending_k/1_custom_hooks/index.html new file mode 100644 index 00000000000..b3c3433cab0 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/3_extending_k/1_custom_hooks/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lesson 3.3.1: Extending K by adding new builtin functions | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lesson 3.3.1: Extending K by adding new builtin functions

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/3_extending_k/2_scripting_k/index.html b/k-distribution/k-tutorial/3_advanced/3_extending_k/2_scripting_k/index.html new file mode 100644 index 00000000000..89514fdf7a1 --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/3_extending_k/2_scripting_k/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Lessonm 3.3.2: Scripting K to provide language-specific tooling | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Lessonm 3.3.2: Scripting K to provide language-specific tooling

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/3_advanced/index.html b/k-distribution/k-tutorial/3_advanced/index.html new file mode 100644 index 00000000000..864c830999e --- /dev/null +++ b/k-distribution/k-tutorial/3_advanced/index.html @@ -0,0 +1,387 @@ + + + + + + + + + + + + + + +Section 3: Advanced K Concepts | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Section 3: Advanced K Concepts

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/k-tutorial/index.html b/k-distribution/k-tutorial/index.html new file mode 100644 index 00000000000..9d488c62e1c --- /dev/null +++ b/k-distribution/k-tutorial/index.html @@ -0,0 +1,398 @@ + + + + + + + + + + + + + + +K Tutorial | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Tutorial

+

The purpose of this series of lessons is to teach developers how to program in +K. While the primary use of K is in the specification of operational semantics +of programming languages, this tutorial is agnostic on how the knowledge of K +is used. For a more detailed tutorial explaining the basic principles of +programming language design, refer to the +K PL Tutorial. Note that that tutorial is somewhat +out of date presently.

+

This K tutorial is a work in progress. Many lessons are currently simply +placeholders for future content.

+

To start the K tutorial, begin with +Section 1: Basic Programming in K.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/index.html new file mode 100644 index 00000000000..7bbfe185ba6 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/index.html @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 1: Defining LAMBDA

+

Here you will learn how to define a very simple language in K and the basics +of how to use the K tool. The language is a variant of call-by-value lambda +calculus and its definition is based on substitution. Specifically, you will +learn the following:

+
    +
  • How to define a module.
  • +
  • How to define a language syntax.
  • +
  • How to use the defined syntax to parse programs.
  • +
  • How to import predefined modules.
  • +
  • How to define evaluation strategies using strictness attributes.
  • +
  • How to define semantic rules.
  • +
  • How the predefined generic substitution works.
  • +
  • How to generate PDF and HTML documentation from ASCII definitions.
  • +
  • How to include builtins (integers and Booleans) into your language.
  • +
  • How to define derived language constructs.
  • +
+

This folder contains several lessons, each adding new features to LAMBDA.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/NOTES/index.html new file mode 100644 index 00000000000..a48ff694c15 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/NOTES/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

We now support the following line to the syntax module:

+
syntax priority lambda_._ > __  // exact syntax subject to change
+
+

This will allow for fewer parentheses in programs.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/index.html new file mode 100644 index 00000000000..289fc8176a1 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/index.html @@ -0,0 +1,471 @@ + + + + + + + + + + + + + + +Syntax Modules and Basic K Commands | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Syntax Modules and Basic K Commands

+

Here we define our first K module, which contains the initial syntax of the +LAMBDA language, and learn how to use the basic K commands.

+

Let us create an empty working folder, and open a terminal window +(to the left) and an editor window (to the right). We will edit our K +definition in the right window in a file called lambda.k, and will call +the K tool commands in the left window.

+

Let us start by defining a K module, containing the syntax of LAMBDA.

+

K modules are introduced with the keywords module ... endmodule.

+

The keyword syntax adds new productions to the syntax grammar, using a +BNF-like notation.

+

Terminals are enclosed in double-quotes, like strings.

+

You can define multiple productions for the same non-terminal in the same +syntax declaration using the | separator.

+

Productions can have attributes, which are enclosed in square brackets.

+

The attribute left tells the parser that we want the lambda application to be +left associative. For example, a b c d will then parse as (((a b) c) d).

+

The attribute bracket tells the parser to not generate a node for the +parenthesis production in the abstract syntax trees associated to programs. +In other words, we want to allow parentheses to be used for grouping, but we +do not want to bother to give them their obvious (ignore) semantics.

+

In our variant of lambda calculus defined here, identifiers and lambda +abstractions are meant to be irreducible, that is, are meant to be values. +However, so far Val is just another non-terminal, just like Exp, +without any semantic meaning. It will get a semantic meaning later.

+

After we are done typing our definition in the file lambda.k, we can kompile +it with the command:

+
kompile lambda.k
+
+

If we get no errors then a parser has been generated. This parser will be +called from now on by default by the krun tool. To see whether and how the +parser works, we are going to write some LAMBDA programs and store them in +files with the extension .lambda.

+

Let us create a file identity.lambda, which contains the identity lambda +abstraction:

+
lambda x . x
+
+

Now let us call krun on identity.lambda:

+
krun identity.lambda
+
+

Make sure you call the krun command from the folder containing your language +definition (otherwise type krun --help to learn how to pass a language +definition as a parameter to krun). The krun command produces the output:

+
<k>
+  lambda x . x
+</k>
+
+

If you see such an output it means that your program has been parsed (and then +pretty printed) correctly. If you want to see the internal abstract syntax +tree (AST) representation of the parsed program, which we call the K AST, then +type kast in the command instead of krun:

+
kast identity.lambda
+
+

You should normally never need to see this internal representation in your +K definitions, so do not get scared (yes, it is ugly for humans, but it is +very convenient for tools).

+

Note that krun placed the program in a <k> ... </k> cell. In K, computations +happen only in cells. If you do not define a configuration in your definition, +like we did here, then a configuration will be created automatically for you +which contains only one cell, the default k cell, which holds the program.

+

Next, let us create a file free-variable-capture.lambda, which contains an +expression which, in order to execute correctly in a substitution-based +semantics of LAMBDA, the substitution operation needs to avoid +variable-capture:

+
a (((lambda x.lambda y.x) y) z)
+
+

Next, file closed-variable-capture.lambda shows an expression which also +requires a capture-free substitution, but this expression is closed (that is, +it has no free variables) and all its bound variables are distinct (I believe +this is the smallest such expression):

+
(lambda z.(z z)) (lambda x.lambda y.(x y))
+
+

Finally, the file omega.lambda contains the classic omega combinator +(or closed expression), which is the smallest expression which loops forever +(not now, but after we define the semantics of LAMBDA):

+
(lambda x.(x x)) (lambda x.(x x))
+
+

Feel free to define and parse several other LAMBDA programs to get a feel for +how the parser works. Parse also some incorrect programs, to see how the +parser generates error messages.

+

In the next lesson we will see how to define semantic rules that iteratively +rewrite expressions over the defined syntax until they evaluate to a result. +This way, we obtain our first programming language defined using K.

+

Go to Lesson 2, LAMBDA: Module Importing, Rules, Variables

+

MOVIE (out of date) [4'07"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2.5/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2.5/NOTES/index.html new file mode 100644 index 00000000000..8ebd55d3847 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2.5/NOTES/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

This folder has been added after the original tutorial was made +and after the videos were recorded. Eventually we will renumber +the lessons and redo the videos. A README.md file is also needed +here.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/NOTES/index.html new file mode 100644 index 00000000000..3d170c43ff2 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/NOTES/index.html @@ -0,0 +1,385 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Substitution has been reimplemented in the meanwhile, where the fresh +variables are resolved locally. So there is no global counter for +fresh variables anymore as shown in the video, and fewer variable +renamings take place.

+

When calling krun on the programs in lesson_1, a different path is +shown than in the README.md.

+

Marking the beta-reduction rule with [anywhere] will give us the +conventional lambda-calculus. A new lesson has been added, 2.5, +showing that. The README.md file should be changed at the end to +point to lesson 2.5.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/index.html new file mode 100644 index 00000000000..e201bc7a2bd --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/index.html @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + +Module Importing, Rules, Variables | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Module Importing, Rules, Variables

+

We here learn how to include a predefined module (SUBSTITUTION), how to +use it to define a K rule (the characteristic rule of lambda calculus), +and how to make proper use of variables in rules.

+

Let us continue our lambda.k definition started in the previous lesson.

+

The requires keyword takes a .k file containing language features that +are needed for the current definition, which can be found in the +k-distribution/include/kframework/builtin folder. Thus, the command

+
requires "substitution.k"
+
+

says that the subsequent definition of LAMBDA needs the generic substitution, +which is predefined in file substitution.k under the folder +k-distribution/include/kframework/builtin. Note that substitution can be defined itself in K, +although it uses advanced features that we have not discussed yet in this +tutorial, so it may not be easy to understand now.

+

Using the imports keyword, we can now modify LAMBDA to import the module +SUBSTITUTION, which is defined in the required substitution.k file.

+

Now we have all the substitution machinery available for our definition. +However, since our substitution is generic, it cannot know which language +constructs bind variables, and what counts as a variable; however, this +information is critical in order to correctly solve the variable capture +problem. Thus, you have to tell the substitution that your lambda construct +is meant to be a binder, and that your Id terms should be treated as variables +for substitution. The former is done using the attribute binder. +By default, binder binds all the variables occurring anywhere in the first +argument of the corresponding syntactic construct within its other arguments; +you can configure which arguments are bound where, but that will be discussed +in subsequent lectures. To tell K which terms are meant to act as variables +for binding and substitution, we have to explicitly subsort the desired syntactic +categories to the builtin KVariable sort.

+

Now we are ready to define our first K rule. Rules are introduced with the +keyword rule and make use of the rewrite symbol, =>. In our case, +the rule defines the so-called lambda calculus beta-reduction, which +makes use of substitution in its right-hand side, as shown in lambda.k.

+

By convention, variables that appear in rules start with a capital letter +(the current implementation of the K tool may even enforce that).

+

Variables may be explicitly tagged with their syntactic category (also called +sort). If tagged, the matching term will be checked at run-time for +membership to the claimed sort. If not tagged, then no check will be made. +The former is safer, but involves the generation of a side condition to the +rule, so the resulting definition may execute slightly slower overall.

+

In our rule in lambda.k we tagged all variables with their sorts, so we chose +the safest path. Only the V variable really needs to be tagged there, +because we can prove (using other means, not the K tool, as the K tool is not +yet concerned with proving) that the first two variables will always have the +claimed sorts whenever we execute any expression that parses within our +original grammar.

+

Let us compile the definition and then run some programs. For example,

+
krun closed-variable-capture.lambda
+
+

yields the output

+
<k>
+  lambda y . ((lambda x . (lambda y . (x  y))) y)
+</k> 
+
+

Notice that only certain programs reduce (some even yield non-termination, +such as omega.lambda), while others do not. For example, +free-variable-capture.lambda does not reduce its second argument expression +to y, as we would expect. This is because the K rewrite rules between syntactic +terms do not apply anywhere they match. They only apply where they have been +given permission to apply by means of appropriate evaluation strategies of language +constructs, which is done using strictness attributes, evaluation contexts, +heating/cooling rules, etc., as discussed in the next lessons.

+

The next lesson will show how to add LAMBDA the desired evaluation strategies +using strictness attributes.

+

Go to Lesson 3, LAMBDA: Evaluation Strategies using Strictness

+

MOVIE (out of date) [4'03"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/NOTES/index.html new file mode 100644 index 00000000000..ce56f1041ea --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

When we say "previous lesson" we refer to lesson 2. This will need to change +when we incorporate lesson 2.5 properly.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/index.html new file mode 100644 index 00000000000..4c27250b495 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/index.html @@ -0,0 +1,418 @@ + + + + + + + + + + + + + + +Evaluation Strategies using Strictness | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Evaluation Strategies using Strictness

+

Here we learn how to use the K strict attribute to define desired evaluation +strategies. We will also learn how to tell K which terms are already +evaluated, so it does not attempt to evaluate them anymore and treats them +internally as results of computations.

+

Recall from the previous lecture that the LAMBDA program +free-variable-capture.lambda was stuck, because K was not given permission +to evaluate the arguments of the lambda application construct.

+

You can use the attribute strict to tell K that the corresponding construct +has a strict evaluation strategy, that is, that its arguments need to be +evaluated before the semantics of the construct applies. The order of +argument evaluation is purposely unspecified when using strict, and indeed +the K tool allows us to detect all possible non-deterministic behaviors that +result from such intended underspecification of evaluation strategies. We will +learn how to do that when we define the IMP language later in this tutorial; +we will also learn how to enforce a particular order of evaluation.

+

In order for the above strictness declaration to work effectively and +efficiently, we need to tell the K tool which expressions are meant to be +results of computations, so that it will not attempt to evaluate them anymore. +One way to do it is to make Val a syntactic subcategory of the builtin +KResult syntactic category. Since we use the same K parser to also parse +the semantics, we use the same syntax keyword to define additional syntax +needed exclusively for the semantics (like KResults). See lambda.k.

+

Compile again and then run some programs. They should all work as expected. +In particular, free-variable-capture.lambda now evaluates to a y.

+

We now got a complete and working semantic definition of call-by-value +lambda-calculus. While theoretically correct, our definition is not +easy to use and disseminate. In the next lessons we will learn how to +generate formatted documentation for LAMBDA and how to extend LAMBDA +in order to write human readable and interesting programs.

+

Go to Lesson 4, LAMBDA: Generating Documentation; Latex Attributes.

+

MOVIE (out of date) [2'20"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/NOTES/index.html new file mode 100644 index 00000000000..23c9007b158 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/NOTES/index.html @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

README.md refers to Lesson 9. This will need to be updated.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/index.html new file mode 100644 index 00000000000..32579c8647f --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/index.html @@ -0,0 +1,412 @@ + + + + + + + + + + + + + + +Generating Documentation; Latex Attributes | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Generating Documentation; Latex Attributes

+

In this lesson we learn how to generate formatted documentation from K +language definitions. We also learn how to use Latex attributes to control +the formatting of language constructs, particularly of ones which have a +mathematical flavor and we want to display accordingly.

+

To enhance readability, we may want to replace the keyword lambda by the +mathematical lambda symbol in the generated documentation. We can control +the way we display language constructs in the generated documentation +by associating them Latex attributes.

+

This is actually quite easy. All we have to do is to associate a latex +attribute to the production defining the construct in question, following +the Latex syntax for defining new commands (or macros).

+

In our case, we associate the attribute latex(\lambda{#1}.{#2}) to the +production declaring the lambda abstraction (recall that in Latex, #n refers +to the n-th argument of the defined new command).

+

We will later see, in Lesson 9, that we can add arbitrarily complex Latex +comments and headers to our language definitions, which give us maximum +flexibility in formatting our language definitions.

+

Now we have a simple programming language, with a nice documentation. However, +it is not easy to write interesting programs in this language. Almost all +programming languages build upon existing data-types and libraries. The K +tool provides a few of these (and you can add more).

+

In the next lesson we show how we can add builtin integers and Booleans to +LAMBDA, so we can start to evaluate meaningful expressions.

+

Go to Lesson 5, LAMBDA: Adding Builtins; Side Conditions.

+

MOVIE (out of date) [3'13"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/NOTES/index.html new file mode 100644 index 00000000000..79561235b56 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/NOTES/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The builtins have changed, they are now generic for all backends.

+

Talk about sort inference for variables, for example from I1 +Int I2 +we infer the sort of I1 and I2 is Int.

+

Check the entire tutorial for instances where we give the sort of a +variable but we don't have to. Many of those are artifacts since we were +not able to infer sorts that well.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/index.html new file mode 100644 index 00000000000..7ddb9828eb8 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/index.html @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + +Adding Builtins; Side Conditions | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Adding Builtins; Side Conditions

+

We have already added the builtin identifiers (sort Id) to LAMBDA expressions, +but those had no operations on them. In this lesson we add integers and +Booleans to LAMBDA, and extend the builtin operations on them into +corresponding operations on LAMBDA expressions. We will also learn how to add +side conditions to rules, to limit the number of instances where they can +apply.

+

The K tool provides several builtins, which are automatically included in all +definitions. These can be used in the languages that we define, typically by +including them in the desired syntactic categories. You can also define your +own builtins in case the provided ones are not suitable for your language +(e.g., the provided builtin integers and operations on them are arbitrary +precision).

+

For example, to add integers and Booleans as values to our LAMBDA, we have to +add the productions

+
syntax Val ::= Int | Bool
+
+

Int and Bool are the nonterminals that correspond to these builtins.

+

To make use of these builtins, we have to add some arithmetic operation +constructs to our language. We prefer to use the conventional infix notation +for these, and the usual precedences (i.e., multiplication and division bind +tighter than addition, which binds tighter than relational operators). +Inspired from SDF, we use > instead of +| to state that all the previous constructs bind tighter than all the +subsequent ones. See lambda.k.

+

The only thing left is to link the LAMBDA arithmetic operations to the +corresponding builtin operations, when their arguments are evaluated. +This can be easily done using trivial rewrite rules, as shown in lambda.k. +In general, the K tool attempts to uniformly add the corresponding builtin +name as a suffix to all the operations over builtins. For example, the +addition over integers is an infix operation named +Int.

+

Compile the new lambda.k definition and evaluate some simple arithmetic +expressions. For example, if arithmetic.lambda is (1+2*3)/4 <= 1, then

+
krun arithmetic.lambda
+
+

yields, as expected, true. Note that the parser took the desired operation +precedence into account.

+

Let us now try to evaluate an expression which performs a wrong computation, +namely a division by zero. Consider the expression arithmetic-div-zero.lambda +which is 1/(2/3). Since division is strict and 2/3 evaluates to 0, this +expression reduces to 1/0, which further reduces to 1 /Int 0 by the rule for +division, which is now stuck (with the current back-end to the K tool).

+

In fact, depending upon the back-end that we use to execute K definitions and +in particular to evaluate expressions over builtins, 1 /Int 0 can evaluate to +anything. It just happens that the current back-end keeps it as an +irreducible term. Other K back-ends may reduce it to an explicit error +element, or issue a segmentation fault followed by a core dump, or throw an +exception, etc.

+

To avoid requesting the back-end to perform an illegal operation, we may use a +side condition in the rule of division, to make sure it only applies when the +denominator is non-zero.

+

Like in other operational formalisms, the role of the K side +conditions is to filter the number of instances of the rule. The notion +of a side condition comes from logics, where a sharp distinction is made +between a side condition (cheap) and a premise (expensive). Premises are +usually resolved using further (expensive) logical derivations, while side +conditions are simple (cheap) conditions over the rule meta-variables within +the underlying mathematical domains (which in K can be extended by the user, +as we will see in future lessons). Regarded as a logic, K derives rewrite +rules from other rewrite rules; therefore, the K side conditions cannot +contain other rewrites in them (using =>). This contrasts other rewrite +engines, for example Maude, which +allow conditional rules with rewrites in conditions. +The rationale behind this deliberate restriction in K is twofold:

+
    +
  • On the one hand, general conditional rules require a complex, and thus slower +rewrite engine, which starts recursive (sometimes exhaustive) rewrite sessions +to resolve the rewrites in conditions. In contrast, the side conditions in K +can be evaluated efficiently by back-ends, for example by evaluating builtin +expressions and/or by calling builtin functions.
  • +
  • On the other hand, the semantic definitional philosophy of K is that rule +premises are unnecessary, so there is no need to provide support for them.
  • +
+

Having builtin arithmetic is useful, but writing programs with just lambda +and arithmetic constructs is still a pain. In the next two lessons we will +add conditional (if_then_else) and binding (let and letrec) constructs, +which will allow us to write nicer programs.

+

Go to Lesson 6, LAMBDA: Selective Strictness; Anonymous Variables.

+

MOVIE (out of date) [4'52"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/index.html new file mode 100644 index 00000000000..aea71855f10 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/index.html @@ -0,0 +1,421 @@ + + + + + + + + + + + + + + +Selective Strictness; Anonymous Variables | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Selective Strictness; Anonymous Variables

+

We here show how to define selective strictness of language constructs, +that is, how to state that certain language constructs are strict only +in some arguments. We also show how to use anonymous variables.

+

We next define a conditional if construct, which takes three arguments, +evaluates only the first one, and then reduces to either the second or the +third, depending on whether the first one evaluated to true or to false.

+

K allows to define selective strictness using the same strict attribute, +but passing it a list of numbers. The numbers correspond to the arguments +in which we want the defined construct to be strict. In our case,

+
syntax Exp ::= "if" Exp "then" Exp "else" Exp   [strict(1)]
+
+

states that the conditional construct is strict in the first argument.

+

We can now assume that its first argument will eventually reduce to a value, so +we only write the following two semantic rules:

+
rule if true  then E else _ => E
+rule if false then _ else E => E
+
+

Thus, we assume that the first argument evaluates to either true or false.

+

Note the use of the anonymous variable _. We use such variables purely for +structural reasons, to state that something is there but we don't care what. +An anonymous variable is therefore completely equivalent to a normal variable +which is unsorted and different from all the other variables in the rule. If +you use _ multiple times in a rule, they will all be considered distinct.

+

Compile lambda.k and write and execute some interesting expressions making +use of the conditional construct. For example, the expression

+
if 2<=1 then 3/0 else 10
+
+

evaluates to 10 and will never evaluate 3/0, thus avoiding an unwanted +division-by-zero.

+

In the next lesson we will introduce two new language constructs, called +let and letrec and conventionally found in functional programming +languages, which will allow us to already write interesting LAMBDA programs.

+

Go to Lesson 7, LAMBDA: Derived Constructs; Extending Predefined Syntax.

+

MOVIE (out of date) [2'14"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/NOTES/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/NOTES/index.html new file mode 100644 index 00000000000..61c2814e56d --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/NOTES/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

In more recent definitions, we prefer to make some [macro] rules. +Macros apply statically, before the program is executed, thus +increasing the execution performance. The let and letrec constructs +here could be made into [macro].

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/index.html new file mode 100644 index 00000000000..9ebe905950c --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/index.html @@ -0,0 +1,459 @@ + + + + + + + + + + + + + + +Derived Constructs, Extending Predefined Syntax | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Derived Constructs, Extending Predefined Syntax

+

In this lesson we will learn how to define derived language constructs, that +is, ones whose semantics is defined completely in terms of other language +constructs. We will also learn how to add new constructs to predefined +syntactic categories.

+

When defining a language, we often want certain language constructs to be +defined in terms of other constructs. For example, a let-binding construct +of the form

+
let x = e in e'
+
+

is nothing but syntactic sugar for

+
(lambda x . e') e
+
+

This can be easily achieved with a rule, as shown in lambda.k.

+

Compile lambda.k and write some programs using let binders.

+

For example, consider a lets.lambda program which takes arithmetic.lambda +and replaces each integer by a let-bound variable. It should evaluate to +true, just like the original arithmetic.lambda.

+

Let us now consider a more interesting program, namely one that calculates the +factorial of 10:

+
let f = lambda x . (
+        (lambda t . lambda x . (t t x))
+        (lambda f . lambda x . (if x <= 1 then 1 else (x * (f f (x + -1)))))
+        x
+      )
+in (f 10)
+
+

This program follows a common technique to define fixed points in untyped +lambda calculus, based on passing a function to itself.

+

We may not like to define fixed-points following the approach above, because +it requires global changes in the body of the function meant to be recursive, +basically to pass it to itself (f f in our case above). The approach below +isolates the fixed-point aspect of the function in a so-called fixed-point +combinator, which we call fix below, and then apply it to the function +defining the body of the factorial, without any changes to it:

+
let fix = lambda f . (
+          (lambda x . (f (lambda y . (x x y))))
+          (lambda x . (f (lambda y . (x x y))))
+        )
+in let f = fix (lambda f . lambda x .
+                (if x <= 1 then 1 else (x * (f (x + -1)))))
+   in (f 10)
+
+

Although the above techniques are interesting and powerful (indeed, untyped +lambda calculus is in fact Turing complete), programmers will probably not +like to write programs this way.

+

We can easily define a more complex derived construct, called letrec and +conventionally encountered in functional programming languages, whose semantics +captures the fixed-point idea above. In order to keep its definition simple +and intuitive, we define a simplified variant of letrec, namely one which only +allows to define one recursive one-argument function. See lambda.k.

+

There are two interesting observations here.

+

First, note that we have already in-lined the definition of the fix +combinator in the definition of the factorial, to save one application of the +beta reduction rule (and the involved substitution steps). We could have +in-lined the definition of the remaining let, too, but we believe that the +current definition is easier to read.

+

Second, note that we extended the predefined Id syntactic category with two +new constants, $x and $y. The predefined identifiers cannot start with +$, so programs that will be executed with this semantics cannot possibly +contain the identifiers xandx andy. In other words, by adding them to Id they +become indirectly reserved for the semantics. This is indeed desirable, +because any possible uses of xinthebodyofthefunctiondefinedusingletrecwouldbecapturedbythelambdax in the body of the function defined +using `letrec` would be captured by the `lambdaxdeclaration in the definition ofletrec`.

+

Using letrec, we can now write the factorial program as elegantly as it can +be written in a functional language:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

In the next lesson we will discuss an alternative definition of letrec, based +on another binder, mu, specifically designed to define fixed points.

+

Go to Lesson 8, LAMBDA: Multiple Binding Constructs.

+

MOVIE (out of date) [5'10"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/SK-combinators/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/SK-combinators/index.html new file mode 100644 index 00000000000..bf2da394a38 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/SK-combinators/index.html @@ -0,0 +1,415 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define LAMBDA using the S/K combinators instead of substitution. +You new definition will not require the substitution.k module anymore, +and will not use environments (discussed in future lectures), either.

+

Recall that the S and K combinators are defined as follows:

+
K E1 E2 = E1
+S E1 E2 E3 = E1 E3 (E2 E3)
+
+

where the application is that of LAMBDA (left associative binary operation), +and that the lambda construct can be desugared to combinators using the +following simple rules:

+
lambda X . X = S K K
+lambda X . Y = K Y    when Y is a name different from X
+lambda X . (E1 E2) = S (lambda X . E1) (lambda X . E2)
+lambda X . B = K B    when B is any constant, including S or K
+
+

To distinguish the S and K combinators from K variables and make them +more visible, we prefer to write them as SS and KK instead of S and K.

+

If defined correctly and completely, all the tests should pass when you call +ktest on the provided config.xml file. The tests include all the programs +previously executed using LAMBDA (lesson_8), plus the additional program of +the mu-derived exercise, plus a few more simple programs given with this +exercise to help you better test your definition and nail down the notation.

+

The syntax of the new LAMBDA should be the same as before, although +mu needs to be desugared as in the mu-desugared exercise (using a macro). +The tricky part is how to deal with the builtin operations. For example, +lambda x . if x then y else z cannot be transformed into combinators as is, +but it can if we assume a builtin conditional function constant, say cond, +and desugar if_then_else_ to it. Then this expression becomes +lambda x . (((cond x) y) z), which we know how to transform. The drawback +of this cond constant approach is that it may induce non-termination +in recursive programs, but that appears to not be a problem in our examples.

+

You will have to do the same for all builtin functions, and you will have +to make sure that you define your values correctly! In our previous +definition we were able to say that lambda x . e was a value, but now that +is not possible anymore, because the lambda construct will be eliminated. +Instead, you will have to explicitly say it using the isVal membership +predicate that all the expressions that involve builtin functions and +yield functions are values; for example, isVal(cond V:Val) => true and +isVal(cond V1:Val V2:Val) => true need to be added, but obviously not +isVal(cond V1:Val V2:Val V3:Val) => true.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/mu-derived/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/mu-derived/index.html new file mode 100644 index 00000000000..7ef0b68de99 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/exercises/mu-derived/index.html @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The current K LAMBDA semantics of mu (in Lesson 8) is based on +substitution, and then letrec is defined as a derived operation using +mu. Give mu a different semantics, as a derived construct by +translation into other LAMBDA constructs, like we defined letrec in +Lesson 7.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/index.html new file mode 100644 index 00000000000..ea10d3832d7 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/index.html @@ -0,0 +1,432 @@ + + + + + + + + + + + + + + +Multiple Binding Constructs | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Multiple Binding Constructs

+

Here we learn how multiple language constructs that bind variables can +coexist. We will also learn about or recall another famous binder besides +lambda, namely mu, which can be used to elegantly define all kinds of +interesting fixed-point constructs.

+

The mu binder has the same syntax as lambda, except that it replaces +lambda with mu.

+

Since mu is a binder, in order for substitution to know how to deal with +variable capture in the presence of mu, we have to tell it that mu is a +binding construct, same like lambda. We take advantage of being there and +also add mu its desired latex attribute.

+

The intuition for

+
mu x . e
+
+

is that it reduces to e, but each free occurrence of x in e behaves +like a pointer that points back to mu x . e.

+

With that in mind, let us postpone the definition of mu and instead redefine +letrec F X = E in E' as a derived construct, assuming mu available. The +idea is to simply regard F as a fixed-point of the function

+
lambda X . E
+
+

that is, to first calculate

+
mu F . lambda X . E
+
+

and then to evaluate E' where F is bound to this fixed-point:

+
let F = mu F . lambda X . E in E'
+
+

This new definition of letrec may still look a bit tricky, particularly +because F is bound twice, but it is much simpler and cleaner than our +previous definition. Moreover, now it is done in a type-safe manner +(this aspect goes beyond our objective in this tutorial).

+

Let us now define the semantic rule of mu.

+

The semantics of mu is actually disarmingly simple. We just have to +substitute mu X . E for each free occurrence of X in E:

+
mu X . E => E[(mu X . E) / X]
+
+

Compile lambda.k and execute some recursive programs. They should be now +several times faster. Write a few more recursive programs, for example ones +for calculating the Ackermann function, for calculating the number of moves +needed to solve the Hanoi tower problem, etc.

+

We have defined our first programming language in K, which allows us to +write interesting functional programs. In the next lesson we will learn how +to fully document our language definition, in order to disseminate it, to ship +it to colleagues or friends, to publish it, to teach it, and so on.

+

Go to Lesson 9, LAMBDA: A Complete and Commented Definition.

+

MOVIE (out of date) [2'40"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/index.html new file mode 100644 index 00000000000..d574378d02b --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/index.html @@ -0,0 +1,445 @@ + + + + + + + + + + + + + + +A Complete and Documented K Definition | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Complete and Documented K Definition

+

In this lesson you will learn how to add formal comments to your K definition, +in order to nicely document it. The generated document can be then used for +various purposes: to ease understanding the K definition, to publish it, +to send it to others, etc.

+

The K tool allows a literate programming style, where the executable +language definition can be documented by means of annotations. One such +annotation is the latex(_) annotation, where you can specify how to format +the given production when producing Latex output via the --output latex +option to krun, kast, and kprove.

+

There are three types of comments, which we discuss next.

+

Ordinary comments

+

These use // or /* ... */, like in various programming languages. These +comments are completely ignored.

+

Document annotations

+

Use the @ symbol right after // or /* in order for the comment to be +considered an annotation and thus be processed by the K tool when it +generates documentation.

+

As an example, we can go ahead and add such an annotation at the beginning +of the LAMBDA module, explaining how we define the syntax of this language.

+

Header annotations

+

Use the ! symbol right after // or /* if you want the comment to be +considered a header annotation, that is, one which goes before +\begin{document} in the generated Latex. You typically need header +annotations to include macros, or to define a title, etc.

+

As an example, let us set a Latex length and then add a title and an +author to this K definition.

+

Compile the documentation and take a look at the results. Notice the title.

+

Feel free to now add lots of annotations to lambda.k.

+

Then compile and check the result. Depending on your PDF viewer, you +may also see a nice click-able table of contents, with all the sections +of your document. This could be quite convenient when you define large +languages, because it helps you jump to any part of the semantics.

+

Tutorial 1 is now complete. The next tutorial will take us through the +definition of a simple imperative language and will expose us to more +feature of the K framework and the K tool.

+

MOVIE (out of date) [6'07"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/lambda/index.html b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/lambda/index.html new file mode 100644 index 00000000000..e33bf0bf0d5 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/lambda/index.html @@ -0,0 +1,540 @@ + + + + + + + + + + + + + + +Tutorial 1 --- LAMBDA | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K code can be nested inside Markdown using annotated code blocks. +Use the tag k to tell the compiler which blocks to select.

+

Inside .k files, C/Java-like comments are available.

+
k
// Single line comment +/* Multiline +comments */ +
+

Tutorial 1 --- LAMBDA

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This file defines a simple functional language in K, called LAMBDA, +using a substitution style. The explicit objective here is to teach some +K concepts and how they work in the K tool, and not to teach +λ-calculus or to argue for one definitional style against another +(e.g., some may prefer environment/closure-based definitions of such +languages).

+

Note that the subsequent definition is so simple, that it hardly shows any +of the strengths of K. Perhaps the most interesting K aspect it shows is +that substitution can be defined fully generically, and then used to give +semantics to various constructs in various languages.

+

Note: +K follows the +literate programming +approach. The various semantic features defined in a K +module can be reordered at will and can be commented using normal +comments like in C/C++/Java. +While comments are useful in general, they can annoy the expert user +of K. To turn them off, you can do one of the following (unless you +want to remove them manually):
+(1) Use an editor which can +hide or highlight Markdown and conventional C-like comments; or
+(2) Run kompile --debug <def>. Inside ./.kompiled-xxx/.md2.k/ you will find +all the K code extracted from the markdown files as used for compilation.

+

Substitution

+

We need the predefined substitution module, so we require it with the command +below. Then we should make sure we import its module called SUBSTITUTION +in our LAMBDA module below.

+
k
module LAMBDA-SYNTAX + imports DOMAINS-SYNTAX + imports ID-SYNTAX +
+

Basic Call-by-value λ-Calculus Syntax

+

We first define the syntax of conventional call-by-value λ-calculus, making +sure we declare the lambda abstraction construct to be a binder, the +lambda application to be strict, and the parentheses used for grouping as +a bracket.

+

Note: +Syntax in K is defined using the familiar BNF notation, with +terminals enclosed in quotes and nonterminals starting with capital +letters. K actually extends BNF with several attributes, which will be +described in this tutorial.

+

Note: +The strict constructs can evaluate their arguments in any (fully +interleaved) order.

+

The initial syntax of our λ-calculus:

+
k
syntax Val ::= Id + | "lambda" Id "." Exp + syntax Exp ::= Val + | Exp Exp [left, strict] + | "(" Exp ")" [bracket] +
+

Integer and Boolean Builtins Syntax

+

The LAMBDA arithmetic and Boolean expression constructs are simply rewritten +to their builtin counterparts once their arguments are evaluated. +The annotated operators in the right-hand side of the rules below are +builtin and come with the corresponding builtin sort. Note that the +variables appearing in these rules have integer sort. That means that these +rules will only be applied after the arguments of the arithmetic constructs +are fully evaluated to K results; this will happen thanks to their strictness +attributes declared as annotations to their syntax declarations (below).

+
k
syntax Val ::= Int | Bool + syntax Exp ::= "-" Int + > Exp "*" Exp [strict, left] + | Exp "/" Exp [strict] + > Exp "+" Exp [strict, left] + > Exp "<=" Exp [strict] +
+

Conditional Syntax

+

Note that the if construct is strict only in its first argument.

+
k
syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] +
+

Let Binder

+

The let binder is a derived construct, because it can be defined using λ.

+
k
syntax Exp ::= "let" Id "=" Exp "in" Exp [macro] + rule let X = E in E':Exp => (lambda X . E') E +
+

Letrec Binder

+

We prefer a definition based on the μ construct. Note that μ is not +really necessary, but it makes the definition of letrec easier to understand +and faster to execute.

+
k
syntax Exp ::= "letrec" Id Id "=" Exp "in" Exp [macro] + | "mu" Id "." Exp + rule letrec F:Id X:Id = E in E' => let F = mu F . lambda X . E in E' +endmodule +
+

LAMBDA module

+
k
module LAMBDA + imports LAMBDA-SYNTAX + imports DOMAINS + + syntax KResult ::= Val +
+

β-reduction

+
k
syntax Set ::= freeVars( Exp ) [function] + rule freeVars( _ ) => .Set [owise] + rule freeVars( V:Id ) => SetItem(V) + rule freeVars( lambda X . E ) => freeVars( E ) -Set SetItem(X) + rule freeVars( E1 E2 ) => freeVars(E1) freeVars(E2) + rule freeVars( E1 * E2 ) => freeVars(E1) freeVars(E2) + rule freeVars( E1 / E2 ) => freeVars(E1) freeVars(E2) + rule freeVars( E1 + E2 ) => freeVars(E1) freeVars(E2) + rule freeVars( E1 <= E2 ) => freeVars(E1) freeVars(E2) + rule freeVars( if B then E1 else E2) => freeVars(B) freeVars(E1) freeVars(E2) + + syntax Id ::= freshVar(Id, Int, Set) [function] + rule freshVar(V, I, S) => #let X = String2Id(Id2String(V) +String Int2String(I)) #in #if X in S #then freshVar(V, I +Int 1, S) #else X #fi + + syntax Exp ::= Exp "[" Exp "/" Id "]" [function] + + rule X:Exp [_ / _] => X [owise] + rule X [V / X] => V + + rule (lambda Y . E) [_ / Y] => lambda Y . E + rule (lambda Y . E) [V / X] => lambda Y . (E[V / X]) requires Y =/=K X andBool notBool (Y in freeVars(V)) + rule (lambda Y . E) [V / X] => #let Z = freshVar(Y, 0, freeVars(E) freeVars(V)) #in lambda Z . (E[Z / Y] [V / X]) + requires Y =/=K X andBool Y in freeVars(V) + + rule (E1:Exp E2:Exp) [V / X] => E1[V / X] (E2[V / X]) + + rule (E1:Exp * E2:Exp) [V / X] => E1[V / X] * (E2[V / X]) + rule (E1:Exp / E2:Exp) [V / X] => E1[V / X] / (E2[V / X]) + rule (E1:Exp + E2:Exp) [V / X] => E1[V / X] + (E2[V / X]) + rule (E1:Exp <= E2:Exp) [V / X] => E1[V / X] <= (E2[V / X]) + + rule (if C then E1 else E2) [V / X] => if C[V / X] then E1[V / X] else (E2[V / X]) + + rule (lambda X:Id . E:Exp) V:Val => E[V / X] +
+

Integer Builtins

+
k
rule - I => 0 -Int I + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=Int 0 + rule I1 + I2 => I1 +Int I2 + rule I1 <= I2 => I1 <=Int I2 +
+

Conditional

+
k
rule if true then E else _ => E + rule if false then _ else E => E +
+

Mu

+
k
rule mu X . E => E[(mu X . E) / X] +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/NOTES/index.html b/k-distribution/pl-tutorial/1_k/2_imp/NOTES/index.html new file mode 100644 index 00000000000..b65c1ed824a --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/NOTES/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+
    +
  • Revise the change of S1 S2 into S1:Stmt S2:Stmt, if needed; only S2 +really needs to be sorted.
  • +
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/index.html b/k-distribution/pl-tutorial/1_k/2_imp/index.html new file mode 100644 index 00000000000..d978989e0bc --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/index.html @@ -0,0 +1,403 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 2: Defining IMP

+

Here you will learn how to define a very simple imperative language in K +and the basics of how to work with configurations, cells, and computations. +Specifically, you will learn the following:

+
    +
  • How to define languages using multiple modules.
  • +
  • How to define sequentially strict syntactic constructs.
  • +
  • How to use K's syntactic lists.
  • +
  • How to define, initialize and configure configurations.
  • +
  • How the language syntax is swallowed by the builtin K syntactic category.
  • +
  • The additional syntax of the K syntactic category.
  • +
  • How the strictness annotations are automatically desugared into rules.
  • +
  • The first steps of the configuration abstraction mechanism.
  • +
+

Like in the previous tutorial, this folder contains several lessons, each +adding new features to IMP. Do them in order. Also, make sure you completed +and understood the previous tutorial.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_1/index.html new file mode 100644 index 00000000000..d8408530bf3 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_1/index.html @@ -0,0 +1,541 @@ + + + + + + + + + + + + + + +Defining a More Complex Syntax | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Defining a More Complex Syntax

+

Here we learn how to define a more complex language syntax than LAMBDA's, +namely the C-like syntax of IMP. Also, we will learn how to define languages +using multiple modules, because we are going to separate IMP's syntax from +its semantics using modules. Finally, we will also learn how to use K's +builtin support for syntactic lists.

+

The K tool provides modules for grouping language features. In general, we +can organize our languages in arbitrarily complex module structures. +While there are no rigid requirements or even guidelines for how to group +language features in modules, we often separate the language syntax from the +language semantics in different modules.

+

In our case here, we start by defining two modules, IMP-SYNTAX and IMP, and +import the first in the second, using the keyword imports. As their names +suggest, we will place all IMP's syntax definition in IMP-SYNTAX and all its +semantics in IMP.

+

Note, however, that K does no more than simply includes all the +contents of the imported module in the one which imports it (making sure +that everything is only kept once, even if you import it multiple times). +In other words, there is currently nothing fancy in K tool's module system.

+

IMP has six syntactic categories, as shown in imp.k: AExp for arithmetic +expressions, BExp for Boolean expressions, Block for blocks, Stmt for +statements, Pgm for programs and Ids for comma-separated lists of +identifiers. Blocks are special statements, whose role is to syntactically +constrain the conditional statement and the while loop statement to only +take blocks as branches and body, respectively.

+

There is nothing special about arithmetic and Boolean expressions. They +are given the expected strictness attributes, except for <= and &&, +for demonstration purposes.

+

The <= is defined to be seqstrict, which means that it evaluates its +arguments in order, from left-to-right (recall that the strict operators +can evaluate their arguments in any, fully interleaved, orders). Like +strict, the seqstrict annotation can also be configured; for example, one +can specify in which arguments and in what order. By default, seqstrict +refers to all the arguments, in their left-to-right order. In our case here, +it is equivalent with seqstrict(1 2).

+

The && is only strict in its first argument, because we will give it a +short-circuited semantics (its second argument will only be evaluated when +the first evaluates to true). Recall the K tool also allows us to associate +LaTex attributes to constructs, telling the document generator how to display +them. For example, we associate <= the attribute latex({#1}\leq{#2}), +which makes it be displayed \leq everywhere in the generated LaTex +documentation.

+

In this tutorial we take the freedom to associate the various constructs +parsing precedences that we have already tested and we know work well, so that +we can focus on the semantics here instead of syntax. In practice, though, +you typically need to experiment with precedences until you obtain the desired +parser.

+

Blocks are defined using curly brackets, and they can either be empty or +hold a statement.

+

Nothing special about the IMP statements. Note that ; is an assignment +statement terminator, not a statement separator. Note also that blocks are +special statements.

+

An IMP program declares a comma-separated list of variables using the keyword +int like in C, followed by a semicolon ;, followed by a statement. +Syntactically, the idea here is that we can wrap any IMP program within a +main(){...} function and get a valid C program. IMP does not allow variable +declarations anywhere else except through this construct, at the top-level of +the program. Other languages provided with the K distribution (see, e.g., the +IMP++ language also discussed in this tutorial) remove this top-level program +construct of IMP and add instead variable declaration as a statement construct, +which can be used anywhere in the program, not only at the top level.

+

Note how we defined the comma-separated list of identifiers using +List{Id,","}. The K tool provides builtin support for generic syntactic +lists. In general,

+
syntax B ::= List{A,T}
+
+

declares a new non-terminal, B, corresponding to T-separated sequences of +elements of A, where A is a non-terminal and T is a terminal. These +lists can also be empty, that is, IMP programs declaring no variable are also +allowed (e.g., int; {} is a valid IMP program). To instantiate and use +the K builtin lists, you should alias each instance with a (typically fresh) +non-terminal in your syntax, like we do with the Ids nonterminal.

+

Like with other K features, there are ways to configure the syntactic lists, +but we do not discuss them here.

+

Recall from Tutorial 1 (LAMBDA) that in order for strictness to work well +we also need to tell K which computations are meant to be results. We do +this as well now, in the module IMP: integers and Booleans are K results.

+

Kompile imp.k and test the generated parser by running some programs. +Since IMP is a fragment of C, you may want to select the C mode in your +editor when writing these programs. This will also give your the feel that +you are writing programs in a real programming language.

+

For example, here is sum.imp, which sums in sum all numbers up to n:

+
int n, sum;
+n = 100;
+sum=0;
+while (!(n <= 0)) {
+  sum = sum + n;
+  n = n + -1;
+}
+
+

Now krun it and see how it looks parsed in the default k cell.

+

The program collatz.imp tests the Collatz conjecture for all numbers up to +m and accumulates the total number of steps in s:

+
int m, n, q, r, s;
+m = 10;
+while (!(m<=2)) {
+  n = m;
+  m = m + -1;
+  while (!(n<=1)) {
+    s = s+1;
+    q = n/2;
+    r = q+q+1;
+    if (r<=n) {
+      n = n+n+n+1;         // n becomes 3*n+1 if odd
+    } else {n=q;}          //        of   n/2 if even
+  }
+}
+
+

Finally, program primes.imp counts in s all the prime numbers up to m:

+
int i, m, n, q, r, s, t, x, y, z;
+m = 10;  n = 2;
+while (n <= m) {
+  // checking primality of n and writing t to 1 or 0
+  i = 2;  q = n/i;  t = 1;
+  while (i<=q && 1<=t) {
+    x = i;
+    y = q;
+    // fast multiplication (base 2) algorithm
+    z = 0;
+    while (!(x <= 0)) {
+      q = x/2;
+      r = q+q+1;
+      if (r <= x) { z = z+y; } else {}
+      x = q;
+      y = y+y;
+    } // end fast multiplication
+    if (n <= z) { t = 0; } else { i = i+1;  q = n/i; }
+  } // end checking primality
+  if (1 <= t) { s = s+1; } else {}
+  n = n+1;
+}
+
+

All the programs above will run once we define the semantics of IMP. If you +want to execute them now, wrap them in a main(){...} function and compile +them and run them with your favorite C compiler.

+

Before we move to the K semantics of IMP, we would like to make some +clarifications regarding the K builtin parser, kast. Although it is quite +powerful, you should not expect magic from it! While the K parser can parse +many non-trivial languages (see, for example, the KOOL language in +pl-tutorial/2_languages) in the K distribution), it was +never meant to be a substitute for real parsers. We often call the syntax +defined in K the syntax of the semantics, to highlight the fact that its +role is to serve as a convenient notation when writing the semantics, not +necessarily as a means to define concrete syntax of arbitrarily complex +programming languages. See the KERNELC language for an example on how to connect an external parser for concrete syntax to +the K tool.

+

The above being said, we strongly encourage you to strive to make the +builtin parser work with your desired language syntax! Do not give up +simply because you don't want to deal with syntactic problems. On the +contrary, fight for your syntax! If you really cannot define your desired +syntax because of tool limitations, we would like to know. Please tell us.

+

Until now we have only seen default configurations. In the next lesson we +will learn how to define a K custom configuration.

+

Go to Lesson 2, IMP: Defining a Configuration.

+

MOVIE (out of date) [09'15"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_2/index.html new file mode 100644 index 00000000000..032f773495e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_2/index.html @@ -0,0 +1,453 @@ + + + + + + + + + + + + + + +Defining a Configuration | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Defining a Configuration

+

Here we learn how to define a configuration in K. We also learn how to +initialize and how to display it.

+

As explained in the overview presentation on K, configurations are quite +important, because all semantic rules match and apply on them. +Moreover, they are the backbone of configuration abstraction, which allows +you to only mention the relevant cells in each semantic rule, the rest of +the configuration context being inferred automatically. The importance of +configuration abstraction will become clear when we define more complex +languages (even in IMP++). IMP does not really need it. K configurations +are constructed making use of cells, which are labeled and can be arbitrarily +nested.

+

Configurations are defined with the keyword configuration. Cells are +defined using an XML-ish notation stating clearly where the cell starts +and where it ends.

+

While not enforced by the tool, we typically like to put the entire +configuration in a top-level cell, called T. So let's define it:

+
configuration <T>...</T>
+
+

Cells can have other cells inside. In our case of IMP, we need a cell to +hold the remaining program, cell which we typically call k, and a cell to +hold the program state. Let us add them:

+
configuration <T> <k>...</k> <state>...</state> </T>
+
+

K allows us to also specify how to initialize a configuration at the same +time with declaring the configuration. All we have to do is to fill in +the contents of the cells with some terms. The syntactic categories of +those terms will also indirectly define the types of the corresponding +cells.

+

For example, we want the k cell to initially hold the program that is passed +to krun. K provides a builtin configuration variable, called $PGM, which +is specifically designed for this purpose: krun will place its program there +(after it parses it, or course). The K tool allows users to define their own +configuration variables, too, which can be used to develop custom +initializations of program configurations with the help of krun; this can be +quite useful when defining complex languages, but we do not discuss it in +this tutorial.

+
configuration <T> <k> $PGM </k> <state>...</state>  </T>
+
+

Moreover, we want the program to be a proper Pgm term (because we do not +want to allow krun to take fragments of programs, for example, statements). +Therefore, we tag $PGM with the desired syntactic category, Pgm:

+
configuration <T> <k> $PGM:Pgm </k> <state>...</state>  </T>
+
+

Like for other variable tags in K, a run-time check will be performed and the +semantics will get stuck if the passed term is not a well-formed program.

+

We next tell K that the state cell should be initialized with the empty map:

+
configuration <T> <k> $PGM:Pgm </k> <state> .Map </state>  </T>
+
+

Recall that in K . stands for nothing. However, since there are various +types of nothing, to avoid confusion we can suffix the . with its desired +type. K has several builtin data-types, including lists, sets, bags, and +maps. .Map is the empty map.

+

Kompile imp.k and run several programs to see how the configuration is +initialized as desired.

+

When configurations get large, and they do when defining large programming +languages, you may want to color the cells in order to more easily distinguish +them. This can be easily achieved using the color cell attribute, following +again an XML-ish style:

+
configuration <T color="yellow">
+                <k color="green"> $PGM:Pgm </k>
+                <state color="red"> .Map </state>
+              </T>
+
+

In the next lesson we will learn how to write rules that involve cells.

+

Go to Lesson 3, IMP: Computations, Results, Strictness; Rules Involving Cells.

+

MOVIE (out of date) [04'21"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_3/index.html new file mode 100644 index 00000000000..33cd43de679 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_3/index.html @@ -0,0 +1,591 @@ + + + + + + + + + + + + + + +Computations, Results, Strictness; Rules Involving Cells | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Computations, Results, Strictness; Rules Involving Cells

+

In this lesson we will learn about the syntactic category K of computations, +about how strictness attributes are in fact syntactic sugar for rewrite rules +over computations, and why it is important to tell the tool which +computations are results. We will also see a K rule that involves cells.

+

K Computations

+

Computation structures, or more simply computations, extend the abstract +syntax of your language with a list structure using ~> (read followed +by or and then, and written \curvearrowright in Latex) as a separator. +K provides a distinguished sort, K, for computations. The extension of the +abstract syntax of your language into computations is done automatically by +the K tool when you declare constructs using the syntax keyword, so the K +semantic rules can uniformly operate only on terms of sort K. The intuition +for computation structures of the form

+
t1 ~> t2 ~> ... ~> tn
+
+

is that the listed tasks are to be processed in order. The initial +computation typically contains the original program as its sole task, but +rules can then modify it into task sequences, as seen shortly.

+

Strictness in Theory

+

The strictness attributes, used as annotations to language constructs, +actually correspond to rules over computations. For example, the +strict(2) attribute of the assignment statement corresponds to the +following two opposite rules (X ranges over Id and A over AExp):

+
X=A; => A ~> X=[];
+A ~> X=[]; => X=A;
+
+

The first rule pulls A from the syntactic context X=A; and schedules it +for processing. The second rule plugs A back into its context. +Inspired from the chemical abstract machine, we call rules of the first +type above heating rules and rules of the second type cooling rules. +Similar rules are generated for other arguments in which operations are +strict. Iterative applications of heating rules eventually bring to the +top of the computation atomic tasks, such as a variable lookup, or a +builtin operation, which then make computational progress by means of other +rules. Once progress is made, cooling rules can iteratively plug the result +back into context, so that heating rules can pick another candidate for +reduction, and so on and so forth.

+

When operations are strict only in some of their arguments, the corresponding +positions of the arguments in which they are strict are explicitly enumerated +in the argument of the strict attribute, e.g., strict(2) like above, or +strict(2 3) for an operation strict in its second and third arguments, etc. +If an operation is simply declared strict then it means that it is strict +in all its arguments. For example, the strictness of addition yields:

+
A1+A2 => A1 ~> []+A2
+A1 ~> []+A2 => A1+A2
+A1+A2 => A2 ~> A1+[]
+A2 ~> A1+[] => A1+A2
+
+

It can be seen that such heating/cooling rules can easily lead to +non-determinism, since the same term may be heated many different ways; +these different evaluation orders may lead to different behaviors in some +languages (not in IMP, because its expressions do not have side effects, +but we will experiment with non-determinism in its successor, IMP++).

+

A similar desugaring applies to sequential strictness, declared with the +keyword seqstrict. While the order of arguments of strict is irrelevant, +it matters in the case of seqstrict: they are to be evaluated in the +specified order; if no arguments are given, then they are assumed by default +to be evaluated from left-to-right. For example, the default heating/cooling +rules associated to the sequentially strict <= construct above are +(A1, A2 range over AExp and I1 over Int):

+
A1<=A2 => A1 ~> []<=A2
+A1 ~> []<=A2 => A1<=A2
+I1<=A2 => A2 ~> I1<=[]
+A2 ~> I1<=[] => I1<=A2
+
+

In other words, A2 is only heated/cooled after A1 is already evaluated.

+

While the heating/cooling rules give us a nice and uniform means to define +all the various allowable ways in which a program can evaluate, all based +on rewriting, the fact that they are reversible comes with a serious practical +problem: they make the K definitions unexecutable, because they lead to +non-termination.

+

Strictness in Practice; K Results

+

To break the reversibility of the theoretical heating/cooling rules, and, +moreover, to efficiently execute K definitions, the current implementation of +the K tool relies on users giving explicit definitions of their languages' +results.

+

The K tool provides a predicate isKResult, which is automatically defined +as we add syntactic constructs to KResult (in fact the K tool defines such +predicates for all syntactic categories, which are used, for example, as +rule side conditions to check user-declared variable memberships, such as +V:Val stating that V belongs to Val).

+

The kompile tool, depending upon what it is requested to do, changes the +reversible heating/cooling rules corresponding to evaluation strategy +definitions (e.g., those corresponding to strictness attributes) to avoid +non-termination. For example, when one is interested in obtaining an +executable model of the language (which is the default compilation mode of +kompile), then heating is performed only when the to-be-pulled syntactic +fragment is not a result, and the corresponding cooling only when the +to-be-plugged fragment is a result. In this case, e.g., the heating/cooling +rules for assignment are modified as follows:

+
X=A; => A ~> X=[];  requires notBool isKResult(A)
+A ~> X=[]; => X=A;  requires isKResult(A)
+
+

Note that non-termination of heating/cooling is avoided now. The only thing +lost is the number of possible behaviors that a program can manifest, but +this is irrelevant when all we want is one behavior.

+

As will be discussed in the IMP++ tutorial, the heating/cooling rules are +modified differently by kompile when we are interested in other aspects +of the language definition, such us, for example, in a search-able model that +comprises all program behaviors. This latter model is obviously more general +from a theoretical perspective, but, in practice, it is also slower to execute. +The kompile tool strives to give you the best model of the language for the +task you are interested in.

+

Can't Results be Inferred Automatically?

+

This is a long story, but the short answer is: No!. Maybe in some cases +it is possible, but we prefer to not attempt it in the K tool. For example, +you most likely do not want any stuck computation to count as a result, +since some of them can happen simply because you forgot a semantic rule that +could have further reduce it! Besides, in our experience with defining large +languages, it is quite useful to take your time and think of what the results +of your language's computations are. This fact in itself may help you improve +your overall language design. We typically do it at the same time with +defining the evaluation strategies of our languages. Although in theory K +could infer the results of your language as the stuck computations, based on +the above we have deliberately decided to not provide this feature, in spite +of requests from some users. So you currently do have to explicitly define +your K results if you want to effectively use the K tool. Note, however, that +theoretical definitions, not meant to be executed, need not worry about +defining results (that's because in theory semantic rules apply modulo the +reversible heating/cooling rules, so results are not necessary).

+

A K Rule Involving Cells

+

All our K rules so far in the tutorial were of the form

+
rule left => right requires condition
+
+

where left and right were syntactic, or more generally computation, terms.

+

Here is our first K rule explicitly involving cells:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

Recall that the k cell holds computations, which are sequences of tasks +separated by ~>. Also, the state cell holds a map, which is a set of +bindings, each binding being a pair of computations (currently, the +K builtin data-structures, like maps, are untyped; or, said differently, +they are all over the type of computations, K).

+

Therefore, the two cells mentioned in the rule above hold collections +of things, ordered or not. The ...s, which we also call cell frames, +stand for more stuff there, which we do not care about.

+

The rewrite relation => is allowed in K to appear anywhere in a term, its +meaning being that the corresponding subterm is rewritten as indicated in the +shown context. We say that K's rewriting is local.

+

The rule above says that if the identifier X is the first task in the k +cell, and if X is bound to I somewhere in the state, then X rewrites +to I locally in the k cell. Therefore, IMP variables need to be already +declared when looked up.

+

Of course, the K rule above can be translated into an ordinary rewrite rule +of the form

+
rule <k> X ~> Rest </k> <state> Before (X |-> I) After </state>
+  => <k> I ~> Rest </k> <state> Before (X |-> I) After </state>
+
+

Besides being more verbose and thus tedious to write, this ordinary rule +is also more error-prone; for example, we may forget the Rest variable +in the right-hand-side, etc. Moreover, the concurrent semantics of K +allows for its rules to be interpreted as concurrent transactions, where +the context is the read-only component of the transaction, while the +subterms which are rewritten are read/write component of the transaction; +thus, K rule instances can apply concurrently if they only overlap +on read-only parts, while they cannot if regarded as ordinary rewrite logic +rules. Note: our current implementation of the K tool is not concurrent, +so K rules are in fact desugared as normal rewrite rules in the K tool.

+

Kompile imp.k using a documentation option and check out how the K rule +looks in the generated document. The ... frames are displayed as cell +tears, metaphorically implying that those parts of the cells that we +do not care about are torn away. The rewrite relation is replaced by a +horizontal line: specifically, the subterm which rewrites, X, is +underlined, and its replacement is written underneath the line.

+

In the next lesson we define the complete K semantics of IMP and +run the programs we parsed in the first lesson.

+

Go to Lesson 4, IMP: Configuration Abstraction, Part 1; Types of Rules.

+

MOVIE (out of date) [10'30"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/purely-syntactic/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/purely-syntactic/index.html new file mode 100644 index 00000000000..f0a95a339d9 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/purely-syntactic/index.html @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Modify IMP so that the K followed by arrow, ~>, does not explicitly +occur in the definition (it currently occurs in the semantics of +sequential composition).

+

Hint: make sequential composition strict(1) or seqstrict, and have +statements reduce to {} instead of .; and don't forget to make +{} a KResult (you may need a new syntactic category for that, which +only includes {} and is included in KResult).

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/uninitialized-variables/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/uninitialized-variables/index.html new file mode 100644 index 00000000000..9f50b387965 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/exercises/uninitialized-variables/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Modify the K definition of IMP to not automatically initialize +variables to 0. Instead, declared variables should stay uninitialized +until assigned a value, and the execution should get stuck when an +uninitialized variable is looked up. Specifically, you should add a +new undefined construct of sort K, and initialize all the declared +variables with it.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/index.html new file mode 100644 index 00000000000..c3972fe09b7 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/index.html @@ -0,0 +1,497 @@ + + + + + + + + + + + + + + +Configuration Abstraction, Part 1; Types of Rules | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Configuration Abstraction, Part 1; Types of Rules

+

Here we will complete the K definition of IMP and, while doing so, we will +learn the very first step of what we call configuration abstraction.

+

The IMP Semantic Rules

+

Let us add the remaining rules, in the order in which the language constructs +were defined in IMP-SYNTAX.

+

The rules for the arithmetic and Boolean constructs are self-explanatory. +Note, however, that K will infer the correct sorts of all the variables in +these rules, because they appear as arguments of the builtin operations +(_+Int_, etc.). Moreover, the inferred sorts will be enforced dynamically. +Indeed, we do not want to apply the rule for addition, for example, when the +two arguments are not integers. In the rules for &&, although we prefer to +not do it here for simplicity, we could have eliminated the dynamic check by +replacing B (and similarly for _) with B:K. Indeed, it can be shown +that whenever any of these rules apply, B (or _) is a BExp anyway. +That's because there is no rule that can touch such a B (or _); this +will become clearer shortly, when we discuss the first step of configuration +abstraction. Therefore, since we know that B will be a BExp anyway, we +could save the time it takes to check its sort; such times may look minor, +but they accumulate, so some designers may prefer to avoid run-time checks +whenever possible.

+

The block rules are trivial. However, the rule for non-empty blocks is +semantically correct only because we do not have local variable declarations +in IMP. We will have to change this rule in IMP++.

+

The assignment rule has two =>: one in the k cell dissolving the +assignment statement, and the other in the state cell updating the value of +the assigned variable. Note that the one in the state is surrounded by +parentheses: (_ => I). That is because => is greedy: it matches as much +as it can to the left and to the right, until it reaches the cell boundaries +(closed or open). If you want to limit its scope, or for clarity, you can use +parentheses like here.

+

The rule for sequential composition simply desugars S1 S2 into S1 ~> S2. +Indeed, the two have exactly the same semantics. Note that statements +evaluate to nothing (.), so once S1 is processed in S1 ~> S2, then the +next task is automatically S2, without wasting any step for the transition.

+

The rules for the conditional and while statements are clear. One thing to +keep in mind now is that the while unrolling rule will not apply +indefinitely in the positive branch of the resulting conditional, because +of K's configuration abstraction, which will be discussed shortly.

+

An IMP program declares a set of variables and then executes a +statement in the state obtained after initializing all those variables +to 0. The rules for programs initialize the declared variables one by one, +checking also that there are no duplicates. We check for duplicates only for +demonstration purposes, to illustrate the keys predefined operation that +returns the set of keys of a map, and the set membership operation in. +In practice, we typically define a static type checker for our language, +which we execute before the semantics and reject inappropriate programs.

+

The use of the .Ids in the second rule is not necessary. We could have +written int; S instead of int .Ids; S and the K tool would parse it and +kompile the definition correctly, because it uses the same parser used for +parsing programs also to parse the semantics. However, we typically prefer to +explicitly write the nothing values in the semantics, for clarity; +the parser has been extended to accept these. Note that the first rule +matches the entire k cell, because int_;_ is the top-level program +construct in IMP, so there is nothing following it in the computation cell. +The anonymous variable stands for the second argument of this top-level program +construct, not for the rest of the computation. The second rule could have +also been put in a complete k cell, but we preferred not to, for simplicity.

+

Our IMP semantics is now complete, but there are a few more things that we +need to understand and do.

+

Configuration Abstraction, Part 1

+

First, let us briefly discuss the very first step of configuration abstraction. +In K, all semantic rules are in fact rules between configurations. As soon +explained in the IMP++ tutorial, the declared configuration cell structure is +used to automatically complete the missing configuration parts in rules. +However, many rules do not involve any cells, being rules between syntactic +terms (of sort K); for example, we had only three rules involving cells in our +IMP semantics. In this case, the k cell will be added automatically and the +actual rewrite will happen on top of the enclosed computation. For example, +the rule for the while loop is automatically translated into the following:

+
rule <k> while (B) S => if (B) {S while (B) S} else {} ...</k>
+
+

Since the first task in computations is what needs to be done next, the +intuition for this rule completion is that the syntactic transition +only happens when the term to rewrite is ready for processing. This explains, +for example, why the while loop unrolling does not indefinitely apply in the +positive branch of the conditional: the inner while loop is not ready for +evaluation yet. We call this rule completion process, as well as other +similar ones, configuration abstraction. That is because the incomplete +rule abstracts away the configuration structure, thus being easier to read. +As seen soon when we define IMP++, configuration abstraction is not only a +user convenience; it actually significantly increases the modularity of our +definitions. The k-cell-completion is only the very first step, though.

+

If you really want certain rewrites over syntactic terms to apply +anywhere they match, then you should tag the rule with the attribute +anywhere, which was discussed in Tutorial 1, Lesson 2.5.

+

Kompile and then krun the programs that you only parsed in Lesson 1. They +should all execute as expected. The state cell shows the final state +of the program. The k cell shows the final code contents, which should be +empty whenever the IMP program executes correctly.

+

Kompile also with the documentation option and take a look at the generated +documentation. The assignment rule should particularly be of interest, +because it contains two local rewrites.

+

In the next lesson we comment the IMP definition and conclude this tutorial.

+

Go to Lesson 5, IMP: Completing and Documenting IMP.

+

MOVIE (out of date) [09'16"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/imp/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/imp/index.html new file mode 100644 index 00000000000..fdf945fb455 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/imp/index.html @@ -0,0 +1,547 @@ + + + + + + + + + + + + + + +IMP | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

IMP

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This is the K semantic definition of the classic IMP language. +IMP is considered a folklore language, without an official inventor, +and has been used in many textbooks and papers, often with slight +syntactic variations and often without being called IMP. It includes +the most basic imperative language constructs, namely basic constructs +for arithmetic and Boolean expressions, and variable assignment, +conditional, while loop and sequential composition constructs for statements.

+
k
module IMP-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

This module defines the syntax of IMP. +Note that <= is sequentially strict, and && is strict only in its first +argument, because we want to give it a short-circuit semantics.

+
k
syntax AExp ::= Int | Id + | "-" Int [format(%1%2)] + | AExp "/" AExp [left, strict, color(pink)] + | "(" AExp ")" [bracket] + > AExp "+" AExp [left, strict, color(pink)] + syntax BExp ::= Bool + | AExp "<=" AExp [seqstrict] + | "!" BExp [strict, color(pink)] + | "(" BExp ")" [bracket] + > BExp "&&" BExp [left, strict(1), color(pink)] + syntax Block ::= "{" "}" + | "{" Stmt "}" [format(%1%i%n%2%d%n%3)] + syntax Stmt ::= Block + | Id "=" AExp ";" [strict(2), color(pink), format(%1 %2 %3%4)] + | "if" "(" BExp ")" + Block "else" Block [strict(1), colors(yellow, white, white, yellow), format(%1 %2%3%4 %5 %6 %7)] + | "while" "(" BExp ")" Block [colors(yellow,white,white), format(%1 %2%3%4 %5)] + > Stmt Stmt [left, format(%1%n%2)] +
+

An IMP program declares a set of variables and then executes a +statement in the state obtained after initializing all those variables +to 0. K provides builtin support for generic syntactic lists: +List{Nonterminal,terminal} stands for terminal-separated lists of Nonterminal elements.

+
k
syntax Pgm ::= "int" Ids ";" Stmt [format(%1 %2%3%n%4), colors(yellow,pink)] + syntax Ids ::= List{Id,","} [format(%1%2 %3)] +endmodule +
+

We are done with the definition of IMP's syntax. Make sure +that you write and parse several interesting programs before you move to the +semantics.

+
k
module IMP + imports IMP-SYNTAX + imports DOMAINS +
+

Semantics

+

This module defines the semantics of IMP. +Before you start adding semantic rules to a K definition, you need to +define the basic semantic infrastructure consisting of definitions for +results and the configuration.

+

Values and results

+

IMP only has two types of values, or results of computations: integers +and Booleans. We here use the K builtin variants for both of them.

+
k
syntax KResult ::= Int | Bool +
+

Configuration

+

The configuration of IMP is trivial: it only contains two cells, one +for the computation and another for the state. For good encapsulation +and clarity, we place the two cells inside another cell, the top cell +which is labeled T.

+
k
configuration <T color="yellow"> + <k color="green"> $PGM:Pgm </k> + <state color="red"> .Map </state> + </T> +
+

The configuration variable PGM tells the K tool where to +place the program. More precisely, the command +krun program parses the program and places the resulting +K abstract syntax tree in the k cell before invoking the +semantic rules described in the sequel. The . in the +state cell, written .Map in ASCII in the +imp.md file, is K's way to say nothing. Technically, it +is a constant which is the unit, or identity, of all maps in K +(similar dot units exist for other K structures, such as lists, sets, +multi-sets, etc.).

+

Arithmetic expressions

+

The K semantics of each arithmetic construct is defined below.

+

Variable lookup

+

A program variable X is looked up in the state by matching a binding +of the form X |-> I in the state cell. If such a binding does not +exist, then the rewriting process will get stuck. Thus our semantics of +IMP disallows uses of uninitialized variables. Note that the variable +to be looked up is the first task in the k cell (the cell is +closed to the left and torn to the right), while the binding can be +anywhere in the state cell (the cell is torn at both sides).

+
k
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state> +
+

Arithmetic operators

+

There is nothing special about these, but recall that K's configuration +abstraction mechanism is at work here! That means that the rewrites in the +rules below all happen at the beginning of the k cell.

+
k
rule I1 / I2 => I1 /Int I2 requires I2 =/=Int 0 + rule I1 + I2 => I1 +Int I2 + rule - I1 => 0 -Int I1 +
+

Boolean expressions

+

The rules below are straightforward. Note the short-circuited semantics +of &&; this is the reason we annotated the syntax of +&& with the K attribute strict(1) instead of strict.

+
k
rule I1 <= I2 => I1 <=Int I2 + rule ! T => notBool T + rule true && B => B + rule false && _ => false +
+

Blocks and Statements

+

There is one rule per statement construct except for the conditional, +which needs two rules.

+

Blocks

+

The empty block {} is simply dissolved. The . below is the +unit of the computation list structure K, that is, the empty task. +Similarly, the non-empty blocks are dissolved and replaced by their statement +contents, thus effectively giving them a bracket semantics; we can afford to +do this only because we have no block-local variable declarations yet in IMP.

+
k
rule {} => .K + rule {S} => S +
+

Assignment

+

The assigned variable is updated in the state. The variable is expected +to be declared, otherwise the semantics will get stuck. At the same time, +the assignment is dissolved.

+
k
rule <k> X = I:Int; => .K ...</k> <state>... X |-> (_ => I) ...</state> +
+

Sequential composition

+

Sequential composition is simply structurally translated into K's +builtin task sequentialization operation.

+
k
rule S1:Stmt S2:Stmt => S1 ~> S2 +
+

Conditional

+

The conditional statement has two semantic cases, corresponding to +when its condition evaluates to true or to false. +Recall that the conditional was annotated with the attribute +strict(1) in the syntax module above, so only its first +argument is allowed to be evaluated.

+
k
rule if (true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+

We give the semantics of the while loop by unrolling.

+
k
rule while (B) S => if (B) {S while (B) S} else {} +
+

Programs

+

The semantics of an IMP program is that its body statement is executed +in a state initializing all its global variables to 0. Since K's +syntactic lists are internally interpreted as cons-lists (i.e., lists +constructed with a head element followed by a tail list), we need to +distinguish two cases, one when the list has at least one element and +another when the list is empty. In the first case we initialize the +variable to 0 in the state, but only when the variable is not already +declared (all variables are global and distinct in IMP).

+
k
rule <k> int (X,Xs => Xs);_ </k> <state> Rho:Map (.Map => X|->0) </state> + requires notBool (X in keys(Rho)) + rule int .Ids; S => S +endmodule +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/index.html new file mode 100644 index 00000000000..7293a06513d --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/index.html @@ -0,0 +1,400 @@ + + + + + + + + + + + + + + +Completing and Documenting IMP | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Completing and Documenting IMP

+

We here learn no new concepts, but it is a good moment to take a break +and contemplate what we learned so far.

+

Let us add lots of formal annotations to imp.k.

+

Once we are done with the annotations, we kompile with the documentation +option and then take a look at the produced document. We often call these +documents language posters. Depending on how much information you add to +these language posters, they can serve as standalone, formal presentations +of your languages. For example, you can print them as large posters and +post them on the wall, or in poster sessions at conferences.

+

This completes our second tutorial. The next tutorials will teach us more +features of the K framework, such as how to define languages with complex +control constructs (like callcc), languages which are concurrent, and so on.

+

MOVIE (out of date) [03'45"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/index.html new file mode 100644 index 00000000000..1f9166e4002 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/index.html @@ -0,0 +1,399 @@ + + + + + + + + + + + + + + +Part 3: Defining LAMBDA++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 3: Defining LAMBDA++

+

Here you will learn how to define language constructs which abruptly change +the execution control flow, and how to define language semantics following +and environment/store style. Specifically, you will learn the following:

+
    +
  • How to define constructs like callcc, which allow you to take snapshots of +program executions and to go back in time at any moment.
  • +
  • How to define languages in an environment/store style.
  • +
  • Some basic notions about the use of closures and closure-like semantic +structures to save and restore execution environments.
  • +
  • Some basic intuitions about reusing existing semantics in new languages, +as well as some of the pitfalls in doing so.
  • +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/NOTES/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/NOTES/index.html new file mode 100644 index 00000000000..c0d00952dd9 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/NOTES/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Maybe we should change the name of calCC, as it is not a good idea to have +two constructs with different semantics but names which cannot be distinguished +easily.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/callCC/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/callCC/index.html new file mode 100644 index 00000000000..60a341f4968 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/callCC/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define a variant of callcc, say callCC, which never returns to the +current context unless a value is specifically passed to its argument +continuation. Follow a substitution-based style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-call-CC-to-callcc/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-call-CC-to-callcc/index.html new file mode 100644 index 00000000000..30dc61a2bf9 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-call-CC-to-callcc/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define callcc in terms of callCC, where callCC is explained in the +callCC exercise under LAMBDA++, Lesson 1. Follow a substitution-based style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-callcc-to-call-CC/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-callcc-to-call-CC/index.html new file mode 100644 index 00000000000..0c53a0c5a05 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/exercises/from-callcc-to-call-CC/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define callCC in terms of callcc, where callCC is explained in the +callCC exercise under LAMBDA++, Lesson 1. Follow a substitution-based style.

+

To facilitate testing, call the main module CALLCC (see tests/config.xml). +For example, you can define a module CALLCC which imports the previous +definition of callcc and adds the definition of callCC in terms of +callcc.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/index.html new file mode 100644 index 00000000000..51fbf346208 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/index.html @@ -0,0 +1,486 @@ + + + + + + + + + + + + + + +Abrupt Changes of Control | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Abrupt Changes of Control

+

Here we add call-with-current-continuation (callcc) to the definition of +LAMBDA completed in Tutorial 1, and call the resulting language LAMBDA++. +While doing so, we will learn how to define language constructs that +abruptly change the execution control flow.

+

Take over the lambda.k definition from Lesson 8 in Part 1 of this Tutorial, +which is the complete definition of the LAMBDA language, but without the +comments.

+

callcc is a good example for studying the capabilities of a framework to +support abrupt changes of control, because it is one of the most +control-intensive language constructs known. Scheme is probably the first +programming language that incorporated the callcc construct, although +similar constructs have been recently included in many other languages in +one form or another.

+

Here is a quick description: callcc e passes the remaining computation +context, packaged as a function k, to e (which is expected to be a function); +if during its evaluation e passes any value to k, then the current +execution context is discarded and replaced by the one encoded by k and +the value is passed to it; if e evaluates normally to some value v and +passes nothing to k in the process, then v is returned as a result of +callcc e and the execution continues normally. For example, we want the +program callcc-jump.lambda:

+
(callcc (lambda k . ((k 5) + 2))) + 10
+
+

to evaluate to 15, not 17! Indeed, the computation context [] + 10 is +passed to callcc's argument, which then sends it a 5, so the computation +resumes to 5 + 10. On the other hand, the program callcc-not-jump.lambda

+
(callcc (lambda k . (5 + 2))) + 10
+
+

evaluates to 17.

+

If you like playing games, you can metaphorically think of callcc e as +saving your game state in a file and passing it to your friend e. +Then e can decide at some moment to drop everything she was doing, load +your game and continue to play it from where you were.

+

The behavior of many popular control-changing constructs can be obtained +using callcc. The program callcc-return.lambda shows, for example, how to +obtain the behavior of a return statement, which exits the current execution +context inside a function and returns a value to the caller's context:

+
letrec f x = callcc (lambda return . (
+  f (if (x <= 0) then ((return 1) / 0) else 2)
+))
+in (f -3)
+
+

This should evaluate to 1, in spite of the recursive call to f +and of the division by zero! Note that return is nothing but a variable +name, but one which is bound to the current continuation at the beginning of +the function execution. As soon as 1 is passed to return, the computation +jumps back in time to where callcc was defined! Change -3 to 3 and the +program will loop forever.

+

callcc is quite a powerful and beautiful language construct, although one +which is admittedly hard to give semantics to in some frameworks. +But not in K :) Here is the entire K syntax and semantics of callcc:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

Let us first discuss the annotated syntax. We declared callcc strict, +because its argument may not necessarily be a function yet, so it may need +to be evaluated. As explained above, we need to encode the remaining +computation somehow and pass it to callcc's argument. More specifically, +since LAMBDA is call-by-value, we have to encode the remaining computation as +a value. We do not want to simply subsort computations to Val, because there +are computations which we do not want to be values. A simple solution to +achieve our goal here is to introduce a new value construct, say cc (from +current-continuation), which holds any computation.

+

Note that, inspired from SDF, +K allows you to define the syntax of helping semantic operations, like cc, +more compactly. Typically, we do not need a fancy syntax for such operators; +all we need is a name, followed by open parenthesis, followed by a +comma-separated list of arguments, followed by closed parenthesis. If this +is the syntax that you want for a particular construct, then K allows you to +drop all the quotes surrounding the terminals, as we did above for cc.

+

The semantic rules do exactly what the English semantics of callcc says. +Note that here, unlike in our definition of LAMBDA in Tutorial 1, we had +to mention the cell <k/> in our rules. This is because we need to make sure +that we match the entire remaining computation, not only a fragment of it! +For example, if we replace the two rules above with

+
rule (callcc V:Val => V cc(K)) ~> K
+rule cc(K) V ~> _ =>  V ~> K
+
+

then we get a callcc which is allowed to non-deterministically pick a +prefix of the remaining computation and pass it to its argument, and then +when invoked within its argument, a non-deterministic prefix of the new +computation is discarded and replaced by the saved one. Wow, that would +be quite a language! Would you like to write programs in it? :)

+

Consequently, in K we can abruptly change the execution control flow of a +program by simply changing the contents of the <k/> cell. This is one of +the advantages of having an explicit representation of the execution context, +like in K or in reduction semantics with evaluation contexts. Constructs like +callcc are very hard and non-elegant to define in frameworks such as SOS, +because those implicitly represent the execution context as proof context, +and the latter cannot be easily changed.

+

Now that we know how to handle cells in configurations and use them in rules, +in the next lesson we take a fresh look at LAMBDA and define it using +an environment-based style, which avoids the complexity of substitution +(e.g., having to deal with variable capture) and is closer in spirit to how +functional languages are implemented.

+

Go to Lesson 2, LAMBDA++: Semantic (Non-Syntactic) Computation Items.

+

MOVIE (out of date) [6'28"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/index.html new file mode 100644 index 00000000000..92edc7a18ee --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/index.html @@ -0,0 +1,535 @@ + + + + + + + + + + + + + + +Semantic (Non-Syntactic) Computation Items | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Semantic (Non-Syntactic) Computation Items

+

In this lesson we start another semantic definition of LAMBDA++, which +follows a style based on environments instead of substitution. In terms of +K, we will learn how easy it is to add new items to the syntactic category +of computations K, even ones which do not have a syntactic nature.

+

An environment binds variable names of interest to locations where their +values are stored. The idea of environment-based definitions is to maintain +a global store mapping locations to values, and then have environments +available when we evaluate expressions telling where the variables are +located in the store. Since LAMBDA++ is a relatively simple language, we +only need to maintain one global environment. Following a similar style +like in IMP, we place all cells into a top cell T:

+
configuration <T>
+                <k> $PGM:Exp </k>
+                <env> .Map </env>
+                <store> .Map </store>
+              </T>
+
+

Recall that $PGM is where the program is placed by krun after parsing. So +the program execution starts with an empty environment and an empty store.

+

In environment-based definitions of lambda-calculi, lambda abstractions +evaluate to so-called closures:

+
rule <k> lambda X:Id . E => closure(Rho,X,E) ...</k>
+     <env> Rho </env>
+
+

A closure is like a lambda abstraction, but it also holds the environment +in which it was declared. This way, when invoked, a closure knows where to +find in the store the values of all the variables that its body expression +refers to. We will define the lookup rule shortly.

+

Therefore, unlike in the substitution-based definitions of LAMBDA and +LAMBDA++, neither the lambda abstractions nor the identifiers are values +anymore here, because they both evaluate further: lambda abstractions to +closures and identifiers to their values in the store. In fact, the only +values at this moment are the closures, and they are purely semantic entities, +which cannot be used explicitly in programs. That's why we modified the +original syntax of the language to include no Val syntactic category +anymore, and that's why we need to add closures as values now; same like +before, we add a Val syntactic category which is subsorted +to KResult. In general, whenever you have any strictness attributes, +your should also define some K results.

+

Invoking a closure is a bit more involved than the substitution-based +beta-reduction: we need to switch to the closure's environment, then create a +new, or fresh, binding for the closure's parameter to the value passed to the +closure, then evaluate the closure's body, and then switch back to the +caller's environment, which needs to be stored somewhere in the meanwhile. +We can do all these with one rule:

+
rule <k> closure(Rho,X,E) V:Val => E ~> Rho' ...</k>
+     <env> Rho' => Rho[X <- !N] </env>
+     <store>... .Map => (!N:Int |-> V) ...</store>
+
+

Therefore, we atomically do all the following:

+
    +
  • switch the computation to the closure's body, E, followed by a +caller-environment-recovery task Rho' (note that Rho' is the +current environment),
  • +
  • generate a fresh location !N (the ! is important, we discuss it below), +bind X to !N in closure's environment and switch the current environment +Rho' to that one,
  • +
  • write the value passed to the closure, V, at location !N.
  • +
+

This was the most complex K rule we've seen so far in the tutorial. Note, +however, that this one rule achieves a lot. It is, in fact, quite compact +considering how much it does. Note also that everything that this K rule +mentions is needed also conceptually in order to achieve this task, so it +is minimal from that point of view. That would not be the case if we +used, instead, a conventional rewrite rule, because we would have had to +mention the remaining store, say Sigma, in both sides of the rule, to say +it stays unchanged. Here we just use ....

+

The declaration of the fresh variable above, !N, is new and needs +some explanation. First, note that !N appears only in the right-hand-side +terms in the rule, that is, it is not matched when the rule is applied. +Instead, a fresh Nat element is generated each time the rule is applied. +In K, we can define syntactic categories which have the capability to +generate fresh elements like above, using unbound variables whose name starts +with a !. The details of how to do that are beyond the scope of this +tutorial (see Tutorial 6). All we need to know here is that an arbitrary +fresh element of that syntactic category is generated each time the rule +is applied. We cannot rely on the particular name or value of the generated +element, because that can change with the next version of the K tool, or +even from execution to execution with the same version. All you can rely +on is that each newly generated element is distinct from the previously +generated elements for the same syntactic category.

+

Unlike in the substitution-based definition, we now also need a lookup rule:

+
rule <k> X => V ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> V ...</store>
+
+

This rule speaks for itself: replace X by the value V located in the store +at X's location N in the current environment.

+

The only thing left to define is the auxiliary environment-recovery operation:

+

rule _:Val ~> (Rho => .) ... _ => Rho

+

When the item preceding the environment recovery task Rho in the +computation becomes a value, replace the current environment with Rho +and dissolve Rho from the computation.

+

Let us kompile and ... fail:

+
kompile lambda
+
+

gives a parsing error saying that V:Val does not fit there in the closure +invocation rule. That's because Val and Exp are currently completely +disconnected, so K rightfully complains that we want to apply a value to +another one, because application was defined to work with expressions, not +values. What we forgot here was to state that Exp includes Val:

+
syntax Exp ::= Val
+
+

Now everything works, but it is a good time to reflect a bit.

+

So we added closures, which are inherently semantic entities, to the syntax +of expressions. Does that mean that we can now write LAMBDA programs with +closures in them? Interestingly, with our current definition of LAMBDA, +which purposely did not follow the nice organization of IMP into syntax and +semantic modules, and with K's default parser, kast, you can. But you are +not supposed to speculate this! In fact, if you use an external parser, that +parser will reject programs with explicit closures. Also, if we split the +LAMBDA definition into two modules, one called LAMBDA-SYNTAX containing +exclusively the desired program syntax and one called LAMBDA importing the +former and defining the syntax of the auxiliary operations and the semantics, +then even K's default parser will reject programs using auxiliary syntactic +constructs.

+

Indeed, when you kompile a language, say lang.k, the tool will by default +attempt to find a module LANG-SYNTAX and generate the program parser from +that. If it cannot find it, then it will use the module LANG instead. There +are also ways to tell kompile precisely which syntax module you want to use +for the program parser if you don't like the default convention. +See kompile --help.

+

Another insightful thought to reflect upon, is the relationship between your +language's values and other syntactic categories. It is often the case that +values form a subset of the original language syntax, like in IMP (Part 2 of +the tutorial), but sometimes that is not true, like in our case here. When +that happens, in order for the semantics to be given smoothly and uniformly +using the original syntax, you need to extend your language's original +syntactic categories with the new values. The same holds true in other +semantic approaches, not only in K, even in ones which are considered purely +syntactic. As it should be clear by now, K does not enforce you to use a +purely syntactic style in your definitions; nevertheless, K does allow you to +develop purely syntactic definitions, like LAMBDA in Part 1 of the tutorial, +if you prefer those.

+

krun some programs, such as those provided in Lesson 1 of the LAMBDA +tutorial (Part 1). Note the closures, both as results in the <k/> cell, +and as values in the store. Also, since variables are not values anymore, +expressions that contain free variables may get stuck with one of those on +top of their computation. See, for example, free-variable-capture.lambda, +which gets stuck on z, because z is free, so it cannot evaluate it. +If you want, you can go ahead and manually provide a configuration with +z mapped to some location in the environment and that location mapped to +some value in the store, and then you can also execute this program. The +program omega.lambda should still loop.

+

Although we completely changed the definitional style of LAMBDA, the semantics +of the other constructs do not need to change, as seen in the next lesson.

+

Go to Lesson 3, LAMBDA++: Reusing Existing Semantics.

+

MOVIE (out of date) [8'02"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/NOTES/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/NOTES/index.html new file mode 100644 index 00000000000..0f154abb7dd --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/NOTES/index.html @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+
    +
  • Cut-and-paste is a poor-man's approach to reuse.
  • +
+

Indeed, it is. A better way to reuse, which requires a bit of planning ahead, +is to put each feature in its own module. Then you can simply include the +modules containing the features you want to reuse. Our point in this lesson +was that such reuse is possible, not to teach the best way to do it in +practice. Good methodologies on how to use a technology are equally important.

+
    +
  • Do we need an env/store split? Couldn't we just work with a state?
  • +
+

Since in our language so far we never change the value of a variable, it +happens to be OK to only keep a state. That is, to collapse env/store into +state, then embed the state in closures and restore the state instead of the +environment. However, this simplistic approach breaks as soon as we add +references to our language, because functions can then modify the environment +in which they were declared, so we would have to carry over those changes when +returning from function invocations, which would be quite difficult.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/index.html new file mode 100644 index 00000000000..78ebb2143c5 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/index.html @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + +Reusing Existing Semantics | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Reusing Existing Semantics

+

In this lesson we will learn that, in some cases, we can reuse existing +semantics of language features without having to make any change!

+

Although the definitional style of the basic LAMBDA language changed quite +radically in our previous lesson, compared to its original definition in +Part 1 of the tutorial, we fortunately can reuse a large portion of the +previous definition. For example, let us just cut-and-paste the rest of the +definition from Lesson 7 in Part 1 of the tutorial.

+

Let us kompile and krun all the remaining programs from Part 1 of the +tutorial. Everything should work fine, although the store contains lots of +garbage. Garbage collection is an interesting topic, but we do not do it +here. Nevertheless, much of this garbage is caused by the intricate use of +the fixed-point combinator to define recursion. In a future lesson in this +tutorial we will see that a different, environment-based definition of +fixed-points will allocate much less memory.

+

One interesting question at this stage is: how do we know when we can reuse +an existing semantics of a language feature? Well, I'm afraid the answer is: +we don't. In the next lesson we will learn how reuse can fail for quite subtle +reasons, which are impossible to detect statically (and some non-experts may +fail to even detect them at all).

+

Go to Lesson 4, LAMBDA++: Do Not Reuse Blindly!.

+

MOVIE (out of date) [3'21"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/NOTES/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/NOTES/index.html new file mode 100644 index 00000000000..c2e8836dd5a --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/NOTES/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

With the current version of the tool (as of Sept 12, 2013), the +callcc-env1.lambda program actually evaluates to 4, as expected. +But the comments in the README are still valid, because it could just as +well evaluate to 3. For example, just replace ...+x with x+..., and it +should evaluate to 3 now.

+

Also, the first "fix" suggested in the READMEm to make "+" seqstrict, only +works for that particular program. It does not fix the problem if we change +the program as indicated above. In that case "+" it would need to be +seqstrict(2,1).

+

Also, callcc-env2.lambda evaluates to 3 instead of 4, because of the +particular order in which the strictness of the application operation is +applied. If you make application seqstrict(2,1) then you get 4.

+

Dec 06, 2014: Looks like we should discuss the --search and --transition +options before this lesson, and then kompile the definition with option +--transition = computational and krun it with --search.

+

The README.md says "One is to make + seqstrict in the semantics, to +enforce its evaluation from left-to-right. Do it and then run the program +above again;". Then it continues and says "The problem is now the +non-deterministic evaluation strategy of the function application construct". +Grigore will add this as an exercise, asking reader to fix this +non-determinism. Then ask them to propose another example where you still get +non-determinism; can they?

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/index.html new file mode 100644 index 00000000000..2c31bd84bd4 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/index.html @@ -0,0 +1,469 @@ + + + + + + + + + + + + + + +Do Not Reuse Blindly! | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Do Not Reuse Blindly!

+

It may be tempting to base your decision to reuse an existing semantics of +a language feature solely on syntactic considerations; for example, to reuse +whenever the parser does not complain. As seen in this lesson, this could +be quite risky.

+

Let's try (and fail) to reuse the definition of callcc from Lesson 1:

+
syntax Exp ::= "callcc" Exp  [strict]
+syntax Val ::= cc(K)
+rule <k> (callcc V:Val => V cc(K)) ~> K </k>
+rule <k> cc(K) V ~> _ =>  V ~> K </k>
+
+

The callcc examples that we tried in Lesson 1 work, so it may look it works.

+

However, the problem is that cc(K) should also include an environment, +and that environment should also be restored when cc(K) is invoked. +Let's try to illustrate this bug with callcc-env1.lambda

+
let x = 1 in
+  ((callcc lambda k . (let x = 2 in (k x))) + x)
+
+

where the second argument of +, x, should be bound to the top x, which +is 1. However, since callcc does not restore the environment, that x +should be looked up in the wrong, callcc-inner environment, so we should see +the overall result 4.

+

Hm, we get the right result, 3 ... (Note: you may get 4, depending on +your version of K and platform; but both 3 and 4 are possible results, as +explained below and seen in the tests). How can we get 3? Well, recall that ++ is strict, which means that it can evaluate its arguments in any order. +It just happened that in the execution that took place above its second +argument was evaluated first, to 1, and then the callcc was evaluated, but +its cc value K had already included the 1 instead of x ... In Part 4 of +the tutorial we will see how to explore all the non-deterministic behaviors of +a program; we could use that feature of K to debug semantics, too. +For example, in this case, we could search for all behaviors of this program +and we would indeed get two possible value results: 3 and 4.

+

One may think that the problem is the non-deterministic evaluation order +of +, and thus that all we need to do is to enforce a deterministic order +in which the arguments of + are evaluated. Let us follow this path to +see what happens. There are two simple ways to make the evaluation order +of +'s arguments deterministic. One is to make + seqstrict in the +semantics, to enforce its evaluation from left-to-right. Do it and then +run the program above again; you should get only one behavior for the +program above, 4, which therefore shows that copying-and-pasting our old +definition of callcc was incorrect. However, as seen shortly, that only +fixed the problem for the particular example above, but not in general. +Another conventional approach to enforce the desired evaluation order is to +modify the program to enforce the left-to-right evaluation order using let +binders, as we do in callcc-env2.lambda:

+
let x = 1 in
+  let a = callcc lambda k . (let x = 2 in (k x)) in
+    let b = x in
+      (a + b)
+
+

With your installation of K you may get the "expected" result 4 when you +execute this program, so it may look like our non-deterministic problem is +fixed. Unfortunately, it is not. Using the K tool to search for all the +behaviors in the program above reveals that the final result 3 is still +possible. Moreover, both the 3 and the 4 behaviors are possible regardless +of whether + is declared to be seqstrict or just strict. How is that +possible? The problem is now the non-deterministic evaluation strategy of +the function application construct. Indeed, recall that the semantics of +the let-in construct is defined by desugaring to lambda application:

+
rule let X = E in E' => (lambda X . E') E
+
+

With this, the program above eventually reduces to

+
(lambda a . ((lambda b . a + b) x))
+(callcc lambda k . (let x = 2 in (k x)))
+
+

in an environment where x is 1. If the first expression evaluates first, +then it does so to a closure in which x is bound to a location holding 1, +so when applied later on to the x inside the argument of callcc (which is +2), it will correctly lookup x in its enclosed environment and thus the +program will evaluate to 3. On the other hand, if the second expression +evaluates first, then the cc value will freeze the first expression as is, +breaking the relationship between its x and the current environment in which +it is bound to 1, being inadvertently captured by the environment of the +let-in construct inside the callcc and thus making the entire expression +evaluate to 4.

+

So the morale is: Do not reuse blindly. Think!

+

In the next lesson we fix the environment-based semantics of callcc by having +cc also wrap an environment, besides a computation. We will also give a more +direct semantics to recursion, based on environments instead of fixed-point +combinators.

+

Go to Lesson 5, LAMBDA++: More Semantic Computation Items.

+

MOVIE (out of date) [3'37"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/index.html new file mode 100644 index 00000000000..6096490e016 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/index.html @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + +More Semantic Computation Items | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

More Semantic Computation Items

+

In this lesson we see more examples of semantic (i.e., non-syntactic) +computational items, and how useful they can be. Specifically, we fix the +environment-based definition of callcc and give an environment-based +definition of the mu construct for recursion.

+

Let us first fix callcc. As discussed in Lesson 4, the problem that we +noticed there was that we only recovered the computation, but not the +environment, when a value was passed to the current continuation. This is +quite easy to fix: we modify cc to take both an environment and a +computation, and its rules to take a snapshot of the current environment with +it, and to recover it at invocation time:

+
syntax Val ::= cc(Map,K)
+rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env>
+rule <k> cc(Rho,K) V:Val ~> _ =>  V ~> K </k> <env> _ => Rho </env>
+
+

Let us kompile and make sure it works with the callcc-env2.lambda program, +which should evaluate to 3, not to 4.

+

Note that the cc value, which can be used as a computation item in the <k/> +cell, is now quite semantic in nature, pretty much the same as the closures.

+

Let us next add one more closure-like semantic computational item, for mu. +But before that, let us reuse the semantics of letrec in terms of mu that +was defined in Lesson 8 of Part 1 of the tutorial on LAMBDA:

+
syntax Exp ::= "letrec" Id Id "=" Exp "in" Exp [macro]
+             | "mu" Id "." Exp                 [latex(\mu{#1}.{#2})]
+rule letrec F:Id X = E in E' => let F = mu F . lambda X . E in E'
+
+

We removed the binder annotation of mu, because it is not necessary +anymore (since we do not work with substitutions anymore).

+

To save the number of locations needed to evaluate mu X . E, let us replace +it with a special closure which already binds X to a fresh location holding +the closure itself:

+
syntax Exp ::= muclosure(Map,Exp)
+
+rule <k> mu X . E => muclosure(Rho[X <- !N], E) ...</k>
+     <env> Rho </env>
+     <store>... .Map => (!N:Int |-> muclosure(Rho[X <- !N], E)) ...</store>
+
+

Since each time mu X . E is encountered during the evaluation it needs to +evaluate E, we conclude that muclosure cannot be a value. We can declare +it as either an expression or as a computation. Let's go with the former.

+

Finally, here is the rule unrolling the muclosure:

+

rule muclosure(Rho,E) => E ~> Rho' ... + Rho' => Rho

+

Note that the current environment Rho' needs to be saved before and +restored after E is executed, because the fixed point may be invoked +from a context with a completely different environment from the one +in which mu X . E was declared.

+

We are done. Let us now kompile and krun factorial-letrec.lambda from +Lesson 7 in Part 1 of the tutorial on LAMBDA. Recall that in the previous +lesson this program generated a lot of garbage into the store, due to the +need to allocate space for the arguments of all those lambda abstractions +needed to run the fixed-point combinator. Now we need much fewer locations, +essentially only locations for the argument of the factorial function, one at +each recursive call. Anyway, much better than before.

+

In the next lesson we wrap up the environment definition of LAMBDA++ and +generate its documentation.

+

Go to Lesson 6, LAMBDA++: Wrapping Up and Documenting LAMBDA++.

+

MOVIE (out of date) [5'19"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/NOTES/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/NOTES/index.html new file mode 100644 index 00000000000..3e79a3c961f --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/NOTES/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Maybe we should change the name of calCC, as it is not a good idea to have +two constructs with different semantics but names which cannot be distinguished +easily.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/callCC/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/callCC/index.html new file mode 100644 index 00000000000..7ab0104c0dd --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/callCC/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

(see similar exercise in Lesson 1, with substitution instead of environments)

+

Define a variant of callcc, say callCC, which never returns to the +current context unless a value is specifically passed to its argument +continuation. Follow an environment-based style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-call-CC-to-callcc/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-call-CC-to-callcc/index.html new file mode 100644 index 00000000000..d74b56c4cfb --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-call-CC-to-callcc/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define callcc in terms of callCC, where callCC is explained in the +callCC exercise under LAMBDA++, Lesson 1. Follow an environment-based style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-callcc-to-call-CC/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-callcc-to-call-CC/index.html new file mode 100644 index 00000000000..cdc53705887 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/exercises/from-callcc-to-call-CC/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Define callCC in terms of callcc, where callCC is explained in the +callCC exercise under LAMBDA++, Lesson 1. Follow an environment-based +style.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/index.html new file mode 100644 index 00000000000..0c9d377a28e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/index.html @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + +Wrapping Up and Documenting LAMBDA++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Wrapping Up and Documenting LAMBDA++

+

In this lesson we wrap up and nicely document LAMBDA++. In doing so, we also +take the freedom to reorganize the semantics a bit, to make it look better.

+

See the lambda.k file, which is self-explanatory.

+

Part 3 of the tutorial is now complete. Part 4 will teach you more features +of the K framework, in particular how to exhaustively explore the behaviors +of non-deterministic or concurrent programs.

+

MOVIE (out of date) [6'23"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/lambda/index.html b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/lambda/index.html new file mode 100644 index 00000000000..271e17ecd7e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/lambda/index.html @@ -0,0 +1,539 @@ + + + + + + + + + + + + + + +Tutorial 3--- LAMBDA++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Tutorial 3--- LAMBDA++

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This file contains an environment-based K semantic definition of LAMBDA++, an +extension of the LAMBDA language (defined in Tutorial 1) with a callcc +construct. The objective here is to further disseminate some of the features +of the K framework, in particular to illustrate how popular environment-based +and closure-based semantics can be defined in K.

+

For notational/kompilation/krun simplicity and to avoid OS errors, we continue +to write LAMBDA and lambda as names for modules and program extensions, +respectively, in the sequel.

+

To restrict the default program parser invoked by krun, namely kast, +to only parse proper LAMBDA++ programs no matter what other syntactic +constructs we add to Exp later on in the semantics, we put the actual program +syntax in a module with the suffix -SYNTAX. This issue was discussed in more +detail in Lesson 2 of this tutorial. In short, the parser generated by kompile +to be used by kast will be by default built only based on the syntax in this +module. Type kompile --help to see how to tell the parser which syntax to use.

+
k
module LAMBDA-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

We move all the LAMBDA++ syntax here.

+
k
syntax Val ::= Int | Bool + syntax Exp ::= Val +// Basic lambda-calculus syntax + | Id + | "lambda" Id "." Exp + | Exp Exp [strict, left] + | "(" Exp ")" [bracket] +// Arithmetic + > "-" Int + | Exp "*" Exp [strict, left] + | Exp "/" Exp [strict] + > Exp "+" Exp [strict, left] + > Exp "<=" Exp [strict] +// Other functional constructs + syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] // Conditional + | "let" Id "=" Exp "in" Exp [macro] // Let binder + | "letrec" Id Id "=" Exp "in" Exp [macro] // Letrec + | "mu" Id "." Exp // Mu + | "callcc" Exp [strict] // Callcc +
+

One thing you may want to do, now that the entire syntax is in one +place, is to play with precedences. This way, you can make kompile +generate the parser you want for your programs, so that you won't have to +put lots of parentheses in your programs.

+
k
endmodule + + +module LAMBDA + imports LAMBDA-SYNTAX + imports DOMAINS +
+

Semantics

+

The next module contains the semantics of all the LAMBDA++ constructs, +in the order in which their syntax was declared above.

+

The K Results

+

We should not forget to define the results of our computations. +Here is a rule of thumb: whenever you have any strictness attributes, your +should also define some K results. Or even simpler: always define your +results! (unless you define a theoretical semantics, for analysis but not +for execution purposes, you will need to define your results)

+
k
syntax KResult ::= Val +
+

Configuration

+

Since LAMBDA++ is such a simple language, its configuration is minimal +for an environment-based semantics: it only contains the k cell, +an environment cell, and a store cell. An environment binds variable names +to locations, and a store binds locations to values.

+
k
configuration <T color="yellow"> + <k color="green"> $PGM:Exp </k> + <env color="blue"> .Map </env> + <store color="red"> .Map </store> + </T> +
+

Recall that $PGM is where the program is placed by krun after parsing.

+

Closures

+

In environment-based definitions of lambda-calculi, λ-abstractions +evaluate to closures. A closure is like a λ-abstraction, +but it also holds the environment in which it was declared. This way, when +invoked, a closure knows where to find in the store the values of all the +variables that its body expression refers to. +To invoke a closure, we need to switch to closure's environment, then create +a new binding for closure's parameter, then evaluate the closure's body, and +then switch back to caller's environment.

+
k
syntax Val ::= closure(Map,Id,Exp) + + rule <k> lambda X:Id . E => closure(Rho,X,E) ...</k> + <env> Rho </env> + rule <k> closure(Rho,X,E) V:Val => E ~> Rho' ...</k> + <env> Rho' => Rho[X <- !N] </env> + <store>... .Map => (!N:Int |-> V) ...</store> + rule <k> X => V ...</k> + <env>... X |-> N ...</env> + <store>... N |-> V ...</store> +
+

Environment Recovery

+

The environment-recovery computation item defined below is useful in many +semantics, like it was above. It is so useful, that there are discussions +in the K team to add it to the set of pre-defined K features.

+
k
rule <k> _:Val ~> (Rho => .K) ...</k> <env> _ => Rho </env> +
+

Arithmetic Constructs

+

Not much to say here. They have exactly the same semantics as in LAMBDA and +IMP. Note that we let it in programmer's hands to check that the denominator +of a division is different from zero. If a division-by-zero is issued, then +completely non-deterministic result can happen depending upon what back-end +one uses for the K tool. Currently, Maude is used and Maude gets stuck +with a term of the form I /Int 0, but one should not rely on that. +If you want to catch division-by-zero in the semantics, instead of letting +the back-end do whatever it wants, you should add a side condition to the +division rule.

+
k
rule - I => 0 -Int I + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 + rule I1 + I2 => I1 +Int I2 + rule I1 <= I2 => I1 <=Int I2 +
+

Conditional

+
k
rule if true then E else _ => E + rule if false then _ else E => E +
+

Let Binder

+
k
rule let X = E in E':Exp => (lambda X . E') E +
+

Letrec Binder

+

We define letrec in term of mu, whose semantics is below.

+
k
rule letrec F:Id X = E in E' => let F = mu F . lambda X . E in E' +
+

Mu

+

To save the number of locations needed to evaluate μ X . E, we replace it +with a special closure which binds X to a fresh location holding the closure +itself. This has the same effect as binding X to a reference that points +back to the fixed-point.

+
k
syntax Exp ::= muclosure(Map,Exp) + rule <k> mu X . E => muclosure(Rho[X <- !N], E) ...</k> + <env> Rho </env> + <store>... .Map => (!N:Int |-> muclosure(Rho[X <- !N], E)) ...</store> + rule <k> muclosure(Rho,E) => E ~> Rho' ...</k> + <env> Rho' => Rho </env> +
+

Callcc

+

For callcc, we need to create a new closure-like value which +wraps both the remaining computation, and the environment in which it is +supposed to be executed. Forget the environment, and you get a wrong +callcc.

+
k
syntax Val ::= cc(Map,K) + rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env> + rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k> <env> _ => Rho </env> +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/index.html new file mode 100644 index 00000000000..67bd954e728 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/index.html @@ -0,0 +1,408 @@ + + + + + + + + + + + + + + +Part 4: Defining IMP++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 4: Defining IMP++

+

IMP++ extends IMP, which was discussed in Part 2 of this tutorial, with several +new syntactic constructs. Also, some existing syntax is generalized, which +requires non-modular changes of the existing IMP semantics. For example, +global variable declarations become local declarations and can occur +anywhere a statement can occur. In this tutorial we will learn the following:

+
    +
  • That (and how) existing syntax/semantics may change as a language evolves.
  • +
  • How to refine configurations as a language evolves.
  • +
  • How to define and use fresh elements of desired sorts.
  • +
  • How to tag syntactic constructs and rules, and how to use such tags +with the superheat/supercool options of kompile.
  • +
  • How the search option of krun works.
  • +
  • How to stream cells holding semantic lists to the standard input/output, +and thus obtain interactive interpreters for the defined languages.
  • +
  • How to delete, save and restore cell contents.
  • +
  • How to add/delete cells dynamically.
  • +
  • More details on how the configuration abstraction mechanism works.
  • +
+

Like in the previous tutorials, this folder contains several lessons, each +adding new features to IMP++. Do them in order and make sure you completed +and understood the previous tutorials.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/NOTES/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/NOTES/index.html new file mode 100644 index 00000000000..21b8cb1b3bd --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/NOTES/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Add an exercise somewhere with a print which first evaluates all its arguments +and THEN prints them. The idea is to define print to be strict and to +make the AExps list construct seqstrict, so lists of arithmetic +expressions get evaluated from left-to-right whenever they reach the top of +the <k/> cell (replace seqstrict with strict if you want expressions in +a list to evaluate non-deterministically and interleaved).

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/index.html new file mode 100644 index 00000000000..1d880f2a8a4 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/index.html @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + +Extending/Changing an Existing Language Syntax | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Extending/Changing an Existing Language Syntax

+

Here we learn how to extend the syntax of an existing language, both with +new syntactic constructs and with more general uses of existing constructs. +The latter, in particular, requires changes of the existing semantics.

+

Consider the IMP language, as defined in Lesson 4 of Part 2 of the tutorial.

+

Let us first add the new syntactic constructs, with their precedences:

+
    +
  • variable increment, ++, which increments an integer variable and +evaluates to the new value;
  • +
  • read, which reads and evaluates to a new integer from the input buffer;
  • +
  • print, which takes a comma-separated list of arithmetic expressions and +evaluates and prints each of them in order, from left to right, to the +output buffer; we therefore define a new list syntactic category, AExps, +which we pass as an argument to print; note we do not want to declare +print to be strict, because we do not want to first evaluate the +arguments and then print them (for example, if the second argument performs +an illegal operation, say division by zero, we still want to print the first +argument); we also go ahead and add strings as arithmetic expressions, +because we intend print to also take strings, in order to print nice +messages to the user;
  • +
  • halt, which abruptly terminates the program; and
  • +
  • spawn, which takes a statement and creates a new concurrent thread +executing it and sharing its environment with the parent thread.
  • +
+

Also, we want to allow local variable declarations, which can appear anywhere +a statement can appear. Their scope ranges from the place they are defined +until the end of the current block, and they can shadow previous declarations, +both inside and outside the current block. The simplest way to define the +syntax of the new variable declarations is as ordinary statements, at the same +time removing the previous Pgm syntactic category and its construct. +Programs are now just statements.

+

We are now done with adding the new syntax and modifying the old one. +Note that the old syntax was modified in a way which makes the previous IMP +programs still parse, but this time as statements. Let us then modify +the configuration variable $PGM to have the sort Stmt instead of Pgm, +and let us try to run the old IMP programs, for example sum.imp.

+

Note that they actually get stuck with the global declaration on the top +of their computations. This is because variable declarations are now treated +like any statements, in particular, the sequential composition rule applies. +This makes the old IMP rule for global variable declarations not match anymore. +We can easily fix it by replacing the anonymous variable _, which matched +the program's statement that now turned into the remaining computation in +the <k/> cell, with the cell frame variable ..., which matches the +remaining computation. Similarly, we have to change the rule for the case +where there are no variables left to declare into one that dissolves itself.

+

We can now run all the previous IMP programs, in spite of the fact that +our IMP++ semantics is incomplete and, more interestingly, in spite of the +fact that our current semantics of blocks is incorrect in what regards the +semantics of local variable declarations (note that the old IMP programs do +not declare block-local variables, which is why they still run correctly).

+

Let us also write some proper IMP++ programs, which we would like to execute +once we give semantics to the new constructs.

+

div.imp is a program manifesting non-deterministic behaviors due to the +desired non-deterministic evaluation strategy of division and the fact that +expressions will have side effects once we add variable increment. We will +be able to see all the different behaviors of this program. Challenge: can +you identify the behavior where the program performs a division-by-zero?

+

If we run div.imp now, it will get stuck with the variable increment +construct on top of the computation cell. Once we give it a semantics, +div.imp will execute completely (all the other constructs in div.imp +already have their semantics defined as part of IMP).

+

Note that some people prefer to define all their semantics in a by need +style, that is, they first write and parse lots of programs, and then they +add semantics to each language construct on which any of the programs gets +stuck, and so on and so forth until they can run all the programs.

+

io.imp is a program which exercises the input/output capabilities of the +language: reads two integers and prints three strings and an integer. +Note that the variable declaration is not the first statement anymore.

+

sum-io.imp is an interactive variant of the sum program.

+

spawn.imp is a program which dynamically creates two threads that interact +with the main thread via the shared variable x. Lots of behaviors will be +seen here once we give spawn the right semantics.

+

Finally, locals.imp tests whether variable shadowing/unshadowing works well.

+

In the next lesson we will prepare the configuration for the new constructs, +and will see what it takes to adapt the semantics to the new configuration. +Specifically, we will split the state cell into an environment cell and a +store cell, like in LAMBDA++ in Part 3 of the tutorial.

+

Go to Lesson 2, IMP++: Configuration Refinement; Freshness.

+

MOVIE (out of date) [07'47"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/NOTES/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/NOTES/index.html new file mode 100644 index 00000000000..cd53d84dc4d --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/NOTES/index.html @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

update discussion on fresh; it has already been explained in lambda++

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/index.html new file mode 100644 index 00000000000..1f0c2e1481d --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/index.html @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + +Configuration Refinement; Freshness | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Configuration Refinement; Freshness

+

To prepare for the semantics of threads and local variables, in this lesson we +split the state cell into an environment and a store. The environment and +the store will be similar to those in the definition of LAMBDA++ in Part +3 of the Tutorial. This configuration refinement will require us to change +some of IMP's rules, namely those that used the state.

+

To split the state map, which binds program variables to values, into an +environment mapping program variables to locations and a store mapping +locations to values, we replace in the configuration declaration the cell

+
<state color="red"> .Map </state>
+
+

with two cells

+
<env color="LightSkyBlue"> .Map </env>
+<store color="red"> .Map </store>
+
+

Structurally speaking, this split of a cell into other cells is a major +semantic change, which, unfortunately, requires us to revisit the existing +rules that used the state cell. One could, of course, argue that we could +have avoided this problem if we had followed from the very beginning the +good-practice style to work with an environment and a store, instead of a +monolithic state. While that is a valid argument, highlighting the fact that +modularity is not only a feature of the framework alone, but one should also +follow good practices to achieve it, it is also true that if all we wanted +in Part 2 of the tutorial was to define IMP as is, then the split of the state +in an environment and a store is unnecessary and not really justified.

+

The first rule which used a state cell is the lookup rule:

+
rule <k> X:Id => I ...</k> <state>... X |-> I ...</state>
+
+

We modify it as follows:

+
rule <k> X:Id => I ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> I ...</store>
+
+

So we first match the location N of X in the environment, then the value +I at location N in the store, and finally we rewrite X to I into the +computation. This rule also shows an instance of a more complex +multiset matching, where two variables (X and N) are matched each twice.

+

The assignment rule is modified quite similarly.

+

The variable declaration rule is trickier, though, because we need to allocate +a fresh location in the store and bind the newly declared variable to it. +This is quite similar to the way we allocated space for variables in +the environment-based definition of LAMBDA++ in Part 3 of the tutorial.

+
rule <k> int (X,Xs => Xs); ...</k>
+     <env> Rho => Rho[X <- !N:Int] </env>
+     <store>... .Map => !N |-> 0 ...</store>
+
+

Note the use of the fresh (!N) variable notation above. Recall from +the LAMBDA++ tutorial that each time the rule with fresh (!) variables is +applied, fresh elements of corresponding sorts are generated for the fresh +variables, distinct from all the previously generated elements; also, we +cannot and should not assume anything about the particular element that is +being generated, except that it is different from the previous ones.

+

kompile and krun sum.imp to see how the fresh locations have been +generated and used. There were two fresh locations needed, for the two +variables. Note also that a cell holding the counter has been added to the +configuration.

+

In the next lesson we will add the semantics of variable increment, and see +how that yields non-deterministic behaviors in programs and how to explore +those behaviors using the K tool.

+

Go to Lesson 3, IMP++: Tagging; Superheat/Supercool Kompilation Options.

+

MOVIE (out of date) [04'06"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/NOTES/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/NOTES/index.html new file mode 100644 index 00000000000..847a774432e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

We eliminated the superheat/supercool optimization. Now we only need to use +the transition option. So the video is out of synch now.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/index.html new file mode 100644 index 00000000000..1fb682d1512 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/index.html @@ -0,0 +1,413 @@ + + + + + + + + + + + + + + +Variable increment; Search | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Variable increment; Search

+

In this lesson we add the semantics of variable increment. We also learn +how to instruct the kompile tool to instrument the language model for +exhaustive analysis.

+

The variable increment rule is self-explanatory:

+
rule <k> ++X => I +Int 1 ...</k>
+     <env>... X |-> N ...</env>
+     <store>... N |-> (I => I +Int 1) ...</store>
+
+

We can now run programs like our div.imp program introduced in Lesson 1. +Do it.

+

The addition of increment makes the evaluation of expressions have side +effects. That, in combination with the non-determinism allowed by the +strictness attributes in how expression constructs evaluate their +arguments, makes expressions in particular and programs in general have +non-deterministic behaviors. One possible execution of the div.imp program +assigns 1 to y's location, for example, but this program manifests several +other behaviors, too.

+

To see all the (final-state) behaviors that a program can have, you can kompile +the semantics with --enable-search and call the krun tool with the option +--search. For example:

+
krun div.imp --search
+
+

In the next lesson we add input/output to our language and learn how to +generate a model of it which behaves like an interactive interpreter!

+

Go to Lesson 4, IMP++: Semantic Lists; Input/Output Streaming.

+

MOVIE (out of date) [06'56"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/NOTES/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/NOTES/index.html new file mode 100644 index 00000000000..b24ae08536a --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/NOTES/index.html @@ -0,0 +1,382 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Make sure cells have the same indentation, which should use normal +spaces, not tabs. Tabs look differently in different editors.

+

The tests here include all the imp and imp++ programs, but of course +the imp ones do not display any output, so their .out files are empty. +But this way we at least make sure we test that these programs +do not fail/crash and that nothing is output, so it is better that what +we used to have in K3.6.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/index.html new file mode 100644 index 00000000000..bb0ab6eb817 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/index.html @@ -0,0 +1,484 @@ + + + + + + + + + + + + + + +Semantic Lists; Input/Output Streaming | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Semantic Lists; Input/Output Streaming

+

In this lesson we add semantics to the read and print IMP++ constructs. +In doing so, we also learn how to use semantic lists and how to connect +cells holding semantic lists to the standard input and standard output. +This allows us to turn the K semantics into an interactive interpreter.

+

We start by adding two new cells to the configuration,

+
<in color="magenta"> .List </in>
+<out color="Orchid"> .List </out>
+
+

each holding a semantic list, initially empty. Semantic lists are +space-separated sequences of items, each item being a term of the form +ListItem(t), where t is a term of sort K. Recall that the semantic maps, +which we use for states, environments, stores, etc., are sets of pairs +t1 |-> t2, where t1 and t2 are terms of sort K. The ListItem wrapper +is currently needed, to avoid parsing ambiguities.

+

Since we want the print statement to also print strings, we need to tell +K that strings are results. To make it more interesting, let us also overload +the + symbol on arithmetic expressions to also take strings and, as a +result, to concatenate them. Since + is already strict, we only need to add +a rule reducing the IMP addition of strings to the builtin operation +String +which concatenates two strings.

+

The semantics of read is immediate: read and consumes the first integer item +from the <in/> cell; note that our read only reads integer values (it gets +stuck if the first item in the <in/> cell is not an integer).

+

The semantics of print is a bit trickier. Recall that print takes an +arbitrary number of arithmetic expression arguments, and evaluates and outputs +each of them in order, from left to right. For example, +print("Hello", 3/0, "Bye"); outputs "Hello" and then gets stuck on the +illegal division by zero operation. In other words, we do not want it to +first evaluate all its arguments and then print them, because that would miss +outputting potentially valuable information. So the first step is to evaluate +the first argument of print. In some sense, what we'd like to say is that +print has the evaluation strategy strict(1). However, strictness +attributes only work with individual language constructs, while what we need +is an evaluation strategy that involves two constructs: print and the list +(comma) construct of AExps. If we naively associate print the strict(1) +evaluation strategy then its first and unique argument, an AExps list, will +be scheduled for evaluation and the execution will get stuck because we have +no rules for evaluating AExps terms. If we make the list construct of +AExps strict then we get the wrong semantics for print which first +evaluates all its arguments and then outputs them. The correct way to +tell K that print should evaluate only its first argument is by using a +context declaration:

+
context print(HOLE:AExp, _);
+
+

Note the HOLE of sort AExp above. Contexts allow us to define finer-grain +evaluation strategies than the strictness attributes, involving potentially +more than one language construct, like above. The HOLE indicates the +argument which is requested to be evaluated. For example, the strict +attribute of division corresponds to two contexts:

+
context HOLE / _
+context _ / HOLE
+
+

In their full generality, contexts can be any terms with precisely one +occurrence of a HOLE, and with arbitrary side conditions on any variables +occurring in the context term as well as on the HOLE. See Part 6 of the +tutorial for more examples.

+

Once evaluated, the first argument of print is expected to become either an +integer or a string. Since we want to print both integers and string values, +to avoid writing two rules, one for each type of value, we instead add a new +syntactic category, Printable, which is the union of integers and strings.

+

Let us kompile and krun the io.imp program discussed in Lesson 1. As +expected, it gets stuck with a read construct on top of the computation and +with an empty <in/> cell. To run it, we need to provide some items in the +<in/> cell, so that the rule of read can match. Let us add

+
<in> ListItem(3) ListItem(5) ListItem(7) </in>
+
+

Now, if we krun io.imp, we can see that its execution completes normally +(the <k/> cell is empty), that the first two items have been removed by the +two read constructs from the <in/> cell, and that the desired strings and +numbers have been placed into the <out/> cell.

+

Cells holding semantic lists can be connected to the standard input and +standard output buffers, and krun knows how to handle these appropriately. +Let us connect the <in/> cell to the standard input using the cell attribute +stream="stdin" and the <out/> cell to the standard output with the +attribute stream="sdtout". A cell connected to the standard input will +take its items from the standard input and block the rewriting process when +an input is needed until an item is available in the standard input buffer. +A cell connected to the standard output buffer will send all its items, in +order, to the standard output.

+

Let us kompile and krun io.imp again. It prints the message and then +waits for your input numbers. Type in two numbers, then press <Enter>. +A message with their sum is then printed, followed by the final configuration. +If you do not want to see the final configuration, and thus obtain a realistic +interpreter for our language, then call krun with the option --output none:

+
krun io.imp --output none
+
+

Let us now krun our interactive sum program, which continuously reads numbers +from the console and prints the sum of numbers up to them:

+
krun sum-io.imp
+
+

Try a few numbers, then 0. Note that the program terminated, but with junk +in the <k/> cell, essentially with a halt statement on its top. Of course, +because halt has been reached and it has no semantics yet.

+

In the next lesson we give the semantics of halt and also fix the semantics +of blocks with local variable declarations.

+

Go to Lesson 5, IMP++: Deleting, Saving and Restoring Cell Contents.

+

MOVIE (out of date) [05'21"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/index.html new file mode 100644 index 00000000000..de4ae385a17 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/index.html @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + +Deleting, Saving and Restoring Cell Contents | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Deleting, Saving and Restoring Cell Contents

+

In this lesson we will see how easily we can delete, save and/or restore +contents of cells in order to achieve the desired semantics of language +constructs that involve abrupt changes of control or environments. We have +seen similar or related K features in the LAMBDA++ language in Part 3 of the +tutorial.

+

Let us start by adding semantics to the halt statement. As its name says, +what we want is to abruptly terminate the execution of the program. Moreover, +we want the program configuration to look as if the program terminated +normally, with an empty computation cell. The simplest way to achieve that is +to simply empty the computation cell when halt is encountered:

+
rule <k> halt; ~> _ => . </k>
+
+

It is important to mention the entire <k/> cell here, with both its membranes +closed, to make sure that its entire contents is discarded. Note the +anonymous variable, which matches the rest of the computation.

+

kompile and krun sum-io.imp. Note that unlike in Lesson 4, the program +terminates with an empty computation cell now.

+

As mentioned earlier, the semantics of blocks that was inherited from IMP is +wrong. Program locals.imp shows it very clearly: the environments are not +correctly restored at block exits. One way to fix the problem is to take +a snapshot of the current environment when a block is entered and save it +somewhere, and then to restore it when the block is left. There are many +ways to do this, which you can explore on your own: for example you can add +a new list cell for this task where to push/pop the environment snapshots in +a stack style; or you can use the existing environment cell for this purpose, +but then you need to change the variable access rules to search through the +stacked environments for the variable.

+

My preferred solution is to follow a style similar to how we saved/restored +LAMBDA++ environments in Part 3 of the Tutorial, namely to use the already +existing <k/> cell for such operations. More specifically, we place a +reminder item in the computation whenever we need to take a snapshot of +some cell contents; the item simply consists of the entire contents of the cell. +Then, when the reminder item is reached, we restore the contents of the cell:

+
rule <k> {S} => S ~> Rho ...</k> <env> Rho </env>
+
+

The only thing left now is to give the definition of environment restore:

+
rule <k> Rho => . ...</k> <env> _ => Rho </env>
+
+

Done. kompile and krun locals.imp. Everything should work correctly now. +Note that the rule above is different from the one we had for LAMBDA++ in +Part 3 of the tutorial, in that here there is no value preceding the environment +restoration item in the computation; that's because IMP++ statements, +unlike LAMBDA++'s expressions, evaluate to nothing (.).

+

In the next lesson we will give semantics to the spawn S construct, which +dynamically creates a concurrent shared-memory thread executing statement S.

+

Go to Lesson 6, IMP++: Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2.

+

MOVIE (out of date) [04'30"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/index.html new file mode 100644 index 00000000000..806f4524475 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/index.html @@ -0,0 +1,542 @@ + + + + + + + + + + + + + + +Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2 | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Adding/Deleting Cells Dynamically; Configuration Abstraction, Part 2

+

In this lesson we add dynamic thread creation and termination to IMP, and +while doing so we learn how to define and use configurations whose structure +can evolve dynamically.

+

Recall that the intended semantics of spawn S is to spawn a new concurrent +thread that executes S. The new thread is being passed at creation time +its parent's environment, so it can share with its parent the memory +locations that its parent had access to at creation time. No other locations +can be shared, and no other memory sharing mechanism is available. +The parent and the child threads can evolve unrestricted, in particular they +can change their environments by declaring new variables or shadowing existing +ones, can create other threads, and so on.

+

The above suggests that each thread should have its own computation and its +own environment. This can be elegantly achieved if we group the <k/> and +<env/> cells in a <thread/> cell in the configuration. Since at any given +moment during the execution of a program there could be zero, one or more +instances of such a <thread/> cell in the configuration, it is a good idea +to declare the <thread/> cell with multiplicity * (i.e., zero, one or more):

+
<thread multiplicity="*" color="blue">
+  <k color="green"> $PGM:Stmt </k>
+  <env color="LightSkyBlue"> .Map </env>
+</thread>
+
+

This multiplicity declaration is not necessary, but it is a good idea to do +it for several reasons:

+
    +
  1. it may help the configuration abstraction process, +which may in turn significantly increase the compactness and modularity of +your subsequent rules;
  2. +
  3. it may help various analysis and execution tools, +for example static analyzers to give you error messages when you create cells +where you should not, or K compilers to improve performance by starting +actual concurrent hardware threads or processes corresponding to each cell +instance; and
  4. +
  5. it may help you better understand and control the dynamics +of your configuration, and thus your overall semantics.
  6. +
+

For good encapsulation, I also prefer to put all thread cells into one cell, +<threads/>. This is technically unnecessary, though; to convince yourself +that this is indeed the case, you can remove this cell once we are done with +the semantics and everything will work without having to make any changes.

+

Before we continue, let us kompile an krun some programs that used to +work, say sum-io.imp. In spite of the relatively radical configuration +reorganization, those programs execute just fine! How is that possible? +In particular, why do rules like the lookup and assignment still work, +unchanged, in spite of the fact that the <k/> and <env/> cells are not at +the same level with the <store/> cell in the configuration anymore?

+

Welcome to configuration abstraction, part 2. Recall that the role of +configuration abstraction is to allow you to only write the relevant +information in each rule, and have the compiler fill-in the obvious and boring +details. According to the configuration that we declared for our new +language, there is only one reasonable way to complete rules like the lookup, +namely to place the <k/> and </env> cells inside a <thread/> cell, +inside a <threads/> cell:

+
rule <threads>...
+       <thread>...
+         <k> X:Id => I ...</k>
+         <env>... X |-> N ...</env>
+       ...</thread>
+     ...<threads/>
+     <store>... N |-> I ...</store>  [lookup]
+
+

This is the most direct, compact and local way to complete the configuration +context of the lookup rule. If for some reason you wanted here to match the +<k/> cell of one thread and the <env/> cell of another thread, then you +would need to explicitly tell K so, by mentioning the two thread cells, +for example:

+
rule <thread>...
+         <k> X:Id => I ...</k>
+     ...</thread>
+     <thread>...
+         <env>... X |-> N ...</env>
+     ...</thread>
+     <store>... N |-> I ...</store>  [lookup]
+
+

By default, K completes rules in a greedy style. Think this way: what is the +minimal number of changes to my rule to make it fit the declared +configuration? That's what the K tool will do.

+

Configuration abstraction is technically unnecessary, but once you start +using it and get a feel for how it works, it will become your best friend. +It allows you to focus on the essentials of your semantics, and at the same +time gives you flexibility in changing the configuration later on without +having to touch the rules. For example, it allows you to remove the +<threads/> cell from the configuration, if you don't like it, without +having to touch any rule.

+

We are now ready to give the semantics of spawn:

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <thread>... <k> S </k> <env> Rho </env> ...</thread>)
+
+

Note configuration abstraction at work, again. Taking into account +the declared configuration, and in particular the multiplicity information +* in the <thread/> cell, the only reasonable way to complete the rule +above is to wrap the <k/> and <env/> cells on the first line within a +<thread/> cell, and to fill-in the ...s in the child thread with the +default contents of the other subcells in <thread/>. In this case there +are no other cells, so we can get rid of those ...s, but that would +decrease the modularity of this rule: indeed, we may later on add other +cells within <thread/> as the language evolves, for example a function +or an exception stack, etc.

+

In theory, we should be able to write the rule above even more compactly +and modularly, namely as

+
rule <k> spawn S => . ...</k> <env> Rho </env>
+     (. => <k> S </k> <env> Rho </env>)
+
+

Unfortunately, this currently does not work in the K tool, due to some +known limitations of our current configuration abstraction algorithm. +This latter rule would be more modular, because it would not even depend +on the cell name thread. For example, we may later decide to change +thread into agent, and we would not have to touch this rule. +We hope this current limitation will be eliminated soon.

+

Once a thread terminates, its computation cell becomes empty. When that +happens, we can go ahead and remove the useless thread cell:

+
rule <thread>... <k> . </k> ...</thread> => .
+
+

Let's see what we've got. kompile and krun spawn.imp. +Note the following:

+
    +
  • The <threads/> cell is empty, so all threads terminated normally;
  • +
  • The value printed is different from the value in the store; the store value +is not even the one obtained if the threads executed sequentially.
  • +
+

Therefore, interesting behaviors may happen; we would like to see them all!

+
krun spawn.imp --search
+
+

However, the above does not work.

+

spawn.imp is an interactive program, which reads a number from the +standard input. When analyzing programs exhaustively using the search option, +krun has to disable the streaming capabilities (just think about it and you +will realize why). The best you can do in terms of interactivity with search +is to pipe some input to krun: krun will flush the standard input buffer +into the cells connected to it when creating the initial configuration (will +do that no matter whether you run it with or without the --search option). +For example:

+
echo 23 | krun spawn.imp --search
+
+

puts 23 in the standard input buffer, which is then transferred in the +<in/> cell as a list item, and then the exhaustive search procedure is +invoked.

+

However, even after piping some input, the spawn.imp program outputs +an error:

+
[Error] krun: You must pass --enable-search to kompile to be able to use krun --search with the LLVM backend
+
+

As explained in Lesson 3, by default kompile optimizes the generated +language model for execution. In particular, it does not insert any +backtracking markers where transition attempts should be made, so krun +lacks the information it needs to exhaustively search the generated language +model.

+

kompile with the search feature enabled:

+
kompile imp --enable-search
+
+

Now echo 23 | krun spawn.imp --search gives us all 12 behaviors of the +spawn.imp program.

+

We currently have no mechanism for thread synchronization. In the next lesson +we add a join statement, which allows a thread to wait until another completes.

+

Go to Lesson 7, IMP++: Everything Changes: Syntax, Configuration, Semantics.

+

MOVIE (out of date) [11'40"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/index.html new file mode 100644 index 00000000000..016fb70b262 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/index.html @@ -0,0 +1,465 @@ + + + + + + + + + + + + + + +Everything Changes: Syntax, Configuration, Semantics | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Everything Changes: Syntax, Configuration, Semantics

+

In this lesson we add thread joining, one of the simplest thread +synchronization mechanisms. In doing so, we need to add unique ids +to threads in the configuration, and to modify the syntax to allow spawn +to return the id of the newly created thread. This gives us an opportunity +to make several other small syntactic and semantics changes to the language, +which make it more powerful or more compact at a rather low cost.

+

Before we start, let us first copy and modify the previous spawn.imp program +from Lesson 1 to make use of thread joining. Recall from Lesson 6 that in some +runs of this program the main thread completed before the child threads, +printing a possibly undesired value of x. What we want now is to assign +unique ids to the two spawned threads, and then to modify the main thread to +join the two child threads before printing. To avoid adding a new type to +the language, let's assume that thread ids are integer numbers. So we declare +two integers, t1 and t2, and assign them the two spawn commands. In order +for this to parse, we will have to change the syntax of spawn to be an +arithmetic expression construct instead of a statement. Once we do that, +we have a slight syntactic annoyance: we need to put two consecutive ; +after the spawn assignment, one for the assignment statement inside the spawn, +and another for the outer assignment. To avoid the two consecutive semicolons, +we can syntactically enforce spawn to take a block as argument, instead of a +statement. Now it looks better. The new spawn.imp program is still +non-deterministic, because the two threads can execute in any order and even +continue to have a data-race on the shared variable x, but we should see fewer +behaviors when we use the join statements. If we want to fully synchronize +this program, we can have the second thread start with a join(t1) statement. +Then we should only see one behavior for this program.

+

Let us now modify the language semantics. First, we move the spawn +construct from statements to expressions, and make it take a block. +Second, we add one more sub-cell to the thread cell in the configuration, +<id/>, to hold the unique identifier of the thread. We want the main +thread to have id 0, so we initialize this cell with 0. Third, we modify +the spawn rule to generate a fresh integer identifier, which is put in the +<id/> cell of the child thread and returned as a result of spawn in the +parent thread. Fourth, let us add the join statement to the language, +both syntactically and semantically. So in order for the join(T) statement +to execute, thread T must have its computation empty. However, in order +for this to work we have to get rid of the thread termination cleanup rule. +Indeed, we need to store somewhere the information that thread T terminated; +the simplest way to do it is to not remove the terminated threads. Feel free +to experiment with other possibilities, too, here. For example, you may add +another cell, <done/>, in which you can store all the thread ids of the +terminated and garbage-collected threads.

+

Let us now kompile imp.k and convince ourselves that the new spawn.imp +with join statements indeed has fewer behaviors than its variant without +join statements. Also, let us convince ourselves that the fully synchronized +variant of it indeed has only one behavior.

+

Note that now spawn, like variable increment, makes the evaluation of +expressions to have side effects. Many programming languages in fact allow +expressions to be evaluated only for their side effects, and not for their +value. This is typically done by simply adding a ; after the expression +and thus turning it into a statement. For example, ++x;. Let as also +allow arithmetic expressions in our language to be used as statements, by +simply adding the production AExp ";" to Stmt, with evaluation strategy +strict and with the expected semantics discarding the value of the AExp.

+

Another simple change in syntax and semantics which gives our language more +power, is to remove the ; from the syntax of variable assignments and to make +them expression instead of statement constructs. This change, combined with +the previous one, will still allow us to parse all the programs that we could +parse before, but will also allow us to parse more programs. For example, we +can now do sequence assignments like in C: x = y = z = 0. The semantics +of assignment now has to return the assigned value also to the computation, +because we want the assignment expression to evaluate to the assigned value.

+

Let us also make another change, but this time one which only makes the +definition more compact. Instead of defining statement sequential +composition as a binary construct for statements, let us define a new +syntactic construct, Stmts, as whitespace-separated lists of Stmt. This +allows us to get rid of the empty blocks, because we can change the syntax of +blocks to {Stmts} and Stmts also allows the empty sequence of statements. +However, we do have to make sure that .Stmts dissolves.

+

In general, unless you are defining a well-established programming language, +it is quite likely that your definitions will suffer lots of changes like the +ones seen in this lecture. You add a new construct, which suggests changes +in the existing syntax making in fact your language parse more programs, +which then requires corresponding changes in the semantics, and so on. +Also, compact definitions are desirable in general, because they are easier +to read and easier to change if needed later.

+

In the next lesson we wrap up and document the definition of IMP++.

+

Go to Lesson 8, IMP++: Wrapping up Larger Languages.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/imp/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/imp/index.html new file mode 100644 index 00000000000..93b370cdb87 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/imp/index.html @@ -0,0 +1,914 @@ + + + + + + + + + + + + + + +IMP++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

IMP++

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This is the K semantic definition of the IMP++ language. +IMP++ extends the IMP language with the features listed below. We +strongly recommend you to first familiarize yourself with the IMP +language and its K definition in Tutorial 2 before proceeding.

+

Strings and concatenation of strings. Strings are useful +for the print statement, which is discussed below. For +string concatenation, we use the same + construct that we use +for addition (so we overload it).

+

Variable increment. We only add a pre-increment construct: +++x increments variable x and evaluates to the +incremented value. Variable increment makes the evaluation of +expressions have side effects, and thus makes the evaluation strategies +of the various language constructs have an influence on the set +of possible program behaviors.

+

Input and output. IMP++ adds a read() expression +construct which reads an integer number and evaluates to it, and +a variadic (i.e., it has an arbitrary number of arguments) statement +construct print(e1,e2,...,en) which evaluates its arguments +and then outputs their values. Note that the K tool allows to +connect the input and output cells to the standard input and output +buffers, this way compiling the language definition into an +interactive interpreter.

+

Abrupt termination. The halt statement simply halts +the program. The K tool shows the resulting configuration, as if the +program terminated normally. We therefore assume that an external +observer does not care whether the program terminates normally or +abruptly, same like with exit statements in conventional +programming languages like C.

+

Dynamic threads. The expression construct spawn s +starts a new concurrent thread that executes statement s, +which is expected to be a block, and evaluates immediately to a fresh +thread identifier that is also assigned to the newly created thread. +The new thread is given at creation time the environment of its +parent, so it can access all its parent's variables. This allows for +the parent thread, and the child thread to communicate; it also allows +for races and "unexpected" behaviors, so be careful. +For thread synchronization, IMP++ provides a thread join statement +construct join t;, where t evaluates to a thread +identifier, which stalls the current thread until thread t +completes its computation. For simplicity, we here assume a +sequentially consistent shared memory model. To experiment with other +memory models, see the definition of KERNELC.

+

Blocks and local variables. IMP++ allows blocks enclosed by +curly brackets. Also, IMP's global variable declaration construct is +generalized to be used anywhere as a statement, not only at the +beginning of the program. As expected, the scope of the declared +variables is from their declaration point till the end of the most +nested enclosing block.

+

What You Will Learn Here

+
    +
  • How to define a less trivial language in K, as explained above.
  • +
  • How to use the superheat and supercool +options of the K tool kompile to exhaustively explore the +non-determinism due to underspecified evaluation strategies.
  • +
  • How to use the --enable-search option of the K tool to +exhaustively explore the non-determinism due to concurrency.
  • +
  • How to connect certain cells in the configuration to the +standard input and standard output, and thus turn the krun +tool into an interactive interpreter for the defined language.
  • +
  • How to exhaustively search for the non-deterministic behaviors +of a program using the search option of krun.
  • +
+
k
module IMP-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

IMP++ adds several syntactic constructs to IMP. Also, since the +variable declaration construct is generalized to be used anywhere a +statement can be used, not only at the beginning of the program, we +need to remove the previous global variable declaration of IMP and +instead add a variable declaration statement construct

+

We do not re-discuss the constructs which are taken over from IMP, +except when their syntax has been subtly modified (such as, for +example, the syntax of the previous "statement" assignment which +is now obtained by composing the new assignment expression, and the +new expression statement constructs); go the last lesson of +Tutorial 2 if you are interested in IMP's constructs. For execution +purposes, we tag the addition and division operations as members of the +addition and division groups. These groups have no theoretical significance, +in that they do not affect the semantics of the language in any way. They only +have practical relevance, specific to our implementation of the K tool. +Specifically, we can tell the K tool (using its superheat and supercool +options) that we want to exhaustively explore all the non-deterministic +behaviors (due to strictness) of these language constructs. For performance +reasons, by default the K tool chooses an arbitrary but fixed order to +evaluate the arguments of the strict language constructs, thus possibly losing +behaviors due to missed interleavings. This aspect was irrelevant in IMP, +because its expressions had no side effects, but it becomes relevant in IMP++.

+

The syntax of the IMP++ constructs is self-explanatory. Note that assignment +is now an expression construct. Also, print is variadic, taking a +list of expressions as argument. It is also strict, which means that the +entire list of expressions, that is, each expression in the list, will be +evaluated. Note also that we have now defined sequential composition +of statements as a whitespace-separated list of statements, aliased with +the nonterminal Stmts, and block as such a (possibly empty) sequence +of statements surrounded by curly brackets.

+
k
syntax AExp ::= Int | String | Id + | "++" Id + | "read" "(" ")" + | "-" AExp [strict] + | "(" AExp ")" [bracket] + > AExp "/" AExp [left, strict] + > AExp "+" AExp [left, strict] + > "spawn" Block + > Id "=" AExp [strict(2)] + syntax BExp ::= Bool + | AExp "<=" AExp [seqstrict] + | "!" BExp [strict] + | "(" BExp ")" [bracket] + > BExp "&&" BExp [left, strict(1)] + syntax Block ::= "{" Stmts "}" + syntax Stmt ::= Block + | AExp ";" [strict] + | "if" "(" BExp ")" + Block "else" Block [strict(1)] + | "while" "(" BExp ")" Block + | "int" Ids ";" + | "print" "(" AExps ")" ";" + | "halt" ";" + > "join" AExp ";" [strict] + + syntax Ids ::= List{Id,","} [overload(exps)] + syntax AExps ::= List{AExp,","} [overload(exps)] + syntax Stmts ::= List{Stmt,""} + syntax AExps ::= Ids +endmodule + + +module IMP + imports IMP-SYNTAX + imports DOMAINS +
+

Semantics

+

We next give the semantics of IMP++. We start by first defining its +configuration.

+

Configuration

+

The original configuration of IMP has been extended to include +all the various additional cells needed for IMP++. +To facilitate the semantics of threads, more specifically +to naturally give them access to their parent's variables, we prefer a +(rather conventional) split of the program state into an +environment and a store. An environment maps +variable names into locations, while a store maps locations +into values. Stores are also sometimes called states, or +heaps, or memory, in the literature. Like values, locations +can be anything. For simplicity, here we assume they are natural +numbers. Moreover, each thread has its own environment, so it knows +where all the variables that it has access to are located in the store +(that includes its locally declared variables as well as the variables +of its parent thread), and its own unique identifier. The store is +shared by all threads. For simplicity, we assume a sequentially consistent +memory model in IMP++. Note that the thread cell has multiplicity +*, meaning that there could be zero, one, or more instances of that cell +in the configuration at any given time. This multiplicity information +is important for K's configuration abstraction process: it tells +K how to complete rules which, in order to increase the modularity of the +definition, choose to not mention the entire configuration context. +The in and out cells hold the input and the output +buffers as lists of items.

+
k
configuration <T color="yellow"> + <threads color="orange"> + <thread multiplicity="*" color="blue" type="Map"> + <id color="black"> 0 </id> + <k color="green"> $PGM:Stmts </k> + <env color="LightSkyBlue"> .Map </env> + </thread> + </threads> +// <br/> + <store color="red"> .Map </store> +// <input color="magenta"> .List </input> +// <output color="Orchid"> .List </output> + <input color="magenta" stream="stdin"> .List </input> + <output color="Orchid" stream="stdout"> .List </output> + </T> +// Replace the <input/> and <output/> cells with the next two in order to +// initialize the input buffer through krun +// <input color="magenta"> $IN:List </input> +// <output color="Orchid"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout through krun +// <input color="magenta" stream="stdin"> .List </input> +// <output color="Orchid" stream="stdout"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout and also allow input through krun +// <input color="magenta" stream="stdin"> $IN:List </input> +// <output color="Orchid" stream="stdout"> .List </output> +
+

We can also use configuration variables to initialize +the configuration through krun. For example, we may want to +pass a few list items in the in cell when the program makes +use of read(), so that the semantics does not get stuck. +Recall from IMP that configuration variables start with a ParseError: KaTeX parse error: Expected group after '_' at position 63: …, for example, +_̲PGM) and can be initialized with any string by +krun; or course, the string should parse to a term of the +corresponding sort, otherwise errors will be generated. +Moreover, K allows you to connect list cells to the standard input or +the standard output. For example, if you add the attribute +stream="stdin" to the in cell, then krun +will prompt the user to pass input when the in cell is empty +and any semantic rule needs at least one item to be present there in +order to match. Similarly but dually, if you add the attribute +stream="stdout" to the out cell, then any item +placed into this cell by any rule will be promptly sent to the +standard output. This way, krun can be used to obtain +interactive interpreters based directly on the K semantics of the +language. For example:

+
shell
sh$ krun sum-io.imp --output none +Add numbers up to (<= 0 to quit)? 10 +Sum = 55 +Add numbers up to (<= 0 to quit)? 1000 +Sum = 500500 +Add numbers up to (<= 0 to quit)? 0 +sh$ +
+

The option --output none instructs krun to not +display the resulting configuration after the program executes. The +input/output streaming works with or without this option, although +if you don't use the option then a configuration with empty +in and out cells will be displayed after the program +is executed. You can also initialize the configuration using +configuration variables and stream the contents of the cells to +standard input/output at the same time. For example, if you use a +configuration variable in the in cell and pass contents to it +through krun, then that contents will be first consumed and +then the user will be prompted to introduce additional input if the +program's execution encounters more read() constructs.

+

The old IMP constructs

+

The semantics of the old IMP constructs is almost identical to their +semantics in the original IMP language, except for those constructs +making use of the program state and for those whose syntax has slightly +changed. Indeed, the rules for variable lookup and assignment in IMP +accessed the state cell, but that cell is not available in IMP++ +anymore. Instead, we have to use the combination of environment and store +cells. Thanks to K's implicit configuration abstraction, we do not have +to mention the thread and threads cells: these are +automatically inferred (and added by the K tool at compile time) from the +definition of the configuration above, as there is only one correct +way to complete the configuration context of these rules in order to +match the configuration declared above. In our case here, "correct way" +means that the k and env cells will be considered as +being part of the same thread cell, as opposed to each being part +of a different thread. Configuration abstraction is crucial for modularity, +because it gives us the possibility to write our definitions in a way that +may not require us to revisit existing rules when we change the configuration. +Changes in the configuration are quite frequent in practice, typically +needed in order to accommodate new language features. For example, +imagine that we initially did not have threads in IMP++. There +would be no need for the thread and threads cells in +the configuration then, the cells k and env being simply +placed at the top level in the T cell, together with the +already existing cells. Then the rules below would be exactly the +same. Thus, configuration abstraction allows you to not have to +modify your rules when you make structural changes in your language +configuration.

+
k
syntax KResult ::= Int | Bool +
+

Variable lookup

+
k
rule <k> X:Id => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> I ...</store> +
+

Arithmetic constructs

+
k
rule I1 / I2 => I1 /Int I2 requires I2 =/=Int 0 + rule I1 + I2 => I1 +Int I2 + rule - I => 0 -Int I +
+

Boolean constructs

+
k
rule I1 <= I2 => I1 <=Int I2 + rule ! T => notBool T + rule true && B => B + rule false && _ => false +
+

Variable assignment

+

Note that the old IMP assignment statement X = I; is now composed of two +constructs: an assignment expression construct X = I, followed by a +semicolon ; turning the expression into a statement. The rationale behind +this syntactic restructuring has been explained in Lesson 7. Here is the +semantics of the two constructs:

+
k
rule _:Int; => .K + rule <k> X = I:Int => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (_ => I) ...</store> +
+

Sequential composition

+

Sequential composition has been defined as a whitespace-separated syntactic +list of statements. Recall that syntactic lists are actually syntactic +sugar for cons-lists. Therefore, the following two rules eventually +sequentialize a syntactic list of statements s1 s2 ... sn.. into the +corresponding computation s1 ~> s2 ~> ... ~> sn.

+
k
rule .Stmts => .K + rule S:Stmt Ss:Stmts => S ~> Ss +
+

Conditional statement

+
k
rule if (true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+

The only thing to notice here is that the empty block has been replaced +with the block holding the explicit empty sequence. That's because in +the semantics all empty lists become explicit corresponding dots +(to avoid parsing ambiguities)

+
k
rule while (B) S => if (B) {S while (B) S} else {.Stmts} +
+

The new IMP++ constructs

+

We next discuss the semantics of the new IMP++ constructs.

+

Strings

+

First, we have to state that strings are also results. +Second, we give the semantics of IMP++ string concatenation (which +uses the already existing addition symbol + from IMP) by +reduction to the built-in string concatenation operation.

+
k
syntax KResult ::= String + rule Str1 + Str2 => Str1 +String Str2 +
+

Variable increment

+

Like variable lookup, this is also meant to be a supercool transition: we +want it to count both in the non-determinism due to strict operations above +it in the computation and in the non-determinism due to thread +interleavings. This rule also relies on K's configuration abstraction. +Without abstraction, you would have to also include the thread and +threads cells.

+
k
rule <k> ++X => I +Int 1 ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (I => I +Int 1) ...</store> +
+

Read

+

The read() construct evaluates to the first integer in the +input buffer, which it consumes. Note that two or more threads can +"compete" on reading the next integer from the input buffer, and +different choices for the next transition can lead to different behaviors.

+
k
rule <k> read() => I ...</k> + <input> ListItem(I:Int) => .List ...</input> +
+

Print

+

The print statement is strict, so all its arguments are +eventually evaluated (recall that print is variadic). We +append each of its evaluated arguments, in order, to the output buffer, +and structurally discard the residual print statement with an +empty list of arguments. We only want to allow printing integers and +strings, so we define a Printable syntactic category including +only these and define the print statement to only print +Printable elements. Alternatively, we could have had two +similar rules, one for integers and one for strings. Recall that, +currently, K's lists are cons-lists, so we cannot simply rewrite the +head of a list (P) into a list (.). Note that different threads may +compete on the output buffer.

+
k
syntax Printable ::= Int | String + +/* currently it is necessary to subsort Printable to AExp, + but future K should be able to infer that automatically. */ + syntax AExp ::= Printable + + context print(HOLE:AExp, _AEs:AExps); + + rule <k> print(P:Printable,AEs => AEs); ...</k> + <output>... .List => ListItem(P) </output> + rule print(.AExps); => .K +
+

Halt

+

The halt statement empties the computation, so the rewriting process +simply terminates as if the program terminated normally. Interestingly, once +we add threads to the language, the halt statement as defined below +will terminate the current thread only. If you want an abrupt termination +statement that halts the entire program, then you need to discard the entire +contents of the threads cell, so the entire computation abruptly +terminates the entire program, no matter how many concurrent threads it has, +because there is nothing else to rewrite.

+
k
rule <k> halt; ~> _ => .K </k> +
+

Spawn thread

+

A spawned thread is passed its parent's environment at creation time. +The spawn expression in the parent thread is immediately replaced +by the unique identifier of the newly created thread, so the parent +thread can continue its execution. We only consider a sequentially +consistent shared memory model for IMP++, but other memory models +can also be defined in K; see, for example, the definition of +KERNELC. Note that K's configuration abstraction is at heavy work +here, in two different places. First, the parent thread's k and env +cells are wrapped within a thread cell. Second, the child thread's +k, env and id cells are also wrapped within a thread cell. Why +that way and not putting all these four cells together within the same +thread, or even create an additional threads cell at top holding a +thread cell with the new k, env and id? Because in the original +configuration we declared the multiplicity of the thread cell to be +*, which effectively tells the K tool that zero, one or more such +cells can co-exist in a configuration at any moment. The other cells have +the default multiplicity one, so they are not allowed to multiply. +Thus, the only way to complete the rule below in a way consistent with +the declared configuration is to wrap the first two cells in a thread +cell, and the latter two cells under the . also in a thread cell. Once +the rule applies, the spawning thread cell will add a new thread cell +next to it, which is consistent with the declared configuration cell +multiplicity. The unique identifier of the new thread is generated using +the fresh side condition.

+
k
rule <k> spawn S => !T:Int +Int 1 ...</k> <env> Rho </env> + (.Bag => <thread>... <k> S </k> <env> Rho </env> <id> !T +Int 1 </id> ...</thread>) +
+

Join thread

+

A thread who wants to join another thread T has to wait until +the computation of T becomes empty. When that happens, the +join statement is simply dissolved. The terminated thread is not removed, +because we want to allow possible other join statements to also dissolve.

+
k
rule <k> join(T); => .K ...</k> <thread>... <k>.K</k> <id>T</id> ...</thread> +
+

Blocks

+

The body statement of a block is executed normally, making sure +that the environment at the block entry point is saved in the computation, +in order to be recovered after the block body statement. This step is +necessary because blocks can declare new variables having the same +name as variables which already exist in the environment, and our +semantics of variable declarations is to update the environment map in +the declared variable with a fresh location. Thus, variables which +are shadowed lose their original binding, which is why we take a +snapshot of the environment at block entrance and place it after the +block body (see the semantics of environment recovery at the end of +this module). Note that any store updates through variables which are +not declared locally are kept at the end of the block, since the store +is not saved/restored. An alternative to this environment save/restore +approach is to actually maintain a stack of environments and to push a +new layer at block entrance and pop it at block exit. The variable +lookup/assign/increment operations then also need to change, so we do +not prefer that non-modular approach. Compilers solve this problem by +statically renaming all local variables into fresh ones, to completely +eliminate shadowing and thus environment saving/restoring.

+
k
rule <k> {Ss} => Ss ~> Rho ...</k> <env> Rho </env> +
+

Variable declaration

+

We allocate a fresh location for each newly declared variable and +initialize it with 0.

+
k
rule <k> int (X,Xs => Xs); ...</k> + <env> Rho => Rho[X <- !N:Int] </env> + <store>... .Map => !N |-> 0 ...</store> + rule int .Ids; => .K +
+

Auxiliary operations

+

We only have one auxiliary operation in IMP++, the environment +recovery. Its role is to discard the current environment in the +env cell and replace it with the environment that it holds.

+
k
rule <k> Rho => .K ...</k> <env> _ => Rho </env> +
+

If you want to avoid useless environment recovery steps and keep the size +of the computation structure smaller, then you can also add the rule

+
  rule (_:Map => .) ~> _:Map
+
+

This rule acts like a ``tail recursion'' optimization, but for blocks. */

+
k
// verification ids + syntax Id ::= "n" [token] + | "sum" [token] + | "a" [token] + | "b" [token] + | "c" [token] +endmodule +
+

On Kompilation Options

+

We are done with the IMP++ semantics. The next step is to kompile the +definition using the kompile tool, this way generating a language +model. Depending upon for what you want to use the generated language model, +you may need to kompile the definition using various options. We here discuss +these options.

+

To tell the K tool to exhaustively explore all the behaviors due to the +non-determinism of addition, division, and threads, we have to kompile +with the command:

+
shell
kompile imp.k --enable-search +
+

Theoretically, the heating/cooling rules in K are fully reversible and +unconstrained by side conditions as we showed in the semantics of IMP. +For example, the theoretical heating/cooling rules corresponding to the +strict attribute of division are the following:

+
E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
+E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
+E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
+E₂ ⤳ E₁ / □ ⇒ E₁ / E₂
+
+

The other semantic rules apply modulo such structural rules. +For example, using heating rules we can bring a redex (a subterm which +can be reduced with semantic rules) to the front of the computation, +then reduce it, then use cooling rules to reconstruct a term over the +original syntax of the language, then heat again and +non-deterministically pick another redex, and so on and so forth +without losing any opportunities to apply semantic rules. +Nevertheless, these unrestricted heating/cooling rules may create an +immense, often unfeasibly large space of possibilities to analyze. +The --enable-search option implements an optimization which works +well with other implementation choices made in the current K tool. +Recall from the detailed description of the IMP language semantics that +(theoretical) reversible rules like above are restricted by default +to complementary conditional rules of the form

+
E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
+   if E₁ not in KResult
+E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
+   if E₁ in KResult
+E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
+   if E₂ not in KResult
+E₂ ⤳ E₁ / □  ⇒ E₁ / E₂
+   if  E₂ in KResult
+
+

Therefore, our tool eagerly heats and lazily cools the computation. +In other words, heating rules apply until a redex gets placed on the +top of the computation, then some semantic rule applies and rewrites +that into a result, then a cooling rule is applied to plug the +obtained result back into its context, then another argument may be +chosen and completely heated, and so on. This leads to efficient +execution, but it may and typically does hide program behaviors. +Using the --enable-search option allows you to interfere with this +process and to obtain all possible non-deterministic behaviors as if +the theoretical heating/cooling rules were applied. Optimizations +of course happen under the hood, but you need not be aware of them. +Used carefully, this mechanism allows us to efficiently explore more of +the non-deterministic behaviors of a program, even all of them (like here). +For example, with the semantics of IMP++ given above, the krun +command with the --search option detects all five behaviors +of the following IMP++ program (x can be 0, 1, 2, 3, or undefined +due to division-by-zero):

+
  int x,y;
+  x = 1;
+  y = ++x / (++x / x);
+
+

Besides non-determinism due to underspecified argument evaluation +orders, which the current K tool addresses as explained above, there +is another important source of non-determinism in programming languages: +non-determinism due to concurrency/parallelism. For example, when two +or more threads are about to access the same location in the store and at +least one of these accesses is a write (i.e., an instance of the variable +assignment rule), there is a high chance that different choices for +the next transition lead to different program behaviors.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/index.html b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/index.html new file mode 100644 index 00000000000..8195728b9ea --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/index.html @@ -0,0 +1,401 @@ + + + + + + + + + + + + + + +Wrapping up Larger Languages | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Wrapping up Larger Languages

+

In this lesson we wrap up IMP++'s semantics and also generate its poster. +While doing so, we also learn how to display larger configurations in order +to make them easier to read and print.

+

Note that we rearrange a bit the semantics, to group the semantics of old +IMP's constructs together, and separate it from the new IMP++'s semantics.

+

You can go even further and manually edit the generated Latex document. +You typically want to do that when you want to publish your language +definition, or parts of it, and you need to finely tune it to fit the +editing requirements. For example, you may want to insert some negative +spaces, etc.

+

Part 4 of the tutorial is now complete. At this moment you should know most +of K framework's features and how to use the K tool. You can now define or +design your own programming languages, and then execute and analyze programs.

+

MOVIE (out of date) [06'26"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/index.html b/k-distribution/pl-tutorial/1_k/5_types/index.html new file mode 100644 index 00000000000..d0605514a8f --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/index.html @@ -0,0 +1,392 @@ + + + + + + + + + + + + + + +Part 5: Defining Type Systems | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Part 5: Defining Type Systems

+

In this part of the tutorial we will show that defining type systems for +languages is essentially no different from defining semantics. The major +difference is that programs and fragments of programs now rewrite to their +types, instead of to concrete values. In terms of K, we will learn how +to use it for a certain particular but important kind of applications.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_1.9/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_1.9/NOTES/index.html new file mode 100644 index 00000000000..aa634670675 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_1.9/NOTES/index.html @@ -0,0 +1,383 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

This currently does NOT work, because of the rules

+
rule _:Int => int                            [anywhere]
+rule _:Bool => bool                          [anywhere]
+
+

which now rewrite ANY integer ANYWHERE to "int", including integers +that appear in the internal data-structures/functions of the builtins. +We will need to allow a strategy where "anywhere" means anywhere in one +or more computational cells.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_1/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_1/NOTES/index.html new file mode 100644 index 00000000000..bbbc719a493 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_1/NOTES/index.html @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Explain the lack of tenv(...)?

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_1/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_1/index.html new file mode 100644 index 00000000000..0cf89f5ea2e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_1/index.html @@ -0,0 +1,492 @@ + + + + + + + + + + + + + + +Imperative, Environment-Based Type Systems | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Imperative, Environment-Based Type Systems

+

In this lesson you learn how to define a type system for an imperative +language (the IMP++ language defined in Part 4 of the tutorial), using a style +based on type environments.

+

Let us copy the imp.k file from Part 4 of the tutorial, Lesson 7, which holds +the semantics of IMP++, and modify it into a type system. The resulting type +system, when executed, yields a type checker.

+

We start by defining the new strictness attributes of the IMP++ syntax. +While doing so, remember that programs and fragments of programs now reduce +to their types. So types will be the new results of our new (type) semantics. +We also clean up the semantics by removing the unnecessary tags, and also +use strict instead of seqstrict wherever possible, because strict gives +implementations more freedom. Interestingly, note that spawn is strict now, +because the code of the child thread should type in the current parent's type +environment. Note that this is not always the case for threads, see for example +SIMPLE in the languages tutorial, but it works here for our simpler IMP++.

+

From a typing perspective, the && construct is strict in both its arguments; +its short-circuit (concrete) semantics is irrelevant for its (static) type +system. Similarly, both the conditional and the while loop are strict +constructs when regarded through the typing lenses.

+

Finally, the sequential composition is now sequentially strict! Indeed, +statements are now going to reduce to their type, stmt, and it is critical +for sequential composition to type its argument statements left-to-right; +for example, imagine that the second argument is a variable declaration (whose +type semantics will modify the type environment).

+

We continue by defining the new results of computations, that is, the actual +types. In this simple imperative language, we only have a few constant types: +int, bool, string, block and stmt.

+

We next define the new configuration, which is actually quite simple. Besides +the <k/> cell, all we need is a type environment cell, <tenv/>, which will +hold a map from identifiers to their types. A type environment is therefore +like a state in the abstract domain of type values.

+

Let us next modify the semantic rules, turning them into a type system. In +short, the idea is to reduce the basic values to their types, and then have a +rule for each language construct reducing it to its result type whenever its +arguments have the expected types.

+

We write the rules in the order given by the syntax declarations, to make +sure we do not forget any construct.

+

Integers reduce to their type, int.

+

So do the strings.

+

Variables are now looked up in the type environment and reduced to their type +there. Since we only declare integer variables in IMP++, their type in tenv +will always be int. Nevertheless, we write the rule generically, so that we +would not have to change it later if we add other type declarations to IMP++. +Note that we reject programs which lookup undeclared variables. Rejection, +in this case, means rewriting getting stuck.

+

Variable increment types to int, provided the variable has type int.

+

Read types to int, because we only allow integer input.

+

Division is only allowed on integers, so it rewrites to int provided that its +arguments rewrite to int. Note, however, that in order to write int / int, +we have to explicitly add int to the syntax of arithmetic expressions. +Otherwise, the K parser rightfully complains, because / was declared on +arithmetic expressions, not on types. One simple and generic way to allow +types to appear anywhere, is to define Type as a syntactic subcategory of all +the other syntactic categories. Let's do it on a by-need basis, though.

+

Addition is overloaded, so we add two typing rules for it: one for integers +and another for strings.

+

As discussed, spawn types to stmt provided that its argument types to +block.

+

The assignment construct was strict(2); its typing policy is that the declared +type of X should be identical to the type of the assigned value. Like for +lookup, we define this rule more generically than needed for IMP++, for any +type, not only for int.

+

The typing rules for Boolean expression constructs are in the same spirit. +Note that we need only one rule for &&.

+

The typing of blocks is a bit trickier. First, note that we still need to +recover the environment after the block is typed, because we do not want the +block-local variables to be visible in the outer type environment. We recover +the type environment only after the block-enclosed statements type; moreover, +we also opportunistically yield a block type on the computation when we +discard the type environment recovery item. To account for the fact that the +block-enclosed statement can itself be a block (e.g., {{S}}), we would need an +additional rule. Since we do not like repetition, we instead group the types +block and stmt into one syntactic category, BlockOrStmtType, and now we +can have only one rule. We also include BlockOrStmtType in Type, as a +replacement for the two basic types.

+

The expression statement types as expected. Recall that we only allow +arithmetic expressions, which type to int, to be used as statements in IMP++.

+

The conditional was declared strict in all its arguments. Its typing policy +is that its first argument types to bool and its two branches to block. +If that is the case, then it yields a stmt type.

+

For while, its first argument should type to bool and its second to block.

+

Variable declarations add new bindings to the type environment. Recall that +we can only declare variables of integer type in IMP++.

+

The typing policy of print is that it can only print integer or string values, +and in that case it types to stmt. Like for BlockOrStmtType, to avoid +having two similar rules, one for int and another for string, we prefer to +introduce an additional syntactic category, PrintableType, which includes both +int and string types.

+

halt types to stmt; so its subsequent code is also typed.

+

join types to stmt, provided that its argument types to int.

+

Sequential composition was declared as a whitespace-separated sequentially +strict list. Its typing policy is that all the statements in the list should +type to stmt or block in order for the list to type to stmt. Since +lists are maintained internally as cons-lists, this is probably the simplest +way to do it:

+
rule .Stmts => stmt
+rule _:BlockOrStmtType Ss => Ss
+
+

Note that the first rule, which types the empty sequence of statements to stmt, +is needed anyway, to type empty blocks {} (together with the block rule).

+

kompile imp.k and krun all the programs in Part 4 of the tutorial. They +should all type to stmt.

+

In the next lesson we will define a substitution-based type system for LAMBDA.

+

Go to Lesson 2, Type Systems: Substitution-Based Higher-Order Type Systems.

+

MOVIE (out of date) [10'11"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_2/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_2/NOTES/index.html new file mode 100644 index 00000000000..e8f8a7c14ea --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_2/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Maybe we should define simply-typed lambda calculus in some earlier +lecture in tutorial 1, and then reuse its examples here.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_2/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_2/index.html new file mode 100644 index 00000000000..8671c8c1599 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_2/index.html @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + +Substitution-Based Higher-Order Type Systems | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Substitution-Based Higher-Order Type Systems

+

In this lesson you learn how to define a substitution-based type system for +a higher-order language, namely the LAMBDA language defined in Part 1 of the +tutorial.

+

Let us copy the definition of LAMBDA from Part 1 of the tutorial, Lesson 8. +We are going to modify it into a type systems for LAMBDA.

+

Before we start, it is important to clarify an important detail, namely that +our type system will yield a type checker when executed, not a type +inferencer. In particular, we are going to change the LAMBDA syntax +to allow us to associate a type to each declared variable. The +constructs which declare variables are lambda, let, letrec and mu. +The syntax of all these will therefore change.

+

Since here we are not interested in a LAMBDA semantics anymore, we take the +freedom to eliminate the Val syntactic category, our previous results. +Our new results are going to be the types, because programs will now reduce +to their types.

+

As explained, the syntax of the lambda construct needs to change, to also +declare the type of the variable that it binds. We add the new syntactic +category Type, with the following constructs: int, bool, the function +type (which gives it its higher-order status), and parentheses as bracket. +Also, we make types our K results.

+

We are now ready to define the typing rules.

+

Let us start with the typing rule for lambda abstraction: lambda X : T . E +types to the function type T -> T', where T' is the type obtained by further +typing E[T/X]. This can be elegantly achieved by reducing the lambda +abstraction to T -> E[T/X], provided that we extend the function type construct +to take expressions, not only types, as arguments, and to be strict. +This can be easily achieved by redeclaring it as a strict expression construct +(strictness in the second argument would suffice in this example, but it is +more uniform to define it strict overall).

+

The typing rule for application is as simple as it can get: (T1->T2) T1 => T2.

+

Let us now give the typing rules of arithmetic and Boolean expression +constructs. First, let us get rid of Val. Second, rewrite each value to its +type, similarly to the type system for IMP++ in the previous lesson. Third, +replace each semantic rule by its typing rule. Fourth, make sure you +do not forget to subsort Type to Exp, so your rules above will parse.

+

The typing policy of the conditional statement is that its first argument +should type to bool and its other two arguments should type to the same type +T, which will also be the result type of the conditional. So we make the +conditional construct strict in all its three arguments and we write the +obvious rule: if bool then T:Type else T => T. We want a runtime check that +the latter arguments are actually typed, so we write T:Type.

+

There is nothing special about let, except that we have to make sure we +change its syntax to account for the type of the variable that it binds. +This rule is a macro, so the let is desugared statically.

+

Similarly, the syntax of letrec and mu needs to change to account for the +type of the variable that they bind. The typing of letrec remains based on +its desugaring to mu; we have to make sure the types are also included now.

+

The typing policy of mu is that its body should type to the same type T of +its variable, which is also the type of the entire mu expression. This can +be elegantly achieved by rewriting it to (T -> T) E[T/X]. Recall that +application is strict, so E[T/X] will be eventually reduced to its type. +Then the application types correctly only if that type is also T, and in +that case the result type will also be T.

+

kompile and krun some programs. You can, for example, take the LAMBDA +programs from the first tutorial, modify them by adding types to their +variable declarations, and then type check them using krun.

+

In the next lesson we will discuss an environment-based type system +for LAMBDA.

+

Go to Lesson 3, Type Systems: Environment-Based Higher-Order Type Systems.

+

MOVIE (out of date) [6'52"]

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_3/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_3/index.html new file mode 100644 index 00000000000..5df536a48ed --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_3/index.html @@ -0,0 +1,434 @@ + + + + + + + + + + + + + + +Environment-Based Higher-Order Type Systems | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Environment-Based Higher-Order Type Systems

+

In this lesson you learn how to define an environment-based type system for +a higher-order language, namely the LAMBDA language defined in Part 1 of the +tutorial.

+

The simplest and fastest way to proceed is to copy the substitution-based +type system of LAMBDA from the previous lesson and modify it into an +environment-based one. A large portion of the substitution-based definition +will remain unchanged. We only have to modify the rules that use +substitution.

+

We do not need the substitution anymore, so we can remove the require and +import statements. The syntax of types and expressions stays unchanged, but +we can now remove the binder tag of lambda.

+

Like in the type system of IMP++ in Lesson 1, we need a configuration that +contains, besides the <k/> cell, a <tenv/> cell that will hold the type +environment.

+

In an environment-based definition, unlike in a substitution-based one, we +need to lookup variables in the environment. So let us start with the +type lookup rule:

+
rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</k>
+
+

The type environment is populated by the semantic rule of lambda:

+
rule <k> lambda X : T . E => (T -> E) ~> Rho ...</k>
+     <tenv> Rho => Rho[X <- T] </tenv>
+
+

So X is bound to its type T in the type environment, and then T -> E +is scheduled for processing. Recall that the arrow type construct has been +extended into a strict expression construct, so E will be eventually reduced +to its type. Like in other environment-based definitions, we need to make +sure that we recover the type environment after the computation in the scope +of the declared variable terminates.

+

The typing rule of application does not change, so it stays as elegant as it +was in the substitution-based definition:

+
rule (T1 -> T2) T1 => T2
+
+

So do the rules for arithmetic and Boolean constructs, and those for the +if, and let, and letrec.

+

The mu rule needs to change, because it was previously defined using +substitution. We modify it in the same spirit as we modified the lambda +rule: bind X to its type in the environment, schedule its body for typing +in its right context, and then recover the type environment.

+

Finally, we give the semantics of environment recovery, making sure +the environment is recovered only after the preceding computation is +reduced to a type:

+

rule _:Type ~> (Rho => .) ... _ => Rho

+

The changes that we applied to the substitution-based definition were +therefore quite systematic: each substitution invocation was replaced with +an appropriate type environment update/recovery.

+

Go to Lesson 4, Type Systems: A Naive Substitution-Based Type Inferencer.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_4/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_4/NOTES/index.html new file mode 100644 index 00000000000..b4ee5a1d697 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_4/NOTES/index.html @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The README needs to be changed to reflect the fact that we now have a builtin +unification procedure. We may even want to merge this lecture with the +next one, and eliminate the approach where we throw equalities on the computation. +This needs some more thinking, though, especialy on how to smoothly glue it +with Lesson 6, where we also use equalities.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_4/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_4/index.html new file mode 100644 index 00000000000..4935bb90607 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_4/index.html @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + +A Naive Substitution-Based Type Inferencer | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Naive Substitution-Based Type Inferencer

+

In this lesson you learn how to define a naive substitution-based type +inferencer for a higher-order language, namely the LAMBDA language +defined in Part 1 of the tutorial.

+

Unlike in the type checker defined in Lessons 2 and 3, where we had to +associate a type with each declared variable, a type inferencer +attempts to infer the types of all the variables from the way those +variables are used. Let us take a look at this program, say plus.lambda:

+
lambda x . lambda y . x + y
+
+

Since x and y are used in an integer addition context, we can infer +that they must have the type int and the result of the addition is +also an int, so the type of the entire expression is int -> int -> int. +Similarly, the program if.lambda

+
lambda x . lambda y . lambda z .
+  if x then y else z
+
+

can only make sense when x has type bool and y and z have the same +type, say t, in which case the type of the entire expression is +bool -> t -> t -> t. Since the type t can be anything, we say that +the type of this expression is polymorphic. That means that the code +above can be used in different contexts, where t can be an int, a +bool, a function type int -> int, and so on.

+

In the identity.lambda program

+
let f = lambda x . x
+in f 1
+
+

f has such a polymorphic type, which is then applied to an integer, +so this program is type-safe and its type is int.

+

A typical polymorphic expression is the composition

+
lambda f . lambda g . lambda x .
+  g (f x)
+
+

which has the type (t1 -> t2) -> (t2 -> t3) -> (t1 -> t3), polymorphic +in 3 types.

+

Let us now define our naive type inferencer and then we discuss more +examples. The idea is quite simple: we conceptually do the same +operations like we did within the type checker defined in Lesson 2, +with two important differences:

+
    +
  1. instead of declaring a type with each declared variable, we assume +a fresh type for that variable; and
  2. +
  3. instead of checking that the types of expressions satisfy the +type properties of the context in which they are used, we impose +those properties as type equality constraints. A general-purpose +unification-based constraint solving mechanism is then used to solve +the generated type constraints.
  4. +
+

Let us start with the syntax, which is essentially identical to that +of the type checker in Lesson 2, except that bound variables are not +declared a type anymore. Also, to keep things more compact, we put +all the Exp syntax declarations in one syntax declaration this time.

+ +

Before we modify the rules, let us first define our machinery for +adding and solving constraints. First, we require and import the +unification procedure. We do not discuss unification here, but if you +are interested you can consult the unification.k files under +k-distribution/include/kframework/builtin, which contains our current generic +definition of unification, which is written also in K. The generic unification +provides a sort, Mgu, for most-general-unifier, an operation +updateMgu(Mgu,T1,T2) which updates Mgu with additional constraints +generated by forcing the terms T1 and T2 to be equal, and an operation +applyMgu(Mgu,T) which applies Mgu to term T. For our use +of unification here, we do not even need to know how Mgu terms are +represented internally.

+

We define a K item construct, =, which takes two Type terms and +enforces them to be equal by means of updating the current Mgu. +Once the constraints are added to the Mgu, the equality dissolves +itself. With this semantics of = in mind, we can now go ahead and +modify the rules of the type checker systematically into rules +for a type inferencer. The changes are self-explanatory and +mechanical: for example, the rule

+
rule int * int => int
+
+

changes into rule

+
rule T1:Type  * T2:Type => T1 = int ~> T2 = int ~> int
+
+

generating the constraints that the two arguments of multiplication +have the type int, and the result type is int. Recall that each type +equality on the <k/> cell updates the current Mgu appropriately and +then dissolves itself; thus, the above says that after imposing the +constraints T1=int and T2=int, multiplication yields a type int.

+

As mentioned above, since types of variables are not declared anymore, +but inferred, we have to generate a fresh type for each variable at its +declaration time, and then generate appropriately constraints for it. +For example, the type semantics of lambda and mu become:

+
rule lambda X . E => T -> E[T/X]  when fresh(T:Type)
+rule mu X . E => (T -> T) E[T/X]  when fresh(T:Type)
+
+

that is, we add a condition stating that the previously declared type +is now a fresh one. This type will be further constrained by how the +variable X is being used within E.

+

Interestingly, the previous typing rule for lambda application is not +powerful enough anymore. Indeed, since types are not given anymore, +it may very well be the case that the inferred type of the first +argument of the application construct is not yet a function type +(remember, for example, the program composition.lambda above). What +we have to do is to enforce it to be a function type, by means of +fresh types and constraints. We can introduce a fresh type for the +result of the application, and then write the expected rule as +follows:

+
rule T1:Type T2:Type => T1 = (T2 -> T) ~> T  when fresh(T:Type)
+
+

The conditional requires that its first argument is a bool and its +second and third arguments have the same type, which is also the +result type.

+

The macros do not change, in particular let is desugared into lambda +application. We will next see that this is a significant restriction, +because it limits the polymorphism of our type system.

+

We are done. We have a working type inferencer for LAMBDA.

+

Let's kompile it and krun the programs above. They all work as +expected. Let us also try some additional programs, to push it to its +limits.

+

First, let us test mu by means of a letrec example:

+
letrec f x = 3
+in f
+
+

We can also try all the programs that we had in our first tutorial, on +lambda, for example the factorial.imp program:

+
letrec f x = if x <= 1 then 1 else (x * (f (x + -1)))
+in (f 10)
+
+

Those programs are simple enough that they should all work as +expected with our naive type inferencer here.

+

Let us next try to type some tricky programs, which involve more +complex and indirect type constraints.

+

tricky-1.lambda:

+
lambda f . lambda x . lambda y . (
+  (f x y) + x + (let x = y in x)
+)
+
+

tricky-2.lambda:

+
lambda x .
+  let f = lambda y . if true then y else x
+  in (lambda x . f 0)
+
+

tricky-3.lambda:

+
lambda x . let f = lambda y . if true then x 7 else x y
+           in f
+
+

tricky-4.lambda:

+
lambda x . let f = lambda x . x
+           in let d = (f x) + 1
+              in x
+
+

tricky-5.lambda:

+
lambda x . let f = lambda y . x y
+           in let z = x 0 in f
+
+

It is now time to see the limitations of this naive type inferencer. +Consider the program

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

Our type inferencer fails graciously with a clash in the <mgu/> cell +between int and bool. Indeed, the desugaring macro of let turns it +into a lambda and an application, which further enforce id to have a +type of the form t -> t for some fresh type t. The first use of id +in the condition of if will then constrain t to be bool, while the +other uses in the two branches will enforce t to be int. Thus the +clash in the <mgu/> cell.

+

Similarly, the program

+
let id = lambda x . x
+in id id
+
+

yields a different kind of conflict: if id has type t -> t, in order +to apply id to itself it must be the case that its argument, t, equals +t -> t. These two type terms cannot be unified because there is a +circular dependence on t, so we get a cycle in the <mgu/> cell.

+

Both limitations above will be solved when we change the semantics of +let later on, to account for the desired polymorphism.

+

Before we conclude this lesson, let us see one more interesting +example, where the lack of let-polymorphism leads not to a type error, +but to a less generic type:

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

Our current type inferencer will infer the type bool -> bool for the +program above. Nevertheless, since all functions f1, f2, f3, f4, f5 +are the identity function, which is polymorphic, we would expect the +entire program to type to the same polymorphic identity function type.

+

This limitation will be also addressed when we define our +let-polymorphic type inferencer.

+

Before that, in the next lesson we will show how easily we can turn +the naive substitution-based type inferencer discussed in this lesson +into a similarly naive, but environment-based type inferencer.

+

Go to Lesson 5, Type Systems: A Naive Environment-Based Type Inferencer.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_5/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_5/index.html new file mode 100644 index 00000000000..dd835e0510f --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_5/index.html @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + +A Naive Environment-Based Type Inferencer | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Naive Environment-Based Type Inferencer

+

In this lesson you learn how to define a naive environment-based type +inferencer for a higher-order language. Specifically, we take the +substitution-based type inferencer for LAMBDA defined in Lesson 4 and +turn it into an environment-based one.

+

Recall from Lesson 3, where we defined an environment-based type +checker for LAMBDA based on the substitution-based one in Lesson 2, +that the transition from a substitution-based definition to an +environment-based one was quite systematic and mechanical: each +substitution occurrence E[T/X] is replaced by E, but at the same time +the variable X is bound to type T in the type environment. One benefit +of using type environments instead of substitution is that we replace +a linear complexity operation (the substitution) with a constant +complexity one (the variable lookup).

+

There is not much left to say which has not been already said in +Lesson 3: we remove the unnecessary binder annotations for the +variable binding operations, then add a <tenv/> cell to the +configuration to hold the type environment, then add a new rule for +variable lookup, and finally apply the transformation of substitutions +E[T/X] into E as explained above.

+

The resulting type inferencer should now work exactly the same way as +the substitution-based one, except, of course, that the resulting +configurations will contain a <tenv/> cell now.

+

As sanity check, let us consider two more LAMBDA programs that test +the static scoping nature of the inferencer. We do that because +faulty environment-based definitions often have this problem. The +program

+
let x = 1
+in let f = lambda a . x
+   in let x = true
+      in f 3
+
+

should type to int, not to bool, and so it does. Similarly, the +program

+
let y = 0
+in letrec f x = if x <= 0
+                then y
+                else let y = true
+                     in f (x + 1)
+   in f 1
+
+

should also type to int, not bool, and so it does, too.

+

The type inferencer defined in this lesson has the same limitations, +in terms of polymorphism, as the one in Lesson 4. In the next +lesson we will see how it can be parallelized, and in further lessons +how to make it polymorphic.

+

Go to Lesson 6, Type Systems: Parallel Type Checkers/Inferencers.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_6/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_6/NOTES/index.html new file mode 100644 index 00000000000..ea339f50c14 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_6/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The README needs to be changed to reflect the fact that we now have a builtin +unification procedure.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_6/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_6/index.html new file mode 100644 index 00000000000..b4a7ae0da5c --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_6/index.html @@ -0,0 +1,487 @@ + + + + + + + + + + + + + + +Parallel Type Checkers/Inferencers | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Parallel Type Checkers/Inferencers

+

In this lesson you learn how to define parallel type checkers or +inferencers. For the sake of a choice, we will parallelize the one in +the previous lesson, but the ideas are general. We are using the same +idea to define type checkers for other languages in the K tool +distribution, such as SIMPLE and KOOL.

+

The idea is in fact quite simple. Instead of one monolithic typing +task, we generate many smaller tasks, which can be processed in +parallel. We use the same approach to define parallel semantics as we +used for threads in IMP++ in Part 4 of the tutorial, that is, we add a +cell holding all the parallel tasks, making sure we declare the cell +holding a task with multiplicity *. For the particular type +inferencer that we chose here, the one in Lesson 5, each task will +hold an expression to type together with a type environment (so it +knows where to lookup its free variables). We have the following +configuration then:

+
configuration <tasks color="yellow">
+                <task color="orange" multiplicity="*">
+                  <k color="green"> $PGM:Exp </k>
+                  <tenv color="red"> .Map </tenv>
+                </task>
+              </tasks>
+              <mgu color="blue"> .Mgu </mgu>
+
+

Now we have to take each typing rule we had before and change it to +yield parallel typing. For example, our rule for typing +multiplication was the following in Lesson 5:

+
rule T1:Type * T2:Type => T1 = int ~> T2 = int ~> int
+
+

Since * was strict, its two arguments eventually type, and once that +happens the rule above fires. Unfortunately, the strictness of +multiplication makes the typing of the two expressions sequential in +our previous definition. To avoid typing the two expressions +sequentially and instead generating two parallel tasks, we remove the +strict attribute of multiplication and replace the rule above with the +following:

+
rule <k> E1 * E2 => int ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = int </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = int </k> <tenv> Rho </tenv> </task>)
+
+

Therefore, we generate two tasks for typing E1 and E2 in the same type +environment as the current task, and let the current task continue by +simply optimistically reducing E1*E2 to its expected result type, int. +If E1 or E2 will not type to int, then either their corresponding +tasks will get stuck or the <mgu/> cell will result into a clash or cycle, +so the program will not type overall in spite of the fact that we +allowed the task containing the multiplication to continue. This is +how we get maximum of parallelism in this case.

+

Before we continue, note that the new tasks hold equalities in them, +where one of its arguments is an expression, while previously the +equality construct was declared to take types. What we want now is +for the equality construct to possibly take any expressions, and first +type them and then generate the type constraint like before. This can +be done very easily by just extending the equality construct to +expressions and declaring it strict:

+
syntax KItem ::= Exp "=" Exp  [strict]
+
+ +

Unlike before, where we only passed types to the equality construct, +we now need a runtime check that its arguments are indeed types before +we can generate the updateMgu command:

+
rule <k> T:Type = T':Type => . ...</k>
+     <mgu> Theta:Mgu => updateMgu(Theta,T,T') </mgu>
+
+

Like before, an equality will therefore update the <mgu/> cell and then +it dissolves itself, letting the <k/> cell in the corresponding task +empty. Such empty tasks are unnecessary, so they can be erased:

+
rule <task>... <k> . </k> ...</task> => .
+
+

We can now follow the same style as for multiplication to write the +parallel typing rules of the other arithmetic constructs, and even for +the conditional.

+

To parallelize the typing of lambda we generate two fresh types, one +for the variable and one for the body, and make sure that we generate +the correct type constraint and environment in the body task:

+
rule <k> lambda X . E => Tx -> Te ...</k> <tenv> TEnv </tenv>
+     (. => <task> <k> E = Te </k> <tenv> TEnv[Tx/X] </tenv> </task>)
+  when fresh(Tx:Type) andBool fresh(Te:Type)
+
+

Note that the above also allows us to not need to change and then +recover the environment of the current cell.

+

For function application we also need to generate two fresh types:

+
rule <k> E1 E2 => T ...</k> <tenv> Rho </tenv>
+     (. => <task> <k> E1 = T2 -> T </k> <tenv> Rho </tenv> </task>
+           <task> <k> E2 = T2 </k> <tenv> Rho </tenv> </task>)
+  when fresh(T2:Type) andBool fresh(T:Type)
+
+

The only rule left is that of mu X . E. In this case we only need one +fresh type, because X, E and mu X . E have all the same type:

+
rule <k> mu X . E => T ...</k>  <tenv> TEnv </tenv>
+     (. => <task> <k> E = T </k> <tenv> TEnv[T/X] </tenv> </task>)
+  when fresh(T:Type)
+
+

We do not need the type environment recovery operation, so we delete it.

+

We can now kompile and krun all the programs that we typed in Lesson 5. +Everything should work.

+

In this lesson we only aimed at parallelizing the type inferencer in +Lesson 5, not to improve its expressiveness; it still has the same +limitations in terms of polymorphism. The next lessons are dedicated +to polymorphic type inferencers.

+

Go to Lesson 7, Type Systems: A Naive Substitution-based Polymorphic Type Inferencer.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_7/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_7/NOTES/index.html new file mode 100644 index 00000000000..08838b08312 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_7/NOTES/index.html @@ -0,0 +1,378 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

This approach leads to an incorrect type checker, in that programs which +lead to a runtime error will type. See tricky-5 and/or variations of it.

+

Discuss monomorphic vs. polymorphic types and type inferencers.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_7/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_7/index.html new file mode 100644 index 00000000000..ffd0f02935e --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_7/index.html @@ -0,0 +1,492 @@ + + + + + + + + + + + + + + +A Naive Substitution-based Polymorphic Type Inferencer | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Naive Substitution-based Polymorphic Type Inferencer

+

In this lesson you learn how little it takes to turn a naive monomorphic +type inferencer into a naive polymorphic one, basically only changing +a few characters. In terms of the K framework, you will learn that +you can have complex combinations of substitutions in K, both over +expressions and over types.

+

Let us start directly with the change. All we have to do is to take +the LAMBDA type inferencer in Lesson 4 and only change the macro

+
rule let X = E in E' => (lambda X . E') E  [macro]
+
+

as follows:

+
rule let X = E in E' => E'[E/X]  [macro]
+
+

In other words, we are inlining the beta-reduction rule of +lambda-calculus within the original rule. In terms of typing, +the above forces the type inferencer to type E in place for each +occurrence of X in E'. Unlike in the first rule, where X had to get +one type only which satisfied the constrains of all X's occurrences in +E', we now never associate any type to X anymore.

+

Let us kompile and krun some examples. Everything that worked with +the type inferencer in Lesson 4 should still work here, although the +types of some programs can now be more general. For example, reconsider +the nested-lets.lambda program

+
let f1 = lambda x . x in
+  let f2 = f1 in
+    let f3 = f2 in
+      let f4 = f3 in
+        let f5 = f4 in
+          if (f5 true) then f2 else f3
+
+

which was previously typed to bool -> bool. With the new rule above, +the sequence of lets is iteratively eliminated and we end up with the +program

+
if (lambda x . x) true then (lambda x . x) else (lambda x . x)
+
+

which now types (with both type inferencers) to a type of the form +t -> t, for some type variable t, which is more general than the +previous bool -> bool type that the program typed to in Lesson 4.

+

We can also now type programs that were not typable before, such as

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

and

+
let id = lambda x . x
+in id id
+
+

Let us also test it on some trickier programs, also not typable +before, such as

+
let f = lambda x . x
+in let g = lambda y . f y
+   in g g
+
+

which gives us a type of the form t -> t for some type variable t, +and as

+
let f = let g = lambda x . x
+        in let h = lambda x . lambda x . (g g g g)
+           in h
+in f
+
+

which types to t1 -> t2 -> t3 -> t3 for some type variables t1, t2, t3.

+

Here is another program which was not typable before, which is +trickier than the others above in that a lambda-bound variable appears +free in a let-bound expression:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

The above presents no problem now, because once lambda z . x gets +substituted for y we get a well-typed expression which yields that x +has the type bool, so the entire expression types to bool -> bool.

+

The cheap type inferencer that we obtained above therefore works as +expected. However, it has two problems which justify a more advanced +solution. First, substitution is typically considered an elegant +mathematical instrument which is not too practical in implementations, +so an implementation of this type inferencer will likely be based on +type environments anyway. Additionally, we mix two kinds of +substitutions in this definition, one where we substitute types and +another where we substitute expressions, which can only make things +harder to implement efficiently. Second, our naive substitution of E +for X in E' can yield an exponential explosion in size of the original +program. Consider, for example, the following classic example which +is known to generate a type whose size is exponential in the size of +the program (and is thus used as an argument for why let-polymorphic +type inference is exponential in the worst-case):

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          // ... you can add more nested lets here
+          f04
+
+

The particular instance of the pattern above generates a type which +has 17 type variables! The desugaring of each let doubles the size of +the program and of its resulting type. While such programs are little +likely to appear in practice, it is often the case that functions can +be quite complex and large while their type can be quite simple in the +end, so we should simply avoid retyping each function each time it is +used.

+

This is precisely what we will do next. Before we present the classic +let-polymorphic type inferencer in Lesson 9, which is based on +environments, we first quickly discuss in Lesson 8 an intermediate +step, namely a naive environment-based variant of the inferencer +defined here.

+

Go to Lesson 8, Type Systems: A Naive Environment-based Polymorphic Type Inferencer.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_8/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_8/NOTES/index.html new file mode 100644 index 00000000000..abd280df751 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_8/NOTES/index.html @@ -0,0 +1,377 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

We also have to redeclare lambda and mu as binders. Program +tricky-2.lambda shows why.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_8/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_8/index.html new file mode 100644 index 00000000000..fa7f424ec91 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_8/index.html @@ -0,0 +1,425 @@ + + + + + + + + + + + + + + +A Naive Environment-based Polymorphic Type Inferencer | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

A Naive Environment-based Polymorphic Type Inferencer

+

In this short lesson we discuss how to quickly turn a naive +environment-based monomorphic type inferencer into a naive let-polymorphic +one. Like in the previous lesson, we only need to change a few +characters. In terms of the K framework, you will learn how to have +both environments and substitution in the same definition.

+

Like in the previous lesson, all we have to do is to take the LAMBDA +type inferencer in Lesson 5 and only change the rule

+
rule let X = E in E' => (lambda X . E') E
+
+

as follows:

+
rule let X = E in E' => E'[E/X]
+
+

The reasons why this works have already been explained in the previous +lesson, so we do not repeat them here.

+

Since our new let rule uses substitution, we have to require the +substitution module at the top and also import SUBSTITUTION in the +current module, besides the already existing UNIFICATION.

+

Everything which worked with the type inferencer in Lesson 7 should +also work now. Let us only try the exponential type example,

+
let f00 = lambda x . lambda y . x in
+  let f01 = lambda x . f00 (f00 x) in
+    let f02 = lambda x . f01 (f01 x) in
+      let f03 = lambda x . f02 (f02 x) in
+        let f04 = lambda x . f03 (f03 x) in
+          f04
+
+

As expected, this gives us precisely the same type as in Lesson 7.

+

So the only difference between this type inferencer and the one in +Lesson 7 is that substitution is only used for LAMBDA-to-LAMBDA +transformations, but not for infusing types within LAMBDA programs. +Thus, the syntax of LAMBDA programs is preserved intact, which some +may prefer. Nevertheless, this type inferencer is still expensive and +wasteful, because the let-bound expression is typed over and over +again in each place where the let-bound variable occurs.

+

In the next lesson we will discuss a type inferencer based on the +classic Damas-Hindley-Milner type system, which maximizes the reuse of +typing work by means of parametric types.

+

Go to Lesson 9, Type Systems: Let-Polymorphic Type Inferencer (Damas-Hindley-Milner).

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_9.5/NOTES/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_9.5/NOTES/index.html new file mode 100644 index 00000000000..aa56a184b25 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_9.5/NOTES/index.html @@ -0,0 +1,376 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

We have to test this as well; we need a test folder with a config.xml.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/5_types/lesson_9/index.html b/k-distribution/pl-tutorial/1_k/5_types/lesson_9/index.html new file mode 100644 index 00000000000..164242d8069 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/5_types/lesson_9/index.html @@ -0,0 +1,542 @@ + + + + + + + + + + + + + + +Let-Polymorphic Type Inferencer (Damas-Hindley-Milner) | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Let-Polymorphic Type Inferencer (Damas-Hindley-Milner)

+

In this lesson we discuss a type inferencer based on what we call today +the Damas-Hindley-Milner type system, which is at the core of many +modern functional programming languages. The first variant of it was +proposed by Hindley in 1969, then, interestingly, Milner rediscovered +it in 1978 in the context of the ML language. Damas formalized it as +a type system in his PhD thesis in 1985. More specifically, our type +inferencer here, like many others as well as many implementations of +it, follows more closely the syntax-driven variant proposed by Clement +in 1987.

+

In terms of K, we will see how easily we can turn one definition which +is considered naive (our previous type inferencer in Lesson 8) into a +definition which is considered advanced. All we have to do is to +change one existing rule (the rule of the let binder) and to add a new +one. We will also learn some new predefined features of K, which make +the above possible.

+

The main idea is to replace the rule

+
rule let X = E in E' => E'[E/X]
+
+

which creates potentially many copies of E within E' with a rule +which types E once and then reuses that type in each place where X +occurs free in E'. The simplest K way to type E is to declare the +let construct strict(2). Now we cannot simply bind X to the type +of E, because we would obtain a variant of the naive type inferencer +we already discussed, together with its limitations, in Lesson 5 of this +tutorial. The trick here is to parameterize the type of E in all its +unconstrained fresh types, and then create fresh copies of those +parameters in each free occurrence of X in E'.

+

Let us discuss some examples, before we go into the technical details. +Consider the first let-polymorphic example which failed to be typed +with our first naive type-inferencer:

+
let id = lambda x . x
+in if (id true) then (id 1) else (id 2)
+
+

When typing lambda x . x, we get a type of the form t -> t, for some +fresh type t. Instead of assigning this type to id as we did in the +naive type inferencers, we now first parametrize this type in its +fresh variable t, written

+
(forall t) t -> t
+
+

and then bind id to this parametric type. The intuition for the +parameter is that it can be instantiated with any other type, so this +parametric type stands, in fact, for infinitely many non-parametric +types. This is similar to what happens in formal logic proof systems, +where rule schemas stand for infinitely many concrete instances of +them. For this reason, parametric types are also called type schemas.

+

Now each time id is looked up within the let-body, we create a fresh +copy of the parameter t, which can this way be independently +constrained by each local context. Let's suppose that the three id +lookups yield the types t1 -> t1, t2 -> t2, and respectively t3 -> t3. +Then t1 will be constrained to be bool, and t2 and t3 to be int, +so we can now safely type the program above to int.

+

Therefore, a type schema comprises a summary of all the typing work +that has been done for typing the corresponding expression, and an +instantiation of its parameters with fresh copies represents an +elegant way to reuse all that typing work.

+

There are some subtleties regarding what fresh types can be made +parameters. Let us consider another example, discussed as part of +Lesson 7 on naive let-polymorphism:

+
lambda x . (
+  let y = lambda z . x
+  in if (y true) then (y 1) else (y (lambda x . x))
+)
+
+

This program should type to bool -> bool, as explained in Lesson 7. +The lambda construct will bind x to some fresh type tx. Then the +let-bound expression lambda z . x types to tz -> tx for some +additional fresh type tz. The question now is what should the +parameters of this type be when we generate the type schema? If we +naively parameterize in all fresh variables, that is in both tz and +tx obtaining the type schema (forall tz,tx) tz -> tx, then there will +be no way to infer that the type of x, tx, must be a bool! The +inferred type of this expression would then wrongly be tx -> t for +some fresh types tx and t. That's because the parameters are replaced +with fresh copies in each occurrence of y, and thus their relationship +to the original x is completely lost. This tells us that we cannot +parameterize in all fresh types that appear in the type of the +let-bound expression. In particular, we cannot parameterize in those +which some variables are already bound to in the current type +environment (like x is bound to tx in our example above). +In our example, the correct type schema is (forall tz) tz -> tx, +which now allows us to correctly infer that tx is bool.

+

Let us now discuss another example, which should fail to type:

+
lambda x .
+  let f = lambda y . x y
+  in if (f true) then (f 1) else (f 2)
+
+

This should fail to type because lambda y . x y is equivalent to x, +so the conditional imposes the conflicting constraints that x should be +a function whose argument is either a bool or an int. Let us try to +type it using our currently informal procedure. Like in the previous +example, x will be bound to a fresh type tx. Then the let-bound +expression types to ty -> tz with ty and tz fresh types, adding also +the constraint tx = ty -> tz. What should the parameters of this type +be? If we ignore the type constraint and simply make both ty and tz +parameters because no variable is bound to them in the type +environment (indeed, the only variable x in the type environment is +bound to tx), then we can wrongly type this program to tx -> tz +following a reasoning similar to the one in the example above. +In fact, in this example, none of ty and tz can be parameters, because +they are constrained by tx.

+

The examples above tell us two things: first, that we have to take the +type constraints into account when deciding the parameters of the +schema; second, that after applying the most-general-unifier solution +given by the type constraints everywhere, the remaining fresh types +appearing anywhere in the type environment are consequently constrained +and cannot be turned into parameters. Since the type environment can in +fact also hold type schemas, which already bind some types, we only need +to ensure that none of the fresh types appearing free anywhere in the +type environment are turned into parameters of type schemas.

+

Thanks to generic support offered by the K tool, we can easily achieve +all the above as follows.

+

First, add syntax for type schemas:

+
syntax TypeSchema ::= "(" "forall" Set ")" Type  [binder]
+
+

The definition below will be given in such a way that the Set argument +of a type schema will always be a set of fresh types. We also declare +this construct to be a binder, so that we can make use of the generic +free variable function provided by the K tool.

+

We now replace the old rule for let

+
rule let X = E in E' => E'[E/X]
+
+

with the following rule:

+
rule <k> let X = T:Type in E => E ~> tenv(TEnv) ...</k>
+     <mgu> Theta:Mgu </mgu>
+     <tenv> TEnv
+      => TEnv[(forall freeVariables(applyMgu(Theta, T)) -Set
+                      freeVariables(applyMgu(Theta, values TEnv))
+              ) applyMgu(Theta, T) / X]
+     </tenv>
+
+

So the type T of E is being parameterized and then bound to X in the +type environment. The current mgu Theta, which comprises all the type +constraints accumulated so far, is applied to both T and the types in +the type environment. The remaining fresh types in T which do not +appear free in the type environment are then turned into type parameters. +The function freeVariables returns, as expected, the free variables of +its argument as a Set; this is why we declared the type schema to be a +binder above.

+

Now a LAMBDA variable in the type environment can be bound to either a +type or a type schema. In the first case, the previous rule we had +for variable lookup can be reused, but we have to make sure we check +that T there is of sort Type (adding a sort membership, for example). +In the second case, as explained above, we have to create fresh copies +of the parameters. This can be easily achieved with another +predefined K function, as follows:

+
rule <k> X:Id => freshVariables(Tvs,T) ...</k>
+     <tenv>... X |-> (forall Tvs) T ...</tenv>
+
+

Indeed, freshVariables takes a set of variables and a term, and returns the +same term but with each of the given variables replaced by a fresh copy.

+

The operations freeVariables and freshVariables are useful in many K +definitions, so they are predefined in module substitution.k.

+

Our definition of this let-polymorphic type inferencer is now +complete. To test it, kompile it and then krun all the LAMBDA +programs discussed since Lesson 4. They should all work as expected.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/1_k/index.html b/k-distribution/pl-tutorial/1_k/index.html new file mode 100644 index 00000000000..d752727b544 --- /dev/null +++ b/k-distribution/pl-tutorial/1_k/index.html @@ -0,0 +1,397 @@ + + + + + + + + + + + + + + +Learning K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Learning K

+

We start by introducing the basic features of K by means of a series +of very simple languages. The objective here is neither to learn those +languages nor to study their underlying paradigm, but simply to learn K.

+
    +
  • LAMBDA: Lambda calculus defined.
  • +
  • IMP: A simple imperative language.
  • +
  • LAMBDA++: LAMBDA extended with control flow.
  • +
  • IMP++: IMP extended with threads and IO.
  • +
  • TYPES: LAMBDA type system.
  • +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/NOTES/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/NOTES/index.html new file mode 100644 index 00000000000..fae2537ff9f --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/NOTES/index.html @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

This is not well tested now, and it was not well tested in v3.6 either. +We should add some rules as transitions, too, and then use search on all +the examples.

+

Exercises not revised yet.

+

.Bag should be . throughout this definition #1772

+

There seems to be a problem with defining auxiliary constructs of sort +KItem when we want to use them as a particular sort in rule. We had to +declare them as construct for that sort instead. May want to explain +this a bit in the Latex discussion (related to #1803):

+
    +
  • syntax Exp ::= lookup(Int)
  • +
+
    +
  • syntax KItem ::= lookup(Int)
  • +
+

We currently add Vals to KResult, but we should have a better pattern for +List{Sort} and in general for any collections, where we make them hybrid +(they become KResults when their elements become KResults)

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html new file mode 100644 index 00000000000..9ad3898199a --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html @@ -0,0 +1,1701 @@ + + + + + + + + + + + + + + +SIMPLE — Untyped | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SIMPLE — Untyped

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of the untyped SIMPLE language. +SIMPLE is intended to be a pedagogical and research language that captures +the essence of the imperative programming paradigm, extended with several +features often encountered in imperative programming languages. +A program consists of a set of global variable declarations and +function definitions. Like in C, function definitions cannot be +nested and each program must have one function called main, +which is invoked when the program is executed. To make it more +interesting and to highlight some of K's strengths, SIMPLE includes +the following features in addition to the conventional imperative +expression and statement constructs:

+
    +
  • +

    Multidimensional arrays and array references. An array evaluates +to an array reference, which is a special value holding a location (where +the elements of the array start) together with the size of the array; +the elements of the array can be array references themselves (particularly +when the array is multi-dimensional). Array references are ordinary values, +so they can be assigned to variables and passed/received by functions.

    +
  • +
  • +

    Functions and function values. Functions can have zero or +more parameters and can return abruptly using a return statement. +SIMPLE follows a call-by-value parameter passing style, with static scoping. +Function names evaluate to function abstractions, which hereby become ordinary +values in the language, same like the array references.

    +
  • +
  • +

    Blocks with locals. SIMPLE variables can be declared +anywhere, their scope being from the place where they are declared +until the end of the most nested enclosing block.

    +
  • +
  • +

    Input/Output. The expression read() evaluates to the +next value in the input buffer, and the statement write(e) +evaluates e and outputs its value to the output buffer. The +input and output buffers are lists of values.

    +
  • +
  • +

    Exceptions. SIMPLE has parametric exceptions (the value thrown as +an exception can be caught and bound).

    +
  • +
  • +

    Concurrency via dynamic thread creation/termination and +synchronization. One can spawn a thread to execute any statement. +The spawned thread shares with its parent its environment at creation time. +Threads can be synchronized via a join command which blocks the current thread +until the joined thread completes, via re-entrant locks which can be acquired +and released, as well as through rendezvous commands.

    +
  • +
+

Like in many other languages, some of SIMPLE's constructs can be +desugared into a smaller set of basic constructs. We do that at the end +of the syntax module, and then we only give semantics to the core constructs.

+

Note: This definition is commented slightly more than others, because it is +intended to be one of the first non-trivial definitions that the new +user of K sees. We recommend the beginner user to first check the +language definitions discussed in the K tutorial.

+
k
module SIMPLE-UNTYPED-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

We start by defining the SIMPLE syntax. The language constructs discussed +above have the expected syntax and evaluation strategies. Recall that in K +we annotate the syntax with appropriate strictness attributes, thus giving +each language construct the desired evaluation strategy.

+

Identifiers

+

Recall from the K tutorial that identifiers are builtin and come under the +syntactic category Id. The special identifier for the function +main belongs to all programs, and plays a special role in the semantics, +so we declare it explicitly. This would not be necessary if the identifiers +were all included automatically in semantic definitions, but that is not +possible because of parsing reasons (e.g., K variables used to match +concrete identifiers would then be ambiguously parsed as identifiers). They +are only included in the parser generated to parse programs (and used by the +kast tool). Consequently, we have to explicitly declare all the +concrete identifiers that play a special role in the semantics, like +main below.

+
k
syntax Id ::= "main" [token] +
+

Declarations

+

There are two types of declarations: for variables (including arrays) and +for functions. We are going to allow declarations of the form +var x=10, a[10,10], y=23;, which is why we allow the var +keyword to take a list of expressions. The non-terminals used in the two +productions below are defined shortly.

+
k
syntax Stmt ::= "var" Exps ";" + | "function" Id "(" Ids ")" Block +
+

Expressions

+

The expression constructs below are standard. Increment (++) takes +an expression rather than a variable because it can also increment an array +element. Recall that the syntax we define in K is what we call the syntax +of the semantics: while powerful enough to define non-trivial syntaxes +(thanks to the underlying SDF technology that we use), we typically refrain +from defining precise syntaxes, that is, ones which accept precisely the +well-formed programs (that would not be possible anyway in general). That job +is deferred to type systems, which can also be defined in K. In other words, +we are not making any effort to guarantee syntactically that only variables +or array elements are passed to the increment construct, we allow any +expression. Nevertheless, we will only give semantics to those, so expressions +of the form ++5, which parse (but which will be rejected by our type +system in the typed version of SIMPLE later), will get stuck when executed. +Arrays can be multidimensional and can hold other arrays, so their +lookup operation takes a list of expressions as argument and applies to an +expression (which can in particular be another array lookup), respectively. +The construct sizeOf gives the size of an array in number of elements +of its first dimension. Note that almost all constructs are strict. The only +constructs which are not strict are the increment (since its first argument +gets updated, so it cannot be evaluated), the input read which takes no +arguments so strictness is irrelevant for it, the logical and and or constructs +which are short-circuited, the thread spawning construct which creates a new +thread executing the argument expression and return its unique identifier to +the creating thread (so it cannot just evaluate its argument in place), and the +assignment which is only strict in its second argument (for the same reason as +the increment).

+
k
syntax Exp ::= Int | Bool | String | Id + | "(" Exp ")" [bracket] + | "++" Exp + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] +
+

We also need comma-separated lists of identifiers and of expressions. +Moreover, we want them to be strict, that is, to evaluate to lists of results +whenever requested (e.g., when they appear as strict arguments of +the constructs above).

+
k
syntax Ids ::= List{Id,","} [overload(Exps)] + syntax Exps ::= List{Exp,","} [overload(Exps), strict] // automatically hybrid now + syntax Exps ::= Ids + syntax Val + syntax Vals ::= List{Val,","} [overload(Exps)] + syntax Bottom + syntax Bottoms ::= List{Bottom,","} [overload(Exps)] + syntax Ids ::= Bottoms +
+

Statements

+

Most of the statement constructs are standard for imperative languages. +We syntactically distinguish between empty and non-empty blocks, because we +chose Stmts not to be a (;-separated) list of +Stmt. Variables can be declared anywhere inside a block, their scope +ending with the block. Expressions are allowed to be used for their side +effects only (followed by a semicolon ;). Functions are allowed +to abruptly return. The exceptions are parametric, i.e., one can throw a value +which is bound to the variable declared by catch. Threads can be +dynamically created and terminated, and can synchronize with join, +acquire, release and rendezvous. Note that the +strictness attributes obey the intended evaluation strategy of the various +constructs. In particular, the if-then-else construct is strict only in its +first argument (the if-then construct will be desugared into if-then-else), +while the loop constructs are not strict in any arguments. The print +statement construct is variadic, that is, it takes an arbitrary number of +arguments.

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" [macro] + | "print" "(" Exps ")" ";" [strict] +// NOTE: print strict allows non-deterministic evaluation of its arguments +// Either keep like this but document, or otherwise make Exps seqstrict. +// Of define and use a different expression list here, which is seqstrict. + | "try" Block "catch" "(" Id ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] +
+

The reason we allow Stmts as the first argument of for +instead of Stmt is because we want to allow more than one statement +to be executed when the loop is initialized. Also, as seens shorly, macros +may expand one statement into more statements; for example, an initialized +variable declaration statement var x=0; desugars into two statements, +namely var x; x=0;, so if we use Stmt instead of Stmts +in the production of for above then we risk that the macro expansion +of statement var x=0; happens before the macro expansion of for, +also shown below, in which case the latter would not apply anymore because +of syntactic mismatch.

+
k
syntax Stmt ::= Stmt Stmt [right] + +// I wish I were able to write the following instead, but confuses the parser. +// +// syntax Stmts ::= List{Stmt,""} +// syntax Top ::= Stmt | "function" Id "(" Ids ")" Block +// syntax Pgm ::= List{Top,""} +// +// With that, I could have also eliminated the empty block +
+

Desugared Syntax

+

This part desugars some of SIMPLE's language constructs into core ones. +We only want to give semantics to core constructs, so we get rid of the +derived ones before we start the semantics. All desugaring macros below are +straightforward.

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}} + rule for(Start Cond; Step) {} => {Start while (Cond) {Step;}} + rule var E1:Exp, E2:Exp, Es:Exps; => var E1; var E2, Es; + rule var X:Id = E; => var X; X = E; +
+

For the semantics, we can therefore assume from now on that each +conditional has both branches, that there are only while loops, and +that each variable is declared alone and without any initialization as part of +the declaration.

+
k
endmodule + + +module SIMPLE-UNTYPED + imports SIMPLE-UNTYPED-SYNTAX + imports DOMAINS +
+

Basic Semantic Infrastructure

+

Before one starts adding semantic rules to a K definition, one needs to +define the basic semantic infrastructure consisting of definitions for +values and configuration. As discussed in the definitions +in the K tutorial, the values are needed to know when to stop applying +the heating rules and when to start applying the cooling rules corresponding +to strictness or context declarations. The configuration serves as a backbone +for the process of configuration abstraction which allows users to only +mention the relevant cells in each semantic rule, the rest of the configuration +context being inferred automatically. Although in some cases the configuration +could be automatically inferred from the rules, we believe that it is very +useful for language designers/semanticists to actually think of and design +their configuration explicitly, so the current implementation of K requires +one to define it.

+

Values

+

We here define the values of the language that the various fragments of +programs evaluate to. First, integers and Booleans are values. As discussed, +arrays evaluate to special array reference values holding (1) a location from +where the array's elements are contiguously allocated in the store, and +(2) the size of the array. Functions evaluate to function values as +λ-abstractions (we do not need to evaluate functions to closures +because each function is executed in the fixed global environment and +function definitions cannot be nested). Like in IMP and other +languages, we finally tell the tool that values are K results.

+
k
syntax Val ::= Int | Bool | String + | array(Int,Int) + | lambda(Ids,Stmt) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax Vals ::= Bottoms + syntax KResult ::= Val + | Vals // TODO: should not need this +
+

The inclusion of values in expressions follows the methodology of +syntactic definitions (like, e.g., in SOS): extend the syntax of the language +to encompass all values and additional constructs needed to give semantics. +In addition to that, it allows us to write the semantic rules using the +original syntax of the language, and to parse them with the same (now extended +with additional values) parser. If writing the semantics directly on the K +AST, using the associated labels instead of the syntactic constructs, then one +would not need to include values in expressions.

+

Configuration

+

The K configuration of SIMPLE consists of a top level cell, T, +holding a threads cell, a global environment map cell genv +mapping the global variables and function names to their locations, a shared +store map cell store mapping each location to some value, a set cell +busy holding the locks which have been acquired but not yet released +by threads, a set cell terminated holding the unique identifiers of +the threads which already terminated (needed for join), input +and output list cells, and a nextLoc cell holding a natural +number indicating the next available location. Unlike in the small languages +in the K tutorial, where we used the fresh predicate to generate fresh +locations, in larger languages, like SIMPLE, we prefer to explicitly manage +memory. The location counter in nextLoc models an actual physical +location in the store; for simplicity, we assume arbitrarily large memory and +no garbage collection. The threads cell contains one thread +cell for each existing thread in the program. Note that the thread cell has +multiplicity *, which means that at any given moment there could be zero, +one or more thread cells. Each thread cell contains a +computation cell k, a control cell holding the various +control structures needed to jump to certain points of interest in the program +execution, a local environment map cell env mapping the thread local +variables to locations in the store, and finally a holds map cell +indicating what locks have been acquired by the thread and not released so far +and how many times (SIMPLE's locks are re-entrant). The control cell +currently contains only two subcells, a function stack fstack which +is a list and an exception stack xstack which is also a list. +One can add more control structures in the control cell, such as a +stack for break/continue of loops, etc., if the language is extended with more +control-changing constructs. Note that all cells except for k are +also initialized, in that they contain a ground term of their corresponding +sort. The k cell is initialized with the program that will be passed +to the K tool, as indicated by the $PGM variable, followed by the +execute task (defined shortly).

+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + + syntax ControlCell + syntax ControlCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" type="Map" color="yellow"> + <id color="pink"> -1 </id> + <k color="green"> $PGM:Stmt ~> execute </k> + //<br/> // TODO(KORE): support latex annotations #1799 + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + </control> + //<br/> // TODO(KORE): support latex annotations #1799 + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + </thread> + </threads> + //<br/> // TODO(KORE): support latex annotations #1799 + <genv color="pink"> .Map </genv> + <store color="white"> .Map </store> + <busy color="cyan"> .Set </busy> + <terminated color="red"> .Set </terminated> + //<br/> // TODO(KORE): support latex annotations #1799 + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + </T> +
+

Declarations and Initialization

+

We start by defining the semantics of declarations (for variables, +arrays and functions).

+

Variable Declaration

+

The SIMPLE syntax was desugared above so that each variable is +declared alone and its initialization is done as a separate statement. +The semantic rule below matches resulting variable declarations of the +form var X; on top of the k cell +(indeed, note that the k cell is complete, or round, to the +left, and is torn, or ruptured, to the right), allocates a fresh +location L in the store which is initialized with a special value + (indeed, the unit ., or nothing, is matched anywhere +in the map ‒note the tears at both sides‒ and replaced with the +mapping L ↦ ⊥), and binds X to L in the local +environment shadowing previous declarations of X, if any. +This possible shadowing of X requires us to therefore update the +entire environment map, which is expensive and can significantly slow +down the execution of larger programs. On the other hand, since we know +that L is not already bound in the store, we simply add the binding +L ↦ ⊥ to the store, thus avoiding a potentially complete +traversal of the the store map in order to update it. We prefer the approach +used for updating the store whenever possible, because, in addition to being +faster, it offers more true concurrency than the latter; indeed, according +to the concurrent semantics of K, the store is not frozen while +L ↦ ⊥ is added to it, while the environment is frozen during the +update operation Env[L/X]. The variable declaration command is +also removed from the top of the computation cell and the fresh location +counter is incremented. The undefined symbol added in the store +is of sort KItem, instead of Val, on purpose; this way, the +store lookup rules will get stuck when one attempts to lookup an +uninitialized location. All the above happen in one transactional step, +with the rule below. Note also how configuration abstraction allows us to +only mention the needed cells; indeed, as the configuration above states, +the k and env cells are actually located within a +thread cell within the threads cell, but one needs +not mention these: the configuration context of the rule is +automatically transformed to match the declared configuration +structure.

+
k
syntax KItem ::= "undefined" + + rule <k> var X:Id; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

Array Declaration

+

The K semantics of the uni-dimensional array declaration is somehow similar +to the above declaration of ordinary variables. First, note the +context declaration below, which requests the evaluation of the array +dimension. Once evaluated, say to a natural number N, then +N +Int 1 locations are allocated in the store for +an array of size N, the additional location (chosen to be the first +one allocated) holding the array reference value. The array reference +value array(L,N) states that the array has size N and its +elements are located contiguously in the store starting with location +L. The operation L … L' ↦ V, defined at the end of this +file in the auxiliary operation section, initializes each location in +the list L … L' to V. Note that, since the dimensions of +array declarations can be arbitrary expressions, this virtually means +that we can dynamically allocate memory in SIMPLE by means of array +declarations.

+
k
context var _:Id[HOLE]; + + rule <k> var X:Id[N:Int]; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(L +Int 1, N) + (L +Int 1) ... (L +Int N) |-> undefined ...</store> + <nextLoc> L => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 +
+

SIMPLE allows multi-dimensional arrays. For semantic simplicity, we +desugar them all into uni-dimensional arrays by code transformation. +This way, we only need to give semantics to uni-dimensional arrays. +First, note that the context rule above actually evaluates all the array +dimensions (that's why we defined the expression lists strict!): +Upon evaluating the array dimensions, the code generation rule below +desugars multi-dimensional array declaration to uni-dimensional declarations. +To this aim, we introduce two special unique variable identifiers, +$1 and $2. The first variable, $1, iterates +through and initializes each element of the first dimension with an array +of the remaining dimensions, declared as variable $2:

+
k
syntax Id ::= "$1" [token] | "$2" [token] + rule var X:Id[N1:Int, N2:Int, Vs:Vals]; + => var X[N1]; + { + for(var $1 = 0; $1 <= N1 - 1; ++$1) { + var $2[N2, Vs]; + X[$1] = $2; + } + } +
+

Ideally, one would like to perform syntactic desugarings like the one +above before the actual semantics. Unfortunately, that was not possible in +this case because the dimension expressions of the multi-dimensional array need +to be evaluated first. Indeed, the desugaring rule above does not work if the +dimensions of the declared array are arbitrary expressions, because they can +have side effects (e.g., a[++x,++x]) and those side effects would be +propagated each time the expression is evaluated in the desugaring code (note +that both the loop condition and the nested multi-dimensional declaration +would need to evaluate the expressions given as array dimensions).

+

Function declaration

+

Functions are evaluated to λ-abstractions and stored like any other +values in the store. A binding is added into the environment for the function +name to the location holding its body. Similarly to the C language, SIMPLE +only allows function declarations at the top level of the program. More +precisely, the subsequent semantics of SIMPLE only works well when one +respects this requirement. Indeed, the simplistic context-free parser +generated by the grammar above is more generous than we may want, in that it +allows function declarations anywhere any declaration is allowed, including +inside arbitrary blocks. However, as the rule below shows, we are not +storing the declaration environment with the λ-abstraction value as +closures do. Instead, as seen shortly, we switch to the global environment +whenever functions are invoked, which is consistent with our requirement that +functions should only be declared at the top. Thus, if one declares local +functions, then one may see unexpected behaviors (e.g., when one shadows a +global variable before declaring a local function). The type checker of +SIMPLE, also defined in K (see examples/simple/typed/static), +discards programs which do not respect this requirement.

+
k
rule <k> function F(Xs) S => .K ...</k> + <env> Env => Env[F <- L] </env> + <store>... .Map => L |-> lambda(Xs, S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

When we are done with the first pass (pre-processing), the computation +cell k contains only the token execute (see the configuration +declaration above, where the computation item execute was placed +right after the program in the k cell of the initial configuration) +and the cell genv is empty. In this case, we have to call +main() and to initialize the global environment by transferring the +contents of the local environment into it. We prefer to do it this way, as +opposed to processing all the top level declarations directly within the global +environment, because we want to avoid duplication of semantics: the syntax of +the global declarations is identical to that of their corresponding local +declarations, so the semantics of the latter suffices provided that we copy +the local environment into the global one once we are done with the +pre-processing. We want this separate pre-processing step precisely because +we want to create the global environment. All (top-level) functions end up +having their names bound in the global environment and, as seen below, they +are executed in that same global environment; all these mean, in particular, +that the functions "see" each other, allowing for mutual recursion, etc.

+
k
syntax KItem ::= "execute" + rule <k> execute => main(.Exps); </k> + <env> Env </env> + <genv> .Map => Env </genv> +
+

Expressions

+

We next define the K semantics of all the expression constructs.

+

Variable lookup

+

When a variable X is the first computational task, and X is bound to some +location L in the environment, and L is mapped to some value V in the +store, then we rewrite X into V:

+
k
rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> +
+

Note that the rule above excludes reading , because is not +a value and V is checked at runtime to be a value.

+

Variable/Array increment

+

This is tricky, because we want to allow both ++x and ++a[5]. +Therefore, we need to extract the lvalue of the expression to increment. +To do that, we state that the expression to increment should be wrapped +by the auxiliary lvalue operation and then evaluated. The semantics +of this auxiliary operation is defined at the end of this file. For now, all +we need to know is that it takes an expression and evaluates to a location +value. Location values, also defined at the end of the file, are integers +wrapped with the operation loc, to distinguish them from ordinary +integers.

+
k
context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I => I +Int 1) ...</store> +
+

Arithmetic operators

+

There is nothing special about the following rules. They rewrite the +language constructs to their library counterparts when their arguments +become values of expected sorts:

+
k
rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 +
+

The equality and inequality constructs reduce to syntactic comparison +of the two argument values (which is what the equality on K terms does).

+
k
rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 +
+

The logical negation is clear, but the logical conjunction and disjunction +are short-circuited:

+
k
rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E +
+

Array lookup

+

Untyped SIMPLE does not check array bounds (the dynamically typed version of +it, in examples/simple/typed/dynamic, does check for array out of +bounds). The first rule below desugars the multi-dimensional array access to +uni-dimensional array access; recall that the array access operation was +declared strict, so all sub-expressions involved are already values at this +stage. The second rule rewrites the array access to a lookup operation at a +precise location; we prefer to do it this way to avoid locking the store. +The semantics of the auxiliary lookup operation is straightforward, +and is defined at the end of the file.

+
k
// The [anywhere] feature is underused, because it would only be used +// at the top of the computation or inside the lvalue wrapper. So it +// may not be worth, or we may need to come up with a special notation +// allowing us to enumerate contexts for [anywhere] rules. + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + + rule array(L,_)[N:Int] => lookup(L +Int N) + [anywhere] +
+

Size of an array

+

The size of the array is stored in the array reference value, and the +sizeOf construct was declared strict, so:

+
k
rule sizeOf(array(_,N)) => N +
+

Function call

+

Function application was strict in both its arguments, so we can +assume that both the function and its arguments are evaluated to +values (the former expected to be a λ-abstraction). The first +rule below matches a well-formed function application on top of the +computation and performs the following steps atomically: it switches +to the function body followed by return; (for the case in +which the function does not use an explicit return statement); it +pushes the remaining computation, the current environment, and the +current control data onto the function stack (the remaining +computation can thus also be discarded from the computation cell, +because an unavoidable subsequent return statement ‒see +above‒ will always recover it from the stack); it switches the +current environment (which is being pushed on the function stack) to +the global environment, which is where the free variables in the +function body should be looked up; it binds the formal parameters to +fresh locations in the new environment, and stores the actual +arguments to those locations in the store (this latter step is easily +done by reducing the problem to variable declarations, whose semantics +we have already defined; the auxiliary operation mkDecls is +defined at the end of the file). The second rule pops the +computation, the environment and the control data from the function +stack when a return statement is encountered as the next +computational task, passing the returned value to the popped +computation (the popped computation was the context in which the +returning function was called). Note that the pushing/popping of the +control data is crucial. Without it, one may have a function that +contains an exception block with a return statement inside, which +would put the xstack cell in an inconsistent state (since the +exception block modifies it, but that modification should be +irrelevant once the function returns). We add an artificial +nothing value to the language, which is returned by the +nulary return; statements.

+
k
syntax KItem ::= (Map,K,ControlCellFragment) + + rule <k> lambda(Xs,S)(Vs:Vals) ~> K => mkDecls(Xs,Vs) S return; </k> + <control> + <fstack> .List => ListItem((Env,K,C)) ...</fstack> + C + </control> + <env> Env => GEnv </env> + <genv> GEnv </genv> + + rule <k> return(V:Val); ~> _ => V ~> K </k> + <control> + <fstack> ListItem((Env,K,C)) => .List ...</fstack> + (_ => C) + </control> + <env> _ => Env </env> + + syntax Val ::= "nothing" + rule return; => return nothing; +
+

Like for division-by-zero, it is left unspecified what happens +when the nothing value is used in domain calculations. For +example, from the the perspective of the language semantics, +7 +Int nothing can evaluate to anything, or +may not evaluate at all (be undefined). If one wants to make sure that +such artificial values are never misused, then one needs to define a static +checker (also using K, like our the type checker in +examples/simple/typed/static) and reject programs that do. +Note that, unlike the undefined symbol which had the sort K +instead of Val, we defined nothing to be a value. That +is because, as explained above, we do not want the program to get +stuck when nothing is returned by a function. Instead, we want the +behavior to be unspecified; in particular, if one is careful to never +use the returned value in domain computation, like it happens when we +call a function for its side effects (e.g., with a statement of the +form f(x);), then the program does not get stuck.

+

Read

+

The read() expression construct simply evaluates to the next +input value, at the same time discarding the input value from the +in cell.

+
k
rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> +
+

Assignment

+

In SIMPLE, like in C, assignments are expression constructs and not statement +constructs. To make it a statement all one needs to do is to follow it by a +semi-colon ; (see the semantics for expression statements below). +Like for the increment, we want to allow assignments not only to variables but +also to array elements, e.g., e1[e2] = e3 where e1 evaluates +to an array reference, e2 to a natural number, and e3 to any +value. Thus, we first compute the lvalue of the left-hand-side expression +that appears in an assignment, and then we do the actual assignment to the +resulting location:

+
k
context (HOLE => lvalue(HOLE)) = _ + + rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store> +
+

Statements

+

We next define the K semantics of statements.

+

Blocks

+

Empty blocks are simply discarded, as shown in the first rule below. +For non-empty blocks, we schedule the enclosed statement but we have to +make sure the environment is recovered after the enclosed statement executes. +Recall that we allow local variable declarations, whose scope is the block +enclosing them. That is the reason for which we have to recover the +environment after the block. This allows us to have a very simple semantics +for variable declarations, as we did above. One can make the two rules below +computational if one wants them to count as computational steps.

+
k
rule {} => .K + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> +
+

The basic definition of environment recovery is straightforward and +given in the section on auxiliary constructs at the end of the file.

+

There are two common alternatives to the above semantics of blocks. +One is to keep track of the variables which are declared in the block and only +recover those at the end of the block. This way one does more work for +variable declarations but conceptually less work for environment recovery; we +say conceptually because it is not clear that it is indeed the case that +one does less work when AC matching is involved. The other alternative is to +work with a stack of environments instead of a flat environment, and push the +current environment when entering a block and pop it when exiting it. This +way, one does more work when accessing variables (since one has to search the +variable in the environment stack in a top-down manner), but on the other hand +uses smaller environments and the definition gets closer to an implementation. +Based on experience with dozens of language semantics and other K definitions, +we have found that our approach above is the best trade-off between elegance +and efficiency (especially since rewrite engines have built-in techniques to +lazily copy terms, by need, thus not creating unnecessary copies), +so it is the one that we follow in general.

+

Sequential composition

+

Sequential composition is desugared into K's builtin sequentialization +operation (recall that, like in C, the semi-colon ; is not a +statement separator in SIMPLE — it is either a statement terminator or a +construct for a statement from an expression). Note that K allows +to define the semantics of SIMPLE in such a way that statements eventually +dissolve from the top of the computation when they are completed; this is in +sharp contrast to (artificially) evaluating them to a special +skip statement value and then getting rid of that special value, as +it is the case in other semantic approaches (where everything must evaluate +to something). This means that once S₁ completes in the rule below, S₂ +becomes automatically the next computation item without any additional +(explicit or implicit) rules.

+
k
rule S1:Stmt S2:Stmt => S1 ~> S2 +
+

A subtle aspect of the rule above is that S₁ is declared to have sort +Stmts and not Stmt. That is because desugaring macros can indeed +produce left associative sequential composition of statements. For example, +the code var x=0; x=1; is desugared to +(var x; x=0;) x=1;, so although originally the first term of +the sequential composition had sort Stmt, after desugaring it became +of sort Stmts. Note that the attribute [right] associated +to the sequential compositon production is an attribute of the syntax, and not +of the semantics: e.g., it tells the parser to parse +var x; x=0; x=1; as var x; (x=0; x=1;), but it +does not tell the rewrite engine to rewrite (var x; x=0;) x=1; to +var x; (x=0; x=1;).

+

Expression statements

+

Expression statements are only used for their side effects, so their result +value is simply discarded. Common examples of expression statements are ones +of the form ++x;, x=e;, e1[e2]=e3;, etc.

+
k
rule _:Val; => .K +
+

Conditional

+

Since the conditional was declared with the strict(1) attribute, we +can assume that its first argument will eventually be evaluated. The rules +below cover the only two possibilities in which the conditional is allowed to +proceed (otherwise the rewriting process gets stuck).

+
k
rule if ( true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+

The simplest way to give the semantics of the while loop is by unrolling. +Note, however, that its unrolling is only allowed when the while loop reaches +the top of the computation (to avoid non-termination of unrolling). The +simple while loop semantics below works because our while loops in SIMPLE are +indeed very basic. If we allowed break/continue of loops then we would need +a completely different semantics, which would also involve the control cell.

+
k
rule while (E) S => if (E) {S while(E)S} +
+

Print

+

The print statement was strict, so all its arguments are now +evaluated (recall that print is variadic). We append each of +its evaluated arguments to the output buffer, and discard the residual +print statement with an empty list of arguments.

+
k
rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + rule print(.Vals); => .K +
+

Exceptions

+

SIMPLE allows parametric exceptions, in that one can throw and catch a +particular value. The statement try S₁ catch(X) S₂ +proceeds with the evaluation of S₁. If S₁ evaluates normally, i.e., +without any exception thrown, then S₂ is discarded and the execution +continues normally. If S₁ throws an exception with a statement of the +form throw E, then E is first evaluated to some value V +(throw was declared to be strict), then V is bound to X, then +S₂ is evaluated in the new environment while the reminder of S₁ is +discarded, then the environment is recovered and the execution continues +normally with the statement following the try S₁ catch(X) S₂ statement. +Exceptions can be nested and the statements in the +catch part (S₂ in our case) can throw exceptions to the +upper level. One should be careful with how one handles the control data +structures here, so that the abrupt changes of control due to exception +throwing and to function returns interact correctly with each other. +For example, we want to allow function calls inside the statement S₁ in +a try S₁ catch(X) S₂ block which can throw an exception +that is not caught by the function but instead is propagated to the +try S₁ catch(X) S₂ block that called the function. +Therefore, we have to make sure that the function stack as well as other +potential control structures are also properly modified when the exception +is thrown to correctly recover the execution context. This can be easily +achieved by pushing/popping the entire current control context onto the +exception stack. The three rules below modularly do precisely the above.

+
k
syntax KItem ::= (Id,Stmt,K,Map,ControlCellFragment) + + syntax KItem ::= "popx" + + rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem((X, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => .K ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k> + <control> + <xstack> ListItem((X, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

The catch statement S₂ needs to be executed in the original environment, +but where the thrown value V is bound to the catch variable X. We here +chose to rely on two previously defined constructs when giving semantics to +the catch part of the statement: (1) the variable declaration with +initialization, for binding X to V; and (2) the block construct for +preventing X from shadowing variables in the original environment upon the +completion of S₂.

+

Threads

+

SIMPLE's threads can be created and terminated dynamically, and can +synchronize by acquiring and releasing re-entrant locks and by rendezvous. +We discuss the seven rules giving the semantics of these operations below.

+

Thread creation

+

Threads can be created by any other threads using the spawn S +construct. The spawn expression construct evaluates to the unique identifier +of the newly created thread and, at the same time, a new thread cell is added +into the configuration, initialized with the S statement and sharing the +same environment with the parent thread. Note that the newly created +thread cell is torn. That means that the remaining cells are added +and initialized automatically as described in the definition of SIMPLE's +configuration. This is part of K's configuration abstraction mechanism.

+
k
rule <thread>... + <k> spawn S => !T:Int ...</k> + <env> Env </env> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T </id> + ...</thread>) +
+

Thread termination

+

Dually to the above, when a thread terminates its assigned computation (the +contents of its k cell) is empty, so the thread can be dissolved. +However, since no discipline is imposed on how locks are acquired and released, +it can be the case that a terminating thread still holds locks. Those locks +must be released, so other threads attempting to acquire them do not deadlock. +We achieve that by removing all the locks held by the terminating thread in its +holds cell from the set of busy locks in the busy cell +(keys(H) returns the domain of the map H as a set, that is, only +the locks themselves ignoring their multiplicity). As seen below, a lock is +added to the busy cell as soon as it is acquired for the first time +by a thread. The unique identifier of the terminated thread is also collected +into the terminated cell, so the join construct knows which +threads have terminated.

+
k
rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> +
+

Thread joining

+

Thread joining is now straightforward: all we need to do is to check whether +the identifier of the thread to be joined is in the terminated cell. +If yes, then the join statement dissolves and the joining thread +continues normally; if not, then the joining thread gets stuck.

+
k
rule <k> join T:Int; => .K ...</k> + <terminated>... SetItem(T) ...</terminated> +
+

Acquire lock

+

There are two cases to distinguish when a thread attempts to acquire a lock +(in SIMPLE any value can be used as a lock):
+(1) The thread does not currently have the lock, in which case it has to +take it provided that the lock is not already taken by another thread (see +the side condition of the first rule).
+(2) The thread already has the lock, in which case it just increments its +counter for the lock (the locks are re-entrant). These two cases are captured +by the two rules below:

+
k
rule <k> acquire V:Val; => .K ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy)) + + rule <k> acquire V; => .K ...</k> + <holds>... V:Val |-> (N => N +Int 1) ...</holds> +
+

Release lock

+

Similarly, there are two corresponding cases to distinguish when a thread +releases a lock:
+(1) The thread holds the lock more than once, in which case all it needs to do +is to decrement the lock counter.
+(2) The thread holds the lock only once, in which case it needs to remove it +from its holds cell and also from the the shared busy cell, +so other threads can acquire it if they need to.

+
k
rule <k> release V:Val; => .K ...</k> + <holds>... V |-> (N => N -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> +
+

Rendezvous synchronization

+

In addition to synchronization through acquire and release of locks, SIMPLE +also provides a construct for rendezvous synchronization. A thread whose next +statement to execute is rendezvous(V) gets stuck until another +thread reaches an identical statement; when that happens, the two threads +drop their rendezvous statements and continue their executions. If three +threads happen to have an identical rendezvous statement as their next +statement, then precisely two of them will synchronize and the other will +remain blocked until another thread reaches a similar rendezvous statement. +The rule below is as simple as it can be. Note, however, that, again, it is +K's mechanism for configuration abstraction that makes it work as desired: +since the only cell which can multiply containing a k cell inside is +the thread cell, the only way to concretize the rule below to the +actual configuration of SIMPLE is to include each k cell in a +thread cell.

+
k
rule <k> rendezvous V:Val; => .K ...</k> + <k> rendezvous V; => .K ...</k> +
+

Auxiliary declarations and operations

+

In this section we define all the auxiliary constructs used in the +above semantics.

+

Making declarations

+

The mkDecls auxiliary construct turns a list of identifiers +and a list of values in a sequence of corresponding variable +declarations.

+
k
syntax Stmt ::= mkDecls(Ids,Vals) [function] + rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs) + rule mkDecls(.Ids,.Vals) => {} +
+

Location lookup

+

The operation below is straightforward.

+
k
syntax Exp ::= lookup(Int) + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> +
+

Environment recovery

+

We have already discussed the environment recovery auxiliary operation in the +IMP++ tutorial:

+
k
// TODO: eliminate the env wrapper, like we did in IMP++ + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env> +
+

While theoretically sufficient, the basic definition for environment +recovery alone is suboptimal. Consider a loop while (E)S, +whose semantics (see above) was given by unrolling. S +is a block. Then the semantics of blocks above, together with the +unrolling semantics of the while loop, will yield a computation +structure in the k cell that increasingly grows, adding a new +environment recovery task right in front of the already existing sequence of +similar environment recovery tasks (this phenomenon is similar to the ``tail +recursion'' problem). Of course, when we have a sequence of environment +recovery tasks, we only need to keep the last one. The elegant rule below +does precisely that, thus avoiding the unnecessary computation explosion +problem:

+
k
rule (setEnv(_) => .K) ~> setEnv(_) +
+

In fact, the above follows a common convention in K for recovery +operations of cell contents: the meaning of a computation task of the form +cell(C) that reaches the top of the computation is that the current +contents of cell cell is discarded and gets replaced with C. We +did not add support for these special computation tasks in our current +implementation of K, so we need to define them as above.

+

lvalue and loc

+

For convenience in giving the semantics of constructs like the increment and +the assignment, that we want to operate the same way on variables and on +array elements, we used an auxiliary lvalue(E) construct which was +expected to evaluate to the lvalue of the expression E. This is only +defined when E has an lvalue, that is, when E is either a variable or +evaluates to an array element. lvalue(E) evaluates to a value of +the form loc(L), where L is the location where the value of E +can be found; for clarity, we use loc to structurally distinguish +natural numbers from location values. In giving semantics to lvalue +there are two cases to consider. (1) If E is a variable, then all we need +to do is to grab its location from the environment. (2) If E is an array +element, then we first evaluate the array and its index in order to identify +the exact location of the element of concern, and then return that location; +the last rule below works because its preceding context declarations ensure +that the array and its index are evaluated, and then the rule for array lookup +(defined above) rewrites the evaluated array access construct to its +corresponding store lookup operation.

+
k
// For parsing reasons, we prefer to allow lvalue to take a K + + syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + +// Local variable + + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + +// Array element: evaluate the array and its index; +// then the array lookup rule above applies. + + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + +// Finally, return the address of the desired object member + + rule lvalue(lookup(L:Int) => loc(L)) +
+

Initializing multiple locations

+

The following operation initializes a sequence of locations with the same +value:

+
k
syntax Map ::= Int "..." Int "|->" K [function] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M +
+

The semantics of SIMPLE is now complete. Make sure you kompile the +definition with the right options in order to generate the desired model. +No kompile options are needed if you only only want to execute the definition +(and thus get an interpreter), but if you want to search for a different +program behaviors then you need to kompile with the --enable-search option

+
k
endmodule +
+

Go to Lesson 2, SIMPLE typed static

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/NOTES/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/NOTES/index.html new file mode 100644 index 00000000000..b59f67739bf --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/NOTES/index.html @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

While we disallow global variables with the same name, and that includes +vector variables, we currently do not check that function names are distinct +from each other and from other global variables. Since we can pass functions +around through their names, this can be problematic. May want to make this +into an exercise in the future.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/exercises/functions-with-throws/tests/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/exercises/functions-with-throws/tests/index.html new file mode 100644 index 00000000000..edd71804b1e --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/exercises/functions-with-throws/tests/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The programs in this folder are typed variants of the SIMPLE untyped programs. +These programs will be executed both with the dynamic and with the static +semantics of the typed SIMPLE language. Each of the semantics contains its +own results folder showing the expected results of executing these programs.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html new file mode 100644 index 00000000000..d5e874db304 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html @@ -0,0 +1,1150 @@ + + + + + + + + + + + + + + +SIMPLE — Typed — Static | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SIMPLE — Typed — Static

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K definition of the static semantics of the typed SIMPLE +language, or in other words, a type system for the typed SIMPLE +language in K. We do not re-discuss the various features of the +SIMPLE language here. The reader is referred to the untyped version of +the language for such discussions. We here only focus on the new and +interesting problems raised by the addition of type declarations, and +what it takes to devise a type system/checker for the language.

+

When designing a type system for a language, no matter in what +paradigm, we have to decide upon the intended typing policy. Note +that we can have multiple type systems for the same language, one for +each typing policy. For example, should we accept programs which +don't have a main function? Or should we allow functions that do not +return explicitly? Or should we allow functions whose type expects +them to return a value (say an int) to use a plain +return; statement, which returns no value, like in C? +And so on and so forth. Typically, there are two opposite tensions +when designing a type system. On the one hand, you want your type +system to be as permissive as possible, that is, to accept as many +programs that do not get stuck when executed with the untyped +semantics as possible; this will keep the programmers using your +language happy. On the other hand, you want your type system to have +a reasonable performance when implemented; this will keep both the +programmers and the implementers of your language happy. For example, +a type system for rejecting programs that could perform +division-by-zero is not expected to be feasible in general. A simple +guideline when designing typing policies is to imagine how the +semantics of the untyped language may get stuck and try to prevent +those situations from happening.

+

Before we give the K type system of SIMPLE formally, we discuss, +informally, the intended typing policy:

+
    +
  • +

    Each program should contain a main() function. Indeed, +the untyped SIMPLE semantics will get stuck on any program which does +not have a main function.

    +
  • +
  • +

    Each primitive value has its own type, which can be int +bool, or string. There is also a type void +for nonexistent values, for example for the result of a function meant +to return no value (but only be used for its side effects, like a +procedure).

    +
  • +
  • +

    The syntax of untyped SIMPLE is extended to allow type +declarations for all the variables, including array variables. This is +done in a C/Java-style. For example, int x; or +int x=7, y=x+3;, or int[][][] a[10,20]; +(the latter defines a 10 × 20 matrix of arrays of integers). +Recall from untyped SIMPLE that, unlike in C/Java, our multi-dimensional +arrays use comma-separated arguments, although they have the array-of-array +semantics.

    +
  • +
  • +

    Functions are also typed in a C/Java style. However, since in SIMPLE +we allow functions to be passed to and returned by other functions, we also +need function types. We will use the conventional higher-order arrow-notation +for function types, but will separate the argument types with commas. For +example, a function returning an array of bool elements and +taking as argument an array x of two-integer-argument functions +returning an integer, is declared using a syntax of the form +bool[] f(((int,int)->int)[] x) { ... } +and has the type ((int,int)->int)[] -> bool[].

    +
  • +
  • +

    We allow any variable declarations at the top level. Functions +can only be declared at the top level. Each function can only access the +other functions and variables declared at the top level, or its own locally +declared variables. SIMPLE has static scoping.

    +
  • +
  • +

    The various expression and statement constructs take only elements of +the expected types.

    +
  • +
  • +

    Increment and assignment can operate both on variables and on array +elements. For example, if f has type int->int[][] and +function g has the type int->int, then the +increment expression ++f(7)[g(2),g(3)] is valid.

    +
  • +
  • +

    Functions should only return values of their declared result +type. To give the programmers more flexibility, we allow functions to +use return; statements to terminate without returning an +actual value, or to not explicitly use any return statement, +regardless of their declared return type. This flexibility can be +handy when writing programs using certain functions only for their +side effects. Nevertheless, as the dynamic semantics shows, a return +value is automatically generated when an explicit return +statement is not encountered.

    +
  • +
  • +

    For simplicity, we here limit exceptions to only throw and catch +integer values. We let it as an exercise to the reader to extend the +semantics to allow throwing and catching arbitrary-type exceptions. +Like in programming languages like Java, one can go even further and +define a semantics where thrown exceptions are propagated through +try-catch statements until one of the corresponding type is found. +We will do this when we define the KOOL language, not here. +To keep the definition if SIMPLE simple, here we do not attempt to +reject programs which throw uncaught exceptions.

    +
  • +
+

Like in untyped SIMPLE, some constructs can be desugared into a +smaller set of basic constructs. In general, it should be clear why a +program does not type by looking at the top of the k cells in +its stuck configuration.

+
k
module SIMPLE-TYPED-STATIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of typed SIMPLE extends that of untyped SIMPLE with support +for declaring types to variables and functions.

+
k
syntax Id ::= "main" [token] +
+

Types

+

Primitive, array and function types, as well as lists (or tuples) of types. +The lists of types are useful for function arguments.

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + + syntax Types ::= List{Type,","} [overload(exps)] +
+

Declarations

+

Variable and function declarations have the expected syntax. For variables, +we basically just replaced the var keyword of untyped SIMPLE with a +type. For functions, besides replacing the function keyword with a +type, we also introduce a new syntactic category for typed variables, +Param, and lists over it.

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" + | Type Id "(" Params ")" Block +
+

Expressions

+

The syntax of expressions is identical to that in untyped SIMPLE, +except for the logical conjunction and disjunction which have +different strictness attributes, because they now have different +evaluation strategies.

+
k
syntax Exp ::= Int | Bool | String | Id + | "(" Exp ")" [bracket] + | "++" Exp + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict, left] + | Exp "||" Exp [strict, left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] +
+

Note that spawn has not been declared strict. This may +seem unexpected, because the child thread shares the same environment +with the parent thread, so from a typing perspective the spawned +statement makes the same sense in a child thread as it makes in the +parent thread. The reason for not declaring it strict is because we +want to disallow programs where the spawned thread calls the +return statement, because those programs would get stuck in +the dynamic semantics. The type semantics of spawn below will reject +such programs.

+

We still need lists of expressions, defined below, but note that we do +not need lists of identifiers anymore. They have been replaced by the lists +of parameters.

+
k
syntax Exps ::= List{Exp,","} [strict, overload(exps)] +
+

Statements

+

The statements have the same syntax as in untyped SIMPLE, except for +the exceptions, which now type their parameter. Note that, unlike in untyped +SIMPLE, all statement constructs which have arguments and are not desugared +are strict, including the conditional and the while. Indeed, from a +typing perspective, they are all strict: first type their arguments and then +type the actual construct.

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block [strict] + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" + | "print" "(" Exps ")" ";" [strict] + | "try" Block "catch" "(" Param ")" Block [strict(1)] + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] +
+

Note that the sequential composition is now sequentially strict, +because, unlike in the dynamic semantics where statements dissolved, +they now reduce to the stmt type, which is a result.

+
k
syntax Stmt ::= Stmt Stmt [seqstrict, right] +
+

Desugaring macros

+

We use the same desugaring macros like in untyped SIMPLE, but, of +course, including the types of the involved variables.

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}} + rule for(Start Cond; Step) {} => {Start while(Cond){Step;}} + rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es; [anywhere] + rule T:Type X:Id = E; => T X; X = E; [anywhere] + +endmodule + + +module SIMPLE-TYPED-STATIC + imports SIMPLE-TYPED-STATIC-SYNTAX + imports DOMAINS +
+

Static semantics

+

Here we define the type system of SIMPLE. Like concrete semantics, +type systems defined in K are also executable. However, K type +systems turn into type checkers instead of interpreters when executed.

+

The typing process is done in two (overlapping) phases. In the first +phase the global environment is built, which contains type bindings +for all the globally declared variables and functions. For functions, +the declared types will be ``trusted'' during the first phase and +simply bound to their corresponding function names and placed in the +global type environment. At the same time, type-checking tasks that +the function bodies indeed respect their claimed types are generated. +All these tasks are (concurrently) verified during the second phase. +This way, all the global variable and function declarations are +available in the global type environment and can be used in order to +type-check each function code. This is consistent with the semantics +of untyped SIMPLE, where functions can access all the global variables +and can call any other function declared in the same program. The +two phases may overlap because of the K concurrent semantics. For +example, a function task can be started while the first phase is still +running; moreover, it may even complete before the first phase does, +namely when all the global variables and functions that it needs have +already been processed and made available in the global environment by +the first phase task.

+

Extended syntax and results

+

The idea is to start with a configuration holding the program to type +in one of its cells, then apply rewrite rules on it mixing types and +language syntax, and eventually obtain a type instead of the original +program. In other words, the program reduces to its type using +the K rules giving the type system of the language. In doing so, +additional typing tasks for function bodies are generated and solved +the same way. If this rewriting process gets stuck, then we say that +the program is not well-typed. Otherwise the program is well-typed +(by definition). We did not need types for statements and for blocks +as part of the typed SIMPLE syntax, because programmers are not allowed +to use such types explicitly. However, we are going to need them in the +type system, because blocks and statements reduce to them.

+

We start by allowing types to be used inside expressions and statements in +our language. This way, types can be used together with language syntax in +subsequent K rules without any parsing errors. Like in the type system of +IMP++ in the K tutorial, we prefer to group the block and statement types +under one syntactic sub-category of types, because this allows us to more +compactly state that certain terms can be either blocks or statements. Also, +since programs and fragments of program will reduce to their types, in order +for the strictness and context declarations to be executable we state that +types are results (same like we did in the IMP++ tutorial).

+
k
syntax Exp ::= Type + syntax Exps ::= Types + syntax BlockOrStmtType ::= "block" | "stmt" + syntax Type ::= BlockOrStmtType + syntax Block ::= BlockOrStmtType + syntax KResult ::= Type + | Types //TODO: remove this, eventually +
+

Configuration

+

The configuration of our type system consists of a tasks cell +holding various typing task cells, and a global type environment. +Each task includes a k cell holding the code to type, a tenv +cell holding the local type environment, and a return cell holding +the return type of the currently checked function. The latter is needed in +order to check whether return statements return values of the expected type. +Initially, the program is placed in a k cell inside a +task cell. Since the cells with multiplicity ? are not +included in the initial configuration, the task cell holding +the original program in its k cell will contain no other +subcells.

+
k
configuration <T color="yellow"> + <tasks color="orange"> + <task multiplicity="*" color="yellow" type="Set"> + <k color="green"> $PGM:Stmt </k> + <tenv multiplicity="?" color="cyan"> .Map </tenv> + <returnType multiplicity="?" color="black"> void </returnType> + </task> + </tasks> +// <br/> + <gtenv color="blue"> .Map </gtenv> + </T> +
+

Variable declarations

+

Variable declarations type as statements, that is, they reduce to the +type stmt. There are only two cases that need to be +considered: when a simple variable is declared and when an array +variable is declared. The macros at the end of the syntax module +above take care of reducing other variable declarations, including +ones where the declared variables are initialized, to only these two +cases. The first case has two subcases: when the variable declaration +is global (i.e., the task cell contains only the k +cell), in which case it is added to the global type environment +checking at the same time that the variable has not been already +declared; and when the variable declaration is local (i.e., a +tenv cell is available), in which case it is simply added to +the local type environment, possibly shadowing previous homonymous +variables. The third case reduces to the second, incrementally moving +the array dimension into the type until the array becomes a simple +variable.

+
k
rule <task> <k> T:Type X:Id; => stmt ...</k> </task> + <gtenv> Rho (.Map => X |-> T) </gtenv> + requires notBool(X in keys(Rho)) + rule <k> T:Type X:Id; => stmt ...</k> <tenv> Rho => Rho[X <- T] </tenv> + + context _:Type _::Exp[HOLE::Exps]; +// The rule below may need to sort E to Exp in the future, if the +// parser gets stricter; without that information, it may not be able +// to complete the LHS into T E[int,Ts],.Exps; (and similarly for the RHS) + rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts]; +// I want to write the rule below as _:Type (E:Exp[.Types] => E), +// but the list completion seems to not work well with that. + rule T:Type E:Exp[.Types]; => T E; +
+

Function declarations

+

Functions are allowed to be declared only at the top level (the +task cell holds only its k subcell). Each function +declaration reduces to a variable declaration (a binding of its name +to its declared function type), but also adds a task into the +tasks cell. The task consists of a typing of the statement +declaring all the function parameters followed by the function body, +together with the expected return type of the function. The +getTypes and mkDecls functions, defined at the end of +the file in the section on auxiliary operations, extracts the list of +types and makes a sequence of variable declarations from a list of +function parameters, respectively. Note that, although in the dynamic +semantics we include a terminating return statement at the +end of the function body to eliminate from the analysis the case when +the function does not provide an explicit return, we do not need to +include such a similar return statement here. That's because +the return statements type to stmt anyway, and the +entire code of the function body needs to type anyway.

+
k
rule <task> <k> T:Type F:Id(Ps:Params) S => getTypes(Ps)->T F; ...</k> </task> + (.Bag => <task> + <k> mkDecls(Ps) S </k> <tenv> .Map </tenv> <returnType> T </returnType> + </task>) +
+

Checking if main() exists}

+

Once the entire program is processed (generating appropriate tasks +to type check its function bodies), we can dissolve the main +task cell (the one holding only a k subcell). Since +we want to enforce that programs include a main function, we also +generate a function task executing main() to ensure that it +types (remove this task creation if you do not want your type system +to reject programs without a main function).

+
k
rule <task> <k> stmt => main(.Exps); </k> (.Bag => <tenv> .Map </tenv>) </task> +
+

Collecting the terminated tasks

+

Similarly, once a non-main task (i.e., one which contains a +tenv subcells) is completed using the subsequent rules (i.e., +its k cell holds only the block or stmt +type), we can dissolve its corresponding cell. Note that it is +important to ensure that we only dissolve tasks containing a +tenv cell with the rule below, because the main task should +not dissolve this way! It should do what the above rule says. +In the end, there should be no task cell left in the configuration +when the program correctly type checks.

+
k
rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag +
+

Basic values

+

The first three rewrite rules below reduce the primitive values to +their types, as we typically do when we define type systems in K.

+
k
rule _:Int => int + rule _:Bool => bool + rule _:String => string +
+

Variable lookup

+

There are three cases to distinguish for variable lookup: (1) if the +variable is bound in the local type environment, then look its type up +there; (2) if a local environment exists and the variable is not bound +in it, then look its type up in the global environment; (3) finally, +if there is no local environment, meaning that we are executing the +top-level pass, then look the variable's type up in the global +environment, too.

+
k
rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv> + + rule <k> X:Id => T ...</k> <tenv> Rho </tenv> <gtenv>... X |-> T ...</gtenv> + requires notBool(X in keys(Rho)) + + rule <task> <k> X:Id => T ...</k> </task> <gtenv>... X |-> T ...</gtenv> +
+

Increment

+

We want the increment operation to apply to any lvalue, including +array elements, not only to variables. For that reason, we define a +special context extracting the type of the argument of the increment +operation only if that argument is an lvalue. Otherwise the rewriting +process gets stuck. The operation ltype is defined at the +end of this file, in the auxiliary operation section. It essentially +acts as a filter, getting stuck if its argument is not an lvalue and +letting it reduce otherwise. The type of the lvalue is expected to be +an integer in order to be allowed to be incremented, as seen in the +rule ++ int => int below.

+
k
context ++(HOLE => ltype(HOLE)) + rule ++ int => int +
+

Common expression constructs

+

The rules below are straightforward and self-explanatory:

+
k
rule int + int => int + rule string + string => string + rule int - int => int + rule int * int => int + rule int / int => int + rule int % int => int + rule - int => int + rule int < int => bool + rule int <= int => bool + rule int > int => bool + rule int >= int => bool + rule T:Type == T => bool + rule T:Type != T => bool + rule bool && bool => bool + rule bool || bool => bool + rule ! bool => bool +
+

Array access and size

+

Array access requires each index to type to an integer, and the +array type to be at least as deep as the number of indexes:

+
k
// NOTE: +// We used to need parentheses in the RHS, to avoid capturing Ts as an attribute +// Let's hope that is not a problem anymore. + + rule (T[])[int, Ts:Types] => T[Ts] + rule T:Type[.Types] => T +
+

sizeOf only needs to check that its argument is an array:

+
k
rule sizeOf(_T[]) => int +
+

Input/Output

+

The read expression construct types to an integer, while print types +to a statement provided that all its arguments type to integers or +strings.

+
k
rule read() => int + + rule print(T:Type, Ts => Ts); requires T ==K int orBool T ==K string + rule print(.Types); => stmt +
+

Assignment

+

The special context and the rule for assignment below are similar +to those for increment: the LHS of the assignment must be an lvalue +and, in that case, it must have the same type as the RHS, which then +becomes the type of the assignment.

+
k
context (HOLE => ltype(HOLE)) = _ + rule T:Type = T => T +
+

Function application and return

+

Function application requires the type of the function and the +types of the passed values to be compatible. Note that a special case +is needed to handle the no-argument case:

+
k
rule (Ts:Types -> T)(Ts) => T requires Ts =/=K .Types + rule (void -> T)(.Types) => T +
+

The returned value must have the same type as the declared +function return type. If an empty return is encountered, than +we should check that we are in a function (and not a thread) +context, that is, a return cell must be available:

+
k
rule <k> return T:Type; => stmt ...</k> <returnType> T </returnType> + rule <k> return; => stmt ...</k> <returnType> _ </returnType> +
+

Blocks

+

To avoid having to recover type environments after blocks, we prefer +to start a new task for block body, making sure that the new task +is passed the same type environment and return cells. The value +returned by return statements must have the same type as +stated in the return cell. The print variadic +function is allowed to only print integers and strings. The thrown +exceptions can only have integer type.

+
k
rule {} => block + + rule <task> <k> {S} => block ...</k> <tenv> Rho </tenv> R </task> + (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>) +
+

Expression statement

+
k
rule _:Type; => stmt +
+

Conditional and while loop

+
k
rule if (bool) block else block => stmt + rule while (bool) block => stmt +
+

Exceptions

+

We currently force the parameters of exceptions to only be integers. +Moreover, for simplicity, we assume that integer exceptions can be +thrown from anywhere, including from functions which do not define +any try-catch block (with the currently unchecked ‒also for +simplicity‒ expectation that the caller functions would catch those +exceptions).

+
k
rule try block catch(int X:Id) {S} => {int X; S} + rule try block catch(int X:Id) {} => {int X;} + rule throw int; => stmt +
+

Concurrency

+

Nothing special about typing the concurrency constructs, except that +we do not want the spawned thread to return, so we do not include any +return cell in the new task cell for the thread statement. +Same like with the functions above, we do not check for thrown +exceptions which are not caught.

+
k
rule <k> spawn S => int ...</k> <tenv> Rho </tenv> + (.Bag => <task> <k> S </k> <tenv> Rho </tenv> </task>) + rule join int; => stmt + rule acquire _:Type; => stmt + rule release _:Type; => stmt + rule rendezvous _:Type; => stmt + + rule _:BlockOrStmtType _:BlockOrStmtType => stmt +
+

Auxiliary constructs

+

The function mkDecls turns a list of parameters into a +list of variable declarations.

+
k
syntax Stmt ::= mkDecls(Params) [function] + rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps) + rule mkDecls(.Params) => {} +
+

The ltype context allows only expressions which have an +lvalue to evaluate.

+
k
syntax LValue ::= Id + rule isLValue(_:Exp[_:Exps]) => true + syntax Exp ::= LValue // K should be able to infer this + // if not added, then it gets stuck with an Id on k cell + +// Instead of the second LValue production above you can use a rule: +// rule isLValue(_:Exp[_:Exps]) => true + + syntax Exp ::= ltype(Exp) +// context ltype(HOLE:LValue) +// The above context does not work due to some error, so we write instead + context ltype(HOLE) requires isLValue(HOLE) +
+

The function getTypes is the same as in SIMPLE typed dynamic.

+
k
syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types // I would like to not use .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types + +endmodule +
+

Go to Lesson 3, SIMPLE typed dynamic

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html new file mode 100644 index 00000000000..de5dcf6ab92 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html @@ -0,0 +1,1141 @@ + + + + + + + + + + + + + + +SIMPLE — Typed — Dynamic | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SIMPLE — Typed — Dynamic

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K dynamic semantics of the typed SIMPLE language. +It is very similar to the semantics of the untyped SIMPLE, the +difference being that we now dynamically check the typing policy +described in the static semantics of typed SIMPLE. Because of the +dynamic nature of the semantics, we can also perform some additional +checks which were not possible in the static semantics, such as +memory leaks due to accessing an array out of its bounds. We will +highlight the differences between the dynamically typed and the +untyped SIMPLE as we proceed with the semantics. We recommend the +reader to consult the typing policy and the syntax of types discussed +in the static semantics of the typed SIMPLE language.

+
k
module SIMPLE-TYPED-DYNAMIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of typed SIMPLE extends that of untyped SIMPLE with support +for declaring types to variables and functions.

+

The syntax below is identical to that of the static semantics of typed +SIMPLE. However, the K strictness attributes are like those of the untyped +SIMPLE, to capture the desired evaluation strategies of the various language +constructs.

+
k
syntax Id ::= "main" [token] +
+

Types

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + syntax Types ::= List{Type,","} [overload(exps)] +
+

Declarations

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" + | Type Id "(" Params ")" Block +
+

Expressions

+
k
syntax Exp ::= Int | Bool | String | Id + | "(" Exp ")" [bracket] + | "++" Exp + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] +
+

Like in the static semantics, there is no need for lists of identifiers +(because we now have lists of parameters).

+
k
syntax Exps ::= List{Exp,","} [strict, overload(exps)] + syntax Val + syntax Vals ::= List{Val,","} [overload(exps)] +
+

Statements

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "print" "(" Exps ")" ";" [strict] + | "return" Exp ";" [strict] + | "return" ";" + | "try" Block "catch" "(" Param ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [right] +
+

The same desugaring macros like in the statically typed SIMPLE.

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}} + rule for(Start Cond; Step) {} => {Start while(Cond){Step;}} + rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es; [anywhere] + rule T:Type X:Id = E; => T X; X = E; [anywhere] + +endmodule + + +module SIMPLE-TYPED-DYNAMIC + imports SIMPLE-TYPED-DYNAMIC-SYNTAX + imports DOMAINS +
+

Semantics

+

Values and results

+

These are similar to those of untyped SIMPLE, except that the array +references and the function abstrations now also hold their types. +These types are needed in order to easily compute the type of any +value in the language (see the auxiliary typeOf operation at +the end of this module).

+
k
syntax Val ::= Int | Bool | String + | array(Type,Int,Int) + | lambda(Type,Params,Stmt) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + | Vals // TODO: should not need this +
+

Configuration

+

The configuration is almost identical to that of untyped SIMPLE, +except for a return cell inside the control cell. +This return cell will hold, like in the static semantics of +typed SIMPLE, the expected type of the value returned by the function +being executed. The contents of this cell will be set whenever a +function is invoked and will be checked whenever the evaluation of the +function body encounters an explicit return statement.

+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + + syntax ControlCell + syntax ControlCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" color="yellow" type="Map"> + <id color="pink"> 0 </id> + <k color="green"> ($PGM:Stmt ~> execute) </k> +// <br/> + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + <returnType color="LimeGreen"> void </returnType> + </control> +// <br/> + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + </thread> + </threads> +// <br/> + <genv color="pink"> .Map </genv> + <store color="white"> .Map </store> + <busy color="cyan">.Set</busy> + <terminated color="red"> .Set </terminated> + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + </T> +
+

Declarations and Initialization

+

Variable Declaration

+

The undefined construct is now parameterized by a type. +A main difference between untyped SIMPLE and dynamically typed SIMPLE +is that the latter assigns a type to each of its locations and that +type cannot be changed during the execution of the program. We do not +do any memory management in our semantic definitions here, so +locations cannot be reclaimed, garbage collected and/or reused. Each +location corresponds precisely to an allocated variable or array +element, whose type was explicitly or implicitly declared in the +program and does not change. It is therefore safe to type each +location and then never allow that type to change. The typed +undefined values effectively assign both a type and an undefined value +to a location.

+
k
syntax KItem ::= undefined(Type) + + rule <k> T:Type X:Id; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 </nextLoc> +
+

Array Declaration

+

The dynamic semantics of typed array declarations is similar to that +in untyped SIMPLE, but we have to make sure that we associate the +right type to the allocated locations.

+
k
rule <k> T:Type X:Id[N:Int]; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(T, L +Int 1, N) + (L +Int 1)...(L +Int N) |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 + + context _:Type _::Exp[HOLE::Exps]; +
+

The desugaring of multi-dimensional arrays into unidimensional +ones is also similar to that in untyped SIMPLE, although we have to +make sure that all the declared variables have the right types. The +auxiliary operation T<Vs>, defined at the end of the file, +adds the length of Vs dimensions to the type T.

+
k
// TODO: Check the desugaring below to be consistent with the one for untyped simple + + syntax Id ::= "$1" [token] | "$2" [token] + rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals]; + => T[]<Vs> X[N1]; + { + T[][]<Vs> $1=X; + for(int $2=0; $2 <= N1 - 1; ++$2) { + T X[N2,Vs]; + $1[$2] = X; + } + } +
+

Function declaration

+

Store all function parameters, as well as the return type, as part +of the lambda abstraction. In the spirit of dynamic typing, we will +make sure that parameters are well typed when the function is invoked.

+
k
rule <k> T:Type F:Id(Ps:Params) S => .K ...</k> + <env> Env => Env[F <- L] </env> + <store>... .Map => L |-> lambda(T, Ps, S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

Calling main()

+

When done with the first pass, call main().

+
k
syntax KItem ::= "execute" + rule <k> execute => main(.Exps); </k> + <env> Env </env> + <genv> .Map => Env </genv> +
+

Expressions

+

Variable lookup

+
k
rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> +
+

Variable/Array increment

+
k
context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I:Int => I +Int 1) ...</store> +
+

Arithmetic operators

+
k
rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E +
+

Array lookup

+

Check array bounds, as part of the dynamic typing policy.

+
k
// Same comment as for simple untyped regarding [anywhere] + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + +// Same comment as for simple untyped regarding [anywhere] + rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N) + requires N >=Int 0 andBool N <Int M [anywhere] +
+

Size of an array

+
k
rule sizeOf(array(_,_,N)) => N +
+

Function call

+

Define function call and return together, to see their relationship. +Note that the operation mkDecls now declares properly typed +instantiated variables, and that the semantics of return also +checks that that type of the returned value is expected one.

+
k
syntax KItem ::= (Type,Map,K,ControlCellFragment) + + rule <k> lambda(T,Ps,S)(Vs:Vals) ~> K => mkDecls(Ps,Vs) S return; </k> + <control> + <fstack> .List => ListItem((T',Env,K,C)) ...</fstack> + <returnType> T' => T </returnType> + C + </control> + <env> Env => GEnv </env> + <genv> GEnv </genv> + + rule <k> return V:Val; ~> _ => V ~> K </k> + <control> + <fstack> ListItem((T',Env,K,C)) => .List ...</fstack> + <returnType> T => T' </returnType> + (_ => C) + </control> + <env> _ => Env </env> + requires typeOf(V) ==K T // check the type of the returned value +
+

Like the undefined above, nothing also gets +tagged with a type now. The empty return statement is +completed to return the nothing value tagged as expected.

+
k
syntax Val ::= nothing(Type) + rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType> +
+

Read

+
k
rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> +
+

Assignment

+

The assignment now checks that the type of the assigned location is +preserved:

+
k
context (HOLE => lvalue(HOLE)) = _ + + rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (V' => V) ...</store> + requires typeOf(V) ==K typeOf(V') +
+

Statements

+

Blocks

+
k
rule {} => .K + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> +
+

Sequential composition

+
k
rule S1:Stmt S2:Stmt => S1 ~> S2 +
+

Expression statements

+
k
rule _:Val; => .K +
+

Conditional

+
k
rule if ( true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+
k
rule while (E) S => if (E) {S while(E)S} +
+

Print

+

We only allow printing integers and strings:

+
k
rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + requires typeOf(V) ==K int orBool typeOf(V) ==K string + rule print(.Vals); => .K +
+

Exceptions

+

Exception parameters are now typed, but note that the semantics below +works correctly only when the thrown exception has the same type as +the innermost try-catch paramete. To keep things simple, for the time +being we can assume that SIMPLE only throws and catches integer +values, in which case our semantics below works fine:

+
k
syntax KItem ::= (Param,Stmt,K,Map,ControlCellFragment) // Param instead of Id + + syntax KItem ::= "popx" + + rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem((P, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => .K ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ => { T X = V; S2 } ~> K </k> + <control> + <xstack> ListItem((T:Type X:Id, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

Threads

+

Thread creation

+
k
rule <thread>... + <k> spawn S => !T:Int +Int 1 ...</k> + <env> Env </env> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T +Int 1 </id> + ...</thread>) +
+

Thread termination

+
k
rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> +
+

Thread joining

+
k
rule <k> join T:Int; => .K ...</k> + <terminated>... SetItem(T) ...</terminated> +
+

Acquire lock

+
k
rule <k> acquire V:Val; => .K ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy:Set)) + + rule <k> acquire V; => .K ...</k> + <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds> +
+

Release lock

+
k
rule <k> release V:Val; => .K ...</k> + <holds>... V |-> (N => N:Int -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> +
+

Rendezvous synchronization

+
k
rule <k> rendezvous V:Val; => .K ...</k> + <k> rendezvous V; => .K ...</k> +
+

Auxiliary declarations and operations

+

Turns a list of parameters and a list of instance values for them +into a list of variable declarations.

+
k
syntax Stmt ::= mkDecls(Params,Vals) [function] + rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals)) + => T X=V; mkDecls(Ps,Vs) + rule mkDecls(.Params,.Vals) => {} +
+

Location lookup.

+
k
syntax Exp ::= lookup(Int) // see NOTES.md for why Exp instead of KItem + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> +
+

Environment recovery.

+
k
// TODO: same comment regarding setEnv(...) as for simple untyped + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env> + rule (setEnv(_) => .K) ~> setEnv(_) +
+

lvalue and loc

+
k
syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + + //context lvalue(_[HOLE]) + //context lvalue(HOLE[_]) + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + + rule lvalue(lookup(L:Int) => loc(L)) +
+

Adds the corresponding depth to an array type

+
k
syntax Type ::= Type "<" Vals ">" [function] + rule T:Type<_,Vs:Vals> => T[]<Vs> + rule T:Type<.Vals> => T +
+

Sequences of locations.

+
k
syntax Map ::= Int "..." Int "|->" K [function] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M + +// Type of a value. + syntax Type ::= typeOf(K) [function] + rule typeOf(_:Int) => int + rule typeOf(_:Bool) => bool + rule typeOf(_:String) => string + rule typeOf(array(T,_,_)) => (T[]) // () needed! K parses [] as "no tags" + rule typeOf(lambda(T,Ps,_)) => getTypes(Ps) -> T + rule typeOf(undefined(T)) => T + rule typeOf(nothing(T)) => T +
+

List of types of a parameter.

+
k
syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types // I would like to not use .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/programs/index.html b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/programs/index.html new file mode 100644 index 00000000000..742b3ddbe6a --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/programs/index.html @@ -0,0 +1,379 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The programs in this folder are typed variants of the SIMPLE untyped programs. +These programs will be executed both with the dynamic and with the static +semantics of the typed SIMPLE language. Each of the semantics contains its +own results folder showing the expected results of executing these programs.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html b/k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html new file mode 100644 index 00000000000..c7cc3aecd86 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html @@ -0,0 +1,1518 @@ + + + + + + + + + + + + + + +KOOL — Untyped | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

KOOL — Untyped

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of the untyped KOOL language. KOOL +is aimed at being a pedagogical and research language that captures +the essence of the object-oriented programming paradigm. Its untyped +variant discussed here is simpler than the typed one, ignoring several +intricate aspects of types in the presence of objects. A program +consists of a set of class declarations. Each class can extend at +most one other class (KOOL is single-inheritance). A class can +declare a set of fields and a set of methods, all public and called +the class' members. Specifically, KOOL includes the +following features:

+
    +
  • +

    Class declarations, where a class may or may not explicitly +extend another class. In case a class does not explicitly extend +another class, then it is assumed that it extends the default top-most +and empty (i.e., no members) class called Object. Each class +is required to declare precisely one homonymous method, called its +constructor. Each valid program should contain one class +named Main, whose constructor, Main(), takes no +arguments. The execution of a program consists of creating an object +instance of class Main and invoking the constructor +Main() on it, that is, of executing new Main();.

    +
  • +
  • +

    All features of SIMPLE (see examples/simple/untyped), +i.e., multidimensional arrays, function (here called "method") +abstractions with call-by-value parameter passing style and static +scoping, blocks with locals, input/output, parametric exceptions, and +concurrency via dynamic thread creation/termination and synchronization. +The only change in the syntax of SIMPLE when imported in KOOL is the +function declaration keyword, function, which is changed into +method. The exact same desugaring macros from SIMPLE are +also included in KOOL. We can think of KOOL's classes as embedding +SIMPLE programs (extended with OO constructs, as discussed next).

    +
  • +
  • +

    Object creation using the new C(e1,...,en) +expression construct. An object instance of class C is first +created and then the constructor C(e1,...,en) is implicitly +called on that object. KOOL only allows (and requires) one +constructor per class. The class constructor can be called either +implicitly during a new object creation for the class, or explicitly. +The superclass constructor is not implicitly invoked when a +class constructor is invoked; if you want to invoke the superclass +constructor from a subclass constructor then you have to do it +explicitly.

    +
  • +
  • +

    An expression construct this, which evaluates to the +current object.

    +
  • +
  • +

    An expression construct super, which is used (only) in +combination with member lookup (see next) to refer to a superclass +field or method.

    +
  • +
  • +

    A member lookup expression construct e.x, where e +is an expression (either an expression expected to evaluate to an object +or the super construct) and x is a class member name, +that is, a field or a method name.

    +
  • +
  • +

    Expression constructs e instanceOf C and +(C) e, where e is an expression expected +to evaluate to an object and C a class name. The former +tells whether the class of e is a subclass of C, +that is, whether e can be used as an instance of C, +and the latter changes the class of e to C. These +operations always succeed: the former returns a Boolean value, while +the latter changes the current class of e to C +regardless of whether it is safe to do so or not. The typed version +of KOOL will check the safety of casting by ensuring that the instance +class of the object is a subclass of C. In untyped KOOL we +do not want to perform this check because we want to allow the +programmer maximum of flexibility: if one always accesses only +available members, then the program can execute successfully despite +the potentially unsafe cast.

    +
  • +
+

There are some specific aspects of KOOL that need to be discussed.

+

First, KOOL is higher-order, allowing function abstractions to be +treated like any other values in the language. For example, if +m is a method of object e then e.m +evaluates to the corresponding function abstraction. The function +abstraction is in fact a closure, because in addition to the method +parameters and body it also encapsulates the object value (i.e., the +environment of the object together with its current class—see below) +that e evaluates to. This way, function abstractions can be +invoked anywhere and have the capability to change the state of their +object. For example, if m is a method of object e +which increments a field c of e when invoked, and if +getm is another method of e which simply returns +m when invoked, then the double application +(e.getm())() has the same effect as e.m(), that is, +increments the counter c of e. Note that the +higher-order nature of KOOL was not originally planned; it came as a +natural consequence of evaluating methods to closures and we decided +to keep it. If you do not like it then do not use it.

+

Second, since all the fields and methods are public in KOOL and since +they can be redeclared in subclasses, it is not immediately clear how +to lookup the member x when we write e.x and +e is different from super. We distinguish two cases, +depending on whether e.x occurs in a method invocation +context (i.e., e.x(...)) or in a field context. KOOL has +dynamic method dispatch, so if e.x is invoked as a method +then x will be searched for starting with the instance class of +the object value to which e evaluates. If e.x +occurs in a non-method-invocation context then x will be +treated as a field (although it may hold a method closure due to the +higher-order nature of KOOL) and thus will be searched starting with +the current class of the object value of e (which, because of +this and casting, may be different from its instance class). +In order to achieve the above, each object value will consist of a +pair holding the current class of the object and an environment stack +with one layer for each class in the object's instance class hierarchy.

+

Third, although KOOL is dynamic method dispatch, its capabilities +described above are powerful enough to allow us to mimic static +method dispatch. For example, suppose that you want to invoke method +m() statically. Then all you need to do is to declare a +local variable and bind it to m, for example var staticm = m;, and +then call staticm(). This works because +staticm is first bound to the method closure that m +evaluates to, and then looked up as any local variable when invoked. +We only enable the dynamic method dispatch when we have an object +member on an application position, e.g., m().

+

In what follows, we limit our comments to the new, KOOL-specific +aspects of the language. We refer the reader to the untyped SIMPLE +language for documentation on the the remaining features, because +those were all borrowed from SIMPLE.

+
k
module KOOL-UNTYPED-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of KOOL extends that of SIMPLE with object-oriented +constructs. We removed from the K annotated syntax of SIMPLE two +constructs, namely the one for function declarations (because we want +to call them methods now) and the one for function application +(because application is not strict in the first argument +anymore—needs to initiate dynamic method dispatch). The additional +syntax includes:

+
    +
  • First, we need a new dedicated identifier, Object, for +the default top-most class.
  • +
  • Second, we rename the function keyword of SIMPLE into method.
  • +
  • Third, we add syntax for class declarations together with a +macro making classes which extend nothing to extend Object.
  • +
  • Fourth, we change the strictness attribute of application +into strict(2).
  • +
  • Finally, we add syntax and corresponding strictness +for the KOOL object-oriented constructs.
  • +
+
k
syntax Id ::= "Object" [token] | "Main" [token] + + syntax Stmt ::= "var" Exps ";" + | "method" Id "(" Ids ")" Block // called "function" in SIMPLE + | "class" Id Block // KOOL + | "class" Id "extends" Id Block // KOOL + + syntax Exp ::= Int | Bool | String | Id + | "this" // KOOL + | "super" // KOOL + | "(" Exp ")" [bracket] + | "++" Exp + | Exp "instanceOf" Id [strict(1)] // KOOL + | "(" Id ")" Exp [strict(2)] // KOOL cast + | "new" Id "(" Exps ")" [strict(2)] // KOOL + | Exp "." Id // KOOL + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict(2)] // was strict in SIMPLE + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] + + syntax Ids ::= List{Id,","} + + syntax Exps ::= List{Exp,","} [strict, overload(exps)] + syntax Val + syntax Vals ::= List{Val,","} [overload(exps)] + + syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" [macro] + | "print" "(" Exps ")" ";" [strict] + | "try" Block "catch" "(" Id ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [right] +
+

Old desugaring rules, from SIMPLE

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}} + rule var E1::Exp, E2::Exp, Es::Exps; => var E1; var E2, Es; [anywhere] + rule var X::Id = E; => var X; X = E; [anywhere] +
+

New desugaring rule

+
k
rule class C:Id S => class C extends Object S // KOOL + +endmodule +
+

Semantics

+

We first discuss the new configuration of KOOL, which extends that of +SIMPLE. Then we include the semantics of the constructs borrowed from +SIMPLE unchanged; we refrain from discussing those, because they were +already discussed in the K definition of SIMPLE. Then we discuss +changes to SIMPLE's semantics needed for the more general meaning of +the previous SIMPLE constructs (for example for thread spawning, +assignment, etc.). Finally, we discuss in detail the +semantics of the additional KOOL constructs.

+
k
module KOOL-UNTYPED + imports KOOL-UNTYPED-SYNTAX + imports DOMAINS +
+

Configuration

+

KOOL removes one cell and adds two nested cells to the configuration +of SIMPLE. The cell which is removed is the one holding the global +environment, because a KOOL program consists of a set of classes only, +with no global declarations. In fact, since informally speaking each +KOOL class now includes a SIMPLE program, it is safe to say that the +global variables in SIMPLE became class fields in KOOL. Let us now +discuss the new cells that are added to the configuration of SIMPLE.

+
    +
  • +

    The cell crntObj holds data pertaining to the current +object, that is, the object environment in which the code in cell +k executes: crntClass holds the current class (which +can change as methods of the current object are invoked); +envStack holds the stack of environments as a list, +each layer corresponding to one class in the objects' instance class +hierarchy; location, which is optional, holds the location in +the store where the current object is or has to be located (this is +useful both for method closures and for the semantics of object +creation).

    +
  • +
  • +

    The cell classes holds all the declared classes, each +class being held in its own class cell which contains a name +(className), a parent (extends), and the actual +member declarations (declarations).

    +
  • +
+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + syntax EnvCell + syntax ControlCell + syntax EnvStackCell + syntax CrntObjCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" type="Set" color="yellow"> + <k color="green"> $PGM:Stmt ~> execute </k> + //<br/> // TODO(KORE): support latex annotations #1799 + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + //<br/> // TODO(KORE): support latex annotations #1799 + <crntObj color="Fuchsia"> // KOOL + <crntClass> Object </crntClass> + <envStack> .List </envStack> + <location multiplicity="?"> .K </location> + </crntObj> + </control> + //<br/> // TODO(KORE): support latex annotations #1799 + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + <id color="pink"> 0 </id> + </thread> + </threads> + //<br/> // TODO(KORE): support latex annotations #1799 + <store color="white"> .Map </store> + <busy color="cyan">.Set </busy> + <terminated color="red"> .Set </terminated> + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <classes color="Fuchsia"> // KOOL + <classData multiplicity="*" type="Map" color="Fuchsia"> + // the Map has as its key the first child of the cell, + // in this case the className cell. + <className color="Fuchsia"> Main </className> + <baseClass color="Fuchsia"> Object </baseClass> + <declarations color="Fuchsia"> .K </declarations> + </classData> + </classes> + </T> +
+

Unchanged Semantics from untyped SIMPLE

+

The semantics below is taken over from SIMPLE unchanged. +The semantics of function declaration and invocation, including the +use of the special lambda abstraction value, needs to change +in order to account for the fact that methods are now invoked into +their object's environment. The semantics of function return actually +stays unchanged. Also, the semantics of program initialization is +different: now we have to create an instance of the Main +class which also calls the constructor Main(), while in +SIMPLE we only had to invoke the function Main(). +Finally, the semantics of thread spawning needs to change, too: the +parent thread needs to also share its object environment with the +spawned thread (in addition to its local environment, like in SIMPLE). +This is needed in order to be able to spawn method invokations under +dynamic method dispatch; for example, spawn { run(); } +will need to look up the method run() in the newly created +thread, operation which will most likely fail unless the child thread +sees the object environment of the parent thread. Note that the +spawn statement of KOOL is more permissive than the threads +of Java. In fact, the latter can be implemented in terms of our +spawn—see the program threads.kool for a sketch.

+

Below is a subset of the values of SIMPLE, which are also values +of KOOL. We will add other values later in the semantics, such as +object and method closures.

+
k
syntax Val ::= Int | Bool | String + | array(Int,Int) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + syntax KResult ::= Vals +
+

The semantics below are taken verbatim from the untyped SIMPLE +definition.

+
k
syntax KItem ::= "undefined" + + rule <k> var X:Id; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined ...</store> + <nextLoc> L:Int => L +Int 1 </nextLoc> + + + context var _:Id[HOLE]; + + rule <k> var X:Id[N:Int]; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(L +Int 1, N) + (L +Int 1) ... (L +Int N) |-> undefined ...</store> + <nextLoc> L:Int => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 + + + syntax Id ::= "$1" [token] | "$2" [token] + rule var X:Id[N1:Int, N2:Int, Vs:Vals]; + => var X[N1]; + { + var $1=X; + for(var $2=0; $2 <= N1 - 1; ++$2) { + var X[N2,Vs]; + $1[$2] = X; + } + } + + + rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> + + + context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I:Int => I +Int 1) ...</store> + + + rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E + + + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + + rule array(L,_)[N:Int] => lookup(L +Int N) + [anywhere] + + + rule sizeOf(array(_,N)) => N +
+

The semantics of function application needs to change into dynamic +method dispatch invocation, which is defined shortly. However, +interestingly, the semantics of return stays unchanged.

+
k
rule <k> return(V:Val); ~> _ => V ~> K </k> + <control> + <fstack> ListItem(fstackFrame(Env,K,XS,<crntObj> CO </crntObj>)) => .List ...</fstack> + <xstack> _ => XS </xstack> + <crntObj> _ => CO </crntObj> + </control> + <env> _ => Env </env> + + syntax Val ::= "nothing" + rule return; => return nothing; + + + rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> + + + context (HOLE => lvalue(HOLE)) = _ + + rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store> + + rule {} => .K + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> + + + rule S1::Stmt S2::Stmt => S1 ~> S2 + + rule _:Val; => .K + + rule if ( true) S else _ => S + rule if (false) _ else S => S + + rule while (E) S => if (E) {S while(E)S} + + rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + rule print(.Vals); => .K + + + syntax KItem ::= xstackFrame(Id,Stmt,K,Map,K) + // TODO(KORE): drop the additional production once parsing issue #1842 is fixed + | (Id,Stmt,K,Map,K) + + syntax KItem ::= "popx" + + rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem(xstackFrame(X, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => .K ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k> + <control> + <xstack> ListItem(xstackFrame(X, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

Thread spawning needs a new semantics, because we want the child +thread to also share the object environment with its parent. The new +semantics of thread spawning will be defined shortly. However, +interestingly, the other concurrency constructs keep their semantics +from SIMPLE unchanged.

+
k
// TODO(KORE): ..Bag should be . throughout this definition #1772 + rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + /* + rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .) + */ + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> + + rule <k> join T:Int; => .K ...</k> + <terminated>... SetItem(T) ...</terminated> + + rule <k> acquire V:Val; => .K ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy:Set)) + + rule <k> acquire V; => .K ...</k> + <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds> + + rule <k> release V:Val; => .K ...</k> + <holds>... V |-> (N => N:Int -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> + + rule <k> rendezvous V:Val; => .K ...</k> + <k> rendezvous V; => .K ...</k> +
+

Unchanged auxiliary operations from untyped SIMPLE

+
k
syntax Stmt ::= mkDecls(Ids,Vals) [function] + rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs) + rule mkDecls(.Ids,.Vals) => {} + + // TODO(KORE): clarify sort inferences #1803 + syntax Exp ::= lookup(Int) + /* + syntax KItem ::= lookup(Int) + */ + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env> + rule (setEnv(_) => .K) ~> setEnv(_) + // TODO: How can we make sure that the second rule above applies before the first one? + // Probably we'll deal with this using strategies, eventually. + + syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + + rule lvalue(lookup(L:Int) => loc(L)) + + + syntax Map ::= Int "..." Int "|->" K + [function] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M +
+

Changes to the existing untyped SIMPLE semantics

+

When we extend a language, sometimes we need to do more than just add +new language constructs and semantics for them. Sometimes we want to +also extend the semantics of existing language constructs, in order to +get more from them.

+

Program initialization

+

In SIMPLE, once all the global declarations were processed, the +function main() was invoked. In KOOL, the global +declarations are classes, and their specific semantics is given +shortly; essentially, they are pre-processed one by one and added +into the class cell structure in the configuration. +Once all the classes are processed, the computation item +execute, which was placed right after the program in the +initial configuration, is reached. In SIMPLE, the program was +initialized by calling the method main(). In KOOL, the +program is initialized by creating an object instance of class +Main. This will also implicitly call the method +Main() (the Main class constructor). The emptiness +of the env cell below is just a sanity check, to make sure +that the user has not declared anything but classes at the top level +of the program.

+
k
syntax KItem ::= "execute" + rule <k> execute => new Main(.Exps); </k> <env> .Map </env> +
+

The semantics of new (defined below) requires the +execution of all the class' declarations (and also of its +superclasses').

+

Object and method closures

+

Before we can define the semantics of method application (previously +called function application in SIMPLE), we need to add two more values +to the language, namely object and method closures:

+
k
syntax Val ::= objectClosure(Id, List) + | methodClosure(Id,Int,Ids,Stmt) +
+

An object value consists of an objectClosure-wrapped bag +containing the current class of the object and the environment stack +of the object. The current class of an object will always be one of +the classes mapped to an environment in the environment stack of the +object. A method closure encapsulates the method's parameters and +code (last two arguments), as well as the object context in which the +method code should execute. This object context includes the current +class of the object (the first argument of methodClosure) and +the object environment stack (located in the object stored at the +location specified as the second argument of methodClosure).

+

Method application

+

KOOL has a complex mechanism to invoke methods, because it allows both +dynamic method dispatch and methods as first-class-citizen values (the +latter making it a higher-order language). The invocation mechanism +will be defined later. What is sufficient to know for now is that +the two arguments of the application construct eventually reduce to +values, the first being a method closure and the latter a list of +values. The semantics of the method closure application is then as +expected: the local environment and control are stacked, then we +switch to method closure's class and object environment and execute +the method body. The mkDecls construct is the one that came +with the unchanged semantics of SIMPLE above.

+
k
syntax KItem ::= fstackFrame(Map,K,List,K) + // TODO(KORE): drop the additional production once parsing issue #1842 is fixed + | (Map,K,K) + + rule <k> methodClosure(Class,OL,Xs,S)(Vs:Vals) ~> K + => mkDecls(Xs,Vs) S return; </k> + <env> Env => .Map </env> + <store>... OL |-> objectClosure(_, EnvStack)...</store> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> + <xstack> XS </xstack> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj' </crntObj>)) + ...</fstack> + <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EnvStack </envStack> </crntObj> + </control> +
+

Spawn

+

We want to extend the semantics of spawn to also share the +current object environment with the child thread, in addition to the +current environment. This extension will allow us to also use method +invocations in the spawned statements, which will be thus looked up as +expected, using dynamic method dispatch. This lookup operation would +fail if the child thread did not have access to its parent's object +environment.

+
k
rule <thread>... + <k> spawn S => !T:Int ...</k> + <env> Env </env> + <crntObj> Obj </crntObj> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T </id> + <crntObj> Obj </crntObj> + ...</thread>) +
+

Semantics of the new KOOL constructs

+

Class declaration

+

Initially, the classes forming the program are moved into their +corresponding cells:

+
k
rule <k> class Class1 extends Class2 { S } => .K ...</k> + <classes>... (.Bag => <classData> + <className> Class1 </className> + <baseClass> Class2 </baseClass> + <declarations> S </declarations> + </classData>) + ...</classes> +
+

Method declaration

+

Like in SIMPLE, method names are added to the environment and bound +to their code. However, unlike in SIMPLE where each function was +executed in the same environment, namely the program global +environment, a method in KOOL needs to be executed into its object's +environment. Thus, methods evaluate to closures, which encapsulate +their object's context (i.e., the current class and environment stack +of the object) in addition to method's parameters and body. This +approach to bind method names to method closures in the environment +will also allow objects to pass their methods to other objects, to +dynamically change their methods by assigning them other method +closures, and even to allow all these to be done from other objects. +This gives the KOOL programmer a lot of power; one should use this +power wisely, though, because programs can become easily hard to +understand and reason about if one overuses these features.

+
k
rule <k> method F:Id(Xs:Ids) S => .K ...</k> + <crntClass> Class:Id </crntClass> + <location> OL:Int </location> + <env> Env => Env[F <- L] </env> + <store>... .Map => L |-> methodClosure(Class,OL,Xs,S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

New

+

The semantics of new consists of two actions: memory +allocation for the new object and execution of the corresponding +constructor. Then the created object is returned as the result of the +new operation; the value returned by the constructor, if any, +is discarded. The current environment and object are stored onto the +stack and recovered after new (according to the semantics of +return borrowed from SIMPLE, when the statement +return this; in the rule below is reached and evaluated), +because the object creation part of new will destroy them. +The rule below also initializes the object creation process by +emptying the local environment and the current object, and allocating +a location in the store where the created object will be eventually +stored (this is what the storeObj task after the object +creation task in the rule below will do—its rule is defined +shortly). The location where the object will be stored is also made +available in the crntObj cell, so that method closures can +refer to it (see rule above).

+
k
syntax KItem ::= "envStackFrame" "(" Id "," Map ")" + + rule <k> new Class:Id(Vs:Vals) ~> K + => create(Class) ~> storeObj ~> Class(Vs); return this; </k> + <env> Env => .Map </env> + <nextLoc> L:Int => L +Int 1 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> <xstack> XS </xstack> + <crntObj> Obj + => <crntClass> Object </crntClass> + <envStack> ListItem(envStackFrame(Object, .Map)) </envStack> + <location> L </location> + </crntObj> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj </crntObj>)) ...</fstack> + </control> +
+

The creation of a new object (the memory allocation part only) is +a recursive process, requiring to first create an object for the +superclass. A memory object representation is a layered structure: +for each class on the path from the instance class to the root of the +hierarchy there is a layer including the memory allocated for the +members (both fields and methods) of that class.

+
k
syntax KItem ::= create(Id) + + rule <k> create(Class:Id) + => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k> + <className> Class </className> + <baseClass> Class1:Id </baseClass> + <declarations> S </declarations> + + rule <k> create(Object) => .K ...</k> +
+

The next operation sets the current class of the current object. +This is necessary to be done at each layer, because the current class +of the object is enclosed as part of the method closures (see the +semantics of method declarations above).

+
k
syntax KItem ::= setCrntClass(Id) + + rule <k> setCrntClass(C) => .K ...</k> + <crntClass> _ => C </crntClass> +
+

The next operation adds a new tagged environment layer to the +current object and gets ready for the next layer by clearing the +environment (note that create expects the environment to be +empty).

+
k
syntax KItem ::= "addEnvLayer" + + rule <k> addEnvLayer => .K ...</k> + <env> Env => .Map </env> + <crntClass> Class:Id </crntClass> + <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack> +
+

The following operation stores the created object at the location +reserved by new. Note that the location reserved by +new was temporarily stored in the crntObj cell +precisely for this purpose. Now that the newly created object is +stored at its location and that all method closures are aware of it, +the location is unnecessary and thus we delete it from the +crntObj cell.

+
k
syntax KItem ::= "storeObj" + + rule <k> storeObj => .K ...</k> + <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> (<location> L:Int </location> => .Bag) </crntObj> + <store>... .Map => L |-> objectClosure(CC, ES) ...</store> +
+

Self reference

+

The semantics of this is straightforward: evaluate to the +current object.

+
k
rule <k> this => objectClosure(CC, ES) ...</k> + <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> </crntObj> +
+

Object member access

+

We can access an object member (field or method) either explicitly, +using the construct e.x, or implicitly, using only the member +name x directly. The borrowed semantics of SIMPLE will +already lookup a sole name in the local environment. The first rule +below reduces implicit member access to explicit access when the name +cannot be found in the local environment. There are two cases to +analyze for explicit object member access, depending upon whether the +object is a proper object or it is just a redirection to the parent +class via the construct super. In the first case, we +evaluate the object expression and lookup the member starting with the +current class (static scoping). Note the use of the conditional +evaluation context. In the second case, we just lookup the member +starting with the superclass of the current class. In both cases, +the lookupMember task eventually yields a lookup(L) +task for some appropriate location L, which will be further +solved with the corresponding rule borrowed from SIMPLE. Note that the +current object is not altered by super, so future method +invocations see the entire object, as needed for dynamic method dispatch.

+
k
rule <k> X:Id => this . X ...</k> <env> Env:Map </env> + requires notBool(X in keys(Env)) + + context HOLE._::Id requires (HOLE =/=K super) + +// TODO: explain how Assoc matching has been replaced with two rules here. +// Maybe also improve it a bit. + +/* rule objectClosure(<crntClass> Class:Id </crntClass> + <envStack>... envStackFrame(Class,EnvC) EStack </envStack>) + . X:Id + => lookupMember(envStackFrame(Class,EnvC) EStack, X) */ + + rule objectClosure(Class:Id, ListItem(envStackFrame(Class,Env)) EStack) + . X:Id + => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X) + rule objectClosure(Class:Id, (ListItem(envStackFrame(Class':Id,_)) => .List) _) + . _X:Id + requires Class =/=K Class' + +/* rule <k> super . X => lookupMember(EStack, X) ...</k> + <crntClass> Class </crntClass> + <envStack>... envStackFrame(Class,EnvC) EStack </envStack> */ + rule <k> super . X => lookupMember(EStack, X) ...</k> + <crntClass> Class:Id </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> super . _X ...</k> + <crntClass> Class </crntClass> + <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack> + requires Class =/=K Class' +
+

Method invocation

+

Unlike in SIMPLE, in KOOL application was declared strict only in its +second argument. That is because we want to ensure dynamic method +dispatch when the first argument is a method access. As a +consequence, we need to consider all the cases of interest for the +first argument and to explicitly say what to do in each case. In all +cases except for method access in a proper object (i.e., not +super), we want the same behavior for the first argument as +if it was not in a method invocation position. When it is a member +access (the third rule below), we look it up starting with the +instance class of the corresponding object. This ensures dynamic +dispatch for methods; it actually dynamically dispatches field +accesses, too, which is correct in KOOL, because one can assign method +closures to fields and the field appeared in a method invocation +context. The last context declaration below says that method +applications or array accesses are also allowed as first argument to +applications; that is because methods are allowed to return methods +and arrays are allowed to hold methods in KOOL, since it is +higher-order. If that is the case, then we want to evaluate the +method call or the array access.

+
k
rule <k> (X:Id => V)(_:Exps) ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> + + rule <k> (X:Id => this . X)(_:Exps) ...</k> + <env> Env </env> + requires notBool(X in keys(Env)) + + context HOLE._::Id(_) requires HOLE =/=K super + + rule (objectClosure(_, EStack) . X + => lookupMember(EStack, X:Id))(_:Exps) + +/* rule <k> (super . X + => lookupMember(EStack,X))(_:Exps)...</k> + <crntClass> Class </crntClass> + <envStack>... envStackFrame(Class,_) EStack </envStack> */ + rule <k> (super . X + => lookupMember(EStack,X))(_:Exps)...</k> + <crntClass> Class </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> (super . _X)(_:Exps) ...</k> + <crntClass> Class </crntClass> + <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack> + requires Class =/=K Class' + + // TODO(KORE): fix getKLabel #1801 + rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C) + rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C) + rule V:Val ~> #freezerFunCall(C:Exps) => V(C) + syntax KItem ::= "#freezerFunCall" "(" K ")" + /* + context HOLE(_:Exps) + when getKLabel(HOLE) ==K #klabel(`_(_)`) orBool getKLabel(HOLE) ==K #klabel(`_[_]`) + */ +
+

Eventually, each of the rules above produces a lookup(L) +task as a replacement for the method. When that happens, we just +lookup the value at location L:

+
k
rule <k> (lookup(L) => V)(_:Exps) ...</k> <store>... L |-> V:Val ...</store> +
+

The value V looked up above is expected to be a method closure, +in which case the semantics of method application given above will +apply. Otherwise, the execution will get stuck.

+

Instance Of

+

It searches the object environment for a layer corresponding to the +desired class. It returns true iff it can find the class, +otherwise it returns false; it only gets stuck when its first +argument does not evaluate to an object.

+
k
rule objectClosure(_, ListItem(envStackFrame(C,_)) _) + instanceOf C => true + + rule objectClosure(_, (ListItem(envStackFrame(C,_)) => .List) _) + instanceOf C' requires C =/=K C' +//TODO: remove the sort cast ::Id of C above, when sort inference bug fixed + + rule objectClosure(_, .List) instanceOf _ => false +
+

Cast

+

In untyped KOOL, we prefer to not check the validity of casting. In +other words, any cast is allowed on any object, simply changing the +current class of the object to the desired class. The execution will +get stuck later if one attempts to access a field which is not +available. Moreover, the execution may complete successfully even +in the presence of invalid casts, provided that each accessed member +during the current execution is, or happens to be, available.

+
k
rule (C) objectClosure(_ , EnvStack) => objectClosure(C ,EnvStack) +
+

KOOL-specific auxiliary declarations and operations

+

Here we define all the auxiliary constructs used in the above +KOOL-specific semantics (those used in the SIMPLE fragment +have already been defined in a corresponding section above).

+

Objects as lvalues

+

The current machinery borrowed with the semantics of SIMPLE allows us +to enrich the set of lvalues, this way allowing new means to assign +values to locations. In KOOL, we want object member names to be +lvalues, so that we can assign values to them using the already +existing machinery. The first rule below ensures that the object is +always explicit, the evaluation context enforces the object to be +evaluated, and finally the second rule initiates the lookup for the +member's location based on the current class of the object.

+
k
rule <k> lvalue(X:Id => this . X) ...</k> <env> Env </env> + requires notBool(X in keys(Env)) + + context lvalue((HOLE . _)::Exp) + +/* rule lvalue(objectClosure(<crntClass> C </crntClass> + <envStack>... envStackFrame(C,EnvC) EStack </envStack>) + . X + => lookupMember(<envStack> envStackFrame(C,EnvC) EStack </envStack>, + X)) */ + rule lvalue(objectClosure(Class, ListItem(envStackFrame(Class,Env)) EStack) + . X + => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, + X)) + rule lvalue(objectClosure(Class, (ListItem(envStackFrame(Class':Id,_)) => .List) _) + . _X) + requires Class =/=K Class' +
+

Lookup member

+

It searches for the given member in the given environment stack, +starting with the most concrete class and going up in the hierarchy.

+
k
// TODO(KORE): clarify sort inferences #1803 + syntax Exp ::= lookupMember(List, Id) [function] + /* + syntax KItem ::= lookupMember(EnvStackCell,Id) [function] + */ + +// rule lookupMember(<envStack> envStackFrame(_, <env>... X|->L ...</env>) ...</envStack>, X) +// => lookup(L) + rule lookupMember(ListItem(envStackFrame(_, X|->L _)) _, X) + => lookup(L) + +// rule lookupMember(<envStack> envStackFrame(_, <env> Env </env>) => .List ...</envStack>, X) +// when notBool(X in keys(Env)) + rule lookupMember(ListItem(envStackFrame(_, Env)) Rest, X) => + lookupMember(Rest, X) + requires notBool(X in keys(Env)) +//TODO: beautify the above + +endmodule +
+

Go to Lesson 2, KOOL typed dynamic.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html new file mode 100644 index 00000000000..9a205757c0c --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html @@ -0,0 +1,1382 @@ + + + + + + + + + + + + + + +KOOL — Typed — Dynamic | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

KOOL — Typed — Dynamic

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K dynamic semantics of the typed KOOL language. It is +very similar to the semantics of the untyped KOOL, the difference +being that we now check the typing policy dynamically. Since we have +to now declare the types of variables and methods, we adopt a syntax +for those which is close to Java. Like in the semantics of +untyped KOOL, where we borrowed almost all the semantics of untyped +SIMPLE, we are going to also borrow much of the semantics of +dynamically typed SIMPLE here. We will highlight the differences +between the dynamically typed and the untyped KOOL as we proceed with +the semantics. In general, the type policy of the typed KOOL language +is similar to that of Java. You may find it useful to also read +the discussion in the preamble of the static semantics of typed KOOL +before proceeding.

+
k
module KOOL-TYPED-DYNAMIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

Like for the untyped KOOL language, the syntax of typed KOOL extends +that of typed SIMPLE with object-oriented constructs. +The syntax below was produced by copying and modifying/extending the +syntax of dynamically typed SIMPLE. In fact, the only change we made +to the existing syntax of dynamically typed SIMPLE was to change the +strictness of the application construct like in untyped KOOL, from +strict to strict(2) (because application is not +strict in the first argument anymore due to dynamic method dispatch). +The KOOL-specific syntactic extensions are identical to those in +untyped KOOL.

+
k
syntax Id ::= "Object" [token] | "Main" [token] +
+

Types

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Id // KOOL class + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + // TODO(KORE): drop klabel once issues #1913 are fixed + syntax Types ::= List{Type,","} [symbol(_,_::Types)] + /* + syntax Types ::= List{Type,","} + */ +
+

Declarations

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" [avoid] + | Type Id "(" Params ")" Block // stays like in typed SIMPLE + | "class" Id Block // KOOL + | "class" Id "extends" Id Block // KOOL +
+

Expressions

+
k
syntax Exp ::= Int | Bool | String | Id + | "this" // KOOL + | "super" // KOOL + | "(" Exp ")" [bracket] + | "++" Exp + | Exp "instanceOf" Id [strict(1)] // KOOL + | "(" Id ")" Exp [strict(2)] // KOOL cast + | "new" Id "(" Exps ")" [strict(2)] // KOOL + | Exp "." Id // KOOL + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict(2)] // was strict in SIMPLE + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] + + syntax Exps ::= List{Exp,","} [strict, overload(exps)] + syntax Val + syntax Vals ::= List{Val,","} [overload(exps)] +
+

Statements

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "print" "(" Exps ")" ";" [strict] + | "return" Exp ";" [strict] + | "return" ";" + | "try" Block "catch" "(" Param ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [right] +
+

Desugaring macros

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S::Stmt} => {Start while(Cond){S Step;}} + rule T::Type E1::Exp, E2::Exp, Es::Exps; => T E1; T E2, Es; [anywhere] + rule T::Type X::Id = E; => T X; X = E; [anywhere] + + rule class C:Id S => class C extends Object S // KOOL + +endmodule +
+

Semantics

+

We first discuss the new configuration, then we include the semantics of +the constructs borrowed from SIMPLE which stay unchanged, then those +whose semantics had to change, and finally the semantics of the +KOOL-specific constructs.

+
k
module KOOL-TYPED-DYNAMIC + imports KOOL-TYPED-DYNAMIC-SYNTAX + imports DOMAINS +
+

Configuration

+

The configuration of dynamically typed KOOL is almost identical to +that of its untyped variant. The only difference is the cell +return, inside the control cell, whose role is to +hold the expected return type of the invoked method. That is because +we want to dynamically check that the value that a method returns has +the expected type.

+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + syntax EnvCell + syntax ControlCellFragment + syntax EnvStackCell + syntax CrntObjCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" type="Set" color="yellow"> + <k color="green"> ($PGM:Stmt ~> execute) </k> + //<br/> // TODO(KORE): support latex annotations #1799 + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + <returnType color="LimeGreen"> void </returnType> // KOOL + //<br/> // TODO(KORE): support latex annotations #1799 + <crntObj color="Fuchsia"> // KOOL + <crntClass> Object </crntClass> + <envStack> .List </envStack> + <location multiplicity="?"> .K </location> + </crntObj> + </control> + //<br/> // TODO(KORE): support latex annotations #1799 + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + <id color="pink"> 0 </id> + </thread> + </threads> + //<br/> // TODO(KORE): support latex annotations #1799 + <store color="white"> .Map </store> + <busy color="cyan">.Set </busy> + <terminated color="red"> .Set </terminated> + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <classes color="Fuchsia"> // KOOL + <classData multiplicity="*" type="Map" color="Fuchsia"> + <className color="Fuchsia"> Main </className> + <baseClass color="Fuchsia"> Object </baseClass> + <declarations color="Fuchsia"> .K </declarations> + </classData> + </classes> + </T> +
+

Unchanged semantics from dynamically typed SIMPLE

+

The semantics below is taken over from dynamically typed SIMPLE +unchanged. Like for untyped KOOL, the semantics of function/method +declaration and invocation, and of program initialization needs to +change. Moreover, due to subtyping, the semantics of several imported +SIMPLE constructs can be made more general, such as that of the +return statement, that of the assignment, and that of the exceptions. +We removed all these from the imported semantics of SIMPLE below and +gave their modified semantics right after, together with the extended +semantics of thread spawning (which is identical to that of untyped +KOOL).

+
k
syntax Val ::= Int | Bool | String + | array(Type,Int,Int) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + syntax KResult ::= Vals + + + syntax KItem ::= undefined(Type) + + rule <k> T:Type X:Id; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 </nextLoc> + + + rule <k> T:Type X:Id[N:Int]; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(T, L +Int 1, N) + (L +Int 1)...(L +Int N) |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 + + context _:Type _::Exp[HOLE::Exps]; + + + syntax Id ::= "$1" [token] | "$2" [token] + rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals]; + => T[]<Vs> X[N1]; + { + T[][]<Vs> $1=X; + for(int $2=0; $2 <= N1 - 1; ++$2) { + T X[N2,Vs]; + $1[$2] = X; + } + } + + + rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> + + + context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I:Int => I +Int 1) ...</store> + + + rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E + + + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + + rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N) + requires N >=Int 0 andBool N <Int M [anywhere] + + rule sizeOf(array(_,_,N)) => N + + + syntax Val ::= nothing(Type) + rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType> + + + rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> + + + context (HOLE => lvalue(HOLE)) = _ + + + rule {} => .K + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> + + + rule S1:Stmt S2:Stmt => S1 ~> S2 + + + rule _:Val; => .K + + + rule if ( true) S else _ => S + rule if (false) _ else S => S + + + rule while (E) S => if (E) {S while(E)S} + + + rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + requires typeOf(V) ==K int orBool typeOf(V) ==K string + rule print(.Vals); => .K + + + rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> + + rule <k> join T:Int; => .K ...</k> + <terminated>... SetItem(T) ...</terminated> + + rule <k> acquire V:Val; => .K ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy:Set)) + + rule <k> acquire V; => .K ...</k> + <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds> + + rule <k> release V:Val; => .K ...</k> + <holds>... V |-> (N => N:Int -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> + + rule <k> rendezvous V:Val; => .K ...</k> + <k> rendezvous V; => .K ...</k> +
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+
k
syntax Stmt ::= mkDecls(Params,Vals) [function] + rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals)) + => T X=V; mkDecls(Ps,Vs) + rule mkDecls(.Params,.Vals) => {} + + syntax Exp ::= lookup(Int) + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env> + rule (setEnv(_) => .K) ~> setEnv(_) + + syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + + rule lvalue(lookup(L:Int) => loc(L)) + + syntax Type ::= Type "<" Vals ">" [function] + rule T:Type<_,Vs:Vals> => T[]<Vs> + rule T:Type<.Vals> => T + + syntax Map ::= Int "..." Int "|->" K [function] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M + + syntax Type ::= typeOf(K) [function] + rule typeOf(_:Int) => int + rule typeOf(_:Bool) => bool + rule typeOf(_:String) => string + rule typeOf(array(T,_,_)) => (T[]) + rule typeOf(undefined(T)) => T + rule typeOf(nothing(T)) => T + + syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types +
+

Changes to the existing dynamically typed SIMPLE semantics

+

We extend/change the semantics of several SIMPLE constructs in order +to take advantage of the richer KOOL semantic infrastructure and thus +get more from the existing SIMPLE constructs.

+

Program initialization

+

Like in untyped KOOL.

+
k
syntax KItem ::= "execute" + rule <k> execute => new Main(.Exps); </k> <env> .Map </env> +
+

Method application

+

The only change to untyped KOOL's values is that method closures are +now typed (their first argument holds their type):

+
k
syntax Val ::= objectClosure(Id,List) + | methodClosure(Type,Id,Int,Params,Stmt) +
+

The type held by a method clossure will be the entire type of the +method, not only its result type like the lambda-closure of typed +SIMPLE. The reason for this change comes from the the need to +dynamically upcast values when passed to contexts where values of +superclass types are expected; since we want method closures to be +first-class-citizen values in our language, we have to be able to +dynamically upcast them, and in order to do that elegantly it is +convenient to store the entire ``current type'' of the method closure +instead of just its result type. Note that this was unnecessary in +the semantics of the dynamically typed SIMPLE language.

+

Method closure application needs to also set a new return type in +the return cell, like in dynamically typed SIMPLE, in order +for the values returned by its body to be checked against the return +type of the method. To do this correctly, we also need to stack the +current status of the return cell and then pop it when the +method returns. We have to do the same with the current object +environment, so we group them together in the stack frame.

+
k
syntax KItem ::= fstackFrame(Map, K, List, Type, K) + + rule <k> methodClosure(_->T,Class,OL,Ps,S)(Vs:Vals) ~> K + => mkDecls(Ps,Vs) S return; </k> + <env> Env => .Map </env> + <store>... OL |-> objectClosure(_, EStack)...</store> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, T', <crntObj> Obj' </crntObj>)) ...</fstack> + <xstack> XS </xstack> + <returnType> T' => T </returnType> + <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EStack </envStack> </crntObj> + </control> +
+

At method return, we have to check that the type of the returned +value is a subtype of the expected return type. Moreover, if that is +the case, then we also upcast the returned value to one of the +expected type. The computation item unsafeCast(V,T) changes +the typeof V to T without any additional checks; however, it only +does it when V is an object or a method, otherwise it returns V +unchanged.

+
k
rule <k> return V:Val; ~> _ + => subtype(typeOf(V), T) ~> true? ~> unsafeCast(V, T) ~> K + </k> + <control> + <fstack> ListItem(fstackFrame(Env, K, XS, RT, <crntObj> CO </crntObj>)) => .List ...</fstack> + <xstack> _ => XS </xstack> + <returnType> T:Type => RT </returnType> + <crntObj> _ => CO </crntObj> + </control> + <env> _ => Env </env> +
+

Assignment

+

Typed KOOL allows to assign subtype instance values to supertype +lvalues. The semantics of assignment below is similar in spirit to +dynamically typed SIMPLE's, but a check is performed that the assigned +value's type is a subtype of the location's type. If that is the +case, then the assigned value is returned as a result and stored, but +it is upcast appropriately first, so the context will continue to see +a value of the expected type of the location. Note that the type of a +location is implicit in the type of its contents and it never changes +during the execution of a program; its type is assigned when the +location is allocated and initialized, and then only type-preserving +values are allowed to be stored in each location.

+
k
rule <k> loc(L) = V:Val + => subtype(typeOf(V),typeOf(V')) ~> true? + ~> unsafeCast(V, typeOf(V')) ...</k> + <store>... L |-> (V' => unsafeCast(V, typeOf(V'))) ...</store> +
+

Typed exceptions

+

Exceptions are propagated now until a catch that can handle them is +encountered.

+
k
syntax KItem ::= xstackFrame(Param, Stmt, K, Map, K) + syntax KItem ::= "popx" + + rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem(xstackFrame(P, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => .K ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ + => if (subtype(typeOf(V),T)) { T X = V; S2 } else { throw V; } ~> K + </k> + <control> + <xstack> ListItem(xstackFrame(T:Type X:Id, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

Spawn

+

Like in untyped KOOL.

+
k
rule <thread>... + <k> spawn S => !T:Int ...</k> + <env> Env </env> + <crntObj> Obj </crntObj> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T </id> + <crntObj> Obj </crntObj> + ...</thread>) +
+

Semantics of the new KOOL constructs

+

Class declaration

+

Like in untyped KOOL.

+
k
rule <k> class Class1 extends Class2 { S } => .K ...</k> + <classes>... (.Bag => <classData> + <className> Class1 </className> + <baseClass> Class2 </baseClass> + <declarations> S </declarations> + </classData>) + ...</classes> +
+

Method declaration

+

Methods are now typed and we need to store their types in their +closures, so that their type contract can be checked at invocation +time. The rule below is conceptually similar to that of untyped KOOL; +the only difference is the addition of the types.

+
k
rule <k> T:Type F:Id(Ps:Params) S => .K ...</k> + <crntClass> C </crntClass> + <location> OL </location> + <env> Env => Env[F <- L] </env> + <store>... .Map => L|->methodClosure(getTypes(Ps)->T,C,OL,Ps,S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

New

+

The semantics of new in dynamically typed KOOL is also +similar to that in untyped KOOL, the main difference being the +management of the return types. Indeed, when a new object is created +we also have to stack the current type in the return cell in +order to be recovered after the creation of the new object. Only the +first rule below needs to be changed; the others are identical to +those in untyped KOOL.

+
k
syntax KItem ::= envStackFrame(Id, Map) + + rule <k> new Class:Id(Vs:Vals) ~> K + => create(Class) ~> (storeObj ~> ((Class(Vs)); return this;)) </k> + <env> Env => .Map </env> + <nextLoc> L:Int => L +Int 1 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> + <xstack> XS </xstack> + <crntObj> Obj + => <crntClass> Object </crntClass> + <envStack> ListItem(envStackFrame(Object, .Map)) </envStack> + <location> L </location> + </crntObj> + <returnType> T => Class </returnType> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, T, <crntObj>Obj</crntObj>)) ...</fstack> + </control> + + syntax KItem ::= create(Id) + + rule <k> create(Class:Id) + => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k> + <className> Class </className> + <baseClass> Class1:Id </baseClass> + <declarations> S </declarations> + + rule <k> create(Object) => .K ...</k> + + syntax KItem ::= setCrntClass(Id) + + rule <k> setCrntClass(C) => .K ...</k> + <crntClass> _ => C </crntClass> + + syntax KItem ::= "addEnvLayer" + + rule <k> addEnvLayer => .K ...</k> + <env> Env => .Map </env> + <crntClass> Class:Id </crntClass> + <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack> + + syntax KItem ::= "storeObj" + + rule <k> storeObj => .K ...</k> + <crntObj> + <crntClass> Class </crntClass> + <envStack> EStack </envStack> + (<location> L:Int </location> => .Bag) + </crntObj> + <store>... .Map => L |-> objectClosure(Class, EStack) ...</store> +
+

Self reference

+

Like in untyped KOOL.

+
k
rule <k> this => objectClosure(Class, EStack) ...</k> + <crntObj> + <crntClass> Class </crntClass> + <envStack> EStack </envStack> + ... + </crntObj> +
+

Object member access

+

Like in untyped KOOL.

+
k
rule <k> X:Id => this . X ...</k> <env> Env:Map </env> + requires notBool(X in keys(Env)) + + context HOLE . _::Id requires (HOLE =/=K super) + +/* rule objectClosure(<crntObj> <crntClass> Class:Id </crntClass> + <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> </crntObj>) + . X:Id + => lookupMember(<envStack> ListItem((Class,EnvC)) EStack </envStack>, X) */ + rule objectClosure(Class:Id, + ListItem(envStackFrame(Class,Env)) EStack) + . X:Id + => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X) + rule objectClosure(Class:Id, + (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack) + . _X:Id + requires Class =/=K Class' + +/* rule <k> super . X => lookupMember(<envStack>EStack</envStack>, X) ...</k> + <crntClass> Class </crntClass> + <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> */ + rule <k> super . X => lookupMember(EStack, X) ...</k> + <crntClass> Class:Id </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> super . _X ...</k> + <crntClass> Class:Id </crntClass> + <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack> + requires Class =/=K Class' +
+

Method invocation

+

The method lookup is the same as in untyped KOOL.

+
k
rule <k> (X:Id => V)(_:Exps) ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> + + rule <k> (X:Id => this . X)(_:Exps) ...</k> + <env> Env </env> + requires notBool(X in keys(Env)) + + context HOLE._::Id(_) requires HOLE =/=K super + + rule (objectClosure(_, EStack) . X + => lookupMember(EStack, X:Id))(_:Exps) + +/* rule <k> (super . X + => lookupMember(<envStack>EStack</envStack>,X))(_:Exps)...</k> + <crntClass> Class </crntClass> + <envStack>... ListItem((Class,_)) EStack </envStack> */ + rule <k> (super . X + => lookupMember(EStack,X))(_:Exps)...</k> + <crntClass> Class:Id </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> (super . _X)(_:Exps)...</k> + <crntClass> Class:Id </crntClass> + <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack> + requires Class =/=K Class' + + // TODO(KORE): fix getKLabel #1801 + rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C) + rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C) + rule V:Val ~> #freezerFunCall(C:Exps) => V(C) + syntax KItem ::= "#freezerFunCall" "(" K ")" + /* + context HOLE(_:Exps) + requires getKLabel HOLE ==KLabel '_`(_`) orBool getKLabel HOLE ==KLabel '_`[_`] + */ + + rule <k> (lookup(L) => V)(_:Exps) ...</k> <store>... L |-> V:Val ...</store> +
+

Instance of

+

Like in untyped KOOL.

+
k
rule objectClosure(_, ListItem(envStackFrame(C,_)) _) + instanceOf C => true + + rule objectClosure(_, (ListItem(envStackFrame(C::Id,_)) => .List) _) + instanceOf C' requires C =/=K C' + + rule objectClosure(_, .List) instanceOf _ => false +
+

Cast

+

Unlike in untyped KOOL, in typed KOOL we actually check that the object +can indeed be cast to the claimed type.

+
k
rule (C:Id) objectClosure(Irrelevant, EStack) + => objectClosure(Irrelevant, EStack) instanceOf C ~> true? + ~> objectClosure(C, EStack) +
+

KOOL-specific auxiliary declarations and operations

+

Objects as lvalues

+

Like in untyped KOOL.

+
k
rule <k> lvalue(X:Id => this . X) ...</k> <env> Env </env> + requires notBool(X in keys(Env)) + + context lvalue((HOLE . _)::Exp) + +/* rule lvalue(objectClosure(<crntObj> <crntClass> C </crntClass> + <envStack>... ListItem((C,EnvC:EnvCell)) EStack </envStack> </crntObj>) + . X + => lookupMember(<envStack> ListItem((C,EnvC)) EStack </envStack>, + X)) */ + rule lvalue(objectClosure(C:Id, + ListItem(envStackFrame(C,Env)) EStack) + . X + => lookupMember(ListItem(envStackFrame(C,Env)) EStack, + X)) + rule lvalue(objectClosure(C, + (ListItem(envStackFrame(C',_)) => .List) _EStack) + . _X) + requires C =/=K C' +
+

Lookup member

+

Like in untyped KOOL.

+
k
syntax Exp ::= lookupMember(List,Id) [function] + + rule lookupMember(ListItem(envStackFrame(_, X |-> L _)) _, X) => lookup(L) + + // TODO: fix rule below as shown once we support functions with deep rewrites + // rule lookupMember(<envStack> ListItem((_, <env> Env </env>)) => .List + // ...</envStack>, X) + // requires notBool(X in keys(Env)) + rule lookupMember(ListItem(envStackFrame(_, Env)) L, X) + => lookupMember(L, X) + requires notBool(X in keys(Env)) +
+

typeOf for the additional values}

+
k
rule typeOf(objectClosure(C,_)) => C + rule typeOf(methodClosure(T:Type,_,_,_Ps:Params,_)) => T +
+

Subtype checking

+

The subclass relation induces a subtyping relation.

+
k
syntax Exp ::= subtype(Types,Types) + + rule subtype(T:Type, T) => true + + rule <k> subtype(C1:Id, C:Id) => subtype(C2, C) ...</k> + <className> C1 </className> + <baseClass> C2:Id </baseClass> + requires C1 =/=K C + + rule subtype(Object,Class:Id) => false + requires Class =/=K Object + + rule subtype(Ts1->T2,Ts1'->T2') => subtype(((T2)::Type,Ts1'),((T2')::Type,Ts1)) + +// Note that the following rule would be wrong! +// rule subtype(T[],T'[]) => subtype(T,T') + + rule subtype((T:Type,Ts),(T':Type,Ts')) => subtype(T,T') && subtype(Ts,Ts') + requires Ts =/=K .Types + rule subtype(.Types,.Types) => true +
+

Unsafe Casting

+

Performs unsafe casting. One should only use it in combination with +the subtype relation above.

+
k
syntax Val ::= unsafeCast(Val,Type) [function] + + rule unsafeCast(objectClosure(_,EStack), C:Id) + => objectClosure(C,EStack) + + rule unsafeCast(methodClosure(_T',C,OL,Ps,S), T) => methodClosure(T,C,OL,Ps,S) + + rule unsafeCast(V:Val, T:Type) => V requires typeOf(V) ==K T +
+

Generic guard

+

A generic computational guard: it allows the computation to continue +only if a prefix guard evaluates to true.

+
k
syntax KItem ::= "true?" + rule true ~> true? => .K + +endmodule +
+

Go to Lesson 3, KOOL typed static.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/NOTES/index.html b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/NOTES/index.html new file mode 100644 index 00000000000..d612c9eab3d --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/NOTES/index.html @@ -0,0 +1,380 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Why is the following happening at line 347? It should infer the sort Stmts for S:

+

rule {S} => block ... Rho R +(.Bag => S Rho R )

+

[Error] Critical: Could not infer a sort for variable 'S' to match every location.

+

Similarly at line 517.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html new file mode 100644 index 00000000000..eeaeae7b389 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html @@ -0,0 +1,1424 @@ + + + + + + + + + + + + + + +KOOL — Typed — Static | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

KOOL — Typed — Static

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K static semantics of the typed KOOL language. +It extends the static semantics of typed SIMPLE with static semantics +for the object-oriented constructs. Also, the static semantics of +some of the existing SIMPLE constructs need to change, in order to +become more generous with regards to the set of accepted programs, +mostly due to subtyping. For example, the assignment construct +x = e required that both the variable x and the +expression e had the same type in SIMPLE. In KOOL, the type +of e can be a subtype of the type of x. +Specifically, we define the following typing policy for KOOL, +everything else not mentioned below borrowing its semantics from +SIMPLE:

+
    +
  • +

    Each class C yields a homonymous type, which can be +explicitly used in programs to type variables and methods, possibly in +combination with other types.

    +
  • +
  • +

    Since now we have user-defined types, we check that each type +used in a KOOL program is well-formed, that is, it is constructed only +from primitive and class types corresponding to declared classes.

    +
  • +
  • +

    Class members and their types form a class type +environment. Each class will have such a type environment. +Each member in a class is allowed to be declared only once. Since in +KOOL we allow methods to be assigned to fields, we make no distinction +between field and method members; in other words, we reject programs +declaring both a field and a method with the same name.

    +
  • +
  • +

    If an identifier is not found in the local type environment, it +will be searched for in the current class type environment. If not +there, then it will be searched for in its superclass' type +environment. And so on and so forth. If not found until the +Object class is reached, a typing error is reported.

    +
  • +
  • +

    The assignment allows variables to be assigned values of +more concrete types. The result type of the assignment expression +construct will be the (more abstract) type of the assigned variable, +and not the (more concrete) type of the expression, like in Java.

    +
  • +
  • +

    Exceptions are changed (from SIMPLE) to allow throwing and +catching only objects, like in Java. Also, unlike in SIMPLE, we do +not check whether the type of the thrown exception matches the type of +the caught variable, because exceptions can be caught by other +try/catch blocks, even by ones in other methods. To avoid +having to annotate each method with what exceptions it can throw, we +prefer to not check the type safety of exceptions (although this is an +excellent homework!). We only check that the try block +type-checks and that the catch block type-checks after we bind +the caught variable to its claimed type.

    +
  • +
  • +

    Class declarations are not allowed to have any cycles in their +extends relation. Such cycles would lead to non-termination of +new, as it actually does in the dynamic semantics of KOOL +where no such circularity checks are performed.

    +
  • +
  • +

    Methods overriding other methods should be in the right subtyping +relationship with the overridden methods: co-variant in the codomain +and contra-variant in the domain.

    +
  • +
+
k
module KOOL-TYPED-STATIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of statically typed KOOL is identical to that of +dynamically typed KOOL, they both taking as input the same programs. +What differs is the K strictness attributes. Like in statically +typed SIMPLE, almost all language constructs are strict now, since we +want each to type its arguments almost all the time. Like in the +other two KOOL definitions, we prefer to copy and then modify/extend +the syntax of statically typed SIMPLE.

+

Note: This paragraph is old, now we can do things better. We keep +it here only for historical reasons, to see how much we used to suffer :)

+

Annoying K-tool technical problem: +Currently, the K tool treats the "non-terminal" productions (i.e., +productions consisting of just one non-terminal), also called +"subsorting" production, differently from the other productions. +Specifically, it does not insert a node in the AST for them. This may +look desirable at first, but it has a big problem: it does not allow +us to treat the subsort differently in different context. For +example, since we want Id to be both a type (a class name) and a +program variable, and since we want expressions to reduce to their +types, we are in an impossible situations in which we do not know how +to treat an identifier in the semantics: as a type, i.e., a result of +computations, or as a program variable, i.e., a non-result. Ideally, +we would like to tag the identifiers at parse-time with their local +interpretation, but that, unfortunately, is not possible with the +current parsing capabilities of the K tool, because it requires to +insert additional information in the AST for the subsort productions. +This will be fixed soon. Until then, unfortunately, we have to do the +job of the parser manually. Instead of subsorting Id directly +to Type, we "wrap" it first, say with a wrapper called +class(...), exactly how the parser should have done. +The major drawback of this is that all the typed KOOL programs +in kool/typed/programs need to also be modified to always +declare class types accordingly. The modified programs can be found +in kool/typed/static/programs. So make sure you execute the +static semantics of KOOL using the modified programs. To avoid seeing +the wrapper in the generated documentation, we associate it an +"invisibility" latex attribute below.

+
k
syntax Id ::= "Object" [token] | "Main" [token] +
+

Types

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Id [klabel("class"), symbol, avoid] // see next + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + + syntax Types ::= List{Type,","} [overload(exps)] +
+

Declarations

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" [avoid] + | Type Id "(" Params ")" Block + | "class" Id Block + | "class" Id "extends" Id Block +
+

Expressions

+
k
syntax FieldReference ::= Exp "." Id [strict(1)] + syntax ArrayReference ::= Exp "[" Exps "]" [strict] + + syntax Exp ::= Int | Bool | String | Id + | "this" + | "super" + | "(" Exp ")" [bracket] + | "++" Exp + | Exp "instanceOf" Id [strict(1)] + | "(" Id ")" Exp [strict(2)] + | "new" Id "(" Exps ")" [strict(2)] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict, left] + | Exp "||" Exp [strict, left] + > "spawn" Block // not strict: to check return and exceptions + > Exp "=" Exp [strict(2), right] + + syntax Exp ::= FieldReference | ArrayReference + syntax priority _.__KOOL-TYPED-STATIC-SYNTAX > _[_]_KOOL-TYPED-STATIC-SYNTAX > _(_)_KOOL-TYPED-STATIC-SYNTAX + + syntax Exps ::= List{Exp,","} [strict, overload(exps)] +
+

Statements

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block [strict] + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" + | "print" "(" Exps ")" ";" [strict] + | "try" Block "catch" "(" Param ")" Block [strict(1)] + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [seqstrict, right] +
+

Desugaring macros

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}} + rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es; [anywhere] + rule T:Type X:Id = E; => T X; X = E; [anywhere] + + rule class C:Id S => class C extends Object S + +endmodule +
+

Static semantics

+

We first discuss the configuration, then give the static semantics +taken over unchanged from SIMPLE, then discuss the static semantics of +SIMPLE syntactic constructs that needs to change, and in the end we +discuss the static semantics and additional checks specifically +related to the KOOL proper syntax.

+
k
module KOOL-TYPED-STATIC + imports KOOL-TYPED-STATIC-SYNTAX + imports DOMAINS +
+

Configuration

+

The configuration of our type system consists of a tasks +cell with the same meaning like in statically typed SIMPLE, of an +out cell streamed to the standard output that will be used to +display typing error messages, and of a cell classes holding +data about each class in a separate class cell. The +task cells now have two additional optional subcells, namely +ctenvT and inClass. The former holds a temporary +class type environment; its contents will be transferred into the +ctenv cell of the corresponding class as soon as all the +fields and methods in the task are processed. In fact, there will be +three types of tasks in the subsequent semantics, each determined by +the subset of cells that it holds:

+
    +
  1. +

    Main task, holding only a k cell holding the +original program as a set of classes. The role of this task is to +process each class, generating a class task (see next) for each.

    +
  2. +
  3. +

    Class task, holding k, ctenvT, and +inClass subcells. The role of this task type is to process +a class' contents, generating a class type environment in the +ctenvT cell and a method task (see next) for each method in +the class. To avoid interference with object member lookup rules +below, it is important to add the class type environment to a class +atomically; this is the reason for which we use ctenvT +temporary cells within class tasks (instead of adding each member +incrementally to the class' type environment).

    +
  4. +
  5. +

    Method task, holding k, tenv and +return cells. These tasks are similar to SIMPLE's function +tasks, so we do not discuss them here any further.

    +
  6. +
+

Each class cell hods its name (in the className +cell) and the name of the class it extends (in the extends +cell), as well as its type environment (in the ctenv cell) +and the set of all its superclasses (in the extendsAll cell). +The later is useful for example for checking whether there are cycles +in the class extends relation.

+
k
configuration <T multiplicity="?" color="yellow"> + <tasks color="orange" multiplicity="?"> + <task multiplicity="*" color="yellow" type="Set"> + <k color="green"> $PGM:Stmt </k> + <tenv multiplicity="?" color="cyan"> .Map </tenv> + <ctenvT multiplicity="?" color="blue"> .Map </ctenvT> + <returnType multiplicity="?" color="black"> void </returnType> + <inClass multiplicity="?" color="Fuchsia"> .K </inClass> + </task> + </tasks> +// <br/> + <classes color="Fuchsia"> + <classData multiplicity="*" type="Map"> + <className color="Fuchsia"> Object </className> + <baseClass color="Fuchsia"> .K </baseClass> + <baseClasses color="Fuchsia"> .Set </baseClasses> + <ctenv multiplicity="?" color="blue"> .Map </ctenv> + </classData> + </classes> + </T> + <output color="brown" stream="stdout"> .List </output> +
+

Unchanged semantics from statically typed SIMPLE

+

The syntax and rules below are borrowed unchanged from statically +typed SIMPLE, so we do not discuss them much here.

+
k
syntax Exp ::= Type + syntax Exps ::= Types + syntax BlockOrStmtType ::= "block" | "stmt" + syntax Type ::= BlockOrStmtType + syntax Block ::= BlockOrStmtType + syntax KResult ::= Type + | Types // TODO: should not be needed + + + context _:Type _::Exp[HOLE::Exps]; + + rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts]; + rule T:Type E:Exp[.Types]; => T E; + + + rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag + + + rule _:Int => int + rule _:Bool => bool + rule _:String => string + + + rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv> + + + context ++(HOLE => ltype(HOLE)) + rule ++ int => int + rule int + int => int + rule string + string => string + rule int - int => int + rule int * int => int + rule int / int => int + rule int % int => int + rule - int => int + rule int < int => bool + rule int <= int => bool + rule int > int => bool + rule int >= int => bool + rule T:Type == T => bool + rule T:Type != T => bool + rule bool && bool => bool + rule bool || bool => bool + rule ! bool => bool + + + rule (T[])[int, Ts:Types] => T[Ts] + rule T:Type[.Types] => T + + rule sizeOf(_T[]) => int + + + rule read() => int + + rule print(T:Type, Ts => Ts); requires T ==K int orBool T ==K string + rule print(.Types); => stmt + + + context (HOLE => ltype(HOLE)) = _ + + + rule <k> return; => stmt ...</k> <returnType> _ </returnType> + + + rule {} => block + + rule <task> <k> {S:Stmt} => block ...</k> <tenv> Rho </tenv> R </task> + (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>) + + rule _:Type; => stmt + rule if (bool) block else block => stmt + rule while (bool) block => stmt + + rule join int; => stmt + rule acquire _:Type; => stmt + rule release _:Type; => stmt + rule rendezvous _:Type; => stmt + + syntax Stmt ::= BlockOrStmtType + rule _:BlockOrStmtType _:BlockOrStmtType => stmt +
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+
k
syntax Stmt ::= mkDecls(Params) [function] + rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps) + rule mkDecls(.Params) => {} + + syntax LValue ::= Id + | FieldReference + | ArrayReference + syntax Exp ::= LValue + + syntax Exp ::= ltype(Exp) +// We would like to say: +// context ltype(HOLE:LValue) +// but we currently cannot type the HOLE + context ltype(HOLE) requires isLValue(HOLE) + +// OLD approach: +// syntax Exp ::= ltype(Exp) [function] +// rule ltype(X:Id) => X +// rule ltype(E:Exp [Es:Exps]) => E[Es] + + syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types +
+

Changes to the existing statically typed SIMPLE semantics

+

Below we give the new static semantics for language constructs that +come from SIMPLE, but whose SIMPLE static semantics was too +restrictive or too permissive and thus had to change.

+

Local variable declaration

+

Since we can define new types in KOOL (corresponding to classes), the +variable declaration needs to now check that the claimed types exist. +The operation checkType, defined at the end of this module, +checks whether the argument type is correct (it actually works with +lists of types as well).

+
k
rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k> + <tenv> Rho => Rho[X <- T] </tenv> +
+

Class member declaration

+

In class tasks, variable declarations mean class member declarations. +Since we reduce method declarations to variable declarations (see +below), a variable declaration in a class task can mean either a field +or a method declaration. Unlike local variable declarations, which +can shadow previous homonymous local or member declarations, member +declarations are regarded as a set, so we disallow multiple +declarations for the same member (one could improve upon this, like in +Java, by treating members with different types or number of arguments +as different, etc., but we do not do it here). We also issue an error +message if one attempts to redeclare the same class member. The +framed variable declaration in the second rule below should be read +"stuck". In fact, it is nothing but a unary operation called +stuck, which takes a K-term as argument and does nothing +with it; this stuck operation is displayed as a frame in this +PDF document because of its latex attribute (see the ASCII .k file, +at the end of this module).

+
k
rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k> + <ctenvT> Rho (.Map => X |-> T) </ctenvT> + requires notBool(X in keys(Rho)) + + rule <k> T:Type X:Id; => stuck(T X;) ...</k> + <ctenvT>... X |-> _ ...</ctenvT> + <inClass> C:Id </inClass> +// <br/> + <output>... .List => ListItem("Member \"" +String Id2String(X) + +String "\" declared twice in class \"" + +String Id2String(C) +String "\"!\n") </output> +
+

Method declaration

+

A method declaration requires two conceptual checks to be performed: +first, that the method's type is consistent with the type of the +homonymous method that it overrides, if any; and second, that its body +types correctly. At the same time, it should also be added to the +type environment of its class. The first conceptual task is performed +using the checkMethod operation defined below, and the second +by generating a corresponding method task. To add it to the class +type environment, we take advantage of the fact that KOOL is higher +order and reduce the problem to a field declaration problem, which we +have already defined. The role of the ctenvT cell in the +rule below is to structurally ensure that the method declaration takes +place in a class task (we do not want to allow methods to be declared, +for example, inside other methods).

+
k
rule <k> T:Type F:Id(Ps:Params) S + => checkMethod(F, getTypes(Ps)->T, C') + ~> getTypes(Ps)->T F; ...</k> +// <br/> + <inClass> C </inClass> + <ctenvT> _ </ctenvT> // to ensure we are in a class pass + <className> C </className> + <baseClass> C' </baseClass> +// <br/> + (.Bag => <task> + <k> mkDecls(Ps) S </k> + <inClass> C </inClass> + <tenv> .Map </tenv> + <returnType> T </returnType> + </task>) +
+

Assignment

+

A more concrete value is allowed to be assigned to a more abstract +variable. The operation checkSubtype is defined at the end +of the module and it also works with pairs of lists of types.

+
k
rule T:Type = T':Type => checkSubtype(T', T) ~> T +
+

Method invocation and return

+

Methods can be applied on values of more concrete types than their +arguments:

+
k
rule (Ts:Types -> T:Type) (Ts':Types) => checkSubtype(Ts',Ts) ~> T +
+

Similarly, we allow values of more concrete types to be returned by +methods:

+
k
rule <k> return T:Type; => checkSubtype(T,T') ~> stmt ...</k> + <returnType> T':Type </returnType> +
+

Exceptions

+

Exceptions can throw and catch values of any types. Since unlike in Java +KOOL's methods do not declare the exception types that they can throw, +we cannot test the full type safety of exceptions. Instead, we +only check that the try and the catch statements +type correctly.

+
k
rule try block catch(T:Type X:Id) S => {T X; S} + rule throw _T:Type ; => stmt +
+

Spawn

+

The spawned cell needs to also be passed the parent's class.

+
k
// explain why + + rule <k> spawn S:Block => int ...</k> + <tenv> Rho </tenv> + <inClass> C </inClass> + (.Bag => <task> + <k> S </k> + <tenv> Rho </tenv> + <inClass> C </inClass> + </task>) +
+

Semantics of the new KOOL constructs

+

Class declaration

+

We process each class in the main task, adding the corresponding data +into its class cell and also adding a class task for it. We +also perform some well-formedness checks on the class hierarchy.

+

Initiate class processing
+We create a class cell and a class task for each task. Also, we start +the class task with a check that the class it extends is declared +(this delays the task until that class is processed using another +instance of this rule).

+
k
// There seems to be some error with the configuration concretization, +// as the rule below does not work when rewriting . to both the task +// and the class cells; I had to include two separate . rewrites + +// TODO: the following fails krun; see #2117 + rule <task> <k> class C:Id extends C':Id { S:Stmt } => stmt ...</k> </task> + (.Bag => <classData>... + <className> C </className> + <baseClass> C' </baseClass> + ...</classData>) +// <br/> + (.Bag => <task> + <k> checkType(`class`(C')) ~> S </k> + <inClass> C </inClass> + <ctenvT> .Map </ctenvT> + </task>) + +// You may want to try the thing below, but that failed, too +/* +syntax Type ::= "stmtStop" + + rule <tasks>... + <task> <k> class C:Id extends C':Id { S:Stmt } => stmtStop ...</k> </task> + (.Bag => <task> + <k> checkType(`class`(C')) ~> S </k> + <inClass> C </inClass> + <ctenvT> .Map </ctenvT> + </task>) + ...</tasks> + <classes>... + .Bag => <classData>... + <className> C </className> + <baseClass> C' </baseClass> + ...</classData> + ...</classes> +// <br/> +*/ +
+

Check for unique class names

+
k
rule (<T>... + <className> C </className> + <className> C </className> + ...</T> => .Bag) + <output>... .List => ListItem("Class \"" +String Id2String(C) + +String "\" declared twice!\n") </output> +
+

Check for cycles in class hierarchy
+We check for cycles in the class hierarchy by transitively closing the +class extends relation using the extendsAll cells, and +checking that a class will never appear in its own extendsAll +cell. The first rule below initiates the transitive closure of the +superclass relation, the second transitively closes it, and the third +checks for cycles.

+
k
rule <baseClass> C </baseClass> + <baseClasses> .Set => SetItem(C) </baseClasses> [priority(25)] + + rule <classData>... + <baseClasses> SetItem(C) Cs:Set (.Set => SetItem(C')) </baseClasses> + ...</classData> + <classData>... <className>C</className> <baseClass>C'</baseClass> ...</classData> + requires notBool(C' in (SetItem(C) Cs)) [priority(25)] + + rule (<T>... + <className> C </className> + <baseClasses>... SetItem(C) ...</baseClasses> + ...</T> => .Bag) + <output>... .List => ListItem("Class \"" +String Id2String(C) + +String "\" is in a cycle!\n") </output> + [priority(25)] +
+

New

+

To type new we only need to check that the class constructor +can be called with arguments of the given types, so we initiate a call +to the constructor method in the corresponding class. If that +succeeds, meaning that it types to stmt, then we discard the +stmt type and produce instead the corresponding class type of +the new object. The auxiliary discard operation is defined +also at the end of this module.

+
k
rule new C:Id(Ts:Types) => `class`(C) . C (Ts) ~> discard ~> `class`(C) +
+

Self reference

+

The typing rule for this is straightforward: reduce to the +current class type.

+
k
rule <k> this => `class`(C) ...</k> + <inClass> C:Id </inClass> +
+

Super

+

Similarly, super types to the parent class type. +Note that for typing concerns, super can be considered as an object +(recall that this was not the case in the dynamic semantics).

+
k
rule <k> super => `class`(C') ...</k> + <inClass> C:Id </inClass> + <className> C </className> + <baseClass> C':Id </baseClass> +
+

Object member access

+

There are several cases to consider here. First, if we are in a class +task, we should lookup the member into the temporary class type +environemnt in cell ctenvT. That is because we want to allow +initialized field declarations in classes, such as int x=10;. +This is desugared to a declaration of x, which is added to +ctenvT during the class task processing, followed by an +assignment of x to 10. In order for the assignment to type +check, we need to know that x has been declared with type +int; this information can only be found in the +ctenvT cell. Second, we should redirect non-local variable +lookups in method tasks to corresponding member accesses (the +local variables are handled by the rule borrowed from SIMPLE). +This is what the second rule below does. Third, we should allow +object member accesses as lvalues, which is done by the third rule +below. These last two rules therefore ensure that each necessary +object member access is explicitly allowed for evaluation. Recall +from the annotated syntax module above that the member access +operation is strict in the object. That means that the object is +expected to evaluate to a class type. The next two rules below define +the actual member lookup operation, moving the search to the +superclass when the member is not found in the current class. Note +that this works because we create the class type environments +atomically; thus, a class either has its complete type environment +available, in which case these rules can safely apply, or its cell +ctenv is not yet available, in which case these rules have to +wait. Finally, the sixth rule below reports an error when the +Object class is reached.

+
k
rule <k> X:Id => T ...</k> + <ctenvT>... X |-> T ...</ctenvT> + + rule <k> X:Id => this . X ...</k> + <tenv> Rho </tenv> + requires notBool(X in keys(Rho)) + +// OLD approach: +// rule ltype(E:Exp . X:Id) => E . X + + rule <k> `class`(C:Id) . X:Id => T ...</k> + <className> C </className> + <ctenv>... X |-> T:Type ...</ctenv> + + rule <k> `class`(C1:Id => C2) . X:Id ...</k> + <className> C1 </className> + <baseClass> C2:Id </baseClass> + <ctenv> Rho </ctenv> + requires notBool(X in keys(Rho)) + + rule <k> `class`(Object) . X:Id => stuck(`class`(Object) . X) ...</k> + <inClass> C:Id </inClass> +// <br/> + <output>... .List => ListItem("Member \"" +String Id2String(X) + +String "\" not declared! (see class \"" + +String Id2String(C) +String "\")\n") </output> +
+

Instance of and casting

+

As it is hard to check statically whether casting is always safe, +the programmer is simply trusted from a typing perspective. We only +do some basic upcasting and downcasting checks, to reject casts which +will absolutely fail. However, dynamic semantics or implementations +of the language need to insert runtime checks for downcasting to be safe.

+
k
rule `class`(_C1:Id) instanceOf _C2:Id => bool + rule (C:Id) `class`(C) => `class`(C) + rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k> + <className> C1 </className> + <baseClasses>...SetItem(C2)...</baseClasses> // upcast + rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k> + <className> C2 </className> + <baseClasses>...SetItem(C1)...</baseClasses> // downcast + rule <k> (C2) `class`(C1:Id) => stuck((C2) `class`(C1)) ...</k> + <classData>... + <className> C1 </className> + <baseClasses> S1 </baseClasses> + ...</classData> + <classData>... + <className> C2 </className> + <baseClasses> S2 </baseClasses> + ...</classData> + <output>... .List => ListItem("Classes \"" +String Id2String(C1) + +String "\" and \"" +String Id2String(C2) + +String "\" are incompatible!\n") </output> + requires notBool(C1 in S2) andBool notBool(C2 in S1) +
+

Cleanup tasks

+

Finally, we need to clean up the terminated tasks. Each of the three +types of tasks is handled differently. The main task is replaced by a +method task holding new main();, which will ensure that a +main class with a main() method actually exists +(first rule below). A class task moves its temporary class type +environment into its class' cell, and then it dissolves itself (second +rule). A method task simply dissolves when terminated (third rule); +the presence of the tenv cell in that rule ensures that that +task is a method task. +Finally, when all the tasks are cleaned up, we can also remove the +tasks cell, issuing a corresponding message. Note that +checking for cycles or duplicate methods can still be performed after +the tasks cell has been removed.

+
k
// discard main task when done, issuing a "new main();" command to +// make sure that the class main and the method main() are declared. + + rule <task> <k> stmt => new Main(.Exps); </k> + (.Bag => <tenv> .Map </tenv> + <returnType> void </returnType> + <inClass> Main </inClass>) + </task> + +// discard class task when done, adding a ctenv in class + + rule (<task> + <k> stmt </k> + <ctenvT> Rho </ctenvT> + <inClass> C:Id </inClass> + </task> => .Bag) + <className> C </className> + (.Bag => <ctenv> Rho </ctenv>) + +// discard method task when done + + rule <task>... + <k> stmt </k> + <tenv> _ </tenv> // only to ensure that this is a method task + ...</task> => .Bag + +// cleanup tasks and output a success message when done + + rule (<T>... <tasks> .Bag </tasks> ...</T> => .Bag) + <output>... .List => ListItem("Type checked!\n") </output> +
+

KOOL-specific auxiliary declarations and operations

+

Subtype checking

+

The subclass relation introduces a subtyping relation.

+
k
syntax KItem ::= checkSubtype(Types,Types) + + rule checkSubtype(T:Type, T) => .K + + rule <k> checkSubtype(`class`(C:Id), `class`(C':Id)) => .K ...</k> + <className> C </className> + <baseClasses>... SetItem(C') ...</baseClasses> + + rule checkSubtype(Ts1->T2,Ts1'->T2') + => checkSubtype(((T2)::Type,Ts1'),((T2')::Type,Ts1)) + +// note that the following rule would be wrong! +// rule checkSubtype(T[],T'[]) => checkSubtype(T,T') + + rule checkSubtype((T:Type,Ts),(T':Type,Ts')) + => checkSubtype(T,T') ~> checkSubtype(Ts,Ts') + requires Ts =/=K .Types + + rule checkSubtype(.Types,.Types) => .K + rule checkSubtype(.Types,void) => .K +
+

Checking well-formedness of types

+

Since now any Id can be used as the type of a class, we need to +check that the types used in the program actually exists

+
k
syntax KItem ::= checkType(Types) + + rule checkType(T:Type,Ts:Types) => checkType(T) ~> checkType(Ts) + requires Ts =/=K .Types + rule checkType(.Types) => .K + rule checkType(int) => .K + rule checkType(bool) => .K + rule checkType(string) => .K + rule checkType(void) => .K + rule <k> checkType(`class`(C:Id)) => .K ...</k> <className> C </className> + rule checkType(`class`(Object)) => .K + rule checkType(Ts:Types -> T:Type) => checkType(T,Ts) + rule checkType(T:Type[]) => checkType(T) +
+

Checking correct overiding of methods

+

The checkMethod operation below searches to see whether +the current method overrides some other method in some superclass. +If yes, then it issues an additional check that the new method's type +is more concrete than the overridden method's. The types T and T' +below can only be function types. See the definition of +checkSubtype on function types at the end of this module (it +is co-variant in the codomain and contra-variant in the domain).

+
k
syntax KItem ::= checkMethod(Id,Type,Id) + + rule <k> checkMethod(F:Id, T:Type, C:Id) => checkSubtype(T, T') ...</k> + <className> C </className> + <ctenv>... F |-> T':Type ...</ctenv> + + rule <k> checkMethod(F:Id, _T:Type, (C:Id => C')) ...</k> + <className> C </className> + <baseClass> C':Id </baseClass> + <ctenv> Rho </ctenv> + requires notBool(F in keys(Rho)) + + rule checkMethod(_:Id,_,Object) => .K +
+

Generic operations which could be part of the K framework

+
k
syntax KItem ::= stuck(K) + + syntax KItem ::= "discard" + rule _:KResult ~> discard => .K + +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html new file mode 100644 index 00000000000..252e5c1ffce --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html @@ -0,0 +1,1225 @@ + + + + + + + + + + + + + + +FUN — Untyped — Environment | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

FUN — Untyped — Environment

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of the untyped FUN language. +FUN is a pedagogical and research language that captures the essence +of the functional programming paradigm, extended with several features +often encountered in functional programming languages. +Like many functional languages, FUN is an expression language, that +is, everything, including the main program, is an expression. +Functions can be declared anywhere and are first class values in the +language. +FUN is call-by-value here, but it has been extended (as student +homework assignments) with other parameter-passing styles. +To make it more interesting and to highlight some of K's strengths, +FUN includes the following features:

+
    +
  • +

    The basic builtin data-types of integers, booleans and strings.

    +
  • +
  • +

    Builtin lists, which can hold any elements, including other lists. +Lists are enclosed in square brackets and their elements are +comma-separated; e.g., [1,2,3].

    +
  • +
  • +

    User-defined data-types, by means of constructor terms. +Constructor names start with a capital letter (while any other +identifier in the language starts with a lowercase letter), and they +can be followed by an arbitrary number of comma-separated arguments +enclosed in parentheses; parentheses are not needed when the +constructor takes no arguments. +For example, Pair(5,7) is a constructor term holding two +numbers, Cons(1,Cons(2,Cons(3,Nil))) is a list-like +constructor term holding 3 elements, and +Tree(Tree(Leaf(1), Leaf(2)), Leaf(3)) is a tree-like +constructor term holding 3 elements. +In the untyped version of the FUN language, no type checking or +inference is performed to ensure that the data constructors are used +correctly. +The execution will simply get stuck when they are misused. +Moreover, since no type checking is performed, the data-types are not +even declared in the untyped version of FUN.

    +
  • +
  • +

    Functions and let/letrec binders can take +multiple space-separated arguments, but these are desugared to +ones that only take one argument, by currying. For example, the +expressions

    +
    fun x y -> x y
    +let x y = y in x
    +
    +

    are desugared, respectively, into the following expressions:

    +
    fun x -> fun y -> x y
    +let x = fun y -> y in x
    +
    +
  • +
  • +

    Functions can be defined using pattern matching over the +available data-types. For example, the program

    +
    letrec max = fun [h] -> h
    +             |   [h|t] -> let x = max t
    +                          in  if h > x then h else x
    +in max [1, 3, 5, 2, 4, 0, -1, -5]
    +
    +

    defines a function max that calculates the maximum element of +a non-empty list, and the function

    +
    letrec ack = fun Pair(0,n) -> n + 1
    +             |   Pair(m,0) -> ack Pair(m - 1, 1)
    +             |   Pair(m,n) -> ack Pair(m - 1, ack Pair(m, n - 1))
    +in ack Pair(2,3)
    +
    +

    calculates the Ackermann function applied to a particular pair of numbers. +Patterns can be nested. Patterns can currently only be used in function +definitions, and not directly in let/letrec binders. +For example, this is not allowed:

    +
    letrec Pai(x,y) = Pair(1,2) in x+y
    +
    +

    But this is allowed:

    +
    let f Pair(x,y) = x+y in f Pair(1,2)
    +
    +

    because it is first reduced to

    +
    let f = fun Pair(x,y) -> x+y in f Pair(1,2)
    +
    +

    by uncurrying of the let binder, and pattern matching is +allowed in function arguments.

    +
  • +
  • +

    We include a callcc construct, for two reasons: first, +several functional languages support this construct; second, some +semantic frameworks have difficulties defining it. Not K.

    +
  • +
  • +

    Finally, we include mutables by means of referencing an +expression, getting the reference of a variable, dereferencing and +assignment. We include these for the same reasons as above: there are +languages which have them, and they are not easy to define in some +semantic frameworks.

    +
  • +
+

Like in many other languages, some of FUN's constructs can be +desugared into a smaller set of basic constructs. We do that as usual, +using macros, and then we only give semantics to the core constructs.

+

Note:
+We recommend the reader to first consult the dynamic semantics of the +LAMBDA++ language in the first part of the K Tutorial. +To keep the comments below small and focused, we will not re-explain +functional or K features that have already been explained in there.

+

Syntax

+
k
//require "modules/pattern-matching.k" + +module FUN-UNTYPED-COMMON + imports DOMAINS-SYNTAX +
+

FUN is an expression language. The constructs below fall into +several categories: names, arithmetic constructs, conventional +functional constructs, patterns and pattern matching, data constructs, +lists, references, and call-with-current-continuation (callcc). +The arithmetic constructs are standard; they are present in almost all +our K language definitions. The meaning of FUN's constructs are +discussed in more depth when we define their semantics in the next +module.

+

The Syntactic Constructs

+

We start with the syntactic definition of FUN names. +We have several categories of names: ones to be used for functions and +variables, others to be used for data constructors, others for types and +others for type variables. We will introduce them as needed, starting +with the former category. We prefer the names of variables and functions +to start with lower case letters. We take the freedom to tacitly introduce +syntactic lists/sequences for each nonterminal for which we need them:

+
k
syntax Name [token] + syntax Names ::= List{Name,","} [overload(exps)] +
+

Expression constructs will be defined throughtout the syntax module. +Below are the very basic ones, namely the builtins, the names, and the +parentheses used as brackets for grouping. Lists of expressions are +declared strict, so all expressions in the list get evaluated whenever +the list is on a position which can be evaluated:

+
k
syntax Exp ::= Int | Bool | String | Name + | "(" Exp ")" [bracket] + syntax Exps ::= List{Exp,","} [strict, overload(exps)] + syntax Val + syntax Exp ::= Val + syntax Exps ::= Vals + syntax Vals ::= List{Val,","} [overload(exps)] + syntax Bottom + syntax Bottoms ::= List{Bottom,","} [overload(exps)] +
+

We next define the syntax of arithmetic constructs, together with +their relative priorities and left-/non-associativities. We also +tag all these rules as members of a new group, "arith", so we can more easily +define global syntax priorities later (at the end of the syntax module).

+
k
syntax Exp ::= left: + Exp "*" Exp [strict, group(arith)] + | Exp "/" Exp [strict, group(arith)] + | Exp "%" Exp [strict, group(arith)] + > left: + Exp "+" Exp [strict, left, group(arith)] + | Exp "^" Exp [strict, left, group(arith)] +// left attribute should not be necessary; currently a parsing bug + | Exp "-" Exp [strict, prefer, group(arith)] +// the "prefer" attribute above is to not parse x-1 as x(-1) +// Due to some parsing problems, we currently cannot add unary minus: + | "-" Exp [strict, group(arith)] + > non-assoc: + Exp "<" Exp [strict, group(arith)] + | Exp "<=" Exp [strict, group(arith)] + | Exp ">" Exp [strict, group(arith)] + | Exp ">=" Exp [strict, group(arith)] + | Exp "==" Exp [strict, group(arith)] + | Exp "!=" Exp [strict, group(arith)] + > "!" Exp [strict, group(arith)] + > Exp "&&" Exp [strict(1), left, group(arith)] + > Exp "||" Exp [strict(1), left, group(arith)] +
+

The conditional construct has the expected evaluation strategy, +stating that only the first argument is evaluate:

+
k
syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] +
+

FUN's builtin lists are formed by enclosing comma-separated +sequences of expressions (i.e., terms of sort Exps) in square +brackets. The list constructor cons adds a new element to the +top of the list, head and tail get the first element +and the tail sublist of a list if they exist, respectively, and get +stuck otherwise, and null?? tests whether a list is empty or +not; syntactically, these are just expression constants. +In function patterns, we are also going to allow patterns following the +usual head/tail notation; for example, the pattern [x_1,...,x_n|t] +binds x_1, ..., x_n to the first elements of the matched list, +and t to the list formed with the remaining elements. We define list +patterns as ordinary expression constructs, although we will make sure that +we do not give them semantics if they appear in any other place then in a +function case pattern.

+
k
syntax Exp ::= "[" Exps "]" [strict, klabel(list)] + | "head" [macro] | "tail" [macro] | "null?" [macro] + | "[" Exps "|" Exp "]" + syntax Val ::= "[" Vals "]" [klabel(list)] + syntax Cons ::= "cons" + syntax Val ::= Cons + syntax Val ::= Cons Val [klabel(apply)] +
+

Data constructors start with capital letters and they may or may +not have arguments. We need to use the attribute "prefer" to make +sure that, e.g., Cons(a) parses as constructor Cons with +argument a, and not as the expression Cons (because +constructor names are also expressions) regarded as a function applied +to the expression a. Also, note that the constructor is strict +in its second argument, because we want to evaluate its arguments but +not the constuctor name itsef.

+
k
syntax ConstructorName [token] + syntax Exp ::= ConstructorName + | ConstructorName "(" Exps ")" [prefer, strict(2), klabel(constructor)] + syntax Val ::= ConstructorName "(" Vals ")" [klabel(constructor)] +
+

A function is essentially a |-separated ordered +sequence of cases, each case of the form pattern -> expression, +preceded by the language construct fun. Patterns will be defined +shortly, both for the builtin lists and for user-defined constructors. +Recall that the syntax we define in K is not meant to serve as a +ultimate parser for the defined language, but rather as a convenient +notation for K abstract syntax trees, which we prefer when we write +the semantic rules. It is therefore often the case that we define a +more ``generous'' syntax than we want to allow programs to use. +We do it here, too. Specifically, the syntax of Cases +below allows any expressions to appear as pattern. This syntactic +relaxation permits many wrong programs to be parsed, but that is not a +problem because we are not going to give semantics to wrong combinations, +so those programs will get stuck; moreover, our type inferencer will reject +those programs anyway. Function application is just concatenation of +expressions, without worrying about type correctness. Again, the type +system will reject type-incorrect programs.

+
k
syntax Exp ::= "fun" Cases + | Exp Exp [strict, left, klabel(apply)] +// NOTE: We would like eventually to also have Exp "(" Exps ") + syntax Case ::= Exp "->" Exp + syntax Cases ::= List{Case, "|"} +
+

The let and letrec binders have the usual syntax +and functional meaning. We allow multiple and-separated bindings. +Like for the function cases above, we allow a more generous syntax for +the left-hand sides of bindings, noting that the semantics will get stuck +on incorrect bindings and that the type system will reject those programs.

+
k
syntax Exp ::= "let" Bindings "in" Exp + | "letrec" Bindings "in" Exp [prefer] +// The "prefer" attribute for letrec currently needed due to tool bug, +// to make sure that "letrec" is not parsed as "let rec". + syntax Binding ::= Exp "=" Exp + syntax Bindings ::= List{Binding,"and"} +
+

References are first class values in FUN. The construct ref +takes an expression, evaluates it, and then it stores the resulting value +at a fresh location in the store and returns that reference. Syntactically, +ref is just an expression constant. The construct & +takes a name as argument and evaluates to a reference, namely the store +reference where the variable passed as argument stores its value; this +construct is a bit controversial and is further discussed in the +environment-based semantics of the FUN language, where we desugar +ref to it. The construct @ takes a reference +and evaluates to the value stored there. The construct := takes +two expressions, the first expected to evaluate to a reference; the value +of its second argument will be stored at the location to which the first +points (the old value is thus lost). Finally, since expression evaluation +now has side effects, it makes sense to also add a sequential composition +construct, which is sequentially strict. This evaluates to the value of +its second argument; the value of the first argument is lost (which has +therefore been evaluated only for its side effects.

+
k
syntax Exp ::= "ref" [macro] + | "&" Name + | "@" Exp [strict] + | Exp ":=" Exp [strict] + | Exp ";" Exp [strict(1), right] +
+

Call-with-current-continuation, named callcc in FUN, is a +powerful control operator that originated in the Scheme programming +language, but it now exists in many other functional languages. It works +by evaluating its argument, expected to evaluate to a function, and by +passing the current continuation, or evaluation context (or computation, +in K terminology), as a special value to it. When/If this special value +is invoked, the current context is discarded and replaced with the one +held by the special value and the computation continues from there. +It is like taking a snapshot of the execution context at some moment +in time and then, when desired, being able to get back in time to that +point. If you like games, it is like saving the game now (so you can +work on your homework!) and then continuing the game tomorrow or whenever +you wish. To issustrate the strength of callcc, we also +allow exceptions in FUN by means of a conventional try-catch +construct, which will desugar to callcc. We also need to +introduce the special expression contant throw, but we need to +use it as a function argument name in the desugaring macro, so we define +it as a name instead of as an expression constant:

+
k
syntax Exp ::= "try" Exp "catch" "(" Name ")" Exp [macro] + syntax Val ::= "callcc" + syntax Name ::= "throw" [token] +
+

Finally, FUN also allows polymorphic datatype declarations. These +will be useful when we define the type system later on.

+
k
syntax Exp ::= "datatype" Type "=" TypeCases Exp [macro] +// NOTE: In a future version of K, we want the datatype declaration +// to be a construct by itself, but that is not possible currently +// because K's parser wronly identifies the __ operation allowing +// a declaration to appear in front of an expression with the function +// application construct, giving ambiguous parsing errors. +
+

We next need to define the syntax of types and type cases that appear +in datatype declarations.

+

Like in many functional languages, type parameters/variables in +user-defined types are quoted identifiers.

+
k
syntax TypeVar [token] + syntax TypeVars ::= List{TypeVar,","} [overload(types)] +
+

Types can be basic types, function types, or user-defined +parametric types. In the dynamic semantics we are going to simply ignore +all the type declations, so here the syntax of types below is only useful +for generating the desired parser. To avoid syntactic ambiguities with +the arrow construct for function cases, we use the symbol --> as +a constructor for function types:

+
k
syntax TypeName [token] + syntax Type ::= "int" | "bool" | "string" + | Type "-->" Type [right] + | "(" Type ")" [bracket] + | TypeVar + | TypeName [klabel(TypeName), avoid] + | Type TypeName [klabel(Type-TypeName), symbol, macro] + | "(" Types ")" TypeName [prefer] + syntax Types ::= List{Type,","} [overload(types)] + syntax Types ::= TypeVars + + syntax TypeCase ::= ConstructorName + | ConstructorName "(" Types ")" + syntax TypeCases ::= List{TypeCase,"|"} [symbol(_|TypeCase_)] +
+

Additional Priorities

+
k
syntax priority @__FUN-UNTYPED-COMMON + > apply + > arith + > _:=__FUN-UNTYPED-COMMON + > let_in__FUN-UNTYPED-COMMON + letrec_in__FUN-UNTYPED-COMMON + if_then_else__FUN-UNTYPED-COMMON + > _;__FUN-UNTYPED-COMMON + > fun__FUN-UNTYPED-COMMON + > datatype_=___FUN-UNTYPED-COMMON +endmodule + +module FUN-UNTYPED-MACROS + imports FUN-UNTYPED-COMMON +
+

Desugaring macros

+

We desugar the list non-constructor operations to functions matching +over list patterns. In order to do that we need some new variables; for +those, we follow the same convention like in the K tutorial, where we +added them as new identifier constructs starting with the character $, +so we can easily recognize them when we debug or trace the semantics.

+
k
syntax Name ::= "$h" [token] | "$t" [token] + rule head => fun [$h|$t] -> $h + rule tail => fun [$h|$t] -> $t + rule null? => fun [.Exps] -> true | [$h|$t] -> false +
+

Multiple-head list patterns desugar into successive one-head patterns:

+
k
rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]] [anywhere] +
+

Uncurrying of multiple arguments in functions and binders:

+
k
rule P1 P2 -> E => P1 -> fun P2 -> E [anywhere] + rule F P = E => F = fun P -> E [anywhere] +
+

We desugar the try-catch construct into callcc:

+
k
syntax Name ::= "$k" [token] | "$v" [token] + rule try E catch(X) E' + => callcc (fun $k -> (fun throw -> E)(fun X -> $k E')) +
+

For uniformity, we reduce all types to their general form:

+
k
rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn +
+

The dynamic semantics ignores all the type declarations:

+
k
rule datatype _T = _TCs E => E + +endmodule + + +module FUN-UNTYPED-SYNTAX + imports FUN-UNTYPED-COMMON + imports BUILTIN-ID-TOKENS + + syntax Name ::= r"[a-z][_a-zA-Z0-9]*" [token, prec(2)] + | #LowerId [token] + syntax ConstructorName ::= #UpperId [token] + syntax TypeVar ::= r"['][a-z][_a-zA-Z0-9]*" [token] + syntax TypeName ::= Name [token] +endmodule +
+

Semantics

+

The semantics below is environment-based. A substitution-based +definition of FUN is also available, but that drops the & +construct as explained above.

+
k
module FUN-UNTYPED + imports FUN-UNTYPED-COMMON + imports FUN-UNTYPED-MACROS + imports DOMAINS + //imports PATTERN-MATCHING +
+

Configuration

+

The k, env, and store cells are standard +(see, for example, the definition of LAMBDA++ or IMP++ in the first +part of the K tutorial).

+
k
configuration <T color="yellow"> + <k color="green"> $PGM:Exp </k> + <env color="violet"> .Map </env> + <store color="white"> .Map </store> + </T> +
+

Values and results

+

We only define integers, Booleans and strings as values here, but will +add more values later.

+
k
syntax Val ::= Int | Bool | String + syntax Vals ::= Bottoms + syntax KResult ::= Val +
+

Lookup

+
k
rule <k> X:Name => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V ...</store> +
+

Arithmetic expressions

+
k
rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule I1 + I2 => I1 +Int I2 + rule S1 ^ S2 => S1 +String S2 + rule I1 - I2 => I1 -Int I2 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E +
+

Conditional

+
k
rule if true then E else _ => E + rule if false then _ else E => E +
+

Lists

+

We have already declared the syntactic list of expressions strict, so +we can assume that all the elements that appear in a FUN list are +evaluated. The only thing left to do is to state that a list of +values is a value itself, that is, that the list square-bracket +construct is indeed a constructor, and to give the semantics of +cons. Since cons is a builtin function and is +expected to take two arguments, we have to also state that +cons itself is a value (specifically, a function/closure +value, but we do not need that level of detail here), and also that +cons applied to a value is a value (specifically, it would be +a function/closure value that expects the second, list argument):

+
k
rule cons V:Val [Vs:Vals] => [V,Vs] +
+

Data Constructors

+

Constructors take values as arguments and produce other values:

+
k
syntax Val ::= ConstructorName +
+

Functions and Closures

+

Like in the environment-based semantics of LAMBDA++ in the first part +of the K tutorial, functions evaluate to closures. A closure includes +the current environment besides the function contents; the environment +will be used at execution time to lookup all the variables that appear +free in the function body (we want static scoping in FUN).

+
k
syntax Val ::= closure(Map,Cases) + rule <k> fun Cases => closure(Rho,Cases) ...</k> <env> Rho </env> +
+

Note: The reader may want to get familiar with +how the pre-defined pattern matching works before proceeding. +The best way to do that is to consult +k/include/modules/pattern-matching.k.

+ +

We distinguish two cases when the closure is applied. +If the first pattern matches, then we pick the first case: switch to +the closed environment, get the matching map and bind all its +variables, and finally evaluate the function body of the first case, +making sure that the environment is properly recovered afterwards. +If the first pattern does not match, then we drop it and thus move on +to the next one.

+
k
rule (.K => getMatching(P, V)) ~> closure(_, P->_ | _) V:Val + rule <k> matchResult(M:Map) ~> closure(Rho, _->E | _) _ + => bindMap(M) ~> E ~> setEnv(Rho') ...</k> + <env> Rho' => Rho </env> + rule (matchFailure => .K) ~> closure(_, (_->_ | Cs:Cases => Cs)) _ +// rule <k> closure(Rho, P->E | _) V:Val +// => bindMap(getMatching(P,V)) ~> E ~> setEnv(Rho') ...</k> +// <env> Rho' => Rho </env> when isMatching(P,V) +// rule closure(_, (P->_ | Cs:Cases => Cs)) V:Val when notBool isMatching(P,V) +
+

Let and Letrec

+

To highlight the similarities and differences between let and +letrec, we prefer to give them direct semantics instead of +to desugar them like in LAMBDA. See the formal definitions of +bindTo, bind, and assignTo at the end of +this module. Informally, bindTo(Xs, Es) first +evaluates the expressions Es in Exps in the current +environment (i.e., it is strict in its second argument), then it binds +the variables in Xs in Names to new locations and adds +those bindings to the environment, and finally writes the values +previously obtained after evaluating the expressions Es to those +new locations; bind(Xs) does only the bindings of +Xs to new locations and adds those bindings to the environment; +and assignTo(Xs,Es) evaluates the expressions +Es in the current environment and then it writes the resulting +values to the locations to which the variables Xs are already +bound to in the environment.

+

Therefore, let Xs = Es in E first +evaluates Es in the current environment, then adds new +bindings for Xs to fresh locations in the environment, then +writes the values of Es to those locations, and finally +evaluates E in the new environment, making sure that the +environment is properly recovered after the evaluation of E. +On the other hand, letrec does the same things but in a +different order: it first adds new bindings for Xs to fresh +locations in the environment, then it evaluates Es in the new +environment, then it writes the resulting values to their +corresponding locations, and finally it evaluates E and +recovers the environment. The crucial difference is that the +expressions Es now see the locations of the variables Xs +in the environment, so if they are functions, which is typically the +case with letrec, their closures will encapsulate in their +environments the bindings of all the bound variables, including +themselves (thus, we may have a closure value stored at location +L, whose environment contains a binding of the form +F ↦ L; this way, the closure can invoke +itself).

+
k
rule <k> let Bs in E + => bindTo(names(Bs),exps(Bs)) ~> E ~> setEnv(Rho) ...</k> + <env> Rho </env> + + rule <k> letrec Bs in E + => bind(names(Bs))~>assignTo(names(Bs),exps(Bs))~>E~>setEnv(Rho)...</k> + <env> Rho </env> +
+

Recall that our syntax allows let and letrec to +take any expression in place of its binding. This allows us to use +the already existing function application construct to bind names to +functions, such as, e.g., let x y = y in .... +The desugaring macro in the syntax module uncurries such declarations, +and then the semantic rules above only work when the remaining +bindings are identifiers, so the semantics will get stuck on programs +that misuse the let and letrec binders.

+

References

+

The semantics of references is self-explanatory, except maybe for the +desugaring rule of ref, which is further discussed. Note +that &X grabs the location of X from the environment. +Sequential composition, which is needed only to accumulate the +side effects due to assignments, was strict in the first argument. +Once evaluated, its first argument is simply discarded:

+
k
syntax Name ::= "$x" [token] + rule ref => fun $x -> & $x + rule <k> & X => L ...</k> <env>... X |-> L ...</env> + rule <k> @ L:Int => V:Val ...</k> <store>... L |-> V ...</store> + rule <k> L:Int := V:Val => V ...</k> <store>... L |-> (_=>V) ...</store> + rule _V:Val; E => E +
+

The desugaring rule of ref (first rule above) works +because & takes a variable and returns its location (like in C). +Note that some ``pure'' functional programming researchers strongly dislike +the & construct, but favor ref. We refrain from having +a personal opinion on this issue here, but support & in the +environment-based definition of FUN because it is, technically speaking, +more powerful than ref. From a language design perspective, it +would be equally easy to drop & and instead give a direct +semantics to ref. In fact, this is precisely what we do in the +substitution-based definition of FUN, because there appears to be no way +to give a substitution-based definition to the & construct.

+

Callcc

+

As we know it from the LAMBDA++ tutorial, call-with-current-continuation +is quite easy to define in K. We first need to define a special +value wrapping an execution context, that is, an environment saying +where the variables should be looked up, and a computation structure +saying what is left to execute (in a substitution-based definition, +this special value would be even simpler, as it would only need to +wrap the computation structure---see, for example, the +substitution-based semantics of LAMBDA++ in the the first part of the +K tutorial, or the substitution-based definition of FUN). Then +callcc creates such a value containing the current +environment and the current remaining computation, and passes it to +its argument function. When/If invoked, the special value replaces +the current execution context with its own and continues the execution +normally.

+
k
syntax Val ::= cc(Map,K) + rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env> + rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k> <env> _ => Rho </env> +
+

Auxiliary operations

+

Environment recovery

+

The environment recovery operation is the same as for the LAMBDA++ +language in the K tutorial and many other languages provided with the +K distribution. The first ``anywhere'' rule below shows an elegant +way to achieve the benefits of tail recursion in K.

+
k
syntax KItem ::= setEnv(Map) // TODO: get rid of env + //rule (setEnv(_) => .) ~> setEnv(_) [anywhere] + rule <k> _:Val ~> (setEnv(Rho) => .K) ...</k> <env> _ => Rho </env> +
+

bindTo, bind and assignTo

+

The meaning of these operations has already been explained when we +discussed the let and letrec language constructs +above.

+
k
syntax KItem ::= bindTo(Names,Exps) [strict(2)] + | bindMap(Map) + | bind(Names) + + rule (.K => getMatchingAux(Xs,Vs)) ~> bindTo(Xs:Names,Vs:Vals) + rule matchResult(M:Map) ~> bindTo(_:Names, _:Vals) => bindMap(M) + + rule bindMap(.Map) => .K + rule <k> bindMap((X:Name |-> V:Val => .Map) _:Map) ...</k> + <env> Rho => Rho[X <- !L:Int] </env> + <store>... .Map => !L |-> V ...</store> + + rule bind(.Names) => .K + rule <k> bind(X:Name,Xs => Xs) ...</k> + <env> Rho => Rho[X <- !_L:Int] </env> + + syntax KItem ::= assignTo(Names,Exps) [strict(2)] + + rule <k> assignTo(.Names,.Vals) => .K ...</k> + rule <k> assignTo((X:Name,Xs => Xs),(V:Val,Vs:Vals => Vs)) ...</k> + <env>... X |-> L ...</env> + <store>... .Map => L |-> V ...</store> +
+

Getters

+

The following auxiliary operations extract the list of identifiers +and of expressions in a binding, respectively.

+
k
syntax Names ::= names(Bindings) [function] + rule names(.Bindings) => .Names + rule names(X:Name=_ and Bs) => (X,names(Bs))::Names + + syntax Exps ::= exps(Bindings) [function] + rule exps(.Bindings) => .Exps + rule exps(_:Name=E and Bs) => E,exps(Bs) + + /* Extra kore stuff */ + syntax KResult ::= Vals + syntax Exps ::= Names + syntax Names ::= Bottoms + + /* Matching */ + syntax MatchResult ::= getMatching(Exp, Val) [function] + | getMatchingAux(Exps, Vals) [function] + | mergeMatching(MatchResult, MatchResult) [function] + | matchResult(Map) + | "matchFailure" + + rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs) + rule getMatching([Es:Exps], [Vs:Vals]) => getMatchingAux(Es, Vs) + rule getMatching(C:ConstructorName, C) => matchResult(.Map) + rule getMatching(B:Bool, B) => matchResult(.Map) + rule getMatching(I:Int, I) => matchResult(.Map) + rule getMatching(S:String, S) => matchResult(.Map) + rule getMatching(N:Name, V:Val) => matchResult(N |-> V) + rule getMatching(_, _) => matchFailure [owise] + + rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs)) + rule getMatchingAux(.Exps, .Vals) => matchResult(.Map) + rule getMatchingAux(_, _) => matchFailure [owise] + + rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2) + requires intersectSet(keys(M1), keys(M2)) ==K .Set + //rule mergeMatching(_, _) => matchFailure [owsie] + rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure + rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure + rule mergeMatching(matchFailure, matchFailure) => matchFailure +
+

Besides the generic decomposition rules for patterns and values, +we also want to allow [head|tail] matching for lists, so we add +the following custom pattern decomposition rule:

+
k
rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals]) + => getMatchingAux((H, T), (V, [Vs])) +endmodule +
+

Go to Lesson 2, FUN untyped, Substitution-Based.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html new file mode 100644 index 00000000000..698a9b81361 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/index.html @@ -0,0 +1,723 @@ + + + + + + + + + + + + + + +FUN — Untyped — Substitution | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

// NOTE: this definition is not up to date with the latest version of K, as it +// uses both substitution and symbolic reasoning. +// It is intended for documentation and academic purposes only.

+

FUN — Untyped — Substitution

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the substitution-based definition of FUN. For additional +explanations regarding the semantics of the various FUN constructs, +the reader should consult the emvironment-based definition of FUN.

+

Syntax

+
k
requires "substitution.md" +//requires "modules/pattern-matching.k" + +module FUN-UNTYPED-COMMON + imports DOMAINS-SYNTAX +
+

The Syntactic Constructs

+
k
syntax Name + syntax Names ::= List{Name,","} + + syntax Exp ::= Int | Bool | String | Name + | "(" Exp ")" [bracket] + syntax Exps ::= List{Exp,","} [strict] + syntax Val + syntax Vals ::= List{Val,","} + + syntax Exp ::= left: + Exp "*" Exp [strict, arith] + | Exp "/" Exp [strict, arith] + | Exp "%" Exp [strict, arith] + > left: + Exp "+" Exp [strict, left, arith] + | Exp "^" Exp [strict, left, arith] + | Exp "-" Exp [strict, prefer, arith] + | "-" Exp [strict, arith] + > non-assoc: + Exp "<" Exp [strict, arith] + | Exp "<=" Exp [strict, arith] + | Exp ">" Exp [strict, arith] + | Exp ">=" Exp [strict, arith] + | Exp "==" Exp [strict, arith] + | Exp "!=" Exp [strict, arith] + > "!" Exp [strict, arith] + > Exp "&&" Exp [strict(1), left, arith] + > Exp "||" Exp [strict(1), left, arith] + + syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] + + syntax Exp ::= "[" Exps "]" [strict] + | "cons" | "head" | "tail" | "null?" + | "[" Exps "|" Exp "]" + syntax Val ::= "[" Vals "]" + + syntax ConstructorName + syntax Exp ::= ConstructorName + | ConstructorName "(" Exps ")" [prefer, strict(2)] + syntax Val ::= ConstructorName "(" Vals ")" + + syntax Exp ::= "fun" Cases + | Exp Exp [strict, left] + syntax Case ::= Exp "->" Exp [binder] +// NOTE: The binder attribute above is the only difference between this +// module and the syntax module of environment-based FUN. We need +// to fix a bug in order to import modules and override the attributes +// of operations. + syntax Cases ::= List{Case, "|"} + + syntax Exp ::= "let" Bindings "in" Exp + | "letrec" Bindings "in" Exp [prefer] + syntax Binding ::= Exp "=" Exp + syntax Bindings ::= List{Binding,"and"} + + syntax Exp ::= "ref" + | "&" Name + | "@" Exp [strict] + | Exp ":=" Exp [strict] + | Exp ";" Exp [strict(1), right] + + syntax Exp ::= "callcc" + | "try" Exp "catch" "(" Name ")" Exp + syntax Name ::= "throw" [token] + + syntax Exp ::= "datatype" Type "=" TypeCases Exp + + syntax TypeVar + syntax TypeVars ::= List{TypeVar,","} + + syntax TypeName + syntax Type ::= "int" | "bool" | "string" + | Type "-->" Type [right] + | "(" Type ")" [bracket] + | TypeVar + | TypeName [klabel(TypeName), avoid] + | Type TypeName [klabel(Type-TypeName), onlyLabel] + | "(" Types ")" TypeName [prefer] + syntax Types ::= List{Type,","} + syntax Types ::= TypeVars + + syntax TypeCase ::= ConstructorName + | ConstructorName "(" Types ")" + syntax TypeCases ::= List{TypeCase,"|"} [klabel(_|TypeCase_)] +
+

Additional Priorities

+
k
syntax priority @__FUN-UNTYPED-COMMON + > ___FUN-UNTYPED-COMMON + > arith + > _:=__FUN-UNTYPED-COMMON + > let_in__FUN-UNTYPED-COMMON + letrec_in__FUN-UNTYPED-COMMON + if_then_else__FUN-UNTYPED-COMMON + > _;__FUN-UNTYPED-COMMON + > fun__FUN-UNTYPED-COMMON + > datatype_=___FUN-UNTYPED-COMMON +endmodule + +module FUN-UNTYPED-MACROS + imports FUN-UNTYPED-COMMON +
+

Desugaring macros

+
k
rule P1 P2 -> E => P1 -> fun P2 -> E [macro-rec] + rule F P = E => F = fun P -> E [macro-rec] + + rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]] [macro-rec] + +// rule 'TypeName(Tn:TypeName) => (.TypeVars) Tn [macro] + rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn [macro] + + syntax Name ::= "$h" | "$t" + rule head => fun [$h|$t] -> $h [macro] + rule tail => fun [$h|$t] -> $t [macro] + rule null? => fun [.Exps] -> true | [$h|$t] -> false [macro] + + syntax Name ::= "$k" | "$v" + rule try E catch(X) E' + => callcc (fun $k -> (fun throw -> E)(fun X -> $k E')) [macro] + + rule datatype _T = _TCs E => E [macro] +
+

mu needed for letrec, but we put it here so we can also write +programs with mu in them, which is particularly useful for testing.

+
k
syntax Exp ::= "mu" Case + +endmodule + + +module FUN-UNTYPED-SYNTAX + imports FUN-UNTYPED-COMMON + imports BUILTIN-ID-TOKENS + + syntax Name ::= r"[a-z][_a-zA-Z0-9]*" [token, prec(2)] + | #LowerId [token] + syntax ConstructorName ::= #UpperId [token] + syntax TypeVar ::= r"['][a-z][_a-zA-Z0-9]*" [token] + syntax TypeName ::= Name [token] +endmodule +
+

Semantics

+
k
module FUN-UNTYPED + imports FUN-UNTYPED-COMMON + imports FUN-UNTYPED-MACROS + imports DOMAINS + imports SUBSTITUTION + //imports PATTERN-MATCHING + + configuration <T color="yellow"> + <k color="green"> $PGM:Exp </k> + <store color="white"> .Map </store> + </T> +
+

Both Name and functions are values now:

+
k
syntax Val ::= Int | Bool | String | Name + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + syntax Exps ::= Names + syntax Vals ::= Names + + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 when I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 when I2 =/=K 0 + rule I1 + I2 => I1 +Int I2 + rule S1 ^ S2 => S1 +String S2 + rule I1 - I2 => I1 -Int I2 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E + + rule if true then E else _ => E + rule if false then _ else E => E + + rule isVal(cons) => true + rule isVal(cons _V:Val) => true + rule cons V:Val [Vs:Vals] => [V,Vs] + + syntax Val ::= ConstructorName + + rule isVal(fun _) => true + syntax KVar ::= Name + syntax Name ::= freshName(Int) [freshGenerator, function] + rule freshName(I:Int) => {#parseToken("Name", "#" +String Int2String(I))}:>Name + + rule (. => getMatching(P, V)) ~> (fun P->_ | _) V:Val + rule matchResult(M:Map) ~> (fun _->E | _) _ => E[M] + rule (matchFailure => .) ~> (fun (_->_ | Cs:Cases => Cs)) _ +// rule (fun P->E | _) V:Val => E[getMatching(P,V)] when isMatching(P,V) +// rule (fun (P->_ | Cs:Cases => Cs)) V:Val when notBool isMatching(P,V) +
+

We can reduce multiple bindings to one list binding, and then +apply the usual desugaring of let into function application. +It is important that the rule below is a macro, so let is eliminated +immediately, otherwise it may interfere in ugly ways with substitution.

+
k
rule let Bs in E => ((fun [names(Bs)] -> E) [exps(Bs)]) [macro] +
+

We only give the semantics of one-binding letrec. +Multipe bindings are left as an exercise.

+
k
// changed because of parsing error + //rule mu X:Name -> E => E[(mu X -> E) / X] + rule mu X:Name -> E => E[X |-> (mu X -> E)] + rule letrec F:Name = E in E' => let F = (mu F -> E) in E' [macro] +
+

We cannot have & anymore, but we can give direct +semantics to ref. We also have to declare ref to +be a value, so that we will never heat on it.

+
k
// rule <k> & X => L ...</k> <env>... X |-> L </env> + rule isVal(ref) => true + rule <k> ref V:Val => !L:Int ...</k> <store>... .Map => !L |-> V ...</store> + rule <k> @ L:Int => V:Val ...</k> <store>... L |-> V ...</store> + rule <k> L:Int := V:Val => V ...</k> <store>... L |-> (_=>V) ...</store> + rule _V:Val; E => E + + syntax Val ::= cc(K) + rule isVal(callcc) => true + rule <k> (callcc V:Val => V cc(K)) ~> K </k> + rule <k> cc(K) V:Val ~> _ => V ~> K </k> +
+

Auxiliary getters

+
k
syntax Names ::= names(Bindings) [function] + rule names(.Bindings) => .Names + rule names(X:Name=_ and Bs) => X,names(Bs) + + syntax Exps ::= exps(Bindings) [function] + rule exps(.Bindings) => .Exps + rule exps(_:Name=E and Bs) => E,exps(Bs) + + /* Extra kore stuff */ + syntax KResult ::= Vals + syntax Exps ::= Names + + /* Matching */ + syntax MatchResult ::= getMatching(Exp, Val) [function] + | getMatchingAux(Exps, Vals) [function] + | mergeMatching(MatchResult, MatchResult) [function] + | matchResult(Map) + | "matchFailure" + + rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs) + rule getMatching([Es:Exps], [Vs:Vals]) => getMatchingAux(Es, Vs) + rule getMatching(C:ConstructorName, C) => matchResult(.Map) + rule getMatching(B:Bool, B) => matchResult(.Map) + rule getMatching(I:Int, I) => matchResult(.Map) + rule getMatching(S:String, S) => matchResult(.Map) + rule getMatching(N:Name, V:Val) => matchResult(N |-> V) + rule getMatching(_, _) => matchFailure [owise] + + rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs)) + rule getMatchingAux(.Exps, .Vals) => matchResult(.Map) + rule getMatchingAux(_, _) => matchFailure [owise] + + rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2) + requires intersectSet(keys(M1), keys(M2)) ==K .Set + //rule mergeMatching(_, _) => matchFailure [owsie] + rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure + rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure + rule mergeMatching(matchFailure, matchFailure) => matchFailure +
+

Besides the generic decomposition rules for patterns and values, +we also want to allow [head|tail] matching for lists, so we add +the following custom pattern decomposition rule:

+
k
rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals]) + => getMatchingAux((H, T), (V, [Vs])) +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html b/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html new file mode 100644 index 00000000000..e5c5f94eae1 --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/index.html @@ -0,0 +1,712 @@ + + + + + + + + + + + + + + +LOGIK | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

// NOTE: this definition is not runnable as is. +// It is intended for documentation and academic purposes only.

+

LOGIK

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of LOGIK, a trivial language +capturing the essence of the logic programming paradigm. In this +definition, we explicitly focus on simplicity and mathematical +clarity, not on advanced logic programming features or performance. +Those are covered in the LOGIK++ extension under examples/logik++.

+

Specifically, a LOGIK program consists of a sequence of Horn clauses +of the form

+
P :- P1, P2, ..., Pn .
+
+

followed by a query of the form

+
?- Q1, Q2, ..., Qm .
+
+

where P, P1, P2, ..., Pn, Q1, Q2, +..., Qm are literals. The +symbol :- is read "if". A literal has the form +p(T1,T2,...,Tk), where p is a predicate symbol +and where T1,T2,...,Tk are terms. Terms are built as +usual, with operation symbols and variables. A common +convention in logic programming languages, also adopted here, is that +variables are capitalized and operation symbols are not. Operations +with zero arguments are called constants and are written without +parentheses, that is, c instead of c(). Horn +clauses without conditions, called facts, are written +without :-, that is, P. instead of P :- ..

+

For example, the LOGIK program below gives a few facts about a +parent predicate, then several clauses defining some useful +predicates including an ancestor predicate, and finally a +query asking for those who both have ancestors and are ancestors +themselves in the parent relation:

+
parent(david,john).
+parent(jim,david).
+parent(steve,jim).
+parent(nathan,steve).
+
+grandparent(A,B):-
+  parent(A,X),
+  parent(X,B).
+
+ancestor(A,B):-
+  parent(A,X),
+  parents(X,B).
+
+parents(X,X).
+parents(A,B):-
+  ancestor(A,B).
+
+both(X) :- ancestor(A,X), ancestor(X,B).
+
+?- both(X).
+
+

Above, we only have constant operation symbols, so these and variables +are the only terms that can be used in predicates. As expected, the +LOGIK program above will give us three solutions for X: +david, steve, and jim. If we inline the +both(X) predicate in the query, that is, if we replace the +query with ?- ancestor(A,X), ancestor(X,B). then we get +10 solutions, one for for each triple A, X, and +B satisfying both predicates ancestor(A,X) and +ancestor(X,B).

+

As another example, the program below defines an append +predicate followed by a simple goal:

+
append(nil,L,L).
+append(cons(H,T),L,cons(H,Z)) :- append(T,L,Z).
+
+?- append(cons(a,nil), cons(b,nil), V).
+
+

Besides the predicate symbol append, the program above also +includes a constant symbol nil and a binary operation symbol +cons. Additionally, the query also includes two more +constants, a and b. The capitalized identifiers are +all variables. As expected, the LOGIK program above yields only one +solution, namely V = cons(a,cons(b,nil)). On the other hand, +if we change the query to:

+
?- append(L1, cons(a,L2), cons(a,cons(b,cons(a,nil)))).
+
+

then LOGIK yields two solutions: one where L1 is +cons(a,cons(b,nil)) and L2 is nil, +and another where L1 is nil and L2 is +cons(a,cons(b,nil)).

+

The programs above all generated ground solutions, that is, +solutions where the query variables are mapped to ground terms (i.e., +terms without variables). Let us now consider the following query:

+
?- append(cons(a,nil), Y, Z).
+
+

There are obviously infinitely many ground solutions for the query +above, e.g.,
+Y = nil and Z = cons(a,nil),
+Y = cons(a,nil) and Z = cons(a,cons(a,nil)),
+Y = cons(b,nil) and Z = cons(a,cons(b,nil)),
+Y = cons(c,cons(b,nil)) and Z = cons(a,cons(c,cons(b,nil))),
+etc. However, all the ground solutions for the query above can be +elegantly characterized by the property that Z is bound to a list +starting with a and followed by the list that Y is +bound to. This property can in fact be described as a symbolic solution +to the query: Z = cons(a,Y) or, equivalently, +Y = Symb and Z = cons(a,Symb). It is possible to +define a ``more general than'' relation on such symbolic solutions, +in the sense that the more particular solution can be obtained as a +specialization/substitution of the more general one, and then it can +be shown that the above is the most general solution to the +stated query. Logic programming languages, including our LOGIK, +attempt to always compute such most general solutions.

+

Logic programming languages are highly non-deterministic, in that +several Horn clauses may be used at the same time, each possibly +resulting in a different solution. Implementations of logic +programming languages consist of complex, optimized search and +indexing algorithms, which we are not concerned with here. Instead, +we here take advantage of K's builtin support for search. +Specifically, to find all the solutions of a LOGIK program, we have to +use krun with the option --search. However, note +that some programs have infinitely many solutions which cannot relate +to each other by the "more general" relation. For example, the query

+
?- append(L1, cons(a,L2), L3) .
+
+

To address such cases and terminate, logic programming languages allow +the user to choose how many solutions to be computed and displayed. +In LOGIK, we can use the --bound option of krun for +this purpose.

+

Finally, note that some queries have no solution. In some cases that +is easy to detect by exhaustive analysis, such as for the following +query:

+
?- append(cons(a,L1), L2, cons(b,L3)).
+
+

Logic programming languages, including LOGIK, terminate in such cases +and report a no solution answer. However, there are cases where +exhaustive analysis is not sufficient, such as for the query:

+
?- append(cons(a,L), nil, L).
+
+

In such cases, logic programming languages do not terminate. While +one may devise techniques to detect non-termination in some cases, +one cannot do it in general (same like for all Turing-complete +languages).

+
k
requires "unification.k" + +module LOGIK-COMMON + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of LOGIK is straightforward: a program is a sequence of +Horn clauses followed by a query:

+
k
syntax Literal + syntax Term ::= Literal | Literal "(" Terms ")" + syntax Terms ::= List{Term,","} + syntax Clause ::= Term ":-" Terms "." | Term "." + syntax Query ::= "?-" Terms "." + syntax Pgm ::= Query | Clause Pgm +endmodule + +module LOGIK-SYNTAX + imports LOGIK-COMMON + imports BUILTIN-ID-TOKENS +
+

Variables and literals are defined as tokens following the conventions +used in Prolog (variables start with _ or capital letter, while literals +start with lower case letters):

+
k
syntax #KVariable ::= r"[A-Z_][A-Za-z0-9_]*" [token, prec(2)] + | #UpperId [token] + syntax Term ::= #KVariable [klabel(#SemanticCastToTerm)] + syntax Literal ::= r"[a-z][a-zA-Z0-9_]*" [token] + | #LowerId [token] +endmodule + +module LOGIK + imports LOGIK-COMMON + imports DOMAINS + imports UNIFICATION +
+

Unification is at the core of logic programming. Here we are +going to use the predefined unification procedure (the same one we +used in the type inferencers in Tutorial 5).

+

Configuration

+

The configuration stores each clause in its own cell for easy access, +and the most general unifier in a cell named mgu, same like +the type inferencers. The k cell holds the query and the +fresh cell holds a fresh clause instance to be attempted on +the next query item. To more easily read the solutions, we add a +second top-level cell, solution. Both top cells are +optional. Indeed, we start with the main top cell and, when a +solution is found, we move it into the solution cell and +discard the main cell.

+
k
configuration <T color="yellow" multiplicity="?"> + <k color="green"> $PGM:Pgm </k> + <fresh color="orange"> .K </fresh> + <clauses color="red"> + <clause color="pink" multiplicity="*"> .K </clause> + </clauses> + <mgu> .K </mgu> + </T> + <solution multiplicity="?"> .K </solution> +
+

Pre- and post-processing

+

Before we launch the semantics, we first scan the given program and +place each clause in its own cell, and then place the query in the +k cell and initialize the mgu with the variables from the query.

+

Note that we put a fresh instance of the clause to avoid interference with +the query variables. By a "fresh instance" of a clause we mean one whose +variables are renamed with fresh names; we need that in order to avoid +undesired unification conflicts due to particular names chosen for +variables in the original program, as well as conflicts due to +subsequent uses of the same clause. It is safe to rename the +variables in a clause, because clauses are universally quantified in +their variables. This process of creating a fresh instance of a +clause is similar to how we created fresh instances of type schemas in +the higher-order type inferencer discussed in Tutorial 5. Indeed, we +can safely regard clauses as "clause schemas" comprising infinitely +many instances, one for each context.

+
k
rule <k> C:Clause Pgm => Pgm </k> + (.Bag => <clause> #renameVariables(C) </clause>) + + rule <k> ?- Ls:Terms. => Ls ...</k> + <mgu> _ => #variablesMap(#variables(Ls)) </mgu> +
+

We also sequentialize the goals for easier processing:

+
k
rule L:Term, Ls:Terms => L ~> Ls + rule .Terms => . +
+

When all the goals are solved, indicated by the empty k +cell, the calculated most general unifier (mgu) is in the mgu +cell. In that case, to ease reading of the final solution we move the +mgu in the solution cell and delete the rest of the +configuration:

+
k
rule <T>... <k> . </k> <mgu> Theta </mgu> ...</T> + => <solution> Theta </solution> +
+

Since we are not interested in seeing the failed attempts to solve +the query, we collapse all the error configurations into an empty +configuration (recall that both top-level cells in the configuration +were declared optional). This way, if we see an empty configuration +when we search for all solutions, we know that some attempts failed +(but we do not know which ones).

+
k
// this would be nice, but we need feedback from the external unifier +// for this. +// rule <T>... <mgu> _:MguError </mgu> ...</T> => . +
+

Semantics

+

Once all the infrastructure is in place, the actual semantics of LOGIK +is quite simple. All we have to do is to pick some (fresh instance of +a) clause, then unify its conclusion with the first query literal, and +then replace that literal with condition of the clause. The intuition +here is the following: to satisfy the first literal in the query, we +need to find some instance of some clause that matches it, and then to +similarly show that we can satisfy the conditions of that clause. +Mathematically, this is an instance of the proof principle called +resolution: if p ∨ q and ¬ p ∨ r hold, then so does +q ∨ r. We let it as an exercise to the reader to see how the two +relate (hint: assume the negation of the goal together with all the +clauses, and then derive false).

+

The following two rules are tightly connected and they together +perform the following core task: pick a fresh instance of a clause +which unifies with the first goal item, then add its conditions as new +goals.

+

Pick a clause and generate a fresh instance of it when the +fresh cell is empty:

+
k
rule <fresh> . => #renameVariables(C) </fresh> <clause> C </clause> + <k> T:Term ...</k> + requires #unifiable(T,head(C)) + + syntax Term ::= head(Clause) [function] + rule head(L.) => L + rule head(L:-_.) => L +
+

If the goal is unifiable with the fresh clause's head, replace the goal +with the clause body, and empty the fresh cell (so that +another clause can be chosen using the rule above):

+
k
rule <k> L:Term => . ...</k> + <fresh> L:Term . => . </fresh> + + rule <k> L:Term :KItem => Ls ...</k> + <fresh> L:Term :- Ls:Terms. => . </fresh> +
+

Note that there is no problem if a clause is chosen whose +conclusion literal does not unify with the first goal literal. +The search +option of krun will systematically try all clauses, so no +solution is missed. Of course, the above is not the most efficient +way to implement a logic programming language, but recall that our +objective here was to present a simple and mathematically clean +solution. We encourage the interested reader to consult the LOGIK++ +language definition for a more efficient definition of a richer logic +programming language.

+
k
endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/2_languages/index.html b/k-distribution/pl-tutorial/2_languages/index.html new file mode 100644 index 00000000000..21b99836c4e --- /dev/null +++ b/k-distribution/pl-tutorial/2_languages/index.html @@ -0,0 +1,396 @@ + + + + + + + + + + + + + + +K Languages | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K Languages

+

Here we present several "real-world" language examples. These languages +demonstrate many of the features you would expect to find in a full-fledged +programming language.

+
    +
  • SIMPLE: Imperative programming language with threads.
  • +
  • KOOL: SIMPLE extended with object-oriented features.
  • +
  • FUN: A functional language with algebraic data-types and pattern-matching.
  • +
  • LOGIK: A logical programming language based on clause unification.
  • +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/LICENSE/index.html b/k-distribution/pl-tutorial/LICENSE/index.html new file mode 100644 index 00000000000..387bd4b626a --- /dev/null +++ b/k-distribution/pl-tutorial/LICENSE/index.html @@ -0,0 +1,406 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

BSD 3-Clause License

+

Copyright (c) 2010-2024, K Team +All rights reserved.

+

Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met:

+
    +
  1. +

    Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer.

    +
  2. +
  3. +

    Redistributions in binary form must reproduce the above copyright notice, +this list of conditions and the following disclaimer in the documentation +and/or other materials provided with the distribution.

    +
  4. +
  5. +

    Neither the name of the copyright holder nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission.

    +
  6. +
+

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/NOTES/index.html b/k-distribution/pl-tutorial/NOTES/index.html new file mode 100644 index 00000000000..fd96c400611 --- /dev/null +++ b/k-distribution/pl-tutorial/NOTES/index.html @@ -0,0 +1,455 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Dear reader: these NOTES.md documents are mostly for myself (Grigore), to +keep track of changes and updates that need to be made as things evolve +in the K framework. You can safely ignore them. However, if you are curious +how things will change and decide to read them, I would be grateful if you +let me know whenever you find inconsistencies or things that I forgot to +mention here. Or even better, feel free to make pull requests with suggested +changes or updates.

+

Global changes that need to be made:

+
    +
  • Replace when in rules with requires
  • +
+

Things to revise each time the structure of the tutorial changes:

+
    +
  • 1_k\2_imp\lesson_1\README.md refers to Tutorial 1
  • +
  • 1_k\2_imp\lesson_4\README.md refers to Lesson 1
  • +
  • 1_k\2_imp\lesson_4\README.md refers to Tutorial 1, Lesson 2.5
  • +
  • 1_k\3_lambda++\lesson_1\README.md refers to Lesson 8, Tutorial 1
  • +
  • `1_k\3_lambda++\lesson_1\exercises refers to Lesson 1, tests/config.xml
  • +
  • 1_k\3_lambda++\lesson_2\README.md Lesson 1, Tutorial 1; Tutorial 6; Part 1, 2
  • +
  • 1_k\3_lambda++\lesson_3\README.md refers to Lesson 7, Tutorial 1
  • +
  • 1_k\3_lambda++\lesson_4\README.md refers to Lesson 1
  • +
  • 1_k\3_lambda++\lesson_5\README.md refers to Lesson 4, Lesson 8 and Lesson 7 of Tutorial 1
  • +
  • 1_k\3_lambda++\lesson_6\README.md refers to Parts 3 and 4 of the tutorial
  • +
  • 1_k\4_imp++\lesson_1\README.md refers to Lesson 4, Tutorial 2; also Tutorial 3 (at the end)
  • +
  • 1_k\4_imp++\lesson_2\README.md refers to Tutorial 3; Tutorial 2
  • +
  • 1_k\4_imp++\lesson_3\README.md refers to Lesson 1, Lesson 6
  • +
  • 1_k\4_imp++\lesson_4\README.md refers to Tutorial 6
  • +
  • 1_k\4_imp++\lesson_5\README.md refers to Lesson 4; Tutorial 3
  • +
  • 1_k\4_imp++\lesson_6\README.md refers to Lesson 3
  • +
  • 1_k\4_imp++\lesson_7\README.md refers to Lesson 1, 6
  • +
  • 1_k\5_types\lesson_1\README.md refers to Part 4; SIMPLE
  • +
  • 1_k\5_types\lesson_2\NOTES/README.md refer to Tutorial 1
  • +
  • 1_k\5_types\lesson_3\README.md refers to Part 1; Lesson 1,2
  • +
  • 1_k\5_types\lesson_4\README.md refers to Part 1, and to Lessons 2 and 3
  • +
  • 1_k\5_types\lesson_5\README.md refers to Lessons 4, 3, 2
  • +
  • 1_k\5_types\lesson_6\README.md refers to Lesson 5; SIMPLE, KOOL, IMP++
  • +
  • 1_k\5_types\lesson_7\README.md refers to Lesson 4, 8, 9
  • +
  • 1_k\5_types\lesson_8\README.md refers to Lessons 5, 7
  • +
  • 1_k\5_types\lesson_9\README.md refers to Lessons 8, 5, 7, 4
  • +
  • +
+

1_k\4_imp++\lesson_2\README.md states "generates a term of the form +symNat(n) of sort Nat", but the representation of symbolic numbers may +have changed

+

Describe/use/explain/justify the terminology "the <k/> cell" as opposed to "the k cell".

+

Would it be a good idea to make the README files self contained, that is, +to include the entire lang.k code in them, spread over the entire README, as things +are discussed? In case we decide not to, make sure that the code snippets mentioned +in the READMEs are in perfect correspondence to the code in the actual .k definitions. +Maybe add a tag before each code snippet saying what file and what lines in that +file comes from, then we can use a script to check them to be identical.

+

1_k\5_types\lesson_4\README.md refers to polymorphism, but some may say that is not precisely +polymorphism, because the types are not universally quantified. Explain that better.

+

Modify the entire tutorial to use . or, if needed, .::Map, etc., +instead of .Map, etc.. Check for each instance specifically, because +the surrounding text may also need to be modified.

+

We sometimes use "Kompile", or "kompile", as a verb instead of "Compile", +or "compile", to indicate that we mean compilation with K. Similarly for +"Krun", or "krun", instead of "Run" or "run".

+

Add citations to:

+
    +
  • chemical abstract machine
  • +
  • logics, where the distinction between side condition and premise is explained
  • +
  • reduction semantics with evaluation contexts
  • +
+

Replace I1 +Int I2, notBool B, etc., with (I1 + I2)@INT, (not B)@Bool, +etc., when we have module qualification in place and working.

+

Explain isSort(T) for all sorts Sort, in one place, when it is first used. +Explain also that T:Sort yields a side condition isSort(T).

+

Currently all the K collections are "untyped", that is, over the sort K. +In the future we want to have parametric collections. Make sure the tutorial +is systematically changed when this happens.

+

See issue #2023 and modify pl-tutorial/1_k/2_imp/lesson_4 accordingly, if needed.

+

All definitions, and corresponding READMEs, should be changed to take advantage +of modules and module operations. Ideally, we'd like to have no code repetition +in any examples, except for demonstration purposes.

+

In the PL semantics book, define print(AExps) to have the same semantics as in +IMP++: evaluates and prints each of its arguments in order (as opposed to +first evaluate all of them and then print them---for example, if the second +argument performs a division by zero, I still want to print the first argument.)

+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/pl-tutorial/index.html b/k-distribution/pl-tutorial/index.html new file mode 100644 index 00000000000..79d8c4681fc --- /dev/null +++ b/k-distribution/pl-tutorial/index.html @@ -0,0 +1,578 @@ + + + + + + + + + + + + + + +K PL Tutorial | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K PL Tutorial

+

Here you will learn how to use the K tool to define languages by means of a series of screencast movies. It is recommended to do these in the indicated order, because K features already discussed in a previous language definition will likely not be rediscussed in latter definitions. The screencasts follow quite closely the structure of the files under the tutorial folder in the K tool distribution. If you'd rather follow the instructions there and do the tutorial exercises yourself, then go back to https://kframework.org and download the K tool, if you have not done it already. Or, you can first watch the screencasts below and then do the exercises, or do them in parallel.

+

K Overview

+

Make sure you watch the K overview video before you do the K tutorial:

+ +

Learning K

+

[34'46"] Part 1: Defining LAMBDA

+

Here you will learn how to define a very simple functional language in K and the basics of how to use the K tool. The language is a call-by-value variant of lambda calculus with builtins and mu, and its definition is based on substitution.

+ +

[37'07"] Part 2: Defining IMP

+

Here you will learn how to define a very simple, prototypical textbook C-like imperative language, called IMP, and several new features of the K tool.

+ +

[33'10"] Part 3: Defining LAMBDA++

+

Here you will learn how to define constructs which abruptly change the execution control, as well as how to define functional languages using environments and closures. LAMBDA++ extends the LAMBDA language above with a callcc construct.

+ +

[46'46"] Part 4: Defining IMP++

+

Here you will learn how to refine configurations, how to generate fresh elements, how to tag syntactic constructs and rules, how to exhaustively search the space of non-deterministic or concurrent program executions, etc. IMP++ extends the IMP language above with increment, blocks and locals, dynamic threads, input/output, and abrupt termination.

+ +

[17'03"] Part 5: Defining Type Systems

+

Here you will learn how to define various kinds of type systems following various approaches or styles using K.

+ +

[??'??"] Part 6: Miscellaneous Other K Features

+

Here you will learn a few other K features, and better understand how features that you have already seen work.

+
    +
  • [??'??"] ...
  • +
+

Learning Language Design and Semantics using K

+

[??'??"] Part 7: SIMPLE: Designing Imperative Programming Languages

+

Here you will learn how to design imperative programming languages using K. SIMPLE is an imperative language with functions, threads, pointers, exceptions, multi-dimensional arrays, etc. We first define an untyped version of SIMPLE, then a typed version. For the typed version, we define both a static and a dynamic semantics.

+ +

[??'??"] Part 8: KOOL: Designing Object-Oriented Programming Languages

+

Here woul will learn how to design object-oriented programming languages using K. KOOL is an object-oriented language that extends SIMPLE with classes and objects. We first define an untyped version of KOOL, then a typed version, with both a dynamic and a static semantics.

+ +

[??'??"] Part 9: FUN: Designing Functional Programming Languages

+

H +ere woul will learn how to design functional programming languages using K. FUN is a higher-order functional language with general let, letrec, pattern matching, references, lists, callcc, etc. We first define an untyped version of FUN, then a let-polymorphic type inferencer.

+ +

[??'??"] Part 10: LOGIK: Designing Logic Programming Languages

+

Here you will learn how to design a logic programming language using K.

+ +
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html b/k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html new file mode 100644 index 00000000000..922c961d1f7 --- /dev/null +++ b/k-distribution/tests/regression-new/checks/markdownErrorLocation/index.html @@ -0,0 +1,393 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

1

+
k
// keep indentation +module MARKDOWNERRORLOCATION-SYNTAX +endmodule +
+

7

+
.a .b
9 +
+

11

+
.k .x
module MARKDOWNERRORLOCATION + imports INT +
+
{
} +
+
k
rule 21 // pandoc would think this is line 20, column 7 +
+
.y .k
endmodule // pandoc would miss this last unfinished block +
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/imp++-llvm/imp/index.html b/k-distribution/tests/regression-new/imp++-llvm/imp/index.html new file mode 100644 index 00000000000..6e25721c2f7 --- /dev/null +++ b/k-distribution/tests/regression-new/imp++-llvm/imp/index.html @@ -0,0 +1,961 @@ + + + + + + + + + + + + + + +IMP++ | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

IMP++

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Abstract

+

This is the K semantic definition of the IMP++ language. +IMP++ extends the IMP language with the features listed below. We +strongly recommend you to first familiarize yourself with the IMP +language and its K definition in Tutorial 2 before proceeding.

+

Strings and concatenation of strings. Strings are useful +for the print statement, which is discussed below. For +string concatenation, we use the same + construct that we use +for addition (so we overload it).

+

Variable increment. We only add a pre-increment construct: +++x increments variable x and evaluates to the +incremented value. Variable increment makes the evaluation of +expressions have side effects, and thus makes the evaluation strategies +of the various language constructs have an influence on the set +of possible program behaviors.

+

Input and output. IMP++ adds a read() expression +construct which reads an integer number and evaluates to it, and +a variadic (i.e., it has an arbitrary number of arguments) statement +construct print(e1,e2,...,en) which evaluates its arguments +and then outputs their values. Note that the K tool allows to +connect the input and output cells to the standard input and output +buffers, this way compiling the language definition into an +interactive interpreter.

+

Abrupt termination. The halt statement simply halts +the program. The K tool shows the resulting configuration, as if the +program terminated normally. We therefore assume that an external +observer does not care whether the program terminates normally or +abruptly, same like with exit statements in conventional +programming languages like C.

+

Dynamic threads. The expression construct spawn s +starts a new concurrent thread that executes statement s, +which is expected to be a block, and evaluates immediately to a fresh +thread identifier that is also assigned to the newly created thread. +The new thread is given at creation time the environment of its +parent, so it can access all its parent's variables. This allows for +the parent thread, and the child thread to communicate; it also allows +for races and "unexpected" behaviors, so be careful. +For thread synchronization, IMP++ provides a thread join statement +construct join t;, where t evaluates to a thread +identifier, which stalls the current thread until thread t +completes its computation. For simplicity, we here assume a +sequentially consistent shared memory model. To experiment with other +memory models, see the definition of KERNELC.

+

Blocks and local variables. IMP++ allows blocks enclosed by +curly brackets. Also, IMP's global variable declaration construct is +generalized to be used anywhere as a statement, not only at the +beginning of the program. As expected, the scope of the declared +variables is from their declaration point till the end of the most +nested enclosing block.

+

What You Will Learn Here

+
    +
  • How to define a less trivial language in K, as explained above.
  • +
  • How to use the superheat and supercool +options of the K tool kompile to exhaustively explore the +non-determinism due to underspecified evaluation strategies.
  • +
  • How to use the transition option of the K tool to +exhaustively explore the non-determinism due to concurrency.
  • +
  • How to connect certain cells in the configuration to the +standard input and standard output, and thus turn the krun +tool into an interactive interpreter for the defined language.
  • +
  • How to exhaustively search for the non-deterministic behaviors +of a program using the search option of krun.
  • +
+
k
module IMP-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

IMP++ adds several syntactic constructs to IMP. Also, since the +variable declaration construct is generalized to be used anywhere a +statement can be used, not only at the beginning of the program, we +need to remove the previous global variable declaration of IMP and +instead add a variable declaration statement construct

+

We do not re-discuss the constructs which are taken over from IMP, +except when their syntax has been subtly modified (such as, for +example, the syntax of the previous "statement" assignment which +is now obtained by composing the new assignment expression, and the +new expression statement constructs); go the last lesson of +Tutorial 2 if you are interested in IMP's constructs. For execution +purposes, we tag the addition and division operations with the +addition and division tags. These attributes have +no theoretical significance, in that they do not affect the semantics +of the language in any way. They only have practical relevance, +specific to our implementation of the K tool. Specifically, we can +tell the K tool (using its superheat and supercool +options) that we want to exhaustively explore all the non-deterministic +behaviors (due to strictness) of these language constructs. For performance +reasons, by default the K tool chooses an arbitrary but fixed order to +evaluate the arguments of the strict language constructs, thus possibly +losing behaviors due to missed interleavings. This aspect was irrelevant in +IMP, because its expressions had no side effects, but it becomes relevant +in IMP++.

+

The syntax of the IMP++ constructs is self-explanatory. Note that assignment +is now an expression construct. Also, print is variadic, taking a +list of expressions as argument. It is also strict, which means that the +entire list of expressions, that is, each expression in the list, will be +evaluated. Note also that we have now defined sequential composition +of statements as a whitespace-separated list of statements, aliased with +the nonterminal Stmts, and block as such a (possibly empty) sequence +of statements surrounded by curly brackets.

+
k
syntax AExp ::= Int | String | Id + | "++" Id + | "read" "(" ")" + | "-" AExp [strict] + | "(" AExp ")" [bracket] + > AExp "/" AExp [left, strict, group(division)] + > AExp "+" AExp [left, strict] + > "spawn" Block + > Id "=" AExp [strict(2)] + syntax BExp ::= Bool + | AExp "<=" AExp [seqstrict] + | "!" BExp [strict] + | "(" BExp ")" [bracket] + > BExp "&&" BExp [left, strict(1)] + syntax Block ::= "{" Stmts "}" + syntax Stmt ::= Block + | AExp ";" [strict] + | "if" "(" BExp ")" + Block "else" Block [strict(1)] + | "while" "(" BExp ")" Block + | "int" Ids ";" + | "print" "(" AExps ")" ";" + | "halt" ";" + > "join" AExp ";" [strict] + + syntax Ids ::= List{Id,","} + syntax AExps ::= List{AExp,","} + syntax Stmts ::= List{Stmt,""} + syntax AExps ::= Ids +endmodule + + +module IMP + imports IMP-SYNTAX + imports DOMAINS +
+

Semantics

+

We next give the semantics of IMP++. We start by first defining its +configuration.

+

Configuration

+

The original configuration of IMP has been extended to include +all the various additional cells needed for IMP++. +To facilitate the semantics of threads, more specifically +to naturally give them access to their parent's variables, we prefer a +(rather conventional) split of the program state into an +environment and a store. An environment maps +variable names into locations, while a store maps locations +into values. Stores are also sometimes called states, or +heaps, or memory, in the literature. Like values, locations +can be anything. For simplicity, here we assume they are natural +numbers. Moreover, each thread has its own environment, so it knows +where all the variables that it has access to are located in the store +(that includes its locally declared variables as well as the variables +of its parent thread), and its own unique identifier. The store is +shared by all threads. For simplicity, we assume a sequentially consistent +memory model in IMP++. Note that the thread cell has multiplicity +*, meaning that there could be zero, one, or more instances of that cell +in the configuration at any given time. This multiplicity information +is important for K's configuration abstraction process: it tells +K how to complete rules which, in order to increase the modularity of the +definition, choose to not mention the entire configuration context. +The in and out cells hold the input and the output +buffers as lists of items.

+
k
configuration <T color="yellow"> + <threads color="orange"> + <thread multiplicity="*" type="Set" color="blue"> + <k color="green"> $PGM:Stmts </k> + <env color="LightSkyBlue"> .Map </env> + <id color="black"> 0 </id> + </thread> + </threads> +// <br/> + <store color="red"> .Map </store> +// <input color="magenta"> .List </input> +// <output color="Orchid"> .List </output> + <input color="magenta" stream="stdin"> .List </input> + <output color="Orchid" stream="stdout"> .List </output> + </T> +// Replace the <input/> and <output/> cells with the next two in order to +// initialize the input buffer through krun +// <input color="magenta"> $IN:List </input> +// <output color="Orchid"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout through krun +// <input color="magenta" stream="stdin"> .List </input> +// <output color="Orchid" stream="stdout"> .List </output> +// Replace the <input/> and <output/> cells with the next two to connect the +// input/output buffers to stdin/stdout and also allow input through krun +// <input color="magenta" stream="stdin"> $IN:List </input> +// <output color="Orchid" stream="stdout"> .List </output> +
+

We can also use configuration variables to initialize +the configuration through krun. For example, we may want to +pass a few list items in the in cell when the program makes +use of read(), so that the semantics does not get stuck. +Recall from IMP that configuration variables start with a ParseError: KaTeX parse error: Expected group after '_' at position 63: …, for example, +_̲PGM) and can be initialized with any string by +krun; or course, the string should parse to a term of the +corresponding sort, otherwise errors will be generated. +Moreover, K allows you to connect list cells to the standard input or +the standard output. For example, if you add the attribute +stream="stdin" to the in cell, then krun +will prompt the user to pass input when the in cell is empty +and any semantic rule needs at least one item to be present there in +order to match. Similarly but dually, if you add the attribute +stream="stdout" to the out cell, then any item +placed into this cell by any rule will be promptly sent to the +standard output. This way, krun can be used to obtain +interactive interpreters based directly on the K semantics of the +language. For example:

+
shell
sh$ krun sum-io.imp --output none +Add numbers up to (<= 0 to quit)? 10 +Sum = 55 +Add numbers up to (<= 0 to quit)? 1000 +Sum = 500500 +Add numbers up to (<= 0 to quit)? 0 +sh$ +
+

The option --output none instructs krun to not +display the resulting configuration after the program executes. The +input/output streaming works with or without this option, although +if you don't use the option then a configuration with empty +in and out cells will be displayed after the program +is executed. You can also initialize the configuration using +configuration variables and stream the contents of the cells to +standard input/output at the same time. For example, if you use a +configuration variable in the in cell and pass contents to it +through krun, then that contents will be first consumed and +then the user will be prompted to introduce additional input if the +program's execution encounters more read() constructs.

+

The old IMP constructs

+

The semantics of the old IMP constructs is almost identical to their +semantics in the original IMP language, except for those constructs +making use of the program state and for those whose syntax has slightly +changed. Indeed, the rules for variable lookup and assignment in IMP +accessed the state cell, but that cell is not available in IMP++ +anymore. Instead, we have to use the combination of environment and store +cells. Thanks to K's implicit configuration abstraction, we do not have +to mention the thread and threads cells: these are +automatically inferred (and added by the K tool at compile time) from the +definition of the configuration above, as there is only one correct +way to complete the configuration context of these rules in order to +match the configuration declared above. In our case here, "correct way" +means that the k and env cells will be considered as +being part of the same thread cell, as opposed to each being part +of a different thread. Configuration abstraction is crucial for modularity, +because it gives us the possibility to write our definitions in a way that +may not require us to revisit existing rules when we change the configuration. +Changes in the configuration are quite frequent in practice, typically +needed in order to accommodate new language features. For example, +imagine that we initially did not have threads in IMP++. There +would be no need for the thread and threads cells in +the configuration then, the cells k and env being simply +placed at the top level in the T cell, together with the +already existing cells. Then the rules below would be exactly the +same. Thus, configuration abstraction allows you to not have to +modify your rules when you make structural changes in your language +configuration.

+

Below we list the semantics of the old IMP constructs, referring the +reader to the K semantics of IMP for their meaning. Like we tagged the +addition and the division rules above in the syntax, we also tag the lookup +and the assignment rules below (with tags lookup and +assignment), because we want to refer to them when we generate the +language model (with the kompile tool), basically to allow them to +generate (possibly non-deterministic) transitions. Indeed, these two rules, +unlike the other rules corresponding to old IMP constructs, can yield +non-deterministic behaviors when more threads are executed concurrently. +In terms of rewriting, these two rules can "compete" with each other on +some program configurations, in the sense that they can both match at the +same time and different behaviors may be obtained depending upon which of +them is chosen first.

+
k
syntax KResult ::= Int | Bool +
+

Variable lookup

+
k
rule <k> X:Id => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> I ...</store> [group(lookup)] +
+

Arithmetic constructs

+
k
rule I1 / I2 => I1 /Int I2 requires I2 =/=Int 0 + rule I1 + I2 => I1 +Int I2 + rule - I => 0 -Int I +
+

Boolean constructs

+
k
rule I1 <= I2 => I1 <=Int I2 + rule ! T => notBool T + rule true && B => B + rule false && _ => false +
+

Variable assignment

+

Note that the old IMP assignment statement X = I; is now composed of two +constructs: an assignment expression construct X = I, followed by a +semicolon ; turning the expression into a statement. The rationale behind +this syntactic restructuring has been explained in Lesson 7. Here is the +semantics of the two constructs:

+
k
rule _:Int; => .K + rule <k> X = I:Int => I ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (_ => I) ...</store> [group(assignment)] +
+

Sequential composition

+

Sequential composition has been defined as a whitespace-separated syntactic +list of statements. Recall that syntactic lists are actually syntactic +sugar for cons-lists. Therefore, the following two rules eventually +sequentialize a syntactic list of statements s1 s2 ... sn.. into the +corresponding computation s1 ~> s2 ~> ... ~> sn.

+
k
rule .Stmts => .K + rule S:Stmt Ss:Stmts => S ~> Ss +
+

Conditional statement

+
k
rule if (true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+

The only thing to notice here is that the empty block has been replaced +with the block holding the explicit empty sequence. That's because in +the semantics all empty lists become explicit corresponding dots +(to avoid parsing ambiguities)

+
k
rule while (B) S => if (B) {S while (B) S} else {.Stmts} +
+

The new IMP++ constructs

+

We next discuss the semantics of the new IMP++ constructs.

+

Strings

+

First, we have to state that strings are also results. +Second, we give the semantics of IMP++ string concatenation (which +uses the already existing addition symbol + from IMP) by +reduction to the built-in string concatenation operation.

+
k
syntax KResult ::= String + rule Str1 + Str2 => Str1 +String Str2 +
+

Variable increment

+

Like variable lookup, this is also meant to be a supercool transition: we +want it to count both in the non-determinism due to strict operations above +it in the computation and in the non-determinism due to thread +interleavings. This rule also relies on K's configuration abstraction. +Without abstraction, you would have to also include the thread and +threads cells.

+
k
rule <k> ++X => I +Int 1 ...</k> + <env>... X |-> N ...</env> + <store>... N |-> (I => I +Int 1) ...</store> [group(increment)] +
+

Read

+

The read() construct evaluates to the first integer in the +input buffer, which it consumes. Note that this rule is tagged +increment. This is because we will include it in the set of +potentially non-deterministic transitions when we kompile the definition; +we want to do that because two or more threads can "compete" on +reading the next integer from the input buffer, and different choices +for the next transition can lead to different behaviors.

+
k
rule <k> read() => I ...</k> + <input> ListItem(I:Int) => .List ...</input> [group(read)] +
+

Print

+

The print statement is strict, so all its arguments are +eventually evaluated (recall that print is variadic). We +append each of its evaluated arguments, in order, to the output buffer, +and structurally discard the residual print statement with an +empty list of arguments. We only want to allow printing integers and +strings, so we define a Printable syntactic category including +only these and define the print statement to only print +Printable elements. Alternatively, we could have had two +similar rules, one for integers and one for strings. Recall that, +currently, K's lists are cons-lists, so we cannot simply rewrite the +head of a list (P) into a list (.). The first rule below is tagged, +because we want to include it in the list of transitions when we kompile; +different threads may compete on the output buffer and we want to capture +all behaviors.

+
k
syntax Printable ::= Int | String + +/* currently it is necessary to subsort Printable to AExp, + but future K should be able to infer that automatically. */ + syntax AExp ::= Printable + + context print(HOLE:AExp, _AEs:AExps); + + rule <k> print(P:Printable,AEs => AEs); ...</k> + <output>... .List => ListItem(P) </output> [group(print)] + rule print(.AExps); => .K +
+

Halt

+

The halt statement empties the computation, so the rewriting process +simply terminates as if the program terminated normally. Interestingly, once +we add threads to the language, the halt statement as defined below +will terminate the current thread only. If you want an abrupt termination +statement that halts the entire program, then you need to discard the entire +contents of the threads cell, so the entire computation abruptly +terminates the entire program, no matter how many concurrent threads it has, +because there is nothing else to rewrite.

+
k
rule <k> halt; ~> _ => .K </k> +
+

Spawn thread

+

A spawned thread is passed its parent's environment at creation time. +The spawn expression in the parent thread is immediately +replaced by the unique identifier of the newly created thread, so the +parent thread can continue its execution. We only consider a sequentially +consistent shared memory model for IMP++, but other memory models can also +be defined in K; see, for example, the definition of KERNELC. Note that +the rule below does not need to be tagged in order to make it a transition +when we kompile, because the creation of the thread itself does not interfere +with the execution of other threads. Also, note that K's configuration +abstraction is at heavy work here, in two different places. First, the +parent thread's k and env cells are wrapped within a +thread cell. Second, the child thread's k, env +and id cells are also wrapped within a thread cell. Why +that way and not putting all these four cells together within the +same thread, or even create an additional threads cell at top +holding a thread cell with the new k, env +and id? Because in the original configuration we declared +the multiplicity of the thread cell to be *, which +effectively tells the K tool that zero, one or more such cells can +co-exist in a configuration at any moment. The other cells have the +default multiplicity one, so they are not allowed to multiply. +Thus, the only way to complete the rule below in a way consistent with +the declared configuration is to wrap the first two cells in a +thread cell, and the latter two cells under the . +also in a thread cell. Once the rule applies, the spawning +thread cell will add a new thread cell next to it, which is consistent +with the declared configuration cell multiplicity. The unique identifier +of the new thread is generated using the fresh side condition.

+
k
rule <k> spawn S => !T:Int ...</k> <env> Rho </env> + (.Bag => <thread>... <k> S </k> <env> Rho </env> <id> !T </id> ...</thread>) +
+

Join thread

+

A thread who wants to join another thread T has to wait until +the computation of T becomes empty. When that happens, the +join statement is simply dissolved. The terminated thread is not removed, +because we want to allow possible other join statements to also dissolve.

+
k
rule <k> join(T); => .K ...</k> <thread>... <k> .K </k> <id>T</id> ...</thread> +
+

Blocks

+

The body statement of a block is executed normally, making sure +that the environment at the block entry point is saved in the computation, +in order to be recovered after the block body statement. This step is +necessary because blocks can declare new variables having the same +name as variables which already exist in the environment, and our +semantics of variable declarations is to update the environment map in +the declared variable with a fresh location. Thus, variables which +are shadowed lose their original binding, which is why we take a +snapshot of the environment at block entrance and place it after the +block body (see the semantics of environment recovery at the end of +this module). Note that any store updates through variables which are +not declared locally are kept at the end of the block, since the store +is not saved/restored. An alternative to this environment save/restore +approach is to actually maintain a stack of environments and to push a +new layer at block entrance and pop it at block exit. The variable +lookup/assign/increment operations then also need to change, so we do +not prefer that non-modular approach. Compilers solve this problem by +statically renaming all local variables into fresh ones, to completely +eliminate shadowing and thus environment saving/restoring. The rule +below can be structural, because what it effectively does is to take a +snapshot of the current environment; this operation is arguably not a +computational step.

+
k
rule <k> {Ss} => Ss ~> Rho ...</k> <env> Rho </env> +
+

Variable declaration

+

We allocate a fresh location for each newly declared variable and +initialize it with 0.

+
k
rule <k> int (X,Xs => Xs); ...</k> + <env> Rho => Rho[X <- !N:Int] </env> + <store>... .Map => !N |-> 0 ...</store> + rule int .Ids; => .K +
+

Auxiliary operations

+

We only have one auxiliary operation in IMP++, the environment +recovery. Its role is to discard the current environment in the +env cell and replace it with the environment that it holds. +This rule is structural: we do not want them to count as computational +steps in the transition system of a program.

+
k
rule <k> Rho => .K ...</k> <env> _ => Rho </env> +
+

If you want to avoid useless environment recovery steps and keep the size +of the computation structure smaller, then you can also add the rule

+
  rule (_:Map => .) ~> _:Map
+
+

This rule acts like a ``tail recursion'' optimization, but for blocks. */

+
k
// verification ids + syntax Id ::= "n" [token] + | "sum" [token] + | "a" [token] + | "b" [token] + | "c" [token] +endmodule +
+

On Kompilation Options

+

We are done with the IMP++ semantics. The next step is to kompile the +definition using the kompile tool, this way generating a language +model. Depending upon for what you want to use the generated language model, +you may need to kompile the definition using various options. We here discuss +these options.

+

To tell the K tool to exhaustively explore all the behaviors due to the +non-determinism of addition, division, and threads, we have to kompile +with the command:

+
shell
kompile imp.k --transition="addition division lookup assignment increment read print" +
+

As already mentioned, the syntax and rule tags play no theoretical or +foundational role in K. They are only a means to allow kompile to +refer to them in its options, like we did above. By default, kompile's +transition option is empty, because this yields the fastest language model when +executed. Transitions may slow down the execution, but they instrument +the language model to allow for formal analysis of program behaviors, even for +exhaustive analysis.

+

Theoretically, the heating/cooling rules in K are fully reversible and +unconstrained by side conditions as we showed in the semantics of IMP. +For example, the theoretical heating/cooling rules corresponding to the +strict attribute of division are the following:

+
E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
+E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
+E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
+E₂ ⤳ E₁ / □ ⇒ E₁ / E₂
+
+

The other semantic rules apply modulo such structural rules. +For example, using heating rules we can bring a redex (a subterm which +can be reduced with semantic rules) to the front of the computation, +then reduce it, then use cooling rules to reconstruct a term over the +original syntax of the language, then heat again and +non-deterministically pick another redex, and so on and so forth +without losing any opportunities to apply semantic rules. +Nevertheless, these unrestricted heating/cooling rules may create an +immense, often unfeasibly large space of possibilities to analyze. +The --transition option implements an optimization which works +well with other implementation choices made in the current K tool. +Recall from the detailed description of the IMP language semantics that +(theoretical) reversible rules like above are restricted by default +to complementary conditional rules of the form

+
E₁ / E₂ ⇒ E₁ ⤳ □ / E₂
+   if E₁ not in KResult
+E₁ ⤳ □ / E₂ ⇒ E₁ / E₂
+   if E₁ in KResult
+E₁ / E₂ ⇒ E₂ ⤳ E₁ / □
+   if E₂ not in KResult
+E₂ ⤳ E₁ / □  ⇒ E₁ / E₂
+   if  E₂ in KResult
+
+

Therefore, our tool eagerly heats and lazily cools the computation. +In other words, heating rules apply until a redex gets placed on the +top of the computation, then some semantic rule applies and rewrites +that into a result, then a cooling rule is applied to plug the +obtained result back into its context, then another argument may be +chosen and completely heated, and so on. This leads to efficient +execution, but it may and typically does hide program behaviors. +Using the --transition option allows you to interfere with this +process and to obtain all possible non-deterministic behaviors as if +the theoretical heating/cooling rules were applied. Optimizations +of course happen under the hood, but you need not be aware of them. +Used carefully, this mechanism allows us to efficiently explore more of +the non-deterministic behaviors of a program, even all of them (like here). +For example, with the semantics of IMP++ given above, the krun +command with the --search option detects all five behaviors +of the following IMP++ program (x can be 0, 1, 2, 3, or undefined +due to division-by-zero):

+
  int x,y;
+  x = 1;
+  y = ++x / (++x / x);
+
+

Besides non-determinism due to underspecified argument evaluation +orders, which the current K tool addresses as explained above, there +is another important source of non-determinism in programming languages: +non-determinism due to concurrency/parallelism. For example, when two +or more threads are about to access the same location in the store and at +least one of these accesses is a write (i.e., an instance of the variable +assignment rule), there is a high chance that different choices for +the next transition lead to different program behaviors. While in the +theory of K all the rules count as computational steps +and hereby as transitions in the transition system associated to the +program, in practice that may yield a tremendous number of step +interleavings to consider. Most of these interleavings are behaviorally +equivalent for most purposes. For example, the fact that a thread computes +a step 8+3 ⇒ 11 is likely irrelevant for the other +threads, so one may not want to consider it as an observable transition in +the space of interleavings. Since the K tool cannot know without help which +transitions need to be explored and which do not, our approach is to +let the user say so explicitly using the transition option of +kompile.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html b/k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html new file mode 100644 index 00000000000..d9368ce123c --- /dev/null +++ b/k-distribution/tests/regression-new/kprove-markdown/set-balance-spec/index.html @@ -0,0 +1,433 @@ + + + + + + + + + + + + + + +Balances Module Specifications | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Balances Module Specifications

+
keep
module SET-BALANCE-SPEC + imports VERIFICATION +
+
k
ignore thie code block! +
+

total_balance tests

+
keep
claim <k> totalBalance(AID) => 50 </k> + <account> + <accountID> AID </accountID> + <freeBalance> 30 </freeBalance> + <reservedBalance> 20 </reservedBalance> + ... + </account> +
+

No Zero-Balance Accounts Exist

+

This property shows that set_balance will not result in a zero-balance attack. +TODO: Generalize to any EntryAction. +TODO: Assertions about log events.

+
discard
rule <k> set_balance(Root, WHO, FREE_BALANCE', RESERVED_BALANCE') => . ... </k> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE +Int ( FREE_BALANCE' -Int FREE_BALANCE ) +Int ( RESERVED_BALANCE' -Int RESERVED_BALANCE ) </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE => FREE_BALANCE' </freeBalance> + <reservedBalance> RESERVED_BALANCE => RESERVED_BALANCE' </reservedBalance> + ... + </account> + requires #inWidth(96, TOTAL_ISSUANCE +Int (FREE_BALANCE' -Int FREE_BALANCE)) + andBool #inWidth(96, TOTAL_ISSUANCE +Int (FREE_BALANCE' -Int FREE_BALANCE) +Int (RESERVED_BALANCE' -Int RESERVED_BALANCE)) + andBool EXISTENTIAL_DEPOSIT <=Int FREE_BALANCE' + andBool EXISTENTIAL_DEPOSIT <=Int RESERVED_BALANCE' +
+
keep
claim <k> set_balance_reserved ( WHO , RESERVED_BALANCE' ) => .K ... </k> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE +Int ( FREE_BALANCE' -Int FREE_BALANCE ) => TOTAL_ISSUANCE +Int ( FREE_BALANCE' -Int FREE_BALANCE ) +Int ( RESERVED_BALANCE' -Int RESERVED_BALANCE ) </totalIssuance> + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE' </freeBalance> + <reservedBalance> RESERVED_BALANCE => RESERVED_BALANCE' </reservedBalance> + ... + </account> + requires #inWidth(96, TOTAL_ISSUANCE +Int (FREE_BALANCE' -Int FREE_BALANCE) +Int (RESERVED_BALANCE' -Int RESERVED_BALANCE)) + andBool EXISTENTIAL_DEPOSIT <=Int RESERVED_BALANCE' +
+
keep
endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html b/k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html new file mode 100644 index 00000000000..34292586765 --- /dev/null +++ b/k-distribution/tests/regression-new/kprove-markdown/set-balance/index.html @@ -0,0 +1,1227 @@ + + + + + + + + + + + + + + +set_balance spec | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

set_balance spec

+

State Model

+
k
+module SET-BALANCE + imports INT + imports DOMAINS + imports COLLECTIONS + + configuration + <set-balance> + <k> $ACTION:Action </k> + <now> 0 </now> + <events> .List </events> + <return-value> .Result </return-value> + <call-stack> .List </call-stack> + <existentialDeposit> 0 </existentialDeposit> + <creationFee> 0 </creationFee> + <transferFee> 0 </transferFee> + <totalIssuance> 0 </totalIssuance> + <accounts> + <account multiplicity="*" type="Map"> + <accountID> .AccountId:AccountId </accountID> + <freeBalance> 0 </freeBalance> + <reservedBalance> 0 </reservedBalance> + <vestingBalance> 0 </vestingBalance> + <startingBlock> 0 </startingBlock> + <perBlock> 0 </perBlock> + <nonce> .Nonce </nonce> + <locks> .Set </locks> + </account> + </accounts> + </set-balance> +
+

Data

+
    +
  • An AccountId is an Int.
  • +
  • An Origin is an AccountId, Root, or None.
  • +
  • A Nonce is an optional Int.
  • +
  • An Event records some happenning.
  • +
+
k
syntax AccountId ::= ".AccountId" | Int + // --------------------------------------- + + syntax Origin ::= AccountId | ".Root" | ".None" + // ----------------------------------------------- + + syntax Nonce ::= ".Nonce" | Int + // ------------------------------- + + syntax Event ::= DustEvent ( Int ) + // ---------------------------------- +
+

Some predicates which help specifying behavior:

+
    +
  • #inWidth: Specify that a given number is in some bitwidth.
  • +
+
k
syntax Bool ::= #inWidth(Int, Int) [function, total] + // --------------------------------------------------------- + rule #inWidth(N, M) => 0 <=Int M andBool M <Int (2 ^Int N) +
+

Results

+

A Result is the return value of an execution step.

+
    +
  • AccountKilled indicates that the free balance goes below the existential threshold.
  • +
  • Updated indicates that an account was updated successfully.
  • +
+
k
syntax Result ::= ".Result" | "AccountKilled" | "Updated" + // --------------------------------------------------------- +
+

Public Getters

+

total_balance

+

Retrieves the total balance of an account. This includes both the free and +reserved balances.

+
k
syntax Int ::= "total_balance" "(" AccountId ")" [function, total] + // ----------------------------------------------------------------------- + rule total_balance(WHO) => free_balance(WHO) +Int reserved_balance(WHO) +
+

free_balance

+

Gets the free balance of an account.

+

Other than when this module is executing, this will never be strictly between +EXISTENTIAL_DEPOSIT and zero.

+
k
syntax Int ::= "free_balance" "(" AccountId ")" [function, total] + // ---------------------------------------------------------------------- + rule free_balance(_) => 0 [owise] + rule [[ free_balance(WHO) => FREE_BALANCE ]] + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> +
+

reserved_balance

+

Gets the reserved balance of an account.

+

Other than when this module is executing, this will never be strictly between +EXISTENTIAL_DEPOSIT and zero.

+
k
syntax Int ::= "reserved_balance" "(" AccountId ")" [function, total] + // -------------------------------------------------------------------------- + rule reserved_balance(_) => 0 [owise] + rule [[ reserved_balance(WHO) => FREE_BALANCE ]] + <account> + <accountID> WHO </accountID> + <reservedBalance> FREE_BALANCE </reservedBalance> + ... + </account> +
+

can_slash

+

Determines if an account’s free balance is over the value provided. This is +often used to determine if an account has enough balance to cover a potential +slash, hence the name.

+
k
syntax Bool ::= "can_slash" "(" AccountId "," Int ")" [function, total] + // ---------------------------------------------------------------------------- + rule can_slash(_, _) => false + rule [[ can_slash(WHO, AMOUNT) => FREE_BALANCE >=Int AMOUNT ]] + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> +
+

total_issuance

+

Retrieves the total outstanding amount of currency outstanding. This will +always be equal to the sum of all free and reserved balances in all active +accounts, except when the balances module is executing.

+
k
syntax Int ::= "total_issuance" [function, total] + // ------------------------------------------------------ + rule [[ total_issuance => TOTAL_ISSUANCE ]] + <totalIssuance> TOTAL_ISSUANCE </totalIssuance> +
+

issue

+

Issues currency, creating an imbalance.

+

This is not specified, since these semantics do not include the concept of an +imbalance. Without the concept of destructors and move semantics, it would be +almost impossible to use correctly.

+

burn

+

Burns currency.

+

This is not part of the semantics for the same reason burn is not.

+

Actions and Results

+

An Action is an execution step (or the result of an execution step). +An EntryAction is an Action that can be invoked externally. +A Result is considered an Action, as is an EntryAction.

+
k
syntax Action ::= Result | EntryAction + // -------------------------------------- +
+

account_exists

+
k
syntax Bool ::= "account_exists" "(" AccountId ")" [function, total] + // ------------------------------------------------------------------------- + rule account_exists(_) => false [owise] + rule [[ account_exists(WHO) => true ]] + <account> <accountID> WHO </accountID> ... </account> +
+

create_account

+
k
syntax Action ::= "create_account" "(" AccountId ")" + // ---------------------------------------------------- + rule <k> create_account(WHO) => .K ... </k> + <accounts> ( .Bag => <account> <accountID> WHO </accountID> ... </account> ) ... </accounts> +
+

set_free_balance

+
    +
  • Updates an accounts balance if the new balance is above the existential threshold.
  • +
  • Kills the account if the balance goes below the existential threshold and the reserved balance is non-zero.
  • +
  • Reaps the account if the balance goes below the existential threshold and the reserved balance is zero.
  • +
+
k
syntax Action ::= "set_free_balance" "(" AccountId "," Int ")" + // -------------------------------------------------------------- + rule <k> (.K => create_account(WHO)) ~> set_free_balance(WHO, _) ... </k> + requires notBool account_exists(WHO) + + rule [free-account-updated]: + <k> set_free_balance(WHO, BALANCE) => .K ... </k> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <account> + <accountID> WHO </accountID> + <freeBalance> _ => BALANCE </freeBalance> + ... + </account> + requires EXISTENTIAL_DEPOSIT <=Int BALANCE + + rule [free-account-killed]: + <k> set_free_balance(WHO, BALANCE) => .K ... </k> + <events> ... (.List => ListItem(DustEvent(FREE_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <account> + <accountID> WHO </accountID> + <nonce> _ => .Nonce </nonce> + <freeBalance> FREE_BALANCE => 0 </freeBalance> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + requires BALANCE <Int EXISTENTIAL_DEPOSIT + andBool 0 <Int RESERVED_BALANCE + + rule [free-account-reaped]: + <k> set_free_balance(WHO, BALANCE) => .K ... </k> + <events> ... (.List => ListItem(DustEvent(FREE_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <accounts> + ( <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> 0 </reservedBalance> + ... + </account> + => .Bag + ) + ... + </accounts> + requires BALANCE <Int EXISTENTIAL_DEPOSIT +
+

set_reserved_balance

+
    +
  • Updates an accounts balance if the new balance is above the existential threshold.
  • +
  • Kills the account if the balance goes below the existential threshold and the free balance is non-zero.
  • +
  • Reaps the account if the balance goes below the existential threshold and the free balance is zero.
  • +
+
k
syntax Action ::= "set_reserved_balance" "(" AccountId "," Int ")" + // ------------------------------------------------------------------ + rule <k> (.K => create_account(WHO)) ~> set_reserved_balance(WHO, _) ... </k> + requires notBool account_exists(WHO) + + rule [reserved-account-updated]: + <k> set_reserved_balance(WHO, BALANCE) => .K ... </k> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <account> + <accountID> WHO </accountID> + <reservedBalance> _ => BALANCE </reservedBalance> + ... + </account> + requires EXISTENTIAL_DEPOSIT <=Int BALANCE + + rule [reserved-account-killed]: + <k> set_reserved_balance(WHO, BALANCE) => .K ... </k> + <events> ... (.List => ListItem(DustEvent(RESERVED_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <account> + <accountID> WHO </accountID> + <nonce> _ => .Nonce </nonce> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> RESERVED_BALANCE => 0 </reservedBalance> + ... + </account> + requires BALANCE <Int EXISTENTIAL_DEPOSIT + andBool 0 <Int FREE_BALANCE + + rule [reserved-account-reaped]: + <k> set_reserved_balance(WHO, BALANCE) => .K ... </k> + <events> ... (.List => ListItem(DustEvent(RESERVED_BALANCE))) </events> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int BALANCE </totalIssuance> + <accounts> + ( <account> + <accountID> WHO </accountID> + <freeBalance> 0 </freeBalance> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + => .Bag + ) + ... + </accounts> + requires BALANCE <Int EXISTENTIAL_DEPOSIT +
+

set_balance

+
    +
  • Sets the new free balance
  • +
  • Creates suitible imbalances (both positive and negative).
  • +
  • Calls set_free_balance with the new free balance.
  • +
  • Calls set_reserved_balance with the new reserved balance.
  • +
+
k
syntax EntryAction ::= "set_balance" "(" AccountId "," AccountId "," Int "," Int ")" + // ------------------------------------------------------------------------------------ + rule [balance-set]: + <k> set_balance(_, WHO, FREE_BALANCE, RESERVED_BALANCE) + => set_balance_free(WHO, FREE_BALANCE) + ~> set_balance_reserved(WHO, RESERVED_BALANCE) + ... + </k> +
+

Helpers for calling set_free_balance and set_reserved_balance.

+
    +
  • Sets the new free balance
  • +
  • Emits an imbalance event
  • +
  • Helper function for set_balance
  • +
+
k
syntax Action ::= "set_balance_free" "(" AccountId "," Int ")" + syntax Action ::= "set_balance_reserved" "(" AccountId "," Int ")" + // ------------------------------------------------------------------ + rule [balance-set-free]: + <k> set_balance_free(WHO, FREE_BALANCE') => set_free_balance(WHO, FREE_BALANCE') ... </k> + <totalIssuance> ISSUANCE => ISSUANCE +Int (FREE_BALANCE' -Int free_balance(WHO)) </totalIssuance> + requires #inWidth(96, ISSUANCE +Int (FREE_BALANCE' -Int free_balance(WHO))) + + rule [balance-set-reserved]: + <k> set_balance_reserved(WHO, RESERVED_BALANCE') => set_reserved_balance(WHO, RESERVED_BALANCE') ... </k> + <totalIssuance> ISSUANCE => ISSUANCE +Int (RESERVED_BALANCE' -Int reserved_balance(WHO)) </totalIssuance> + requires #inWidth(96, ISSUANCE +Int (RESERVED_BALANCE' -Int reserved_balance(WHO))) +
+

transfer_raw

+

Transfer some liquid free balance to another account.

+

transfer will set the FreeBalance of the sender and receiver. +It will decrease the total issuance of the system by the TransferFee. +If the sender's account is below the existential deposit as a result +of the transfer, the account will be reaped.

+

The dispatch origin for this call must be Signed by the transactor.

+
k
syntax ExistenceRequirement ::= "AllowDeath" + | "KeepAlive" + + syntax EntryAction ::= transfer(Origin, AccountId, Int) + | "transfer_keep_alive" "(" Origin "," AccountId "," Int ")" + // --------------------------------------------------------------------------------- + + syntax Action ::= rawTransfer(AccountId, AccountId, Int, ExistenceRequirement) + // ------------------------------------------------------------------------------ + rule [transfer-to-raw]: + <k> transfer(ORIGIN:AccountId, DESTINATION, AMOUNT) + => rawTransfer(ORIGIN, DESTINATION, AMOUNT, AllowDeath) + ... + </k> + + rule [transfer-keep-alive]: + <k> transfer_keep_alive(ORIGIN:AccountId, DESTINATION, AMOUNT) + => rawTransfer(ORIGIN, DESTINATION, AMOUNT, KeepAlive) + ... + </k> + + rule <k> (.K => create_account(DESTINATION)) ~> rawTransfer(ORIGIN, DESTINATION, _, _) ... </k> + requires account_exists(ORIGIN) + andBool notBool account_exists(DESTINATION) + + rule [transfer-self]: + <k> rawTransfer(ORIGIN:AccountId, ORIGIN, _, _) => .K ... </k> + requires account_exists(ORIGIN) + + rule [transfer-existing-account]: + <k> rawTransfer(ORIGIN, DESTINATION, AMOUNT, EXISTENCE_REQUIREMENT) + => set_free_balance(ORIGIN, SOURCE_BALANCE -Int AMOUNT -Int FEE) + ~> set_free_balance(DESTINATION, DESTINATION_BALANCE +Int AMOUNT) + ... + </k> + <totalIssuance> ISSUANCE => ISSUANCE -Int FEE </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <transferFee> FEE </transferFee> + <accounts> + <account> + <accountID> ORIGIN </accountID> + <freeBalance> SOURCE_BALANCE </freeBalance> + ... + </account> + <account> + <accountID> DESTINATION </accountID> + <freeBalance> DESTINATION_BALANCE </freeBalance> + ... + </account> + </accounts> + requires ORIGIN =/=K DESTINATION + andBool DESTINATION_BALANCE >Int 0 + andBool SOURCE_BALANCE >=Int (AMOUNT +Int FEE) + andBool ensure_can_withdraw(ORIGIN, Transfer, SOURCE_BALANCE -Int AMOUNT -Int FEE) + andBool (EXISTENCE_REQUIREMENT ==K AllowDeath orBool SOURCE_BALANCE -Int AMOUNT -Int FEE >Int EXISTENTIAL_DEPOSIT) + + rule [transfer-create-account]: + <k> rawTransfer(ORIGIN:AccountId, DESTINATION, AMOUNT, EXISTENCE_REQUIREMENT) + => set_free_balance(ORIGIN, SOURCE_BALANCE -Int AMOUNT -Int CREATION_FEE) + ~> set_free_balance(DESTINATION, AMOUNT) + ... + </k> + <totalIssuance> ISSUANCE => ISSUANCE -Int CREATION_FEE </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + <creationFee> CREATION_FEE </creationFee> + <accounts> + <account> + <accountID> ORIGIN </accountID> + <freeBalance> SOURCE_BALANCE </freeBalance> + ... + </account> + <account> + <accountID> DESTINATION </accountID> + <freeBalance> 0 </freeBalance> + <reservedBalance> 0 </reservedBalance> + ... + </account> + ... + </accounts> + requires ORIGIN =/=K DESTINATION + andBool SOURCE_BALANCE >=Int (AMOUNT +Int CREATION_FEE) + andBool EXISTENTIAL_DEPOSIT <=Int AMOUNT + andBool ensure_can_withdraw(ORIGIN, Transfer, SOURCE_BALANCE -Int AMOUNT -Int CREATION_FEE) + andBool (EXISTENCE_REQUIREMENT ==K AllowDeath orBool SOURCE_BALANCE -Int AMOUNT -Int CREATION_FEE >=Int EXISTENTIAL_DEPOSIT) +
+

force_transfer

+

Force a transfer from any account to any other account. This can only be done by root.

+
k
syntax EntryAction ::= "force_transfer" "(" Origin "," AccountId "," AccountId "," Int ")" + // ------------------------------------------------------------------------------------------ + rule [force-transfer]: + <k> force_transfer(.Root, SOURCE, DESTINATION, AMOUNT) => transfer(SOURCE, DESTINATION, AMOUNT) ... </k> +
+

withdraw

+

Withdraw funds from an account.

+
k
syntax EntryAction ::= withdraw(AccountId, Int, WithdrawReason, ExistenceRequirement) + // ------------------------------------------------------------------------------------- + rule [withdraw]: // K really needs where clauses + <k> withdraw(WHO, AMOUNT, REASON, EXISTENCE_REQUIREMENT) + => withdrawInner(WHO, AMOUNT, AMOUNT -Int free_balance(WHO), REASON, EXISTENCE_REQUIREMENT) + ... + </k> + + syntax Action ::= withdrawInner(AccountId, Int, Int, WithdrawReason, ExistenceRequirement) + // ------------------------------------------------------------------------------------------ + rule [withdrawInner]: + <k> withdrawInner(WHO, AMOUNT, NEW_BALANCE, REASON, EXISTENCE_REQUIREMENT) + => set_free_balance(WHO, NEW_BALANCE) + ... + </k> + <totalIssuance> ISSUANCE => ISSUANCE -Int AMOUNT </totalIssuance> + <existentialDeposit> EXISTENTIAL_DEPOSIT </existentialDeposit> + requires NEW_BALANCE >=Int 0 + andBool ensure_can_withdraw(WHO, REASON, NEW_BALANCE) + andBool (EXISTENCE_REQUIREMENT ==K AllowDeath orBool NEW_BALANCE >=Int EXISTENTIAL_DEPOSIT) +
+

Call Frames

+

Function call and return.

+
k
syntax CallFrame ::= frame(continuation: K) + syntax Action ::= call ( Action ) + | return ( Result ) + // ----------------------------------- + rule [call]: + <k> call(Action) ~> CONT => Action </k> + <call-stack> .List => ListItem(frame(CONT)) ... </call-stack> + + rule [return]: + <k> return(R) ~> _ => CONT </k> + <return-value> _ => R </return-value> + <call-stack> ListItem(frame(CONT)) => .List ... </call-stack> + + rule [return-unit]: + <k> .K => CONT </k> + <return-value> _ => .Result </return-value> + <call-stack> ListItem(frame(CONT)) => .List ... </call-stack> +
+

Ensure that a given amount can be withdrawn from an account.

+

FIXME: we do not account for multiple withdrawl reasons, due to K’s +lacking polymorphism.

+
k
syntax WithdrawReason ::= "TransactionPayment" + | "Transfer" + | "Reserve" + | "Fee" + | "Tip" + // ------------------------------- + + + syntax Bool ::= "ensure_can_withdraw" "(" AccountId "," WithdrawReason "," Int ")" [function, total] + // --------------------------------------------------------------------------------------------------------- + rule ensure_can_withdraw(_, _, _) => true [owise] + + rule [[ ensure_can_withdraw(WHO, Transfer #Or Reserve, BALANCE) => false ]] + <account> + <accountID> WHO </accountID> + <vestingBalance> VESTING_BALANCE </vestingBalance> + ... + </account> + requires VESTING_BALANCE <Int BALANCE + + rule [[ ensure_can_withdraw(WHO, REASON, BALANCE) => false ]] + <now> NOW </now> + <account> + <accountID> WHO </accountID> + <locks> ACCOUNT_LOCKS </locks> + ... + </account> + requires activeLocks(ACCOUNT_LOCKS, NOW, REASON, BALANCE) + + syntax LockID ::= "Election" + | "Staking" + | "Democracy" + | "Phragmen" + // ---------------------------- + + syntax AccountLock ::= lock ( id: LockID, until: Int, amount: Int, reasons: Set ) + // --------------------------------------------------------------------------------- + + syntax Bool ::= activeLock (AccountLock, Int, WithdrawReason, Int ) [function] + | activeLocks(Set, Int, WithdrawReason, Int ) [function] + | activeLocks(List, Int, WithdrawReason, Int, Bool) [function, klabel(activeLocksAux)] + // ----------------------------------------------------------------------------------------------------------- + rule activeLock(AL, NOW, REASON, BALANCE) => NOW <Int until(AL) andBool BALANCE <Int amount(AL) andBool REASON in reasons(AL) + + rule activeLocks(ALS, NOW, REASON, BALANCE) => activeLocks(Set2List(ALS), NOW, REASON, BALANCE, false) + + rule activeLocks(.List, _, _, _, RESULT) => RESULT + rule activeLocks((ListItem(AL) => .List) _, NOW, REASON, BALANCE, RESULT => RESULT orBool activeLock(AL, NOW, REASON, BALANCE)) +
+

Slashing and repatriation of reserved balances

+

The first of these is also used by slash.

+
    +
  • slash_reserved
  • +
  • repatriate_reserved
  • +
+
k
syntax Action ::= "slash_reserved" "(" AccountId "," Int ")" + // ------------------------------------------------------------ + rule [slash-reserved]: + <k> slash_reserved(ACCOUNT, AMOUNT) + => set_reserved_balance(ACCOUNT, maxInt(0, RESERVED_BALANCE -Int AMOUNT)) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + </accounts> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int minInt(RESERVED_BALANCE, AMOUNT) </totalIssuance> + + syntax Action ::= "repatriate_reserved" "(" AccountId "," AccountId "," Int ")" + // ------------------------------------------------------------------------------- + rule [repatriate-reserved]: + <k> repatriate_reserved(SLASHED, BENEFICIARY, AMOUNT) + => set_free_balance(BENEFICIARY, BENEFICIARY_FREE_BALANCE +Int minInt(SLASHED_RESERVED_BALANCE, AMOUNT)) + ~> set_reserved_balance(SLASHED, SLASHED_RESERVED_BALANCE -Int minInt(SLASHED_RESERVED_BALANCE, AMOUNT)) + ... + </k> + <accounts> + <account> + <accountID> SLASHED </accountID> + <reservedBalance> SLASHED_RESERVED_BALANCE </reservedBalance> + ... + </account> + <account> + <accountID> BENEFICIARY </accountID> + <reservedBalance> BENEFICIARY_RESERVED_BALANCE </reservedBalance> + <freeBalance> BENEFICIARY_FREE_BALANCE </freeBalance> + ... + </account> + </accounts> + requires BENEFICIARY_FREE_BALANCE +Int BENEFICIARY_RESERVED_BALANCE >Int 0 + andBool SLASHED =/=K BENEFICIARY + + rule [repatriate-reserved-same-account]: + <k> repatriate_reserved(SLASHED, SLASHED, AMOUNT) => unreserve(SLASHED, AMOUNT) ... </k> +
+

Slashing

+

Used to punish a node for violating the protocol.

+
k
syntax EntryAction ::= slash ( AccountId , Int ) + // ------------------------------------------------ + rule [slash]: + <k> slash(ACCOUNT, AMOUNT) => set_free_balance(ACCOUNT, FREE_BALANCE -Int AMOUNT) ... </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> + </accounts> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int AMOUNT </totalIssuance> + requires FREE_BALANCE >=Int AMOUNT + + rule [slash-empty-free]: + <k> slash(ACCOUNT, AMOUNT) + => set_free_balance(ACCOUNT, 0) + ~> slash_reserved(ACCOUNT, AMOUNT -Int FREE_BALANCE) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> + </accounts> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE -Int FREE_BALANCE </totalIssuance> + requires FREE_BALANCE <Int AMOUNT +
+

Reservation and unreservation of balances

+

Used to move balance from free to reserved and visa versa.

+
k
syntax Action ::= reserve ( AccountId , Int ) + // --------------------------------------------- + rule [reserve]: + <k> reserve(ACCOUNT, AMOUNT) + => set_reserved_balance(ACCOUNT, FREE_BALANCE +Int AMOUNT) + ~> set_free_balance(ACCOUNT, FREE_BALANCE -Int AMOUNT) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> _ </reservedBalance> + ... + </account> + </accounts> + requires FREE_BALANCE >=Int AMOUNT + andBool ensure_can_withdraw(ACCOUNT, Reserve, FREE_BALANCE -Int AMOUNT) + + syntax Action ::= unreserve ( AccountId , Int ) + // ----------------------------------------------- + rule [unreserve]: + <k> unreserve(ACCOUNT, AMOUNT) + => set_free_balance(ACCOUNT, FREE_BALANCE +Int minInt(AMOUNT, RESERVED_BALANCE)) + ~> set_reserved_balance(ACCOUNT, FREE_BALANCE -Int minInt(AMOUNT, RESERVED_BALANCE)) + ... + </k> + <accounts> + <account> + <accountID> ACCOUNT </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + <reservedBalance> RESERVED_BALANCE </reservedBalance> + ... + </account> + </accounts> +
+

Vesting

+
    +
  • locked_at ― amount currently locked
  • +
  • vesting_balance ― get the balance that cannot currently be withdrawn.
  • +
+
k
syntax Int ::= "locked_at" "(" AccountId ")" [function, total] + // ------------------------------------------------------------------- + rule [[ locked_at(WHO) => maxInt(0, VESTING_BALANCE -Int (PER_BLOCK *Int maxInt(0, NOW -Int STARTING_BLOCK))) ]] + <now> NOW </now> + <account> + <accountID> WHO </accountID> + <vestingBalance> VESTING_BALANCE </vestingBalance> + <startingBlock> STARTING_BLOCK </startingBlock> + <perBlock> PER_BLOCK </perBlock> + ... + </account> + + syntax Int ::= "vesting_balance" "(" AccountId ")" [function, total] + // ------------------------------------------------------------------------- + rule [[ vesting_balance(WHO) => minInt(FREE_BALANCE, locked_at(WHO)) ]] + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE </freeBalance> + ... + </account> +
+

Deposits

+

Deposit into an existing account.

+
k
syntax EntryAction ::= "deposit_into_existing" "(" AccountId "," Int ")" + // ------------------------------------------------------------------------ + rule [deposit-into-existing]: + <k> deposit_into_existing(WHO, AMOUNT) => .K ... </k> + <totalIssuance> TOTAL_ISSUANCE => TOTAL_ISSUANCE +Int AMOUNT </totalIssuance> + <account> + <accountID> WHO </accountID> + <freeBalance> FREE_BALANCE => FREE_BALANCE +Int AMOUNT </freeBalance> + ... + </account> + requires FREE_BALANCE >Int 0 +
+

End of module

+
k
endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html b/k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html new file mode 100644 index 00000000000..6d36875ff3f --- /dev/null +++ b/k-distribution/tests/regression-new/markdownSelectors/a-spec/index.html @@ -0,0 +1,381 @@ + + + + + + + + + + + + + + +K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+
k
requires "test.md" + +module A-SPEC + +endmodule +
+
+
+ + +
+ +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/markdownSelectors/test/index.html b/k-distribution/tests/regression-new/markdownSelectors/test/index.html new file mode 100644 index 00000000000..1086015aec2 --- /dev/null +++ b/k-distribution/tests/regression-new/markdownSelectors/test/index.html @@ -0,0 +1,407 @@ + + + + + + + + + + + + + + +Test | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Test

+
k
module TEST-SYNTAX + imports INT +endmodule +module TEST + imports INT +
+
.k
configuration <k> $PGM:K </k> <r> 0 </r> +
+
.discard
rule <r> 0 => 1 </r> +
+
.keep
rule <k> 0 => 1 </k> +
+
.k .keep
rule <k> 1 => 2 </k> +
+
.k .discard .numberLines
rule <k> 2 => 3 </k> +
+
.keep .discard
rule <r> 0 => 1 </r> +
+
k
endmodule +
+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html b/k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html new file mode 100644 index 00000000000..25cfa37e41c --- /dev/null +++ b/k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/index.html @@ -0,0 +1,1709 @@ + + + + + + + + + + + + + + +SIMPLE — Untyped | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SIMPLE — Untyped

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of the untyped SIMPLE language. +SIMPLE is intended to be a pedagogical and research language that captures +the essence of the imperative programming paradigm, extended with several +features often encountered in imperative programming languages. +A program consists of a set of global variable declarations and +function definitions. Like in C, function definitions cannot be +nested and each program must have one function called main, +which is invoked when the program is executed. To make it more +interesting and to highlight some of K's strengths, SIMPLE includes +the following features in addition to the conventional imperative +expression and statement constructs:

+
    +
  • +

    Multidimensional arrays and array references. An array evaluates +to an array reference, which is a special value holding a location (where +the elements of the array start) together with the size of the array; +the elements of the array can be array references themselves (particularly +when the array is multi-dimensional). Array references are ordinary values, +so they can be assigned to variables and passed/received by functions.

    +
  • +
  • +

    Functions and function values. Functions can have zero or +more parameters and can return abruptly using a return statement. +SIMPLE follows a call-by-value parameter passing style, with static scoping. +Function names evaluate to function abstractions, which hereby become ordinary +values in the language, same like the array references.

    +
  • +
  • +

    Blocks with locals. SIMPLE variables can be declared +anywhere, their scope being from the place where they are declared +until the end of the most nested enclosing block.

    +
  • +
  • +

    Input/Output. The expression read() evaluates to the +next value in the input buffer, and the statement write(e) +evaluates e and outputs its value to the output buffer. The +input and output buffers are lists of values.

    +
  • +
  • +

    Exceptions. SIMPLE has parametric exceptions (the value thrown as +an exception can be caught and bound).

    +
  • +
  • +

    Concurrency via dynamic thread creation/termination and +synchronization. One can spawn a thread to execute any statement. +The spawned thread shares with its parent its environment at creation time. +Threads can be synchronized via a join command which blocks the current thread +until the joined thread completes, via re-entrant locks which can be acquired +and released, as well as through rendezvous commands.

    +
  • +
+

Like in many other languages, some of SIMPLE's constructs can be +desugared into a smaller set of basic constructs. We do that at the end +of the syntax module, and then we only give semantics to the core constructs.

+

Note: This definition is commented slightly more than others, because it is +intended to be one of the first non-trivial definitions that the new +user of K sees. We recommend the beginner user to first check the +language definitions discussed in the K tutorial.

+
k
module SIMPLE-UNTYPED-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

We start by defining the SIMPLE syntax. The language constructs discussed +above have the expected syntax and evaluation strategies. Recall that in K +we annotate the syntax with appropriate strictness attributes, thus giving +each language construct the desired evaluation strategy.

+

Identifiers

+

Recall from the K tutorial that identifiers are builtin and come under the +syntactic category Id. The special identifier for the function +main belongs to all programs, and plays a special role in the semantics, +so we declare it explicitly. This would not be necessary if the identifiers +were all included automatically in semantic definitions, but that is not +possible because of parsing reasons (e.g., K variables used to match +concrete identifiers would then be ambiguously parsed as identifiers). They +are only included in the parser generated to parse programs (and used by the +kast tool). Consequently, we have to explicitly declare all the +concrete identifiers that play a special role in the semantics, like +main below.

+
k
syntax Id ::= "main" [token] +
+

Declarations

+

There are two types of declarations: for variables (including arrays) and +for functions. We are going to allow declarations of the form +var x=10, a[10,10], y=23;, which is why we allow the var +keyword to take a list of expressions. The non-terminals used in the two +productions below are defined shortly.

+
k
syntax Stmt ::= "var" Exps ";" + | "function" Id "(" Ids ")" Block +
+

Expressions

+

The expression constructs below are standard. Increment (++) takes +an expression rather than a variable because it can also increment an array +element. Recall that the syntax we define in K is what we call the syntax +of the semantics: while powerful enough to define non-trivial syntaxes +(thanks to the underlying SDF technology that we use), we typically refrain +from defining precise syntaxes, that is, ones which accept precisely the +well-formed programs (that would not be possible anyway in general). That job +is deferred to type systems, which can also be defined in K. In other words, +we are not making any effort to guarantee syntactically that only variables +or array elements are passed to the increment construct, we allow any +expression. Nevertheless, we will only give semantics to those, so expressions +of the form ++5, which parse (but which will be rejected by our type +system in the typed version of SIMPLE later), will get stuck when executed. +Arrays can be multidimensional and can hold other arrays, so their +lookup operation takes a list of expressions as argument and applies to an +expression (which can in particular be another array lookup), respectively. +The construct sizeOf gives the size of an array in number of elements +of its first dimension. Note that almost all constructs are strict. The only +constructs which are not strict are the increment (since its first argument +gets updated, so it cannot be evaluated), the input read which takes no +arguments so strictness is irrelevant for it, the logical and and or constructs +which are short-circuited, the thread spawning construct which creates a new +thread executing the argument expression and return its unique identifier to +the creating thread (so it cannot just evaluate its argument in place), and the +assignment which is only strict in its second argument (for the same reason as +the increment).

+
k
syntax Exp ::= Int | Bool | String | Id + | "(" Exp ")" [bracket] + | "++" Exp + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] +
+

We also need comma-separated lists of identifiers and of expressions. +Moreover, we want them to be strict, that is, to evaluate to lists of results +whenever requested (e.g., when they appear as strict arguments of +the constructs above).

+
k
syntax Ids ::= List{Id,","} [overload(Exps)] + syntax Exps ::= List{Exp,","} [overload(Exps), strict] // automatically hybrid now + syntax Exps ::= Ids + syntax Val + syntax Vals ::= List{Val,","} [overload(Exps)] + syntax Bottom + syntax Bottoms ::= List{Bottom,","} [overload(Exps)] + syntax Ids ::= Bottoms +
+

Statements

+

Most of the statement constructs are standard for imperative languages. +We syntactically distinguish between empty and non-empty blocks, because we +chose Stmts not to be a (;-separated) list of +Stmt. Variables can be declared anywhere inside a block, their scope +ending with the block. Expressions are allowed to be used for their side +effects only (followed by a semicolon ;). Functions are allowed +to abruptly return. The exceptions are parametric, i.e., one can throw a value +which is bound to the variable declared by catch. Threads can be +dynamically created and terminated, and can synchronize with join, +acquire, release and rendezvous. Note that the +strictness attributes obey the intended evaluation strategy of the various +constructs. In particular, the if-then-else construct is strict only in its +first argument (the if-then construct will be desugared into if-then-else), +while the loop constructs are not strict in any arguments. The print +statement construct is variadic, that is, it takes an arbitrary number of +arguments.

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" [macro] + | "print" "(" Exps ")" ";" [strict] +// NOTE: print strict allows non-deterministic evaluation of its arguments +// Either keep like this but document, or otherwise make Exps seqstrict. +// Of define and use a different expression list here, which is seqstrict. + | "try" Block "catch" "(" Id ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] +
+

The reason we allow Stmts as the first argument of for +instead of Stmt is because we want to allow more than one statement +to be executed when the loop is initialized. Also, as seens shorly, macros +may expand one statement into more statements; for example, an initialized +variable declaration statement var x=0; desugars into two statements, +namely var x; x=0;, so if we use Stmt instead of Stmts +in the production of for above then we risk that the macro expansion +of statement var x=0; happens before the macro expansion of for, +also shown below, in which case the latter would not apply anymore because +of syntactic mismatch.

+
k
syntax Stmt ::= Stmt Stmt [right] + +// I wish I were able to write the following instead, but confuses the parser. +// +// syntax Stmts ::= List{Stmt,""} +// syntax Top ::= Stmt | "function" Id "(" Ids ")" Block +// syntax Pgm ::= List{Top,""} +// +// With that, I could have also eliminated the empty block +
+

Desugared Syntax

+

This part desugars some of SIMPLE's language constructs into core ones. +We only want to give semantics to core constructs, so we get rid of the +derived ones before we start the semantics. All desugaring macros below are +straightforward.

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}} + rule for(Start Cond; Step) {} => {Start while (Cond) {Step;}} + rule var E1:Exp, E2:Exp, Es:Exps; => var E1; var E2, Es; + rule var X:Id = E; => var X; X = E; +
+

For the semantics, we can therefore assume from now on that each +conditional has both branches, that there are only while loops, and +that each variable is declared alone and without any initialization as part of +the declaration.

+
k
endmodule + + +module SIMPLE-UNTYPED + imports SIMPLE-UNTYPED-SYNTAX + imports DOMAINS +
+

Basic Semantic Infrastructure

+

Before one starts adding semantic rules to a K definition, one needs to +define the basic semantic infrastructure consisting of definitions for +values and configuration. As discussed in the definitions +in the K tutorial, the values are needed to know when to stop applying +the heating rules and when to start applying the cooling rules corresponding +to strictness or context declarations. The configuration serves as a backbone +for the process of configuration abstraction which allows users to only +mention the relevant cells in each semantic rule, the rest of the configuration +context being inferred automatically. Although in some cases the configuration +could be automatically inferred from the rules, we believe that it is very +useful for language designers/semanticists to actually think of and design +their configuration explicitly, so the current implementation of K requires +one to define it.

+

Values

+

We here define the values of the language that the various fragments of +programs evaluate to. First, integers and Booleans are values. As discussed, +arrays evaluate to special array reference values holding (1) a location from +where the array's elements are contiguously allocated in the store, and +(2) the size of the array. Functions evaluate to function values as +λ-abstractions (we do not need to evaluate functions to closures +because each function is executed in the fixed global environment and +function definitions cannot be nested). Like in IMP and other +languages, we finally tell the tool that values are K results.

+
k
syntax Val ::= Int | Bool | String + | array(Int,Int) + | lambda(Ids,Stmt) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax Val ::= Bottom + syntax Vals ::= Bottoms + syntax KResult ::= Val + | Vals // TODO: should not need this +
+

The inclusion of values in expressions follows the methodology of +syntactic definitions (like, e.g., in SOS): extend the syntax of the language +to encompass all values and additional constructs needed to give semantics. +In addition to that, it allows us to write the semantic rules using the +original syntax of the language, and to parse them with the same (now extended +with additional values) parser. If writing the semantics directly on the K +AST, using the associated labels instead of the syntactic constructs, then one +would not need to include values in expressions.

+

Configuration

+

The K configuration of SIMPLE consists of a top level cell, T, +holding a threads cell, a global environment map cell genv +mapping the global variables and function names to their locations, a shared +store map cell store mapping each location to some value, a set cell +busy holding the locks which have been acquired but not yet released +by threads, a set cell terminated holding the unique identifiers of +the threads which already terminated (needed for join), input +and output list cells, and a nextLoc cell holding a natural +number indicating the next available location. Unlike in the small languages +in the K tutorial, where we used the fresh predicate to generate fresh +locations, in larger languages, like SIMPLE, we prefer to explicitly manage +memory. The location counter in nextLoc models an actual physical +location in the store; for simplicity, we assume arbitrarily large memory and +no garbage collection. The threads cell contains one thread +cell for each existing thread in the program. Note that the thread cell has +multiplicity *, which means that at any given moment there could be zero, +one or more thread cells. Each thread cell contains a +computation cell k, a control cell holding the various +control structures needed to jump to certain points of interest in the program +execution, a local environment map cell env mapping the thread local +variables to locations in the store, and finally a holds map cell +indicating what locks have been acquired by the thread and not released so far +and how many times (SIMPLE's locks are re-entrant). The control cell +currently contains only two subcells, a function stack fstack which +is a list and an exception stack xstack which is also a list. +One can add more control structures in the control cell, such as a +stack for break/continue of loops, etc., if the language is extended with more +control-changing constructs. Note that all cells except for k are +also initialized, in that they contain a ground term of their corresponding +sort. The k cell is initialized with the program that will be passed +to the K tool, as indicated by the $PGM variable, followed by the +execute task (defined shortly).

+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + + syntax ControlCell + syntax ControlCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" type="Map" color="yellow"> + <id color="pink"> -1 </id> + <k color="green"> $PGM:Stmt ~> execute </k> + //<br/> // TODO(KORE): support latex annotations #1799 + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + </control> + //<br/> // TODO(KORE): support latex annotations #1799 + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + </thread> + </threads> + //<br/> // TODO(KORE): support latex annotations #1799 + <genv color="pink"> .Map </genv> + <store color="white"> .Map </store> + <busy color="cyan"> .Set </busy> + <terminated color="red"> .Set </terminated> + //<br/> // TODO(KORE): support latex annotations #1799 + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + </T> +
+

Declarations and Initialization

+

We start by defining the semantics of declarations (for variables, +arrays and functions).

+

Variable Declaration

+

The SIMPLE syntax was desugared above so that each variable is +declared alone and its initialization is done as a separate statement. +The semantic rule below matches resulting variable declarations of the +form var X; on top of the k cell +(indeed, note that the k cell is complete, or round, to the +left, and is torn, or ruptured, to the right), allocates a fresh +location L in the store which is initialized with a special value + (indeed, the unit ., or nothing, is matched anywhere +in the map ‒note the tears at both sides‒ and replaced with the +mapping L ↦ ⊥), and binds X to L in the local +environment shadowing previous declarations of X, if any. +This possible shadowing of X requires us to therefore update the +entire environment map, which is expensive and can significantly slow +down the execution of larger programs. On the other hand, since we know +that L is not already bound in the store, we simply add the binding +L ↦ ⊥ to the store, thus avoiding a potentially complete +traversal of the the store map in order to update it. We prefer the approach +used for updating the store whenever possible, because, in addition to being +faster, it offers more true concurrency than the latter; indeed, according +to the concurrent semantics of K, the store is not frozen while +L ↦ ⊥ is added to it, while the environment is frozen during the +update operation Env[L/X]. The variable declaration command is +also removed from the top of the computation cell and the fresh location +counter is incremented. The undefined symbol added in the store +is of sort KItem, instead of Val, on purpose; this way, the +store lookup rules will get stuck when one attempts to lookup an +uninitialized location. All the above happen in one transactional step, +with the rule below. Note also how configuration abstraction allows us to +only mention the needed cells; indeed, as the configuration above states, +the k and env cells are actually located within a +thread cell within the threads cell, but one needs +not mention these: the configuration context of the rule is +automatically transformed to match the declared configuration +structure.

+
k
syntax KItem ::= "undefined" + + rule <k> var X:Id; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

Array Declaration

+

The K semantics of the uni-dimensional array declaration is somehow similar +to the above declaration of ordinary variables. First, note the +context declaration below, which requests the evaluation of the array +dimension. Once evaluated, say to a natural number N, then +N +Int 1 locations are allocated in the store for +an array of size N, the additional location (chosen to be the first +one allocated) holding the array reference value. The array reference +value array(L,N) states that the array has size N and its +elements are located contiguously in the store starting with location +L. The operation L … L' ↦ V, defined at the end of this +file in the auxiliary operation section, initializes each location in +the list L … L' to V. Note that, since the dimensions of +array declarations can be arbitrary expressions, this virtually means +that we can dynamically allocate memory in SIMPLE by means of array +declarations.

+
k
context var _:Id[HOLE]; + + rule <k> var X:Id[N:Int]; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(L +Int 1, N) + (L +Int 1) ... (L +Int N) |-> undefined ...</store> + <nextLoc> L => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 +
+

SIMPLE allows multi-dimensional arrays. For semantic simplicity, we +desugar them all into uni-dimensional arrays by code transformation. +This way, we only need to give semantics to uni-dimensional arrays. +First, note that the context rule above actually evaluates all the array +dimensions (that's why we defined the expression lists strict!): +Upon evaluating the array dimensions, the code generation rule below +desugars multi-dimensional array declaration to uni-dimensional declarations. +To this aim, we introduce two special unique variable identifiers, +$1 and $2. The first variable, $1, iterates +through and initializes each element of the first dimension with an array +of the remaining dimensions, declared as variable $2:

+
k
syntax Id ::= "$1" [token] | "$2" [token] + rule var X:Id[N1:Int, N2:Int, Vs:Vals]; + => var X[N1]; + { + for(var $1 = 0; $1 <= N1 - 1; ++$1) { + var $2[N2, Vs]; + X[$1] = $2; + } + } +
+

Ideally, one would like to perform syntactic desugarings like the one +above before the actual semantics. Unfortunately, that was not possible in +this case because the dimension expressions of the multi-dimensional array need +to be evaluated first. Indeed, the desugaring rule above does not work if the +dimensions of the declared array are arbitrary expressions, because they can +have side effects (e.g., a[++x,++x]) and those side effects would be +propagated each time the expression is evaluated in the desugaring code (note +that both the loop condition and the nested multi-dimensional declaration +would need to evaluate the expressions given as array dimensions).

+

Function declaration

+

Functions are evaluated to λ-abstractions and stored like any other +values in the store. A binding is added into the environment for the function +name to the location holding its body. Similarly to the C language, SIMPLE +only allows function declarations at the top level of the program. More +precisely, the subsequent semantics of SIMPLE only works well when one +respects this requirement. Indeed, the simplistic context-free parser +generated by the grammar above is more generous than we may want, in that it +allows function declarations anywhere any declaration is allowed, including +inside arbitrary blocks. However, as the rule below shows, we are not +storing the declaration environment with the λ-abstraction value as +closures do. Instead, as seen shortly, we switch to the global environment +whenever functions are invoked, which is consistent with our requirement that +functions should only be declared at the top. Thus, if one declares local +functions, then one may see unexpected behaviors (e.g., when one shadows a +global variable before declaring a local function). The type checker of +SIMPLE, also defined in K (see examples/simple/typed/static), +discards programs which do not respect this requirement.

+
k
rule <k> function F(Xs) S => .K ...</k> + <env> Env => Env[F <- L] </env> + <store>... .Map => L |-> lambda(Xs, S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

When we are done with the first pass (pre-processing), the computation +cell k contains only the token execute (see the configuration +declaration above, where the computation item execute was placed +right after the program in the k cell of the initial configuration) +and the cell genv is empty. In this case, we have to call +main() and to initialize the global environment by transferring the +contents of the local environment into it. We prefer to do it this way, as +opposed to processing all the top level declarations directly within the global +environment, because we want to avoid duplication of semantics: the syntax of +the global declarations is identical to that of their corresponding local +declarations, so the semantics of the latter suffices provided that we copy +the local environment into the global one once we are done with the +pre-processing. We want this separate pre-processing step precisely because +we want to create the global environment. All (top-level) functions end up +having their names bound in the global environment and, as seen below, they +are executed in that same global environment; all these mean, in particular, +that the functions "see" each other, allowing for mutual recursion, etc.

+
k
syntax KItem ::= "execute" + rule <k> execute => main(.Exps); </k> + <env> Env </env> + <genv> .Map => Env </genv> +
+

Expressions

+

We next define the K semantics of all the expression constructs.

+

Variable lookup

+

When a variable X is the first computational task, and X is bound to some +location L in the environment, and L is mapped to some value V in the +store, then we rewrite X into V:

+
k
rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] +
+

Note that the rule above excludes reading , because is not +a value and V is checked at runtime to be a value.

+

Variable/Array increment

+

This is tricky, because we want to allow both ++x and ++a[5]. +Therefore, we need to extract the lvalue of the expression to increment. +To do that, we state that the expression to increment should be wrapped +by the auxiliary lvalue operation and then evaluated. The semantics +of this auxiliary operation is defined at the end of this file. For now, all +we need to know is that it takes an expression and evaluates to a location +value. Location values, also defined at the end of the file, are integers +wrapped with the operation loc, to distinguish them from ordinary +integers.

+
k
context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I => I +Int 1) ...</store> [group(increment)] +
+

Arithmetic operators

+

There is nothing special about the following rules. They rewrite the +language constructs to their library counterparts when their arguments +become values of expected sorts:

+
k
rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 +
+

The equality and inequality constructs reduce to syntactic comparison +of the two argument values (which is what the equality on K terms does).

+
k
rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 +
+

The logical negation is clear, but the logical conjunction and disjunction +are short-circuited:

+
k
rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E +
+

Array lookup

+

Untyped SIMPLE does not check array bounds (the dynamically typed version of +it, in examples/simple/typed/dynamic, does check for array out of +bounds). The first rule below desugars the multi-dimensional array access to +uni-dimensional array access; recall that the array access operation was +declared strict, so all sub-expressions involved are already values at this +stage. The second rule rewrites the array access to a lookup operation at a +precise location; we prefer to do it this way to avoid locking the store. +The semantics of the auxiliary lookup operation is straightforward, +and is defined at the end of the file.

+
k
// The [anywhere] feature is underused, because it would only be used +// at the top of the computation or inside the lvalue wrapper. So it +// may not be worth, or we may need to come up with a special notation +// allowing us to enumerate contexts for [anywhere] rules. + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + + rule array(L,_)[N:Int] => lookup(L +Int N) + [anywhere] +
+

Size of an array

+

The size of the array is stored in the array reference value, and the +sizeOf construct was declared strict, so:

+
k
rule sizeOf(array(_,N)) => N +
+

Function call

+

Function application was strict in both its arguments, so we can +assume that both the function and its arguments are evaluated to +values (the former expected to be a λ-abstraction). The first +rule below matches a well-formed function application on top of the +computation and performs the following steps atomically: it switches +to the function body followed by return; (for the case in +which the function does not use an explicit return statement); it +pushes the remaining computation, the current environment, and the +current control data onto the function stack (the remaining +computation can thus also be discarded from the computation cell, +because an unavoidable subsequent return statement ‒see +above‒ will always recover it from the stack); it switches the +current environment (which is being pushed on the function stack) to +the global environment, which is where the free variables in the +function body should be looked up; it binds the formal parameters to +fresh locations in the new environment, and stores the actual +arguments to those locations in the store (this latter step is easily +done by reducing the problem to variable declarations, whose semantics +we have already defined; the auxiliary operation mkDecls is +defined at the end of the file). The second rule pops the +computation, the environment and the control data from the function +stack when a return statement is encountered as the next +computational task, passing the returned value to the popped +computation (the popped computation was the context in which the +returning function was called). Note that the pushing/popping of the +control data is crucial. Without it, one may have a function that +contains an exception block with a return statement inside, which +would put the xstack cell in an inconsistent state (since the +exception block modifies it, but that modification should be +irrelevant once the function returns). We add an artificial +nothing value to the language, which is returned by the +nulary return; statements.

+
k
syntax KItem ::= (Map,K,ControlCellFragment) + + rule <k> lambda(Xs,S)(Vs:Vals) ~> K => mkDecls(Xs,Vs) S return; </k> + <control> + <fstack> .List => ListItem((Env,K,C)) ...</fstack> + C + </control> + <env> Env => GEnv </env> + <genv> GEnv </genv> + + rule <k> return(V:Val); ~> _ => V ~> K </k> + <control> + <fstack> ListItem((Env,K,C)) => .List ...</fstack> + (_ => C) + </control> + <env> _ => Env </env> + + syntax Val ::= "nothing" + rule return; => return nothing; +
+

Like for division-by-zero, it is left unspecified what happens +when the nothing value is used in domain calculations. For +example, from the the perspective of the language semantics, +7 +Int nothing can evaluate to anything, or +may not evaluate at all (be undefined). If one wants to make sure that +such artificial values are never misused, then one needs to define a static +checker (also using K, like our the type checker in +examples/simple/typed/static) and reject programs that do. +Note that, unlike the undefined symbol which had the sort K +instead of Val, we defined nothing to be a value. That +is because, as explained above, we do not want the program to get +stuck when nothing is returned by a function. Instead, we want the +behavior to be unspecified; in particular, if one is careful to never +use the returned value in domain computation, like it happens when we +call a function for its side effects (e.g., with a statement of the +form f(x);), then the program does not get stuck.

+

Read

+

The read() expression construct simply evaluates to the next +input value, at the same time discarding the input value from the +in cell.

+
k
rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> [group(read)] +
+

Assignment

+

In SIMPLE, like in C, assignments are expression constructs and not statement +constructs. To make it a statement all one needs to do is to follow it by a +semi-colon ; (see the semantics for expression statements below). +Like for the increment, we want to allow assignments not only to variables but +also to array elements, e.g., e1[e2] = e3 where e1 evaluates +to an array reference, e2 to a natural number, and e3 to any +value. Thus, we first compute the lvalue of the left-hand-side expression +that appears in an assignment, and then we do the actual assignment to the +resulting location:

+
k
context (HOLE => lvalue(HOLE)) = _ + + rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store> + [group(assignment)] +
+

Statements

+

We next define the K semantics of statements.

+

Blocks

+

Empty blocks are simply discarded, as shown in the first rule below. +For non-empty blocks, we schedule the enclosed statement but we have to +make sure the environment is recovered after the enclosed statement executes. +Recall that we allow local variable declarations, whose scope is the block +enclosing them. That is the reason for which we have to recover the +environment after the block. This allows us to have a very simple semantics +for variable declarations, as we did above. One can make the two rules below +computational if one wants them to count as computational steps.

+
k
rule {} => .K + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> +
+

The basic definition of environment recovery is straightforward and +given in the section on auxiliary constructs at the end of the file.

+

There are two common alternatives to the above semantics of blocks. +One is to keep track of the variables which are declared in the block and only +recover those at the end of the block. This way one does more work for +variable declarations but conceptually less work for environment recovery; we +say conceptually because it is not clear that it is indeed the case that +one does less work when AC matching is involved. The other alternative is to +work with a stack of environments instead of a flat environment, and push the +current environment when entering a block and pop it when exiting it. This +way, one does more work when accessing variables (since one has to search the +variable in the environment stack in a top-down manner), but on the other hand +uses smaller environments and the definition gets closer to an implementation. +Based on experience with dozens of language semantics and other K definitions, +we have found that our approach above is the best trade-off between elegance +and efficiency (especially since rewrite engines have built-in techniques to +lazily copy terms, by need, thus not creating unnecessary copies), +so it is the one that we follow in general.

+

Sequential composition

+

Sequential composition is desugared into K's builtin sequentialization +operation (recall that, like in C, the semi-colon ; is not a +statement separator in SIMPLE — it is either a statement terminator or a +construct for a statement from an expression). Note that K allows +to define the semantics of SIMPLE in such a way that statements eventually +dissolve from the top of the computation when they are completed; this is in +sharp contrast to (artificially) evaluating them to a special +skip statement value and then getting rid of that special value, as +it is the case in other semantic approaches (where everything must evaluate +to something). This means that once S₁ completes in the rule below, S₂ +becomes automatically the next computation item without any additional +(explicit or implicit) rules.

+
k
rule S1:Stmt S2:Stmt => S1 ~> S2 +
+

A subtle aspect of the rule above is that S₁ is declared to have sort +Stmts and not Stmt. That is because desugaring macros can indeed +produce left associative sequential composition of statements. For example, +the code var x=0; x=1; is desugared to +(var x; x=0;) x=1;, so although originally the first term of +the sequential composition had sort Stmt, after desugaring it became +of sort Stmts. Note that the attribute [right] associated +to the sequential compositon production is an attribute of the syntax, and not +of the semantics: e.g., it tells the parser to parse +var x; x=0; x=1; as var x; (x=0; x=1;), but it +does not tell the rewrite engine to rewrite (var x; x=0;) x=1; to +var x; (x=0; x=1;).

+

Expression statements

+

Expression statements are only used for their side effects, so their result +value is simply discarded. Common examples of expression statements are ones +of the form ++x;, x=e;, e1[e2]=e3;, etc.

+
k
rule _:Val; => .K +
+

Conditional

+

Since the conditional was declared with the strict(1) attribute, we +can assume that its first argument will eventually be evaluated. The rules +below cover the only two possibilities in which the conditional is allowed to +proceed (otherwise the rewriting process gets stuck).

+
k
rule if ( true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+

The simplest way to give the semantics of the while loop is by unrolling. +Note, however, that its unrolling is only allowed when the while loop reaches +the top of the computation (to avoid non-termination of unrolling). The +simple while loop semantics below works because our while loops in SIMPLE are +indeed very basic. If we allowed break/continue of loops then we would need +a completely different semantics, which would also involve the control cell.

+
k
rule while (E) S => if (E) {S while(E)S} +
+

Print

+

The print statement was strict, so all its arguments are now +evaluated (recall that print is variadic). We append each of +its evaluated arguments to the output buffer, and discard the residual +print statement with an empty list of arguments.

+
k
rule <k> print(V:Val, Es:Vals => Es); ...</k> <output>... .List => ListItem(V) </output> + [group(print)] + rule print(.Vals); => .K +
+

Exceptions

+

SIMPLE allows parametric exceptions, in that one can throw and catch a +particular value. The statement try S₁ catch(X) S₂ +proceeds with the evaluation of S₁. If S₁ evaluates normally, i.e., +without any exception thrown, then S₂ is discarded and the execution +continues normally. If S₁ throws an exception with a statement of the +form throw E, then E is first evaluated to some value V +(throw was declared to be strict), then V is bound to X, then +S₂ is evaluated in the new environment while the reminder of S₁ is +discarded, then the environment is recovered and the execution continues +normally with the statement following the try S₁ catch(X) S₂ statement. +Exceptions can be nested and the statements in the +catch part (S₂ in our case) can throw exceptions to the +upper level. One should be careful with how one handles the control data +structures here, so that the abrupt changes of control due to exception +throwing and to function returns interact correctly with each other. +For example, we want to allow function calls inside the statement S₁ in +a try S₁ catch(X) S₂ block which can throw an exception +that is not caught by the function but instead is propagated to the +try S₁ catch(X) S₂ block that called the function. +Therefore, we have to make sure that the function stack as well as other +potential control structures are also properly modified when the exception +is thrown to correctly recover the execution context. This can be easily +achieved by pushing/popping the entire current control context onto the +exception stack. The three rules below modularly do precisely the above.

+
k
syntax KItem ::= (Id,Stmt,K,Map,ControlCellFragment) + + syntax KItem ::= "popx" + + rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem((X, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => .K ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k> + <control> + <xstack> ListItem((X, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

The catch statement S₂ needs to be executed in the original environment, +but where the thrown value V is bound to the catch variable X. We here +chose to rely on two previously defined constructs when giving semantics to +the catch part of the statement: (1) the variable declaration with +initialization, for binding X to V; and (2) the block construct for +preventing X from shadowing variables in the original environment upon the +completion of S₂.

+

Threads

+

SIMPLE's threads can be created and terminated dynamically, and can +synchronize by acquiring and releasing re-entrant locks and by rendezvous. +We discuss the seven rules giving the semantics of these operations below.

+

Thread creation

+

Threads can be created by any other threads using the spawn S +construct. The spawn expression construct evaluates to the unique identifier +of the newly created thread and, at the same time, a new thread cell is added +into the configuration, initialized with the S statement and sharing the +same environment with the parent thread. Note that the newly created +thread cell is torn. That means that the remaining cells are added +and initialized automatically as described in the definition of SIMPLE's +configuration. This is part of K's configuration abstraction mechanism.

+
k
rule <thread>... + <k> spawn S => !T:Int ...</k> + <env> Env </env> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T </id> + ...</thread>) +
+

Thread termination

+

Dually to the above, when a thread terminates its assigned computation (the +contents of its k cell) is empty, so the thread can be dissolved. +However, since no discipline is imposed on how locks are acquired and released, +it can be the case that a terminating thread still holds locks. Those locks +must be released, so other threads attempting to acquire them do not deadlock. +We achieve that by removing all the locks held by the terminating thread in its +holds cell from the set of busy locks in the busy cell +(keys(H) returns the domain of the map H as a set, that is, only +the locks themselves ignoring their multiplicity). As seen below, a lock is +added to the busy cell as soon as it is acquired for the first time +by a thread. The unique identifier of the terminated thread is also collected +into the terminated cell, so the join construct knows which +threads have terminated.

+
k
rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> +
+

Thread joining

+

Thread joining is now straightforward: all we need to do is to check whether +the identifier of the thread to be joined is in the terminated cell. +If yes, then the join statement dissolves and the joining thread +continues normally; if not, then the joining thread gets stuck.

+
k
rule <k> join T:Int; => .K ...</k> + <terminated>... SetItem(T) ...</terminated> +
+

Acquire lock

+

There are two cases to distinguish when a thread attempts to acquire a lock +(in SIMPLE any value can be used as a lock):
+(1) The thread does not currently have the lock, in which case it has to +take it provided that the lock is not already taken by another thread (see +the side condition of the first rule).
+(2) The thread already has the lock, in which case it just increments its +counter for the lock (the locks are re-entrant). These two cases are captured +by the two rules below:

+
k
rule <k> acquire V:Val; => .K ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy)) [group(acquire)] + + rule <k> acquire V; => .K ...</k> + <holds>... V:Val |-> (N => N +Int 1) ...</holds> +
+

Release lock

+

Similarly, there are two corresponding cases to distinguish when a thread +releases a lock:
+(1) The thread holds the lock more than once, in which case all it needs to do +is to decrement the lock counter.
+(2) The thread holds the lock only once, in which case it needs to remove it +from its holds cell and also from the the shared busy cell, +so other threads can acquire it if they need to.

+
k
rule <k> release V:Val; => .K ...</k> + <holds>... V |-> (N => N -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> +
+

Rendezvous synchronization

+

In addition to synchronization through acquire and release of locks, SIMPLE +also provides a construct for rendezvous synchronization. A thread whose next +statement to execute is rendezvous(V) gets stuck until another +thread reaches an identical statement; when that happens, the two threads +drop their rendezvous statements and continue their executions. If three +threads happen to have an identical rendezvous statement as their next +statement, then precisely two of them will synchronize and the other will +remain blocked until another thread reaches a similar rendezvous statement. +The rule below is as simple as it can be. Note, however, that, again, it is +K's mechanism for configuration abstraction that makes it work as desired: +since the only cell which can multiply containing a k cell inside is +the thread cell, the only way to concretize the rule below to the +actual configuration of SIMPLE is to include each k cell in a +thread cell.

+
k
rule <k> rendezvous V:Val; => .K ...</k> + <k> rendezvous V; => .K ...</k> [group(rendezvous)] +
+

Auxiliary declarations and operations

+

In this section we define all the auxiliary constructs used in the +above semantics.

+

Making declarations

+

The mkDecls auxiliary construct turns a list of identifiers +and a list of values in a sequence of corresponding variable +declarations.

+
k
syntax Stmt ::= mkDecls(Ids,Vals) [function] + rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs) + rule mkDecls(.Ids,.Vals) => {} +
+

Location lookup

+

The operation below is straightforward. Note that we place it in the same +lookup group as the variable lookup rule defined above. This way, +both rules will be considered transitions when we include the lookup +tag in the transition option of kompile.

+
k
syntax Exp ::= lookup(Int) + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> [group(lookup)] +
+

Environment recovery

+

We have already discussed the environment recovery auxiliary operation in the +IMP++ tutorial:

+
k
// TODO: eliminate the env wrapper, like we did in IMP++ + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env> +
+

While theoretically sufficient, the basic definition for environment +recovery alone is suboptimal. Consider a loop while (E)S, +whose semantics (see above) was given by unrolling. S +is a block. Then the semantics of blocks above, together with the +unrolling semantics of the while loop, will yield a computation +structure in the k cell that increasingly grows, adding a new +environment recovery task right in front of the already existing sequence of +similar environment recovery tasks (this phenomenon is similar to the ``tail +recursion'' problem). Of course, when we have a sequence of environment +recovery tasks, we only need to keep the last one. The elegant rule below +does precisely that, thus avoiding the unnecessary computation explosion +problem:

+
k
rule (setEnv(_) => .K) ~> setEnv(_) +
+

In fact, the above follows a common convention in K for recovery +operations of cell contents: the meaning of a computation task of the form +cell(C) that reaches the top of the computation is that the current +contents of cell cell is discarded and gets replaced with C. We +did not add support for these special computation tasks in our current +implementation of K, so we need to define them as above.

+

lvalue and loc

+

For convenience in giving the semantics of constructs like the increment and +the assignment, that we want to operate the same way on variables and on +array elements, we used an auxiliary lvalue(E) construct which was +expected to evaluate to the lvalue of the expression E. This is only +defined when E has an lvalue, that is, when E is either a variable or +evaluates to an array element. lvalue(E) evaluates to a value of +the form loc(L), where L is the location where the value of E +can be found; for clarity, we use loc to structurally distinguish +natural numbers from location values. In giving semantics to lvalue +there are two cases to consider. (1) If E is a variable, then all we need +to do is to grab its location from the environment. (2) If E is an array +element, then we first evaluate the array and its index in order to identify +the exact location of the element of concern, and then return that location; +the last rule below works because its preceding context declarations ensure +that the array and its index are evaluated, and then the rule for array lookup +(defined above) rewrites the evaluated array access construct to its +corresponding store lookup operation.

+
k
// For parsing reasons, we prefer to allow lvalue to take a K + + syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + +// Local variable + + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + +// Array element: evaluate the array and its index; +// then the array lookup rule above applies. + + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + +// Finally, return the address of the desired object member + + rule lvalue(lookup(L:Int) => loc(L)) +
+

Initializing multiple locations

+

The following operation initializes a sequence of locations with the same +value:

+
k
syntax Map ::= Int "..." Int "|->" K [function] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M +
+

The semantics of SIMPLE is now complete. Make sure you kompile the +definition with the right options in order to generate the desired model. +No kompile options are needed if you only only want to execute the definition +(and thus get an interpreter), but if you want to search for a different +program behaviors then you need to kompile with the transition option +including rule groups such as lookup, increment, acquire, etc. See the +IMP++ tutorial for what the transition option means how to use it.

+
k
endmodule +
+

Go to Lesson 2, SIMPLE typed static

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html b/k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html new file mode 100644 index 00000000000..f9285ad6a6a --- /dev/null +++ b/k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/index.html @@ -0,0 +1,1150 @@ + + + + + + + + + + + + + + +SIMPLE — Typed — Static | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SIMPLE — Typed — Static

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K definition of the static semantics of the typed SIMPLE +language, or in other words, a type system for the typed SIMPLE +language in K. We do not re-discuss the various features of the +SIMPLE language here. The reader is referred to the untyped version of +the language for such discussions. We here only focus on the new and +interesting problems raised by the addition of type declarations, and +what it takes to devise a type system/checker for the language.

+

When designing a type system for a language, no matter in what +paradigm, we have to decide upon the intended typing policy. Note +that we can have multiple type systems for the same language, one for +each typing policy. For example, should we accept programs which +don't have a main function? Or should we allow functions that do not +return explicitly? Or should we allow functions whose type expects +them to return a value (say an int) to use a plain +return; statement, which returns no value, like in C? +And so on and so forth. Typically, there are two opposite tensions +when designing a type system. On the one hand, you want your type +system to be as permissive as possible, that is, to accept as many +programs that do not get stuck when executed with the untyped +semantics as possible; this will keep the programmers using your +language happy. On the other hand, you want your type system to have +a reasonable performance when implemented; this will keep both the +programmers and the implementers of your language happy. For example, +a type system for rejecting programs that could perform +division-by-zero is not expected to be feasible in general. A simple +guideline when designing typing policies is to imagine how the +semantics of the untyped language may get stuck and try to prevent +those situations from happening.

+

Before we give the K type system of SIMPLE formally, we discuss, +informally, the intended typing policy:

+
    +
  • +

    Each program should contain a main() function. Indeed, +the untyped SIMPLE semantics will get stuck on any program which does +not have a main function.

    +
  • +
  • +

    Each primitive value has its own type, which can be int +bool, or string. There is also a type void +for nonexistent values, for example for the result of a function meant +to return no value (but only be used for its side effects, like a +procedure).

    +
  • +
  • +

    The syntax of untyped SIMPLE is extended to allow type +declarations for all the variables, including array variables. This is +done in a C/Java-style. For example, int x; or +int x=7, y=x+3;, or int[][][] a[10,20]; +(the latter defines a 10 × 20 matrix of arrays of integers). +Recall from untyped SIMPLE that, unlike in C/Java, our multi-dimensional +arrays use comma-separated arguments, although they have the array-of-array +semantics.

    +
  • +
  • +

    Functions are also typed in a C/Java style. However, since in SIMPLE +we allow functions to be passed to and returned by other functions, we also +need function types. We will use the conventional higher-order arrow-notation +for function types, but will separate the argument types with commas. For +example, a function returning an array of bool elements and +taking as argument an array x of two-integer-argument functions +returning an integer, is declared using a syntax of the form +bool[] f(((int,int)->int)[] x) { ... } +and has the type ((int,int)->int)[] -> bool[].

    +
  • +
  • +

    We allow any variable declarations at the top level. Functions +can only be declared at the top level. Each function can only access the +other functions and variables declared at the top level, or its own locally +declared variables. SIMPLE has static scoping.

    +
  • +
  • +

    The various expression and statement constructs take only elements of +the expected types.

    +
  • +
  • +

    Increment and assignment can operate both on variables and on array +elements. For example, if f has type int->int[][] and +function g has the type int->int, then the +increment expression ++f(7)[g(2),g(3)] is valid.

    +
  • +
  • +

    Functions should only return values of their declared result +type. To give the programmers more flexibility, we allow functions to +use return; statements to terminate without returning an +actual value, or to not explicitly use any return statement, +regardless of their declared return type. This flexibility can be +handy when writing programs using certain functions only for their +side effects. Nevertheless, as the dynamic semantics shows, a return +value is automatically generated when an explicit return +statement is not encountered.

    +
  • +
  • +

    For simplicity, we here limit exceptions to only throw and catch +integer values. We let it as an exercise to the reader to extend the +semantics to allow throwing and catching arbitrary-type exceptions. +Like in programming languages like Java, one can go even further and +define a semantics where thrown exceptions are propagated through +try-catch statements until one of the corresponding type is found. +We will do this when we define the KOOL language, not here. +To keep the definition if SIMPLE simple, here we do not attempt to +reject programs which throw uncaught exceptions.

    +
  • +
+

Like in untyped SIMPLE, some constructs can be desugared into a +smaller set of basic constructs. In general, it should be clear why a +program does not type by looking at the top of the k cells in +its stuck configuration.

+
k
module SIMPLE-TYPED-STATIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of typed SIMPLE extends that of untyped SIMPLE with support +for declaring types to variables and functions.

+
k
syntax Id ::= "main" [token] +
+

Types

+

Primitive, array and function types, as well as lists (or tuples) of types. +The lists of types are useful for function arguments.

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + + syntax Types ::= List{Type,","} [overload(exps)] +
+

Declarations

+

Variable and function declarations have the expected syntax. For variables, +we basically just replaced the var keyword of untyped SIMPLE with a +type. For functions, besides replacing the function keyword with a +type, we also introduce a new syntactic category for typed variables, +Param, and lists over it.

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" + | Type Id "(" Params ")" Block +
+

Expressions

+

The syntax of expressions is identical to that in untyped SIMPLE, +except for the logical conjunction and disjunction which have +different strictness attributes, because they now have different +evaluation strategies.

+
k
syntax Exp ::= Int | Bool | String | Id + | "(" Exp ")" [bracket] + | "++" Exp + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict, left] + | Exp "||" Exp [strict, left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] +
+

Note that spawn has not been declared strict. This may +seem unexpected, because the child thread shares the same environment +with the parent thread, so from a typing perspective the spawned +statement makes the same sense in a child thread as it makes in the +parent thread. The reason for not declaring it strict is because we +want to disallow programs where the spawned thread calls the +return statement, because those programs would get stuck in +the dynamic semantics. The type semantics of spawn below will reject +such programs.

+

We still need lists of expressions, defined below, but note that we do +not need lists of identifiers anymore. They have been replaced by the lists +of parameters.

+
k
syntax Exps ::= List{Exp,","} [strict, overload(exps)] +
+

Statements

+

The statements have the same syntax as in untyped SIMPLE, except for +the exceptions, which now type their parameter. Note that, unlike in untyped +SIMPLE, all statement constructs which have arguments and are not desugared +are strict, including the conditional and the while. Indeed, from a +typing perspective, they are all strict: first type their arguments and then +type the actual construct.

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block [strict] + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" + | "print" "(" Exps ")" ";" [strict] + | "try" Block "catch" "(" Param ")" Block [strict(1)] + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] +
+

Note that the sequential composition is now sequentially strict, +because, unlike in the dynamic semantics where statements dissolved, +they now reduce to the stmt type, which is a result.

+
k
syntax Stmt ::= Stmt Stmt [seqstrict, right] +
+

Desugaring macros

+

We use the same desugaring macros like in untyped SIMPLE, but, of +course, including the types of the involved variables.

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}} + rule for(Start Cond; Step) {} => {Start while(Cond){Step;}} + rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es; [anywhere] + rule T:Type X:Id = E; => T X; X = E; [anywhere] + +endmodule + + +module SIMPLE-TYPED-STATIC + imports SIMPLE-TYPED-STATIC-SYNTAX + imports DOMAINS +
+

Static semantics

+

Here we define the type system of SIMPLE. Like concrete semantics, +type systems defined in K are also executable. However, K type +systems turn into type checkers instead of interpreters when executed.

+

The typing process is done in two (overlapping) phases. In the first +phase the global environment is built, which contains type bindings +for all the globally declared variables and functions. For functions, +the declared types will be ``trusted'' during the first phase and +simply bound to their corresponding function names and placed in the +global type environment. At the same time, type-checking tasks that +the function bodies indeed respect their claimed types are generated. +All these tasks are (concurrently) verified during the second phase. +This way, all the global variable and function declarations are +available in the global type environment and can be used in order to +type-check each function code. This is consistent with the semantics +of untyped SIMPLE, where functions can access all the global variables +and can call any other function declared in the same program. The +two phases may overlap because of the K concurrent semantics. For +example, a function task can be started while the first phase is still +running; moreover, it may even complete before the first phase does, +namely when all the global variables and functions that it needs have +already been processed and made available in the global environment by +the first phase task.

+

Extended syntax and results

+

The idea is to start with a configuration holding the program to type +in one of its cells, then apply rewrite rules on it mixing types and +language syntax, and eventually obtain a type instead of the original +program. In other words, the program reduces to its type using +the K rules giving the type system of the language. In doing so, +additional typing tasks for function bodies are generated and solved +the same way. If this rewriting process gets stuck, then we say that +the program is not well-typed. Otherwise the program is well-typed +(by definition). We did not need types for statements and for blocks +as part of the typed SIMPLE syntax, because programmers are not allowed +to use such types explicitly. However, we are going to need them in the +type system, because blocks and statements reduce to them.

+

We start by allowing types to be used inside expressions and statements in +our language. This way, types can be used together with language syntax in +subsequent K rules without any parsing errors. Like in the type system of +IMP++ in the K tutorial, we prefer to group the block and statement types +under one syntactic sub-category of types, because this allows us to more +compactly state that certain terms can be either blocks or statements. Also, +since programs and fragments of program will reduce to their types, in order +for the strictness and context declarations to be executable we state that +types are results (same like we did in the IMP++ tutorial).

+
k
syntax Exp ::= Type + syntax Exps ::= Types + syntax BlockOrStmtType ::= "block" | "stmt" + syntax Type ::= BlockOrStmtType + syntax Block ::= BlockOrStmtType + syntax KResult ::= Type + | Types //TODO: remove this, eventually +
+

Configuration

+

The configuration of our type system consists of a tasks cell +holding various typing task cells, and a global type environment. +Each task includes a k cell holding the code to type, a tenv +cell holding the local type environment, and a return cell holding +the return type of the currently checked function. The latter is needed in +order to check whether return statements return values of the expected type. +Initially, the program is placed in a k cell inside a +task cell. Since the cells with multiplicity ? are not +included in the initial configuration, the task cell holding +the original program in its k cell will contain no other +subcells.

+
k
configuration <T color="yellow"> + <tasks color="orange"> + <task multiplicity="*" color="yellow" type="Set"> + <k color="green"> $PGM:Stmt </k> + <tenv multiplicity="?" color="cyan"> .Map </tenv> + <returnType multiplicity="?" color="black"> void </returnType> + </task> + </tasks> +// <br/> + <gtenv color="blue"> .Map </gtenv> + </T> +
+

Variable declarations

+

Variable declarations type as statements, that is, they reduce to the +type stmt. There are only two cases that need to be +considered: when a simple variable is declared and when an array +variable is declared. The macros at the end of the syntax module +above take care of reducing other variable declarations, including +ones where the declared variables are initialized, to only these two +cases. The first case has two subcases: when the variable declaration +is global (i.e., the task cell contains only the k +cell), in which case it is added to the global type environment +checking at the same time that the variable has not been already +declared; and when the variable declaration is local (i.e., a +tenv cell is available), in which case it is simply added to +the local type environment, possibly shadowing previous homonymous +variables. The third case reduces to the second, incrementally moving +the array dimension into the type until the array becomes a simple +variable.

+
k
rule <task> <k> T:Type X:Id; => stmt ...</k> </task> + <gtenv> Rho (.Map => X |-> T) </gtenv> + requires notBool(X in keys(Rho)) + rule <k> T:Type X:Id; => stmt ...</k> <tenv> Rho => Rho[X <- T] </tenv> + + context _:Type _::Exp[HOLE::Exps]; +// The rule below may need to sort E to Exp in the future, if the +// parser gets stricter; without that information, it may not be able +// to complete the LHS into T E[int,Ts],.Exps; (and similarly for the RHS) + rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts]; +// I want to write the rule below as _:Type (E:Exp[.Types] => E), +// but the list completion seems to not work well with that. + rule T:Type E:Exp[.Types]; => T E; +
+

Function declarations

+

Functions are allowed to be declared only at the top level (the +task cell holds only its k subcell). Each function +declaration reduces to a variable declaration (a binding of its name +to its declared function type), but also adds a task into the +tasks cell. The task consists of a typing of the statement +declaring all the function parameters followed by the function body, +together with the expected return type of the function. The +getTypes and mkDecls functions, defined at the end of +the file in the section on auxiliary operations, extracts the list of +types and makes a sequence of variable declarations from a list of +function parameters, respectively. Note that, although in the dynamic +semantics we include a terminating return statement at the +end of the function body to eliminate from the analysis the case when +the function does not provide an explicit return, we do not need to +include such a similar return statement here. That's because +the return statements type to stmt anyway, and the +entire code of the function body needs to type anyway.

+
k
rule <task> <k> T:Type F:Id(Ps:Params) S => getTypes(Ps)->T F; ...</k> </task> + (.Bag => <task> + <k> mkDecls(Ps) S </k> <tenv> .Map </tenv> <returnType> T </returnType> + </task>) +
+

Checking if main() exists}

+

Once the entire program is processed (generating appropriate tasks +to type check its function bodies), we can dissolve the main +task cell (the one holding only a k subcell). Since +we want to enforce that programs include a main function, we also +generate a function task executing main() to ensure that it +types (remove this task creation if you do not want your type system +to reject programs without a main function).

+
k
rule <task> <k> stmt => main(.Exps); </k> (.Bag => <tenv> .Map </tenv>) </task> +
+

Collecting the terminated tasks

+

Similarly, once a non-main task (i.e., one which contains a +tenv subcells) is completed using the subsequent rules (i.e., +its k cell holds only the block or stmt +type), we can dissolve its corresponding cell. Note that it is +important to ensure that we only dissolve tasks containing a +tenv cell with the rule below, because the main task should +not dissolve this way! It should do what the above rule says. +In the end, there should be no task cell left in the configuration +when the program correctly type checks.

+
k
rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag +
+

Basic values

+

The first three rewrite rules below reduce the primitive values to +their types, as we typically do when we define type systems in K.

+
k
rule _:Int => int + rule _:Bool => bool + rule _:String => string +
+

Variable lookup

+

There are three cases to distinguish for variable lookup: (1) if the +variable is bound in the local type environment, then look its type up +there; (2) if a local environment exists and the variable is not bound +in it, then look its type up in the global environment; (3) finally, +if there is no local environment, meaning that we are executing the +top-level pass, then look the variable's type up in the global +environment, too.

+
k
rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv> + + rule <k> X:Id => T ...</k> <tenv> Rho </tenv> <gtenv>... X |-> T ...</gtenv> + requires notBool(X in keys(Rho)) + + rule <task> <k> X:Id => T ...</k> </task> <gtenv>... X |-> T ...</gtenv> +
+

Increment

+

We want the increment operation to apply to any lvalue, including +array elements, not only to variables. For that reason, we define a +special context extracting the type of the argument of the increment +operation only if that argument is an lvalue. Otherwise the rewriting +process gets stuck. The operation ltype is defined at the +end of this file, in the auxiliary operation section. It essentially +acts as a filter, getting stuck if its argument is not an lvalue and +letting it reduce otherwise. The type of the lvalue is expected to be +an integer in order to be allowed to be incremented, as seen in the +rule ++ int => int below.

+
k
context ++(HOLE => ltype(HOLE)) + rule ++ int => int +
+

Common expression constructs

+

The rules below are straightforward and self-explanatory:

+
k
rule int + int => int + rule string + string => string + rule int - int => int + rule int * int => int + rule int / int => int + rule int % int => int + rule - int => int + rule int < int => bool + rule int <= int => bool + rule int > int => bool + rule int >= int => bool + rule T:Type == T => bool + rule T:Type != T => bool + rule bool && bool => bool + rule bool || bool => bool + rule ! bool => bool +
+

Array access and size

+

Array access requires each index to type to an integer, and the +array type to be at least as deep as the number of indexes:

+
k
// NOTE: +// We used to need parentheses in the RHS, to avoid capturing Ts as an attribute +// Let's hope that is not a problem anymore. + + rule (T[])[int, Ts:Types] => T[Ts] + rule T:Type[.Types] => T +
+

sizeOf only needs to check that its argument is an array:

+
k
rule sizeOf(_T[]) => int +
+

Input/Output

+

The read expression construct types to an integer, while print types +to a statement provided that all its arguments type to integers or +strings.

+
k
rule read() => int + + rule print(T:Type, Ts => Ts); requires T ==K int orBool T ==K string + rule print(.Types); => stmt +
+

Assignment

+

The special context and the rule for assignment below are similar +to those for increment: the LHS of the assignment must be an lvalue +and, in that case, it must have the same type as the RHS, which then +becomes the type of the assignment.

+
k
context (HOLE => ltype(HOLE)) = _ + rule T:Type = T => T +
+

Function application and return

+

Function application requires the type of the function and the +types of the passed values to be compatible. Note that a special case +is needed to handle the no-argument case:

+
k
rule (Ts:Types -> T)(Ts) => T requires Ts =/=K .Types + rule (void -> T)(.Types) => T +
+

The returned value must have the same type as the declared +function return type. If an empty return is encountered, than +we should check that we are in a function (and not a thread) +context, that is, a return cell must be available:

+
k
rule <k> return T:Type; => stmt ...</k> <returnType> T </returnType> + rule <k> return; => stmt ...</k> <returnType> _ </returnType> +
+

Blocks

+

To avoid having to recover type environments after blocks, we prefer +to start a new task for block body, making sure that the new task +is passed the same type environment and return cells. The value +returned by return statements must have the same type as +stated in the return cell. The print variadic +function is allowed to only print integers and strings. The thrown +exceptions can only have integer type.

+
k
rule {} => block + + rule <task> <k> {S} => block ...</k> <tenv> Rho </tenv> R </task> + (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>) +
+

Expression statement

+
k
rule _:Type; => stmt +
+

Conditional and while loop

+
k
rule if (bool) block else block => stmt + rule while (bool) block => stmt +
+

Exceptions

+

We currently force the parameters of exceptions to only be integers. +Moreover, for simplicity, we assume that integer exceptions can be +thrown from anywhere, including from functions which do not define +any try-catch block (with the currently unchecked ‒also for +simplicity‒ expectation that the caller functions would catch those +exceptions).

+
k
rule try block catch(int X:Id) {S} => {int X; S} + rule try block catch(int X:Id) {} => {int X;} + rule throw int; => stmt +
+

Concurrency

+

Nothing special about typing the concurrency constructs, except that +we do not want the spawned thread to return, so we do not include any +return cell in the new task cell for the thread statement. +Same like with the functions above, we do not check for thrown +exceptions which are not caught.

+
k
rule <k> spawn S => int ...</k> <tenv> Rho </tenv> + (.Bag => <task> <k> S </k> <tenv> Rho </tenv> </task>) + rule join int; => stmt + rule acquire _:Type; => stmt + rule release _:Type; => stmt + rule rendezvous _:Type; => stmt + + rule _:BlockOrStmtType _:BlockOrStmtType => stmt +
+

Auxiliary constructs

+

The function mkDecls turns a list of parameters into a +list of variable declarations.

+
k
syntax Stmt ::= mkDecls(Params) [function] + rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps) + rule mkDecls(.Params) => {} +
+

The ltype context allows only expressions which have an +lvalue to evaluate.

+
k
syntax LValue ::= Id + rule isLValue(_:Exp[_:Exps]) => true + syntax Exp ::= LValue // K should be able to infer this + // if not added, then it gets stuck with an Id on k cell + +// Instead of the second LValue production above you can use a rule: +// rule isLValue(_:Exp[_:Exps]) => true + + syntax Exp ::= ltype(Exp) +// context ltype(HOLE:LValue) +// The above context does not work due to some error, so we write instead + context ltype(HOLE) requires isLValue(HOLE) +
+

The function getTypes is the same as in SIMPLE typed dynamic.

+
k
syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types // I would like to not use .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types + +endmodule +
+

Go to Lesson 3, SIMPLE typed dynamic

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html b/k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html new file mode 100644 index 00000000000..e947339adae --- /dev/null +++ b/k-distribution/tests/regression-new/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/index.html @@ -0,0 +1,1141 @@ + + + + + + + + + + + + + + +SIMPLE — Typed — Dynamic | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

SIMPLE — Typed — Dynamic

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K dynamic semantics of the typed SIMPLE language. +It is very similar to the semantics of the untyped SIMPLE, the +difference being that we now dynamically check the typing policy +described in the static semantics of typed SIMPLE. Because of the +dynamic nature of the semantics, we can also perform some additional +checks which were not possible in the static semantics, such as +memory leaks due to accessing an array out of its bounds. We will +highlight the differences between the dynamically typed and the +untyped SIMPLE as we proceed with the semantics. We recommend the +reader to consult the typing policy and the syntax of types discussed +in the static semantics of the typed SIMPLE language.

+
k
module SIMPLE-TYPED-DYNAMIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of typed SIMPLE extends that of untyped SIMPLE with support +for declaring types to variables and functions.

+

The syntax below is identical to that of the static semantics of typed +SIMPLE. However, the K strictness attributes are like those of the untyped +SIMPLE, to capture the desired evaluation strategies of the various language +constructs.

+
k
syntax Id ::= "main" [token] +
+

Types

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + syntax Types ::= List{Type,","} +
+

Declarations

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" + | Type Id "(" Params ")" Block +
+

Expressions

+
k
syntax Exp ::= Int | Bool | String | Id + | "(" Exp ")" [bracket] + | "++" Exp + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] +
+

Like in the static semantics, there is no need for lists of identifiers +(because we now have lists of parameters).

+
k
syntax Exps ::= List{Exp,","} [strict, overload(exps)] + syntax Val + syntax Vals ::= List{Val,","} [overload(exps)] +
+

Statements

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "print" "(" Exps ")" ";" [strict] + | "return" Exp ";" [strict] + | "return" ";" + | "try" Block "catch" "(" Param ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [right] +
+

The same desugaring macros like in the statically typed SIMPLE.

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}} + rule for(Start Cond; Step) {} => {Start while(Cond){Step;}} + rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es; [anywhere] + rule T:Type X:Id = E; => T X; X = E; [anywhere] + +endmodule + + +module SIMPLE-TYPED-DYNAMIC + imports SIMPLE-TYPED-DYNAMIC-SYNTAX + imports DOMAINS +
+

Semantics

+

Values and results

+

These are similar to those of untyped SIMPLE, except that the array +references and the function abstrations now also hold their types. +These types are needed in order to easily compute the type of any +value in the language (see the auxiliary typeOf operation at +the end of this module).

+
k
syntax Val ::= Int | Bool | String + | array(Type,Int,Int) + | lambda(Type,Params,Stmt) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + | Vals // TODO: should not need this +
+

Configuration

+

The configuration is almost identical to that of untyped SIMPLE, +except for a return cell inside the control cell. +This return cell will hold, like in the static semantics of +typed SIMPLE, the expected type of the value returned by the function +being executed. The contents of this cell will be set whenever a +function is invoked and will be checked whenever the evaluation of the +function body encounters an explicit return statement.

+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + + syntax ControlCell + syntax ControlCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" color="yellow" type="Map"> + <id color="pink"> 0 </id> + <k color="green"> ($PGM:Stmt ~> execute) </k> +// <br/> + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + <returnType color="LimeGreen"> void </returnType> + </control> +// <br/> + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + </thread> + </threads> +// <br/> + <genv color="pink"> .Map </genv> + <store color="white"> .Map </store> + <busy color="cyan">.Set</busy> + <terminated color="red"> .Set </terminated> + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + </T> +
+

Declarations and Initialization

+

Variable Declaration

+

The undefined construct is now parameterized by a type. +A main difference between untyped SIMPLE and dynamically typed SIMPLE +is that the latter assigns a type to each of its locations and that +type cannot be changed during the execution of the program. We do not +do any memory management in our semantic definitions here, so +locations cannot be reclaimed, garbage collected and/or reused. Each +location corresponds precisely to an allocated variable or array +element, whose type was explicitly or implicitly declared in the +program and does not change. It is therefore safe to type each +location and then never allow that type to change. The typed +undefined values effectively assign both a type and an undefined value +to a location.

+
k
syntax KItem ::= undefined(Type) + + rule <k> T:Type X:Id; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 </nextLoc> +
+

Array Declaration

+

The dynamic semantics of typed array declarations is similar to that +in untyped SIMPLE, but we have to make sure that we associate the +right type to the allocated locations.

+
k
rule <k> T:Type X:Id[N:Int]; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(T, L +Int 1, N) + (L +Int 1)...(L +Int N) |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 + + context _:Type _::Exp[HOLE::Exps]; +
+

The desugaring of multi-dimensional arrays into unidimensional +ones is also similar to that in untyped SIMPLE, although we have to +make sure that all the declared variables have the right types. The +auxiliary operation T<Vs>, defined at the end of the file, +adds the length of Vs dimensions to the type T.

+
k
// TODO: Check the desugaring below to be consistent with the one for untyped simple + + syntax Id ::= "$1" [token] | "$2" [token] + rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals]; + => T[]<Vs> X[N1]; + { + T[][]<Vs> $1=X; + for(int $2=0; $2 <= N1 - 1; ++$2) { + T X[N2,Vs]; + $1[$2] = X; + } + } +
+

Function declaration

+

Store all function parameters, as well as the return type, as part +of the lambda abstraction. In the spirit of dynamic typing, we will +make sure that parameters are well typed when the function is invoked.

+
k
rule <k> T:Type F:Id(Ps:Params) S => .K ...</k> + <env> Env => Env[F <- L] </env> + <store>... .Map => L |-> lambda(T, Ps, S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

Calling main()

+

When done with the first pass, call main().

+
k
syntax KItem ::= "execute" + rule <k> execute => main(.Exps); </k> + <env> Env </env> + <genv> .Map => Env </genv> +
+

Expressions

+

Variable lookup

+
k
rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] +
+

Variable/Array increment

+
k
context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I:Int => I +Int 1) ...</store> [group(increment)] +
+

Arithmetic operators

+
k
rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E +
+

Array lookup

+

Check array bounds, as part of the dynamic typing policy.

+
k
// Same comment as for simple untyped regarding [anywhere] + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + +// Same comment as for simple untyped regarding [anywhere] + rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N) + requires N >=Int 0 andBool N <Int M [anywhere] +
+

Size of an array

+
k
rule sizeOf(array(_,_,N)) => N +
+

Function call

+

Define function call and return together, to see their relationship. +Note that the operation mkDecls now declares properly typed +instantiated variables, and that the semantics of return also +checks that that type of the returned value is expected one.

+
k
syntax KItem ::= (Type,Map,K,ControlCellFragment) + + rule <k> lambda(T,Ps,S)(Vs:Vals) ~> K => mkDecls(Ps,Vs) S return; </k> + <control> + <fstack> .List => ListItem((T',Env,K,C)) ...</fstack> + <returnType> T' => T </returnType> + C + </control> + <env> Env => GEnv </env> + <genv> GEnv </genv> + + rule <k> return V:Val; ~> _ => V ~> K </k> + <control> + <fstack> ListItem((T',Env,K,C)) => .List ...</fstack> + <returnType> T => T' </returnType> + (_ => C) + </control> + <env> _ => Env </env> + requires typeOf(V) ==K T // check the type of the returned value +
+

Like the undefined above, nothing also gets +tagged with a type now. The empty return statement is +completed to return the nothing value tagged as expected.

+
k
syntax Val ::= nothing(Type) + rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType> +
+

Read

+
k
rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> [group(read)] +
+

Assignment

+

The assignment now checks that the type of the assigned location is +preserved:

+
k
context (HOLE => lvalue(HOLE)) = _ + + rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (V' => V) ...</store> + requires typeOf(V) ==K typeOf(V') [group(assignment)] +
+

Statements

+

Blocks

+
k
rule {} => .K + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> +
+

Sequential composition

+
k
rule S1:Stmt S2:Stmt => S1 ~> S2 +
+

Expression statements

+
k
rule _:Val; => .K +
+

Conditional

+
k
rule if ( true) S else _ => S + rule if (false) _ else S => S +
+

While loop

+
k
rule while (E) S => if (E) {S while(E)S} +
+

Print

+

We only allow printing integers and strings:

+
k
rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + requires typeOf(V) ==K int orBool typeOf(V) ==K string [group(print)] + rule print(.Vals); => .K +
+

Exceptions

+

Exception parameters are now typed, but note that the semantics below +works correctly only when the thrown exception has the same type as +the innermost try-catch paramete. To keep things simple, for the time +being we can assume that SIMPLE only throws and catches integer +values, in which case our semantics below works fine:

+
k
syntax KItem ::= (Param,Stmt,K,Map,ControlCellFragment) // Param instead of Id + + syntax KItem ::= "popx" + + rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem((P, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => .K ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ => { T X = V; S2 } ~> K </k> + <control> + <xstack> ListItem((T:Type X:Id, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

Threads

+

Thread creation

+
k
rule <thread>... + <k> spawn S => !T:Int +Int 1 ...</k> + <env> Env </env> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T +Int 1 </id> + ...</thread>) +
+

Thread termination

+
k
rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> +
+

Thread joining

+
k
rule <k> join T:Int; => .K ...</k> + <terminated>... SetItem(T) ...</terminated> +
+

Acquire lock

+
k
rule <k> acquire V:Val; => .K ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy:Set)) [group(acquire)] + + rule <k> acquire V; => .K ...</k> + <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds> +
+

Release lock

+
k
rule <k> release V:Val; => .K ...</k> + <holds>... V |-> (N => N:Int -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> +
+

Rendezvous synchronization

+
k
rule <k> rendezvous V:Val; => .K ...</k> + <k> rendezvous V; => .K ...</k> [group(rendezvous)] +
+

Auxiliary declarations and operations

+

Turns a list of parameters and a list of instance values for them +into a list of variable declarations.

+
k
syntax Stmt ::= mkDecls(Params,Vals) [function] + rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals)) + => T X=V; mkDecls(Ps,Vs) + rule mkDecls(.Params,.Vals) => {} +
+

Location lookup.

+
k
syntax Exp ::= lookup(Int) // see NOTES.md for why Exp instead of KItem + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> [group(lookup)] +
+

Environment recovery.

+
k
// TODO: same comment regarding setEnv(...) as for simple untyped + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env> + rule (setEnv(_) => .K) ~> setEnv(_) +
+

lvalue and loc

+
k
syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + + //context lvalue(_[HOLE]) + //context lvalue(HOLE[_]) + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + + rule lvalue(lookup(L:Int) => loc(L)) +
+

Adds the corresponding depth to an array type

+
k
syntax Type ::= Type "<" Vals ">" [function] + rule T:Type<_,Vs:Vals> => T[]<Vs> + rule T:Type<.Vals> => T +
+

Sequences of locations.

+
k
syntax Map ::= Int "..." Int "|->" K [function] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M + +// Type of a value. + syntax Type ::= typeOf(K) [function] + rule typeOf(_:Int) => int + rule typeOf(_:Bool) => bool + rule typeOf(_:String) => string + rule typeOf(array(T,_,_)) => (T[]) // () needed! K parses [] as "no tags" + rule typeOf(lambda(T,Ps,_)) => getTypes(Ps) -> T + rule typeOf(undefined(T)) => T + rule typeOf(nothing(T)) => T +
+

List of types of a parameter.

+
k
syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types // I would like to not use .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html b/k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html new file mode 100644 index 00000000000..1a154199d8e --- /dev/null +++ b/k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/index.html @@ -0,0 +1,1521 @@ + + + + + + + + + + + + + + +KOOL — Untyped | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

KOOL — Untyped

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of the untyped KOOL language. KOOL +is aimed at being a pedagogical and research language that captures +the essence of the object-oriented programming paradigm. Its untyped +variant discussed here is simpler than the typed one, ignoring several +intricate aspects of types in the presence of objects. A program +consists of a set of class declarations. Each class can extend at +most one other class (KOOL is single-inheritance). A class can +declare a set of fields and a set of methods, all public and called +the class' members. Specifically, KOOL includes the +following features:

+
    +
  • +

    Class declarations, where a class may or may not explicitly +extend another class. In case a class does not explicitly extend +another class, then it is assumed that it extends the default top-most +and empty (i.e., no members) class called Object. Each class +is required to declare precisely one homonymous method, called its +constructor. Each valid program should contain one class +named Main, whose constructor, Main(), takes no +arguments. The execution of a program consists of creating an object +instance of class Main and invoking the constructor +Main() on it, that is, of executing new Main();.

    +
  • +
  • +

    All features of SIMPLE (see examples/simple/untyped), +i.e., multidimensional arrays, function (here called "method") +abstractions with call-by-value parameter passing style and static +scoping, blocks with locals, input/output, parametric exceptions, and +concurrency via dynamic thread creation/termination and synchronization. +The only change in the syntax of SIMPLE when imported in KOOL is the +function declaration keyword, function, which is changed into +method. The exact same desugaring macros from SIMPLE are +also included in KOOL. We can think of KOOL's classes as embedding +SIMPLE programs (extended with OO constructs, as discussed next).

    +
  • +
  • +

    Object creation using the new C(e1,...,en) +expression construct. An object instance of class C is first +created and then the constructor C(e1,...,en) is implicitly +called on that object. KOOL only allows (and requires) one +constructor per class. The class constructor can be called either +implicitly during a new object creation for the class, or explicitly. +The superclass constructor is not implicitly invoked when a +class constructor is invoked; if you want to invoke the superclass +constructor from a subclass constructor then you have to do it +explicitly.

    +
  • +
  • +

    An expression construct this, which evaluates to the +current object.

    +
  • +
  • +

    An expression construct super, which is used (only) in +combination with member lookup (see next) to refer to a superclass +field or method.

    +
  • +
  • +

    A member lookup expression construct e.x, where e +is an expression (either an expression expected to evaluate to an object +or the super construct) and x is a class member name, +that is, a field or a method name.

    +
  • +
  • +

    Expression constructs e instanceOf C and +(C) e, where e is an expression expected +to evaluate to an object and C a class name. The former +tells whether the class of e is a subclass of C, +that is, whether e can be used as an instance of C, +and the latter changes the class of e to C. These +operations always succeed: the former returns a Boolean value, while +the latter changes the current class of e to C +regardless of whether it is safe to do so or not. The typed version +of KOOL will check the safety of casting by ensuring that the instance +class of the object is a subclass of C. In untyped KOOL we +do not want to perform this check because we want to allow the +programmer maximum of flexibility: if one always accesses only +available members, then the program can execute successfully despite +the potentially unsafe cast.

    +
  • +
+

There are some specific aspects of KOOL that need to be discussed.

+

First, KOOL is higher-order, allowing function abstractions to be +treated like any other values in the language. For example, if +m is a method of object e then e.m +evaluates to the corresponding function abstraction. The function +abstraction is in fact a closure, because in addition to the method +parameters and body it also encapsulates the object value (i.e., the +environment of the object together with its current class—see below) +that e evaluates to. This way, function abstractions can be +invoked anywhere and have the capability to change the state of their +object. For example, if m is a method of object e +which increments a field c of e when invoked, and if +getm is another method of e which simply returns +m when invoked, then the double application +(e.getm())() has the same effect as e.m(), that is, +increments the counter c of e. Note that the +higher-order nature of KOOL was not originally planned; it came as a +natural consequence of evaluating methods to closures and we decided +to keep it. If you do not like it then do not use it.

+

Second, since all the fields and methods are public in KOOL and since +they can be redeclared in subclasses, it is not immediately clear how +to lookup the member x when we write e.x and +e is different from super. We distinguish two cases, +depending on whether e.x occurs in a method invocation +context (i.e., e.x(...)) or in a field context. KOOL has +dynamic method dispatch, so if e.x is invoked as a method +then x will be searched for starting with the instance class of +the object value to which e evaluates. If e.x +occurs in a non-method-invocation context then x will be +treated as a field (although it may hold a method closure due to the +higher-order nature of KOOL) and thus will be searched starting with +the current class of the object value of e (which, because of +this and casting, may be different from its instance class). +In order to achieve the above, each object value will consist of a +pair holding the current class of the object and an environment stack +with one layer for each class in the object's instance class hierarchy.

+

Third, although KOOL is dynamic method dispatch, its capabilities +described above are powerful enough to allow us to mimic static +method dispatch. For example, suppose that you want to invoke method +m() statically. Then all you need to do is to declare a +local variable and bind it to m, for example var staticm = m;, and +then call staticm(). This works because +staticm is first bound to the method closure that m +evaluates to, and then looked up as any local variable when invoked. +We only enable the dynamic method dispatch when we have an object +member on an application position, e.g., m().

+

In what follows, we limit our comments to the new, KOOL-specific +aspects of the language. We refer the reader to the untyped SIMPLE +language for documentation on the the remaining features, because +those were all borrowed from SIMPLE.

+
k
module KOOL-UNTYPED-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of KOOL extends that of SIMPLE with object-oriented +constructs. We removed from the K annotated syntax of SIMPLE two +constructs, namely the one for function declarations (because we want +to call them methods now) and the one for function application +(because application is not strict in the first argument +anymore—needs to initiate dynamic method dispatch). The additional +syntax includes:

+
    +
  • First, we need a new dedicated identifier, Object, for +the default top-most class.
  • +
  • Second, we rename the function keyword of SIMPLE into method.
  • +
  • Third, we add syntax for class declarations together with a +macro making classes which extend nothing to extend Object.
  • +
  • Fourth, we change the strictness attribute of application +into strict(2).
  • +
  • Finally, we add syntax and corresponding strictness +for the KOOL object-oriented constructs.
  • +
+
k
syntax Id ::= "Object" [token] | "Main" [token] + + syntax Stmt ::= "var" Exps ";" + | "method" Id "(" Ids ")" Block // called "function" in SIMPLE + | "class" Id Block // KOOL + | "class" Id "extends" Id Block // KOOL + + syntax Exp ::= Int | Bool | String | Id + | "this" // KOOL + | "super" // KOOL + | "(" Exp ")" [bracket] + | "++" Exp + | Exp "instanceOf" Id [strict(1)] // KOOL + | "(" Id ")" Exp [strict(2)] // KOOL cast + | "new" Id "(" Exps ")" [strict(2)] // KOOL + | Exp "." Id // KOOL + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict(2)] // was strict in SIMPLE + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] + + syntax Ids ::= List{Id,","} + + syntax Exps ::= List{Exp,","} [strict, overload(exps)] + syntax Val + syntax Vals ::= List{Val,","} [overload(exps)] + + syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" [macro] + | "print" "(" Exps ")" ";" [strict] + | "try" Block "catch" "(" Id ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [right] +
+

Old desugaring rules, from SIMPLE

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S} => {Start while (Cond) {S Step;}} + rule var E1::Exp, E2::Exp, Es::Exps; => var E1; var E2, Es; [anywhere] + rule var X::Id = E; => var X; X = E; [anywhere] +
+

New desugaring rule

+
k
rule class C:Id S => class C extends Object S // KOOL + +endmodule +
+

Semantics

+

We first discuss the new configuration of KOOL, which extends that of +SIMPLE. Then we include the semantics of the constructs borrowed from +SIMPLE unchanged; we refrain from discussing those, because they were +already discussed in the K definition of SIMPLE. Then we discuss +changes to SIMPLE's semantics needed for the more general meaning of +the previous SIMPLE constructs (for example for thread spawning, +assignment, etc.). Finally, we discuss in detail the +semantics of the additional KOOL constructs.

+
k
module KOOL-UNTYPED + imports KOOL-UNTYPED-SYNTAX + imports DOMAINS +
+

Configuration

+

KOOL removes one cell and adds two nested cells to the configuration +of SIMPLE. The cell which is removed is the one holding the global +environment, because a KOOL program consists of a set of classes only, +with no global declarations. In fact, since informally speaking each +KOOL class now includes a SIMPLE program, it is safe to say that the +global variables in SIMPLE became class fields in KOOL. Let us now +discuss the new cells that are added to the configuration of SIMPLE.

+
    +
  • +

    The cell crntObj holds data pertaining to the current +object, that is, the object environment in which the code in cell +k executes: crntClass holds the current class (which +can change as methods of the current object are invoked); +envStack holds the stack of environments as a list, +each layer corresponding to one class in the objects' instance class +hierarchy; location, which is optional, holds the location in +the store where the current object is or has to be located (this is +useful both for method closures and for the semantics of object +creation).

    +
  • +
  • +

    The cell classes holds all the declared classes, each +class being held in its own class cell which contains a name +(className), a parent (extends), and the actual +member declarations (declarations).

    +
  • +
+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + syntax EnvCell + syntax ControlCell + syntax EnvStackCell + syntax CrntObjCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" type="Set" color="yellow"> + <k color="green"> $PGM:Stmt ~> execute </k> + //<br/> // TODO(KORE): support latex annotations #1799 + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + //<br/> // TODO(KORE): support latex annotations #1799 + <crntObj color="Fuchsia"> // KOOL + <crntClass> Object </crntClass> + <envStack> .List </envStack> + <location multiplicity="?"> .K </location> + </crntObj> + </control> + //<br/> // TODO(KORE): support latex annotations #1799 + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + <id color="pink"> 0 </id> + </thread> + </threads> + //<br/> // TODO(KORE): support latex annotations #1799 + <store color="white"> .Map </store> + <busy color="cyan">.Set </busy> + <terminated color="red"> .Set </terminated> + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <classes color="Fuchsia"> // KOOL + <classData multiplicity="*" type="Map" color="Fuchsia"> + // the Map has as its key the first child of the cell, + // in this case the className cell. + <className color="Fuchsia"> Main </className> + <baseClass color="Fuchsia"> Object </baseClass> + <declarations color="Fuchsia"> .K </declarations> + </classData> + </classes> + </T> +
+

Unchanged Semantics from untyped SIMPLE

+

The semantics below is taken over from SIMPLE unchanged. +The semantics of function declaration and invocation, including the +use of the special lambda abstraction value, needs to change +in order to account for the fact that methods are now invoked into +their object's environment. The semantics of function return actually +stays unchanged. Also, the semantics of program initialization is +different: now we have to create an instance of the Main +class which also calls the constructor Main(), while in +SIMPLE we only had to invoke the function Main(). +Finally, the semantics of thread spawning needs to change, too: the +parent thread needs to also share its object environment with the +spawned thread (in addition to its local environment, like in SIMPLE). +This is needed in order to be able to spawn method invokations under +dynamic method dispatch; for example, spawn { run(); } +will need to look up the method run() in the newly created +thread, operation which will most likely fail unless the child thread +sees the object environment of the parent thread. Note that the +spawn statement of KOOL is more permissive than the threads +of Java. In fact, the latter can be implemented in terms of our +spawn—see the program threads.kool for a sketch.

+

Below is a subset of the values of SIMPLE, which are also values +of KOOL. We will add other values later in the semantics, such as +object and method closures.

+
k
syntax Val ::= Int | Bool | String + | array(Int,Int) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + syntax KResult ::= Vals +
+

The semantics below are taken verbatim from the untyped SIMPLE +definition.

+
k
syntax KItem ::= "undefined" + + rule <k> var X:Id; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined ...</store> + <nextLoc> L:Int => L +Int 1 </nextLoc> + + + context var _:Id[HOLE]; + + rule <k> var X:Id[N:Int]; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(L +Int 1, N) + (L +Int 1) ... (L +Int N) |-> undefined ...</store> + <nextLoc> L:Int => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 + + + syntax Id ::= "$1" [token] | "$2" [token] + rule var X:Id[N1:Int, N2:Int, Vs:Vals]; + => var X[N1]; + { + var $1=X; + for(var $2=0; $2 <= N1 - 1; ++$2) { + var X[N2,Vs]; + $1[$2] = X; + } + } + + + rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] + + + context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I:Int => I +Int 1) ...</store> [group(increment)] + + + rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E + + + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + + rule array(L,_)[N:Int] => lookup(L +Int N) + [anywhere] + + + rule sizeOf(array(_,N)) => N +
+

The semantics of function application needs to change into dynamic +method dispatch invocation, which is defined shortly. However, +interestingly, the semantics of return stays unchanged.

+
k
rule <k> return(V:Val); ~> _ => V ~> K </k> + <control> + <fstack> ListItem(fstackFrame(Env,K,XS,<crntObj> CO </crntObj>)) => .List ...</fstack> + <xstack> _ => XS </xstack> + <crntObj> _ => CO </crntObj> + </control> + <env> _ => Env </env> + + syntax Val ::= "nothing" + rule return; => return nothing; + + + rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> [group(read)] + + + context (HOLE => lvalue(HOLE)) = _ + + rule <k> loc(L) = V:Val => V ...</k> <store>... L |-> (_ => V) ...</store> + [group(assignment)] + + + rule {} => .K + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> + + + rule S1::Stmt S2::Stmt => S1 ~> S2 + + rule _:Val; => .K + + rule if ( true) S else _ => S + rule if (false) _ else S => S + + rule while (E) S => if (E) {S while(E)S} + + rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + [group(print)] + rule print(.Vals); => .K + + + syntax KItem ::= xstackFrame(Id,Stmt,K,Map,K) + // TODO(KORE): drop the additional production once parsing issue #1842 is fixed + | (Id,Stmt,K,Map,K) + + syntax KItem ::= "popx" + + rule <k> (try S1 catch(X) {S2} => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem(xstackFrame(X, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => .K ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ => { var X = V; S2 } ~> K </k> + <control> + <xstack> ListItem(xstackFrame(X, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

Thread spawning needs a new semantics, because we want the child +thread to also share the object environment with its parent. The new +semantics of thread spawning will be defined shortly. However, +interestingly, the other concurrency constructs keep their semantics +from SIMPLE unchanged.

+
k
// TODO(KORE): ..Bag should be . throughout this definition #1772 + rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + /* + rule (<thread>... <k>.</k> <holds>H</holds> <id>T</id> ...</thread> => .) + */ + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> + + rule <k> join T:Int; => .K ...</k> + <terminated>... SetItem(T) ...</terminated> + + rule <k> acquire V:Val; => .K ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy:Set)) [group(acquire)] + + rule <k> acquire V; => .K ...</k> + <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds> + + rule <k> release V:Val; => .K ...</k> + <holds>... V |-> (N => N:Int -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> + + rule <k> rendezvous V:Val; => .K ...</k> + <k> rendezvous V; => .K ...</k> [group(rendezvous)] +
+

Unchanged auxiliary operations from untyped SIMPLE

+
k
syntax Stmt ::= mkDecls(Ids,Vals) [function] + rule mkDecls((X:Id, Xs:Ids), (V:Val, Vs:Vals)) => var X=V; mkDecls(Xs,Vs) + rule mkDecls(.Ids,.Vals) => {} + + // TODO(KORE): clarify sort inferences #1803 + syntax Exp ::= lookup(Int) + /* + syntax KItem ::= lookup(Int) + */ + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> [group(lookup)] + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env> + rule (setEnv(_) => .K) ~> setEnv(_) + // TODO: How can we make sure that the second rule above applies before the first one? + // Probably we'll deal with this using strategies, eventually. + + syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + + rule lvalue(lookup(L:Int) => loc(L)) + + + syntax Map ::= Int "..." Int "|->" K [function] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M +
+

Changes to the existing untyped SIMPLE semantics

+

When we extend a language, sometimes we need to do more than just add +new language constructs and semantics for them. Sometimes we want to +also extend the semantics of existing language constructs, in order to +get more from them.

+

Program initialization

+

In SIMPLE, once all the global declarations were processed, the +function main() was invoked. In KOOL, the global +declarations are classes, and their specific semantics is given +shortly; essentially, they are pre-processed one by one and added +into the class cell structure in the configuration. +Once all the classes are processed, the computation item +execute, which was placed right after the program in the +initial configuration, is reached. In SIMPLE, the program was +initialized by calling the method main(). In KOOL, the +program is initialized by creating an object instance of class +Main. This will also implicitly call the method +Main() (the Main class constructor). The emptiness +of the env cell below is just a sanity check, to make sure +that the user has not declared anything but classes at the top level +of the program.

+
k
syntax KItem ::= "execute" + rule <k> execute => new Main(.Exps); </k> <env> .Map </env> +
+

The semantics of new (defined below) requires the +execution of all the class' declarations (and also of its +superclasses').

+

Object and method closures

+

Before we can define the semantics of method application (previously +called function application in SIMPLE), we need to add two more values +to the language, namely object and method closures:

+
k
syntax Val ::= objectClosure(Id, List) + | methodClosure(Id,Int,Ids,Stmt) +
+

An object value consists of an objectClosure-wrapped bag +containing the current class of the object and the environment stack +of the object. The current class of an object will always be one of +the classes mapped to an environment in the environment stack of the +object. A method closure encapsulates the method's parameters and +code (last two arguments), as well as the object context in which the +method code should execute. This object context includes the current +class of the object (the first argument of methodClosure) and +the object environment stack (located in the object stored at the +location specified as the second argument of methodClosure).

+

Method application

+

KOOL has a complex mechanism to invoke methods, because it allows both +dynamic method dispatch and methods as first-class-citizen values (the +latter making it a higher-order language). The invocation mechanism +will be defined later. What is sufficient to know for now is that +the two arguments of the application construct eventually reduce to +values, the first being a method closure and the latter a list of +values. The semantics of the method closure application is then as +expected: the local environment and control are stacked, then we +switch to method closure's class and object environment and execute +the method body. The mkDecls construct is the one that came +with the unchanged semantics of SIMPLE above.

+
k
syntax KItem ::= fstackFrame(Map,K,List,K) + // TODO(KORE): drop the additional production once parsing issue #1842 is fixed + | (Map,K,K) + + rule <k> methodClosure(Class,OL,Xs,S)(Vs:Vals) ~> K + => mkDecls(Xs,Vs) S return; </k> + <env> Env => .Map </env> + <store>... OL |-> objectClosure(_, EnvStack)...</store> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> + <xstack> XS </xstack> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj' </crntObj>)) + ...</fstack> + <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EnvStack </envStack> </crntObj> + </control> +
+

Spawn

+

We want to extend the semantics of spawn to also share the +current object environment with the child thread, in addition to the +current environment. This extension will allow us to also use method +invocations in the spawned statements, which will be thus looked up as +expected, using dynamic method dispatch. This lookup operation would +fail if the child thread did not have access to its parent's object +environment.

+
k
rule <thread>... + <k> spawn S => !T:Int ...</k> + <env> Env </env> + <crntObj> Obj </crntObj> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T </id> + <crntObj> Obj </crntObj> + ...</thread>) +
+

Semantics of the new KOOL constructs

+

Class declaration

+

Initially, the classes forming the program are moved into their +corresponding cells:

+
k
rule <k> class Class1 extends Class2 { S } => .K ...</k> + <classes>... (.Bag => <classData> + <className> Class1 </className> + <baseClass> Class2 </baseClass> + <declarations> S </declarations> + </classData>) + ...</classes> +
+

Method declaration

+

Like in SIMPLE, method names are added to the environment and bound +to their code. However, unlike in SIMPLE where each function was +executed in the same environment, namely the program global +environment, a method in KOOL needs to be executed into its object's +environment. Thus, methods evaluate to closures, which encapsulate +their object's context (i.e., the current class and environment stack +of the object) in addition to method's parameters and body. This +approach to bind method names to method closures in the environment +will also allow objects to pass their methods to other objects, to +dynamically change their methods by assigning them other method +closures, and even to allow all these to be done from other objects. +This gives the KOOL programmer a lot of power; one should use this +power wisely, though, because programs can become easily hard to +understand and reason about if one overuses these features.

+
k
rule <k> method F:Id(Xs:Ids) S => .K ...</k> + <crntClass> Class:Id </crntClass> + <location> OL:Int </location> + <env> Env => Env[F <- L] </env> + <store>... .Map => L |-> methodClosure(Class,OL,Xs,S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

New

+

The semantics of new consists of two actions: memory +allocation for the new object and execution of the corresponding +constructor. Then the created object is returned as the result of the +new operation; the value returned by the constructor, if any, +is discarded. The current environment and object are stored onto the +stack and recovered after new (according to the semantics of +return borrowed from SIMPLE, when the statement +return this; in the rule below is reached and evaluated), +because the object creation part of new will destroy them. +The rule below also initializes the object creation process by +emptying the local environment and the current object, and allocating +a location in the store where the created object will be eventually +stored (this is what the storeObj task after the object +creation task in the rule below will do—its rule is defined +shortly). The location where the object will be stored is also made +available in the crntObj cell, so that method closures can +refer to it (see rule above).

+
k
syntax KItem ::= "envStackFrame" "(" Id "," Map ")" + + rule <k> new Class:Id(Vs:Vals) ~> K + => create(Class) ~> storeObj ~> Class(Vs); return this; </k> + <env> Env => .Map </env> + <nextLoc> L:Int => L +Int 1 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> <xstack> XS </xstack> + <crntObj> Obj + => <crntClass> Object </crntClass> + <envStack> ListItem(envStackFrame(Object, .Map)) </envStack> + <location> L </location> + </crntObj> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, <crntObj> Obj </crntObj>)) ...</fstack> + </control> +
+

The creation of a new object (the memory allocation part only) is +a recursive process, requiring to first create an object for the +superclass. A memory object representation is a layered structure: +for each class on the path from the instance class to the root of the +hierarchy there is a layer including the memory allocated for the +members (both fields and methods) of that class.

+
k
syntax KItem ::= create(Id) + + rule <k> create(Class:Id) + => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k> + <className> Class </className> + <baseClass> Class1:Id </baseClass> + <declarations> S </declarations> + + rule <k> create(Object) => .K ...</k> +
+

The next operation sets the current class of the current object. +This is necessary to be done at each layer, because the current class +of the object is enclosed as part of the method closures (see the +semantics of method declarations above).

+
k
syntax KItem ::= setCrntClass(Id) + + rule <k> setCrntClass(C) => .K ...</k> + <crntClass> _ => C </crntClass> +
+

The next operation adds a new tagged environment layer to the +current object and gets ready for the next layer by clearing the +environment (note that create expects the environment to be +empty).

+
k
syntax KItem ::= "addEnvLayer" + + rule <k> addEnvLayer => .K ...</k> + <env> Env => .Map </env> + <crntClass> Class:Id </crntClass> + <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack> +
+

The following operation stores the created object at the location +reserved by new. Note that the location reserved by +new was temporarily stored in the crntObj cell +precisely for this purpose. Now that the newly created object is +stored at its location and that all method closures are aware of it, +the location is unnecessary and thus we delete it from the +crntObj cell.

+
k
syntax KItem ::= "storeObj" + + rule <k> storeObj => .K ...</k> + <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> (<location> L:Int </location> => .Bag) </crntObj> + <store>... .Map => L |-> objectClosure(CC, ES) ...</store> +
+

Self reference

+

The semantics of this is straightforward: evaluate to the +current object.

+
k
rule <k> this => objectClosure(CC, ES) ...</k> + <crntObj> <crntClass> CC </crntClass> <envStack> ES </envStack> </crntObj> +
+

Object member access

+

We can access an object member (field or method) either explicitly, +using the construct e.x, or implicitly, using only the member +name x directly. The borrowed semantics of SIMPLE will +already lookup a sole name in the local environment. The first rule +below reduces implicit member access to explicit access when the name +cannot be found in the local environment. There are two cases to +analyze for explicit object member access, depending upon whether the +object is a proper object or it is just a redirection to the parent +class via the construct super. In the first case, we +evaluate the object expression and lookup the member starting with the +current class (static scoping). Note the use of the conditional +evaluation context. In the second case, we just lookup the member +starting with the superclass of the current class. In both cases, +the lookupMember task eventually yields a lookup(L) +task for some appropriate location L, which will be further +solved with the corresponding rule borrowed from SIMPLE. Note that the +current object is not altered by super, so future method +invocations see the entire object, as needed for dynamic method dispatch.

+
k
rule <k> X:Id => this . X ...</k> <env> Env:Map </env> + requires notBool(X in keys(Env)) + + context HOLE._::Id requires (HOLE =/=K super) + +// TODO: explain how Assoc matching has been replaced with two rules here. +// Maybe also improve it a bit. + +/* rule objectClosure(<crntClass> Class:Id </crntClass> + <envStack>... envStackFrame(Class,EnvC) EStack </envStack>) + . X:Id + => lookupMember(envStackFrame(Class,EnvC) EStack, X) */ + + rule objectClosure(Class:Id, ListItem(envStackFrame(Class,Env)) EStack) + . X:Id + => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X) + rule objectClosure(Class:Id, (ListItem(envStackFrame(Class':Id,_)) => .List) _) + . _X:Id + requires Class =/=K Class' + +/* rule <k> super . X => lookupMember(EStack, X) ...</k> + <crntClass> Class </crntClass> + <envStack>... envStackFrame(Class,EnvC) EStack </envStack> */ + rule <k> super . X => lookupMember(EStack, X) ...</k> + <crntClass> Class:Id </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> super . _X ...</k> + <crntClass> Class </crntClass> + <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack> + requires Class =/=K Class' +
+

Method invocation

+

Unlike in SIMPLE, in KOOL application was declared strict only in its +second argument. That is because we want to ensure dynamic method +dispatch when the first argument is a method access. As a +consequence, we need to consider all the cases of interest for the +first argument and to explicitly say what to do in each case. In all +cases except for method access in a proper object (i.e., not +super), we want the same behavior for the first argument as +if it was not in a method invocation position. When it is a member +access (the third rule below), we look it up starting with the +instance class of the corresponding object. This ensures dynamic +dispatch for methods; it actually dynamically dispatches field +accesses, too, which is correct in KOOL, because one can assign method +closures to fields and the field appeared in a method invocation +context. The last context declaration below says that method +applications or array accesses are also allowed as first argument to +applications; that is because methods are allowed to return methods +and arrays are allowed to hold methods in KOOL, since it is +higher-order. If that is the case, then we want to evaluate the +method call or the array access.

+
k
rule <k> (X:Id => V)(_:Exps) ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] + + rule <k> (X:Id => this . X)(_:Exps) ...</k> + <env> Env </env> + requires notBool(X in keys(Env)) + + context HOLE._::Id(_) requires HOLE =/=K super + + rule (objectClosure(_, EStack) . X + => lookupMember(EStack, X:Id))(_:Exps) + +/* rule <k> (super . X + => lookupMember(EStack,X))(_:Exps)...</k> + <crntClass> Class </crntClass> + <envStack>... envStackFrame(Class,_) EStack </envStack> */ + rule <k> (super . X + => lookupMember(EStack,X))(_:Exps)...</k> + <crntClass> Class </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> (super . _X)(_:Exps) ...</k> + <crntClass> Class </crntClass> + <envStack> ListItem(envStackFrame(Class':Id,_)) => .List ...</envStack> + requires Class =/=K Class' + + // TODO(KORE): fix getKLabel #1801 + rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C) + rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C) + rule V:Val ~> #freezerFunCall(C:Exps) => V(C) + syntax KItem ::= "#freezerFunCall" "(" K ")" + /* + context HOLE(_:Exps) + requires getKLabel(HOLE) ==K #klabel(`_(_)`) orBool getKLabel(HOLE) ==K #klabel(`_[_]`) + */ +
+

Eventually, each of the rules above produces a lookup(L) +task as a replacement for the method. When that happens, we just +lookup the value at location L:

+
k
rule <k> (lookup(L) => V)(_:Exps) ...</k> <store>... L |-> V:Val ...</store> + [group(lookup)] +
+

The value V looked up above is expected to be a method closure, +in which case the semantics of method application given above will +apply. Otherwise, the execution will get stuck.

+

Instance Of

+

It searches the object environment for a layer corresponding to the +desired class. It returns true iff it can find the class, +otherwise it returns false; it only gets stuck when its first +argument does not evaluate to an object.

+
k
rule objectClosure(_, ListItem(envStackFrame(C,_)) _) + instanceOf C => true + + rule objectClosure(_, (ListItem(envStackFrame(C,_)) => .List) _) + instanceOf C' requires C =/=K C' +//TODO: remove the sort cast ::Id of C above, when sort inference bug fixed + + rule objectClosure(_, .List) instanceOf _ => false +
+

Cast

+

In untyped KOOL, we prefer to not check the validity of casting. In +other words, any cast is allowed on any object, simply changing the +current class of the object to the desired class. The execution will +get stuck later if one attempts to access a field which is not +available. Moreover, the execution may complete successfully even +in the presence of invalid casts, provided that each accessed member +during the current execution is, or happens to be, available.

+
k
rule (C) objectClosure(_ , EnvStack) => objectClosure(C ,EnvStack) +
+

KOOL-specific auxiliary declarations and operations

+

Here we define all the auxiliary constructs used in the above +KOOL-specific semantics (those used in the SIMPLE fragment +have already been defined in a corresponding section above).

+

Objects as lvalues

+

The current machinery borrowed with the semantics of SIMPLE allows us +to enrich the set of lvalues, this way allowing new means to assign +values to locations. In KOOL, we want object member names to be +lvalues, so that we can assign values to them using the already +existing machinery. The first rule below ensures that the object is +always explicit, the evaluation context enforces the object to be +evaluated, and finally the second rule initiates the lookup for the +member's location based on the current class of the object.

+
k
rule <k> lvalue(X:Id => this . X) ...</k> <env> Env </env> + requires notBool(X in keys(Env)) + + context lvalue((HOLE . _)::Exp) + +/* rule lvalue(objectClosure(<crntClass> C </crntClass> + <envStack>... envStackFrame(C,EnvC) EStack </envStack>) + . X + => lookupMember(<envStack> envStackFrame(C,EnvC) EStack </envStack>, + X)) */ + rule lvalue(objectClosure(Class, ListItem(envStackFrame(Class,Env)) EStack) + . X + => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, + X)) + rule lvalue(objectClosure(Class, (ListItem(envStackFrame(Class':Id,_)) => .List) _) + . _X) + requires Class =/=K Class' +
+

Lookup member

+

It searches for the given member in the given environment stack, +starting with the most concrete class and going up in the hierarchy.

+
k
// TODO(KORE): clarify sort inferences #1803 + syntax Exp ::= lookupMember(List, Id) [function] + /* + syntax KItem ::= lookupMember(EnvStackCell,Id) [function] + */ + +// rule lookupMember(<envStack> envStackFrame(_, <env>... X|->L ...</env>) ...</envStack>, X) +// => lookup(L) + rule lookupMember(ListItem(envStackFrame(_, X|->L _)) _, X) + => lookup(L) + +// rule lookupMember(<envStack> envStackFrame(_, <env> Env </env>) => .List ...</envStack>, X) +// requires notBool(X in keys(Env)) + rule lookupMember(ListItem(envStackFrame(_, Env)) Rest, X) => + lookupMember(Rest, X) + requires notBool(X in keys(Env)) +//TODO: beautify the above + +endmodule +
+

Go to Lesson 2, KOOL typed dynamic.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html b/k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html new file mode 100644 index 00000000000..b8942d20701 --- /dev/null +++ b/k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/index.html @@ -0,0 +1,1380 @@ + + + + + + + + + + + + + + +KOOL — Typed — Dynamic | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

KOOL — Typed — Dynamic

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K dynamic semantics of the typed KOOL language. It is +very similar to the semantics of the untyped KOOL, the difference +being that we now check the typing policy dynamically. Since we have +to now declare the types of variables and methods, we adopt a syntax +for those which is close to Java. Like in the semantics of +untyped KOOL, where we borrowed almost all the semantics of untyped +SIMPLE, we are going to also borrow much of the semantics of +dynamically typed SIMPLE here. We will highlight the differences +between the dynamically typed and the untyped KOOL as we proceed with +the semantics. In general, the type policy of the typed KOOL language +is similar to that of Java. You may find it useful to also read +the discussion in the preamble of the static semantics of typed KOOL +before proceeding.

+
k
module KOOL-TYPED-DYNAMIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

Like for the untyped KOOL language, the syntax of typed KOOL extends +that of typed SIMPLE with object-oriented constructs. +The syntax below was produced by copying and modifying/extending the +syntax of dynamically typed SIMPLE. In fact, the only change we made +to the existing syntax of dynamically typed SIMPLE was to change the +strictness of the application construct like in untyped KOOL, from +strict to strict(2) (because application is not +strict in the first argument anymore due to dynamic method dispatch). +The KOOL-specific syntactic extensions are identical to those in +untyped KOOL.

+
k
syntax Id ::= "Object" [token] | "Main" [token] +
+

Types

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Id // KOOL class + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + syntax Types ::= List{Type,","} +
+

Declarations

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" [avoid] + | Type Id "(" Params ")" Block // stays like in typed SIMPLE + | "class" Id Block // KOOL + | "class" Id "extends" Id Block // KOOL +
+

Expressions

+
k
syntax Exp ::= Int | Bool | String | Id + | "this" // KOOL + | "super" // KOOL + | "(" Exp ")" [bracket] + | "++" Exp + | Exp "instanceOf" Id [strict(1)] // KOOL + | "(" Id ")" Exp [strict(2)] // KOOL cast + | "new" Id "(" Exps ")" [strict(2)] // KOOL + | Exp "." Id // KOOL + > Exp "[" Exps "]" [strict] + > Exp "(" Exps ")" [strict(2)] // was strict in SIMPLE + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict(1), left] + | Exp "||" Exp [strict(1), left] + > "spawn" Block + > Exp "=" Exp [strict(2), right] + + syntax Exps ::= List{Exp,","} [strict, overload(exps)] + syntax Val + syntax Vals ::= List{Val,","} [overload(exps)] +
+

Statements

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict(1)] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "print" "(" Exps ")" ";" [strict] + | "return" Exp ";" [strict] + | "return" ";" + | "try" Block "catch" "(" Param ")" Block + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [right] +
+

Desugaring macros

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S::Stmt} => {Start while(Cond){S Step;}} + rule T::Type E1::Exp, E2::Exp, Es::Exps; => T E1; T E2, Es; [anywhere] + rule T::Type X::Id = E; => T X; X = E; [anywhere] + + rule class C:Id S => class C extends Object S // KOOL + +endmodule +
+

Semantics

+

We first discuss the new configuration, then we include the semantics of +the constructs borrowed from SIMPLE which stay unchanged, then those +whose semantics had to change, and finally the semantics of the +KOOL-specific constructs.

+
k
module KOOL-TYPED-DYNAMIC + imports KOOL-TYPED-DYNAMIC-SYNTAX + imports DOMAINS +
+

Configuration

+

The configuration of dynamically typed KOOL is almost identical to +that of its untyped variant. The only difference is the cell +return, inside the control cell, whose role is to +hold the expected return type of the invoked method. That is because +we want to dynamically check that the value that a method returns has +the expected type.

+
k
// the syntax declarations below are required because the sorts are + // referenced directly by a production and, because of the way KIL to KORE + // is implemented, the configuration syntax is not available yet + // should simply work once KIL is removed completely + // check other definitions for this hack as well + syntax EnvCell + syntax ControlCellFragment + syntax EnvStackCell + syntax CrntObjCellFragment + + configuration <T color="red"> + <threads color="orange"> + <thread multiplicity="*" type="Set" color="yellow"> + <k color="green"> ($PGM:Stmt ~> execute) </k> + //<br/> // TODO(KORE): support latex annotations #1799 + <control color="cyan"> + <fstack color="blue"> .List </fstack> + <xstack color="purple"> .List </xstack> + <returnType color="LimeGreen"> void </returnType> // KOOL + //<br/> // TODO(KORE): support latex annotations #1799 + <crntObj color="Fuchsia"> // KOOL + <crntClass> Object </crntClass> + <envStack> .List </envStack> + <location multiplicity="?"> .K </location> + </crntObj> + </control> + //<br/> // TODO(KORE): support latex annotations #1799 + <env color="violet"> .Map </env> + <holds color="black"> .Map </holds> + <id color="pink"> 0 </id> + </thread> + </threads> + //<br/> // TODO(KORE): support latex annotations #1799 + <store color="white"> .Map </store> + <busy color="cyan">.Set </busy> + <terminated color="red"> .Set </terminated> + <input color="magenta" stream="stdin"> .List </input> + <output color="brown" stream="stdout"> .List </output> + <nextLoc color="gray"> 0 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <classes color="Fuchsia"> // KOOL + <classData multiplicity="*" type="Map" color="Fuchsia"> + <className color="Fuchsia"> Main </className> + <baseClass color="Fuchsia"> Object </baseClass> + <declarations color="Fuchsia"> .K </declarations> + </classData> + </classes> + </T> +
+

Unchanged semantics from dynamically typed SIMPLE

+

The semantics below is taken over from dynamically typed SIMPLE +unchanged. Like for untyped KOOL, the semantics of function/method +declaration and invocation, and of program initialization needs to +change. Moreover, due to subtyping, the semantics of several imported +SIMPLE constructs can be made more general, such as that of the +return statement, that of the assignment, and that of the exceptions. +We removed all these from the imported semantics of SIMPLE below and +gave their modified semantics right after, together with the extended +semantics of thread spawning (which is identical to that of untyped +KOOL).

+
k
syntax Val ::= Int | Bool | String + | array(Type,Int,Int) + syntax Exp ::= Val + syntax Exps ::= Vals + syntax KResult ::= Val + syntax KResult ::= Vals + + + syntax KItem ::= undefined(Type) + + rule <k> T:Type X:Id; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 </nextLoc> + + + rule <k> T:Type X:Id[N:Int]; => .K ...</k> + <env> Env => Env[X <- L] </env> + <store>... .Map => L |-> array(T, L +Int 1, N) + (L +Int 1)...(L +Int N) |-> undefined(T) ...</store> + <nextLoc> L:Int => L +Int 1 +Int N </nextLoc> + requires N >=Int 0 + + context _:Type _::Exp[HOLE::Exps]; + + + syntax Id ::= "$1" [token] | "$2" [token] + rule T:Type X:Id[N1:Int, N2:Int, Vs:Vals]; + => T[]<Vs> X[N1]; + { + T[][]<Vs> $1=X; + for(int $2=0; $2 <= N1 - 1; ++$2) { + T X[N2,Vs]; + $1[$2] = X; + } + } + + + rule <k> X:Id => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] + + + context ++(HOLE => lvalue(HOLE)) + rule <k> ++loc(L) => I +Int 1 ...</k> + <store>... L |-> (I:Int => I +Int 1) ...</store> [group(increment)] + + + rule I1 + I2 => I1 +Int I2 + rule Str1 + Str2 => Str1 +String Str2 + rule I1 - I2 => I1 -Int I2 + rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E + + + rule V:Val[N1:Int, N2:Int, Vs:Vals] => V[N1][N2, Vs] + [anywhere] + + rule array(_:Type, L:Int, M:Int)[N:Int] => lookup(L +Int N) + requires N >=Int 0 andBool N <Int M [anywhere] + + rule sizeOf(array(_,_,N)) => N + + + syntax Val ::= nothing(Type) + rule <k> return; => return nothing(T); ...</k> <returnType> T </returnType> + + + rule <k> read() => I ...</k> <input> ListItem(I:Int) => .List ...</input> [group(read)] + + + context (HOLE => lvalue(HOLE)) = _ + + + rule {} => .K + rule <k> { S } => S ~> setEnv(Env) ...</k> <env> Env </env> + + + rule S1:Stmt S2:Stmt => S1 ~> S2 + + + rule _:Val; => .K + + + rule if ( true) S else _ => S + rule if (false) _ else S => S + + + rule while (E) S => if (E) {S while(E)S} + + + rule <k> print(V:Val, Es => Es); ...</k> <output>... .List => ListItem(V) </output> + requires typeOf(V) ==K int orBool typeOf(V) ==K string [group(print)] + rule print(.Vals); => .K + + + rule (<thread>... <k>.K</k> <holds>H</holds> <id>T</id> ...</thread> => .Bag) + <busy> Busy => Busy -Set keys(H) </busy> + <terminated>... .Set => SetItem(T) ...</terminated> + + rule <k> join T:Int; => .K ...</k> + <terminated>... SetItem(T) ...</terminated> + + rule <k> acquire V:Val; => .K ...</k> + <holds>... .Map => V |-> 0 ...</holds> + <busy> Busy (.Set => SetItem(V)) </busy> + requires (notBool(V in Busy:Set)) [group(acquire)] + + rule <k> acquire V; => .K ...</k> + <holds>... V:Val |-> (N:Int => N +Int 1) ...</holds> + + rule <k> release V:Val; => .K ...</k> + <holds>... V |-> (N => N:Int -Int 1) ...</holds> + requires N >Int 0 + + rule <k> release V; => .K ...</k> <holds>... V:Val |-> 0 => .Map ...</holds> + <busy>... SetItem(V) => .Set ...</busy> + + rule <k> rendezvous V:Val; => .K ...</k> + <k> rendezvous V; => .K ...</k> [group(rendezvous)] +
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+
k
syntax Stmt ::= mkDecls(Params,Vals) [function] + rule mkDecls((T:Type X:Id, Ps:Params), (V:Val, Vs:Vals)) + => T X=V; mkDecls(Ps,Vs) + rule mkDecls(.Params,.Vals) => {} + + syntax Exp ::= lookup(Int) + rule <k> lookup(L) => V ...</k> <store>... L |-> V:Val ...</store> [group(lookup)] + + syntax KItem ::= setEnv(Map) + rule <k> setEnv(Env) => .K ...</k> <env> _ => Env </env> + rule (setEnv(_) => .K) ~> setEnv(_) + + syntax Exp ::= lvalue(K) + syntax Val ::= loc(Int) + rule <k> lvalue(X:Id => loc(L)) ...</k> <env>... X |-> L:Int ...</env> + + context lvalue(_::Exp[HOLE::Exps]) + context lvalue(HOLE::Exp[_::Exps]) + + rule lvalue(lookup(L:Int) => loc(L)) + + syntax Type ::= Type "<" Vals ">" [function] + rule T:Type<_,Vs:Vals> => T[]<Vs> + rule T:Type<.Vals> => T + + syntax Map ::= Int "..." Int "|->" K [function] + rule N...M |-> _ => .Map requires N >Int M + rule N...M |-> K => N |-> K (N +Int 1)...M |-> K requires N <=Int M + + syntax Type ::= typeOf(K) [function] + rule typeOf(_:Int) => int + rule typeOf(_:Bool) => bool + rule typeOf(_:String) => string + rule typeOf(array(T,_,_)) => (T[]) + rule typeOf(undefined(T)) => T + rule typeOf(nothing(T)) => T + + syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types +
+

Changes to the existing dynamically typed SIMPLE semantics

+

We extend/change the semantics of several SIMPLE constructs in order +to take advantage of the richer KOOL semantic infrastructure and thus +get more from the existing SIMPLE constructs.

+

Program initialization

+

Like in untyped KOOL.

+
k
syntax KItem ::= "execute" + rule <k> execute => new Main(.Exps); </k> <env> .Map </env> +
+

Method application

+

The only change to untyped KOOL's values is that method closures are +now typed (their first argument holds their type):

+
k
syntax Val ::= objectClosure(Id,List) + | methodClosure(Type,Id,Int,Params,Stmt) +
+

The type held by a method clossure will be the entire type of the +method, not only its result type like the lambda-closure of typed +SIMPLE. The reason for this change comes from the the need to +dynamically upcast values when passed to contexts where values of +superclass types are expected; since we want method closures to be +first-class-citizen values in our language, we have to be able to +dynamically upcast them, and in order to do that elegantly it is +convenient to store the entire ``current type'' of the method closure +instead of just its result type. Note that this was unnecessary in +the semantics of the dynamically typed SIMPLE language.

+

Method closure application needs to also set a new return type in +the return cell, like in dynamically typed SIMPLE, in order +for the values returned by its body to be checked against the return +type of the method. To do this correctly, we also need to stack the +current status of the return cell and then pop it when the +method returns. We have to do the same with the current object +environment, so we group them together in the stack frame.

+
k
syntax KItem ::= fstackFrame(Map, K, List, Type, K) + + rule <k> methodClosure(_->T,Class,OL,Ps,S)(Vs:Vals) ~> K + => mkDecls(Ps,Vs) S return; </k> + <env> Env => .Map </env> + <store>... OL |-> objectClosure(_, EStack)...</store> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, T', <crntObj> Obj' </crntObj>)) ...</fstack> + <xstack> XS </xstack> + <returnType> T' => T </returnType> + <crntObj> Obj' => <crntClass> Class </crntClass> <envStack> EStack </envStack> </crntObj> + </control> +
+

At method return, we have to check that the type of the returned +value is a subtype of the expected return type. Moreover, if that is +the case, then we also upcast the returned value to one of the +expected type. The computation item unsafeCast(V,T) changes +the typeof V to T without any additional checks; however, it only +does it when V is an object or a method, otherwise it returns V +unchanged.

+
k
rule <k> return V:Val; ~> _ + => subtype(typeOf(V), T) ~> true? ~> unsafeCast(V, T) ~> K + </k> + <control> + <fstack> ListItem(fstackFrame(Env, K, XS, RT, <crntObj> CO </crntObj>)) => .List ...</fstack> + <xstack> _ => XS </xstack> + <returnType> T:Type => RT </returnType> + <crntObj> _ => CO </crntObj> + </control> + <env> _ => Env </env> +
+

Assignment

+

Typed KOOL allows to assign subtype instance values to supertype +lvalues. The semantics of assignment below is similar in spirit to +dynamically typed SIMPLE's, but a check is performed that the assigned +value's type is a subtype of the location's type. If that is the +case, then the assigned value is returned as a result and stored, but +it is upcast appropriately first, so the context will continue to see +a value of the expected type of the location. Note that the type of a +location is implicit in the type of its contents and it never changes +during the execution of a program; its type is assigned when the +location is allocated and initialized, and then only type-preserving +values are allowed to be stored in each location.

+
k
rule <k> loc(L) = V:Val + => subtype(typeOf(V),typeOf(V')) ~> true? + ~> unsafeCast(V, typeOf(V')) ...</k> + <store>... L |-> (V' => unsafeCast(V, typeOf(V'))) ...</store> + [group(assignment)] +
+

Typed exceptions

+

Exceptions are propagated now until a catch that can handle them is +encountered.

+
k
syntax KItem ::= xstackFrame(Param, Stmt, K, Map, K) + syntax KItem ::= "popx" + + rule <k> (try S1 catch(P) S2 => S1 ~> popx) ~> K </k> + <control> + <xstack> .List => ListItem(xstackFrame(P, S2, K, Env, C)) ...</xstack> + C + </control> + <env> Env </env> + + rule <k> popx => .K ...</k> + <xstack> ListItem(_) => .List ...</xstack> + + rule <k> throw V:Val; ~> _ + => if (subtype(typeOf(V),T)) { T X = V; S2 } else { throw V; } ~> K + </k> + <control> + <xstack> ListItem(xstackFrame(T:Type X:Id, S2, K, Env, C)) => .List ...</xstack> + (_ => C) + </control> + <env> _ => Env </env> +
+

Spawn

+

Like in untyped KOOL.

+
k
rule <thread>... + <k> spawn S => !T:Int ...</k> + <env> Env </env> + <crntObj> Obj </crntObj> + ...</thread> + (.Bag => <thread>... + <k> S </k> + <env> Env </env> + <id> !T </id> + <crntObj> Obj </crntObj> + ...</thread>) +
+

Semantics of the new KOOL constructs

+

Class declaration

+

Like in untyped KOOL.

+
k
rule <k> class Class1 extends Class2 { S } => .K ...</k> + <classes>... (.Bag => <classData> + <className> Class1 </className> + <baseClass> Class2 </baseClass> + <declarations> S </declarations> + </classData>) + ...</classes> +
+

Method declaration

+

Methods are now typed and we need to store their types in their +closures, so that their type contract can be checked at invocation +time. The rule below is conceptually similar to that of untyped KOOL; +the only difference is the addition of the types.

+
k
rule <k> T:Type F:Id(Ps:Params) S => .K ...</k> + <crntClass> C </crntClass> + <location> OL </location> + <env> Env => Env[F <- L] </env> + <store>... .Map => L|->methodClosure(getTypes(Ps)->T,C,OL,Ps,S) ...</store> + <nextLoc> L => L +Int 1 </nextLoc> +
+

New

+

The semantics of new in dynamically typed KOOL is also +similar to that in untyped KOOL, the main difference being the +management of the return types. Indeed, when a new object is created +we also have to stack the current type in the return cell in +order to be recovered after the creation of the new object. Only the +first rule below needs to be changed; the others are identical to +those in untyped KOOL.

+
k
syntax KItem ::= envStackFrame(Id, Map) + + rule <k> new Class:Id(Vs:Vals) ~> K + => create(Class) ~> (storeObj ~> ((Class(Vs)); return this;)) </k> + <env> Env => .Map </env> + <nextLoc> L:Int => L +Int 1 </nextLoc> + //<br/> // TODO(KORE): support latex annotations #1799 + <control> + <xstack> XS </xstack> + <crntObj> Obj + => <crntClass> Object </crntClass> + <envStack> ListItem(envStackFrame(Object, .Map)) </envStack> + <location> L </location> + </crntObj> + <returnType> T => Class </returnType> + <fstack> .List => ListItem(fstackFrame(Env, K, XS, T, <crntObj>Obj</crntObj>)) ...</fstack> + </control> + + syntax KItem ::= create(Id) + + rule <k> create(Class:Id) + => create(Class1) ~> setCrntClass(Class) ~> S ~> addEnvLayer ...</k> + <className> Class </className> + <baseClass> Class1:Id </baseClass> + <declarations> S </declarations> + + rule <k> create(Object) => .K ...</k> + + syntax KItem ::= setCrntClass(Id) + + rule <k> setCrntClass(C) => .K ...</k> + <crntClass> _ => C </crntClass> + + syntax KItem ::= "addEnvLayer" + + rule <k> addEnvLayer => .K ...</k> + <env> Env => .Map </env> + <crntClass> Class:Id </crntClass> + <envStack> .List => ListItem(envStackFrame(Class, Env)) ...</envStack> + + syntax KItem ::= "storeObj" + + rule <k> storeObj => .K ...</k> + <crntObj> + <crntClass> Class </crntClass> + <envStack> EStack </envStack> + (<location> L:Int </location> => .Bag) + </crntObj> + <store>... .Map => L |-> objectClosure(Class, EStack) ...</store> +
+

Self reference

+

Like in untyped KOOL.

+
k
rule <k> this => objectClosure(Class, EStack) ...</k> + <crntObj> + <crntClass> Class </crntClass> + <envStack> EStack </envStack> + ... + </crntObj> +
+

Object member access

+

Like in untyped KOOL.

+
k
rule <k> X:Id => this . X ...</k> <env> Env:Map </env> + requires notBool(X in keys(Env)) + + context HOLE . _::Id requires (HOLE =/=K super) + +/* rule objectClosure(<crntObj> <crntClass> Class:Id </crntClass> + <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> </crntObj>) + . X:Id + => lookupMember(<envStack> ListItem((Class,EnvC)) EStack </envStack>, X) */ + rule objectClosure(Class:Id, + ListItem(envStackFrame(Class,Env)) EStack) + . X:Id + => lookupMember(ListItem(envStackFrame(Class,Env)) EStack, X) + rule objectClosure(Class:Id, + (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack) + . _X:Id + requires Class =/=K Class' + +/* rule <k> super . X => lookupMember(<envStack>EStack</envStack>, X) ...</k> + <crntClass> Class </crntClass> + <envStack>... ListItem((Class,EnvC:EnvCell)) EStack </envStack> */ + rule <k> super . X => lookupMember(EStack, X) ...</k> + <crntClass> Class:Id </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> super . _X ...</k> + <crntClass> Class:Id </crntClass> + <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack> + requires Class =/=K Class' +
+

Method invocation

+

The method lookup is the same as in untyped KOOL.

+
k
rule <k> (X:Id => V)(_:Exps) ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V:Val ...</store> [group(lookup)] + + rule <k> (X:Id => this . X)(_:Exps) ...</k> + <env> Env </env> + requires notBool(X in keys(Env)) + + context HOLE._::Id(_) requires HOLE =/=K super + + rule (objectClosure(_, EStack) . X + => lookupMember(EStack, X:Id))(_:Exps) + +/* rule <k> (super . X + => lookupMember(<envStack>EStack</envStack>,X))(_:Exps)...</k> + <crntClass> Class </crntClass> + <envStack>... ListItem((Class,_)) EStack </envStack> */ + rule <k> (super . X + => lookupMember(EStack,X))(_:Exps)...</k> + <crntClass> Class:Id </crntClass> + <envStack> ListItem(envStackFrame(Class,_)) EStack </envStack> + rule <k> (super . _X)(_:Exps)...</k> + <crntClass> Class:Id </crntClass> + <envStack> (ListItem(envStackFrame(Class':Id,_)) => .List) _EStack </envStack> + requires Class =/=K Class' + + // TODO(KORE): fix getKLabel #1801 + rule (A:Exp(B:Exps))(C:Exps) => A(B) ~> #freezerFunCall(C) + rule (A:Exp[B:Exps])(C:Exps) => A[B] ~> #freezerFunCall(C) + rule V:Val ~> #freezerFunCall(C:Exps) => V(C) + syntax KItem ::= "#freezerFunCall" "(" K ")" + /* + context HOLE(_:Exps) + requires getKLabel HOLE ==KLabel '_`(_`) orBool getKLabel HOLE ==KLabel '_`[_`] + */ + + rule <k> (lookup(L) => V)(_:Exps) ...</k> <store>... L |-> V:Val ...</store> + [group(lookup)] +
+

Instance of

+

Like in untyped KOOL.

+
k
rule objectClosure(_, ListItem(envStackFrame(C,_)) _) + instanceOf C => true + + rule objectClosure(_, (ListItem(envStackFrame(C::Id,_)) => .List) _) + instanceOf C' requires C =/=K C' + + rule objectClosure(_, .List) instanceOf _ => false +
+

Cast

+

Unlike in untyped KOOL, in typed KOOL we actually check that the object +can indeed be cast to the claimed type.

+
k
rule (C:Id) objectClosure(Irrelevant, EStack) + => objectClosure(Irrelevant, EStack) instanceOf C ~> true? + ~> objectClosure(C, EStack) +
+

KOOL-specific auxiliary declarations and operations

+

Objects as lvalues

+

Like in untyped KOOL.

+
k
rule <k> lvalue(X:Id => this . X) ...</k> <env> Env </env> + requires notBool(X in keys(Env)) + + context lvalue((HOLE . _)::Exp) + +/* rule lvalue(objectClosure(<crntObj> <crntClass> C </crntClass> + <envStack>... ListItem((C,EnvC:EnvCell)) EStack </envStack> </crntObj>) + . X + => lookupMember(<envStack> ListItem((C,EnvC)) EStack </envStack>, + X)) */ + rule lvalue(objectClosure(C:Id, + ListItem(envStackFrame(C,Env)) EStack) + . X + => lookupMember(ListItem(envStackFrame(C,Env)) EStack, + X)) + rule lvalue(objectClosure(C, + (ListItem(envStackFrame(C',_)) => .List) _EStack) + . _X) + requires C =/=K C' +
+

Lookup member

+

Like in untyped KOOL.

+
k
syntax Exp ::= lookupMember(List,Id) [function] + + rule lookupMember(ListItem(envStackFrame(_, X |-> L _)) _, X) => lookup(L) + + // TODO: fix rule below as shown once we support functions with deep rewrites + // rule lookupMember(<envStack> ListItem((_, <env> Env </env>)) => .List + // ...</envStack>, X) + // requires notBool(X in keys(Env)) + rule lookupMember(ListItem(envStackFrame(_, Env)) L, X) + => lookupMember(L, X) + requires notBool(X in keys(Env)) +
+

typeOf for the additional values}

+
k
rule typeOf(objectClosure(C,_)) => C + rule typeOf(methodClosure(T:Type,_,_,_Ps:Params,_)) => T +
+

Subtype checking

+

The subclass relation induces a subtyping relation.

+
k
syntax Exp ::= subtype(Types,Types) + + rule subtype(T:Type, T) => true + + rule <k> subtype(C1:Id, C:Id) => subtype(C2, C) ...</k> + <className> C1 </className> + <baseClass> C2:Id </baseClass> + requires C1 =/=K C + + rule subtype(Object,Class:Id) => false + requires Class =/=K Object + + rule subtype(Ts1->T2,Ts1'->T2') => subtype(((T2)::Type,Ts1'),((T2')::Type,Ts1)) + +// Note that the following rule would be wrong! +// rule subtype(T[],T'[]) => subtype(T,T') + + rule subtype((T:Type,Ts),(T':Type,Ts')) => subtype(T,T') && subtype(Ts,Ts') + requires Ts =/=K .Types + rule subtype(.Types,.Types) => true +
+

Unsafe Casting

+

Performs unsafe casting. One should only use it in combination with +the subtype relation above.

+
k
syntax Val ::= unsafeCast(Val,Type) [function] + + rule unsafeCast(objectClosure(_,EStack), C:Id) + => objectClosure(C,EStack) + + rule unsafeCast(methodClosure(_T',C,OL,Ps,S), T) => methodClosure(T,C,OL,Ps,S) + + rule unsafeCast(V:Val, T:Type) => V requires typeOf(V) ==K T +
+

Generic guard

+

A generic computational guard: it allows the computation to continue +only if a prefix guard evaluates to true.

+
k
syntax KItem ::= "true?" + rule true ~> true? => .K + +endmodule +
+

Go to Lesson 3, KOOL typed static.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html b/k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html new file mode 100644 index 00000000000..9f7da932a14 --- /dev/null +++ b/k-distribution/tests/regression-new/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/index.html @@ -0,0 +1,1424 @@ + + + + + + + + + + + + + + +KOOL — Typed — Static | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

KOOL — Typed — Static

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K static semantics of the typed KOOL language. +It extends the static semantics of typed SIMPLE with static semantics +for the object-oriented constructs. Also, the static semantics of +some of the existing SIMPLE constructs need to change, in order to +become more generous with regards to the set of accepted programs, +mostly due to subtyping. For example, the assignment construct +x = e required that both the variable x and the +expression e had the same type in SIMPLE. In KOOL, the type +of e can be a subtype of the type of x. +Specifically, we define the following typing policy for KOOL, +everything else not mentioned below borrowing its semantics from +SIMPLE:

+
    +
  • +

    Each class C yields a homonymous type, which can be +explicitly used in programs to type variables and methods, possibly in +combination with other types.

    +
  • +
  • +

    Since now we have user-defined types, we check that each type +used in a KOOL program is well-formed, that is, it is constructed only +from primitive and class types corresponding to declared classes.

    +
  • +
  • +

    Class members and their types form a class type +environment. Each class will have such a type environment. +Each member in a class is allowed to be declared only once. Since in +KOOL we allow methods to be assigned to fields, we make no distinction +between field and method members; in other words, we reject programs +declaring both a field and a method with the same name.

    +
  • +
  • +

    If an identifier is not found in the local type environment, it +will be searched for in the current class type environment. If not +there, then it will be searched for in its superclass' type +environment. And so on and so forth. If not found until the +Object class is reached, a typing error is reported.

    +
  • +
  • +

    The assignment allows variables to be assigned values of +more concrete types. The result type of the assignment expression +construct will be the (more abstract) type of the assigned variable, +and not the (more concrete) type of the expression, like in Java.

    +
  • +
  • +

    Exceptions are changed (from SIMPLE) to allow throwing and +catching only objects, like in Java. Also, unlike in SIMPLE, we do +not check whether the type of the thrown exception matches the type of +the caught variable, because exceptions can be caught by other +try/catch blocks, even by ones in other methods. To avoid +having to annotate each method with what exceptions it can throw, we +prefer to not check the type safety of exceptions (although this is an +excellent homework!). We only check that the try block +type-checks and that the catch block type-checks after we bind +the caught variable to its claimed type.

    +
  • +
  • +

    Class declarations are not allowed to have any cycles in their +extends relation. Such cycles would lead to non-termination of +new, as it actually does in the dynamic semantics of KOOL +where no such circularity checks are performed.

    +
  • +
  • +

    Methods overriding other methods should be in the right subtyping +relationship with the overridden methods: co-variant in the codomain +and contra-variant in the domain.

    +
  • +
+
k
module KOOL-TYPED-STATIC-SYNTAX + imports DOMAINS-SYNTAX +
+

Syntax

+

The syntax of statically typed KOOL is identical to that of +dynamically typed KOOL, they both taking as input the same programs. +What differs is the K strictness attributes. Like in statically +typed SIMPLE, almost all language constructs are strict now, since we +want each to type its arguments almost all the time. Like in the +other two KOOL definitions, we prefer to copy and then modify/extend +the syntax of statically typed SIMPLE.

+

Note: This paragraph is old, now we can do things better. We keep +it here only for historical reasons, to see how much we used to suffer :)

+

Annoying K-tool technical problem: +Currently, the K tool treats the "non-terminal" productions (i.e., +productions consisting of just one non-terminal), also called +"subsorting" production, differently from the other productions. +Specifically, it does not insert a node in the AST for them. This may +look desirable at first, but it has a big problem: it does not allow +us to treat the subsort differently in different context. For +example, since we want Id to be both a type (a class name) and a +program variable, and since we want expressions to reduce to their +types, we are in an impossible situations in which we do not know how +to treat an identifier in the semantics: as a type, i.e., a result of +computations, or as a program variable, i.e., a non-result. Ideally, +we would like to tag the identifiers at parse-time with their local +interpretation, but that, unfortunately, is not possible with the +current parsing capabilities of the K tool, because it requires to +insert additional information in the AST for the subsort productions. +This will be fixed soon. Until then, unfortunately, we have to do the +job of the parser manually. Instead of subsorting Id directly +to Type, we "wrap" it first, say with a wrapper called +class(...), exactly how the parser should have done. +The major drawback of this is that all the typed KOOL programs +in kool/typed/programs need to also be modified to always +declare class types accordingly. The modified programs can be found +in kool/typed/static/programs. So make sure you execute the +static semantics of KOOL using the modified programs. To avoid seeing +the wrapper in the generated documentation, we associate it an +"invisibility" latex attribute below.

+
k
syntax Id ::= "Object" [token] | "Main" [token] +
+

Types

+
k
syntax Type ::= "void" | "int" | "bool" | "string" + | Id [klabel("class"), symbol, avoid] // see next + | Type "[" "]" + | "(" Type ")" [bracket] + > Types "->" Type + + syntax Types ::= List{Type,","} [overload(exps)] +
+

Declarations

+
k
syntax Param ::= Type Id + syntax Params ::= List{Param,","} + + syntax Stmt ::= Type Exps ";" [avoid] + | Type Id "(" Params ")" Block + | "class" Id Block + | "class" Id "extends" Id Block +
+

Expressions

+
k
syntax FieldReference ::= Exp "." Id [strict(1)] + syntax ArrayReference ::= Exp "[" Exps "]" [strict] + + syntax Exp ::= Int | Bool | String | Id + | "this" + | "super" + | "(" Exp ")" [bracket] + | "++" Exp + | Exp "instanceOf" Id [strict(1)] + | "(" Id ")" Exp [strict(2)] + | "new" Id "(" Exps ")" [strict(2)] + > Exp "(" Exps ")" [strict] + | "-" Exp [strict] + | "sizeOf" "(" Exp ")" [strict] + | "read" "(" ")" + > left: + Exp "*" Exp [strict, left] + | Exp "/" Exp [strict, left] + | Exp "%" Exp [strict, left] + > left: + Exp "+" Exp [strict, left] + | Exp "-" Exp [strict, left] + > non-assoc: + Exp "<" Exp [strict, non-assoc] + | Exp "<=" Exp [strict, non-assoc] + | Exp ">" Exp [strict, non-assoc] + | Exp ">=" Exp [strict, non-assoc] + | Exp "==" Exp [strict, non-assoc] + | Exp "!=" Exp [strict, non-assoc] + > "!" Exp [strict] + > left: + Exp "&&" Exp [strict, left] + | Exp "||" Exp [strict, left] + > "spawn" Block // not strict: to check return and exceptions + > Exp "=" Exp [strict(2), right] + + syntax Exp ::= FieldReference | ArrayReference + syntax priority _.__KOOL-TYPED-STATIC-SYNTAX > _[_]_KOOL-TYPED-STATIC-SYNTAX > _(_)_KOOL-TYPED-STATIC-SYNTAX + + syntax Exps ::= List{Exp,","} [strict, overload(exps)] +
+

Statements

+
k
syntax Block ::= "{" "}" + | "{" Stmt "}" + + syntax Stmt ::= Block + | Exp ";" [strict] + | "if" "(" Exp ")" Block "else" Block [avoid, strict] + | "if" "(" Exp ")" Block [macro] + | "while" "(" Exp ")" Block [strict] + | "for" "(" Stmt Exp ";" Exp ")" Block [macro] + | "return" Exp ";" [strict] + | "return" ";" + | "print" "(" Exps ")" ";" [strict] + | "try" Block "catch" "(" Param ")" Block [strict(1)] + | "throw" Exp ";" [strict] + | "join" Exp ";" [strict] + | "acquire" Exp ";" [strict] + | "release" Exp ";" [strict] + | "rendezvous" Exp ";" [strict] + + syntax Stmt ::= Stmt Stmt [seqstrict, right] +
+

Desugaring macros

+
k
rule if (E) S => if (E) S else {} + rule for(Start Cond; Step) {S:Stmt} => {Start while(Cond){S Step;}} + rule T:Type E1:Exp, E2:Exp, Es:Exps; => T E1; T E2, Es; [anywhere] + rule T:Type X:Id = E; => T X; X = E; [anywhere] + + rule class C:Id S => class C extends Object S + +endmodule +
+

Static semantics

+

We first discuss the configuration, then give the static semantics +taken over unchanged from SIMPLE, then discuss the static semantics of +SIMPLE syntactic constructs that needs to change, and in the end we +discuss the static semantics and additional checks specifically +related to the KOOL proper syntax.

+
k
module KOOL-TYPED-STATIC + imports KOOL-TYPED-STATIC-SYNTAX + imports DOMAINS +
+

Configuration

+

The configuration of our type system consists of a tasks +cell with the same meaning like in statically typed SIMPLE, of an +out cell streamed to the standard output that will be used to +display typing error messages, and of a cell classes holding +data about each class in a separate class cell. The +task cells now have two additional optional subcells, namely +ctenvT and inClass. The former holds a temporary +class type environment; its contents will be transferred into the +ctenv cell of the corresponding class as soon as all the +fields and methods in the task are processed. In fact, there will be +three types of tasks in the subsequent semantics, each determined by +the subset of cells that it holds:

+
    +
  1. +

    Main task, holding only a k cell holding the +original program as a set of classes. The role of this task is to +process each class, generating a class task (see next) for each.

    +
  2. +
  3. +

    Class task, holding k, ctenvT, and +inClass subcells. The role of this task type is to process +a class' contents, generating a class type environment in the +ctenvT cell and a method task (see next) for each method in +the class. To avoid interference with object member lookup rules +below, it is important to add the class type environment to a class +atomically; this is the reason for which we use ctenvT +temporary cells within class tasks (instead of adding each member +incrementally to the class' type environment).

    +
  4. +
  5. +

    Method task, holding k, tenv and +return cells. These tasks are similar to SIMPLE's function +tasks, so we do not discuss them here any further.

    +
  6. +
+

Each class cell hods its name (in the className +cell) and the name of the class it extends (in the extends +cell), as well as its type environment (in the ctenv cell) +and the set of all its superclasses (in the extendsAll cell). +The later is useful for example for checking whether there are cycles +in the class extends relation.

+
k
configuration <T multiplicity="?" color="yellow"> + <tasks color="orange" multiplicity="?"> + <task multiplicity="*" color="yellow" type="Set"> + <k color="green"> $PGM:Stmt </k> + <tenv multiplicity="?" color="cyan"> .Map </tenv> + <ctenvT multiplicity="?" color="blue"> .Map </ctenvT> + <returnType multiplicity="?" color="black"> void </returnType> + <inClass multiplicity="?" color="Fuchsia"> .K </inClass> + </task> + </tasks> +// <br/> + <classes color="Fuchsia"> + <classData multiplicity="*" type="Map"> + <className color="Fuchsia"> Object </className> + <baseClass color="Fuchsia"> .K </baseClass> + <baseClasses color="Fuchsia"> .Set </baseClasses> + <ctenv multiplicity="?" color="blue"> .Map </ctenv> + </classData> + </classes> + </T> + <output color="brown" stream="stdout"> .List </output> +
+

Unchanged semantics from statically typed SIMPLE

+

The syntax and rules below are borrowed unchanged from statically +typed SIMPLE, so we do not discuss them much here.

+
k
syntax Exp ::= Type + syntax Exps ::= Types + syntax BlockOrStmtType ::= "block" | "stmt" + syntax Type ::= BlockOrStmtType + syntax Block ::= BlockOrStmtType + syntax KResult ::= Type + | Types // TODO: should not be needed + + + context _:Type _::Exp[HOLE::Exps]; + + rule T:Type E:Exp[int,Ts:Types]; => T[] E[Ts]; + rule T:Type E:Exp[.Types]; => T E; + + + rule <task>... <k> _:BlockOrStmtType </k> <tenv> _ </tenv> ...</task> => .Bag + + + rule _:Int => int + rule _:Bool => bool + rule _:String => string + + + rule <k> X:Id => T ...</k> <tenv>... X |-> T ...</tenv> + + + context ++(HOLE => ltype(HOLE)) + rule ++ int => int + rule int + int => int + rule string + string => string + rule int - int => int + rule int * int => int + rule int / int => int + rule int % int => int + rule - int => int + rule int < int => bool + rule int <= int => bool + rule int > int => bool + rule int >= int => bool + rule T:Type == T => bool + rule T:Type != T => bool + rule bool && bool => bool + rule bool || bool => bool + rule ! bool => bool + + + rule (T[])[int, Ts:Types] => T[Ts] + rule T:Type[.Types] => T + + rule sizeOf(_T[]) => int + + + rule read() => int + + rule print(T:Type, Ts => Ts); requires T ==K int orBool T ==K string + rule print(.Types); => stmt + + + context (HOLE => ltype(HOLE)) = _ + + + rule <k> return; => stmt ...</k> <returnType> _ </returnType> + + + rule {} => block + + rule <task> <k> {S:Stmt} => block ...</k> <tenv> Rho </tenv> R </task> + (.Bag => <task> <k> S </k> <tenv> Rho </tenv> R </task>) + + rule _:Type; => stmt + rule if (bool) block else block => stmt + rule while (bool) block => stmt + + rule join int; => stmt + rule acquire _:Type; => stmt + rule release _:Type; => stmt + rule rendezvous _:Type; => stmt + + syntax Stmt ::= BlockOrStmtType + rule _:BlockOrStmtType _:BlockOrStmtType => stmt +
+

Unchanged auxiliary operations from dynamically typed SIMPLE

+
k
syntax Stmt ::= mkDecls(Params) [function] + rule mkDecls(T:Type X:Id, Ps:Params) => T X; mkDecls(Ps) + rule mkDecls(.Params) => {} + + syntax LValue ::= Id + | FieldReference + | ArrayReference + syntax Exp ::= LValue + + syntax Exp ::= ltype(Exp) +// We would like to say: +// context ltype(HOLE:LValue) +// but we currently cannot type the HOLE + context ltype(HOLE) requires isLValue(HOLE) + +// OLD approach: +// syntax Exp ::= ltype(Exp) [function] +// rule ltype(X:Id) => X +// rule ltype(E:Exp [Es:Exps]) => E[Es] + + syntax Types ::= getTypes(Params) [function] + rule getTypes(T:Type _:Id) => T, .Types + rule getTypes(T:Type _:Id, P, Ps) => T, getTypes(P,Ps) + rule getTypes(.Params) => void, .Types +
+

Changes to the existing statically typed SIMPLE semantics

+

Below we give the new static semantics for language constructs that +come from SIMPLE, but whose SIMPLE static semantics was too +restrictive or too permissive and thus had to change.

+

Local variable declaration

+

Since we can define new types in KOOL (corresponding to classes), the +variable declaration needs to now check that the claimed types exist. +The operation checkType, defined at the end of this module, +checks whether the argument type is correct (it actually works with +lists of types as well).

+
k
rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k> + <tenv> Rho => Rho[X <- T] </tenv> +
+

Class member declaration

+

In class tasks, variable declarations mean class member declarations. +Since we reduce method declarations to variable declarations (see +below), a variable declaration in a class task can mean either a field +or a method declaration. Unlike local variable declarations, which +can shadow previous homonymous local or member declarations, member +declarations are regarded as a set, so we disallow multiple +declarations for the same member (one could improve upon this, like in +Java, by treating members with different types or number of arguments +as different, etc., but we do not do it here). We also issue an error +message if one attempts to redeclare the same class member. The +framed variable declaration in the second rule below should be read +"stuck". In fact, it is nothing but a unary operation called +stuck, which takes a K-term as argument and does nothing +with it; this stuck operation is displayed as a frame in this +PDF document because of its latex attribute (see the ASCII .k file, +at the end of this module).

+
k
rule <k> T:Type X:Id; => checkType(T) ~> stmt ...</k> + <ctenvT> Rho (.Map => X |-> T) </ctenvT> + requires notBool(X in keys(Rho)) + + rule <k> T:Type X:Id; => stuck(T X;) ...</k> + <ctenvT>... X |-> _ ...</ctenvT> + <inClass> C:Id </inClass> +// <br/> + <output>... .List => ListItem("Member \"" +String Id2String(X) + +String "\" declared twice in class \"" + +String Id2String(C) +String "\"!\n") </output> +
+

Method declaration

+

A method declaration requires two conceptual checks to be performed: +first, that the method's type is consistent with the type of the +homonymous method that it overrides, if any; and second, that its body +types correctly. At the same time, it should also be added to the +type environment of its class. The first conceptual task is performed +using the checkMethod operation defined below, and the second +by generating a corresponding method task. To add it to the class +type environment, we take advantage of the fact that KOOL is higher +order and reduce the problem to a field declaration problem, which we +have already defined. The role of the ctenvT cell in the +rule below is to structurally ensure that the method declaration takes +place in a class task (we do not want to allow methods to be declared, +for example, inside other methods).

+
k
rule <k> T:Type F:Id(Ps:Params) S + => checkMethod(F, getTypes(Ps)->T, C') + ~> getTypes(Ps)->T F; ...</k> +// <br/> + <inClass> C </inClass> + <ctenvT> _ </ctenvT> // to ensure we are in a class pass + <className> C </className> + <baseClass> C' </baseClass> +// <br/> + (.Bag => <task> + <k> mkDecls(Ps) S </k> + <inClass> C </inClass> + <tenv> .Map </tenv> + <returnType> T </returnType> + </task>) +
+

Assignment

+

A more concrete value is allowed to be assigned to a more abstract +variable. The operation checkSubtype is defined at the end +of the module and it also works with pairs of lists of types.

+
k
rule T:Type = T':Type => checkSubtype(T', T) ~> T +
+

Method invocation and return

+

Methods can be applied on values of more concrete types than their +arguments:

+
k
rule (Ts:Types -> T:Type) (Ts':Types) => checkSubtype(Ts',Ts) ~> T +
+

Similarly, we allow values of more concrete types to be returned by +methods:

+
k
rule <k> return T:Type; => checkSubtype(T,T') ~> stmt ...</k> + <returnType> T':Type </returnType> +
+

Exceptions

+

Exceptions can throw and catch values of any types. Since unlike in Java +KOOL's methods do not declare the exception types that they can throw, +we cannot test the full type safety of exceptions. Instead, we +only check that the try and the catch statements +type correctly.

+
k
rule try block catch(T:Type X:Id) S => {T X; S} + rule throw _T:Type ; => stmt +
+

Spawn

+

The spawned cell needs to also be passed the parent's class.

+
k
// explain why + + rule <k> spawn S:Block => int ...</k> + <tenv> Rho </tenv> + <inClass> C </inClass> + (.Bag => <task> + <k> S </k> + <tenv> Rho </tenv> + <inClass> C </inClass> + </task>) +
+

Semantics of the new KOOL constructs

+

Class declaration

+

We process each class in the main task, adding the corresponding data +into its class cell and also adding a class task for it. We +also perform some well-formedness checks on the class hierarchy.

+

Initiate class processing
+We create a class cell and a class task for each task. Also, we start +the class task with a check that the class it extends is declared +(this delays the task until that class is processed using another +instance of this rule).

+
k
// There seems to be some error with the configuration concretization, +// as the rule below does not work when rewriting . to both the task +// and the class cells; I had to include two separate . rewrites + +// TODO: the following fails krun; see #2117 + rule <task> <k> class C:Id extends C':Id { S:Stmt } => stmt ...</k> </task> + (.Bag => <classData>... + <className> C </className> + <baseClass> C' </baseClass> + ...</classData>) +// <br/> + (.Bag => <task> + <k> checkType(`class`(C')) ~> S </k> + <inClass> C </inClass> + <ctenvT> .Map </ctenvT> + </task>) + +// You may want to try the thing below, but that failed, too +/* +syntax Type ::= "stmtStop" + + rule <tasks>... + <task> <k> class C:Id extends C':Id { S:Stmt } => stmtStop ...</k> </task> + (.Bag => <task> + <k> checkType(`class`(C')) ~> S </k> + <inClass> C </inClass> + <ctenvT> .Map </ctenvT> + </task>) + ...</tasks> + <classes>... + .Bag => <classData>... + <className> C </className> + <baseClass> C' </baseClass> + ...</classData> + ...</classes> +// <br/> +*/ +
+

Check for unique class names

+
k
rule (<T>... + <className> C </className> + <className> C </className> + ...</T> => .Bag) + <output>... .List => ListItem("Class \"" +String Id2String(C) + +String "\" declared twice!\n") </output> +
+

Check for cycles in class hierarchy
+We check for cycles in the class hierarchy by transitively closing the +class extends relation using the extendsAll cells, and +checking that a class will never appear in its own extendsAll +cell. The first rule below initiates the transitive closure of the +superclass relation, the second transitively closes it, and the third +checks for cycles.

+
k
rule <baseClass> C </baseClass> + <baseClasses> .Set => SetItem(C) </baseClasses> [priority(25)] + + rule <classData>... + <baseClasses> SetItem(C) Cs:Set (.Set => SetItem(C')) </baseClasses> + ...</classData> + <classData>... <className>C</className> <baseClass>C'</baseClass> ...</classData> + requires notBool(C' in (SetItem(C) Cs)) [priority(25)] + + rule (<T>... + <className> C </className> + <baseClasses>... SetItem(C) ...</baseClasses> + ...</T> => .Bag) + <output>... .List => ListItem("Class \"" +String Id2String(C) + +String "\" is in a cycle!\n") </output> + [group(inheritance-cycle), priority(25)] +
+

New

+

To type new we only need to check that the class constructor +can be called with arguments of the given types, so we initiate a call +to the constructor method in the corresponding class. If that +succeeds, meaning that it types to stmt, then we discard the +stmt type and produce instead the corresponding class type of +the new object. The auxiliary discard operation is defined +also at the end of this module.

+
k
rule new C:Id(Ts:Types) => `class`(C) . C (Ts) ~> discard ~> `class`(C) +
+

Self reference

+

The typing rule for this is straightforward: reduce to the +current class type.

+
k
rule <k> this => `class`(C) ...</k> + <inClass> C:Id </inClass> +
+

Super

+

Similarly, super types to the parent class type. +Note that for typing concerns, super can be considered as an object +(recall that this was not the case in the dynamic semantics).

+
k
rule <k> super => `class`(C') ...</k> + <inClass> C:Id </inClass> + <className> C </className> + <baseClass> C':Id </baseClass> +
+

Object member access

+

There are several cases to consider here. First, if we are in a class +task, we should lookup the member into the temporary class type +environemnt in cell ctenvT. That is because we want to allow +initialized field declarations in classes, such as int x=10;. +This is desugared to a declaration of x, which is added to +ctenvT during the class task processing, followed by an +assignment of x to 10. In order for the assignment to type +check, we need to know that x has been declared with type +int; this information can only be found in the +ctenvT cell. Second, we should redirect non-local variable +lookups in method tasks to corresponding member accesses (the +local variables are handled by the rule borrowed from SIMPLE). +This is what the second rule below does. Third, we should allow +object member accesses as lvalues, which is done by the third rule +below. These last two rules therefore ensure that each necessary +object member access is explicitly allowed for evaluation. Recall +from the annotated syntax module above that the member access +operation is strict in the object. That means that the object is +expected to evaluate to a class type. The next two rules below define +the actual member lookup operation, moving the search to the +superclass when the member is not found in the current class. Note +that this works because we create the class type environments +atomically; thus, a class either has its complete type environment +available, in which case these rules can safely apply, or its cell +ctenv is not yet available, in which case these rules have to +wait. Finally, the sixth rule below reports an error when the +Object class is reached.

+
k
rule <k> X:Id => T ...</k> + <ctenvT>... X |-> T ...</ctenvT> + + rule <k> X:Id => this . X ...</k> + <tenv> Rho </tenv> + requires notBool(X in keys(Rho)) + +// OLD approach: +// rule ltype(E:Exp . X:Id) => E . X + + rule <k> `class`(C:Id) . X:Id => T ...</k> + <className> C </className> + <ctenv>... X |-> T:Type ...</ctenv> + + rule <k> `class`(C1:Id => C2) . X:Id ...</k> + <className> C1 </className> + <baseClass> C2:Id </baseClass> + <ctenv> Rho </ctenv> + requires notBool(X in keys(Rho)) + + rule <k> `class`(Object) . X:Id => stuck(`class`(Object) . X) ...</k> + <inClass> C:Id </inClass> +// <br/> + <output>... .List => ListItem("Member \"" +String Id2String(X) + +String "\" not declared! (see class \"" + +String Id2String(C) +String "\")\n") </output> +
+

Instance of and casting

+

As it is hard to check statically whether casting is always safe, +the programmer is simply trusted from a typing perspective. We only +do some basic upcasting and downcasting checks, to reject casts which +will absolutely fail. However, dynamic semantics or implementations +of the language need to insert runtime checks for downcasting to be safe.

+
k
rule `class`(_C1:Id) instanceOf _C2:Id => bool + rule (C:Id) `class`(C) => `class`(C) + rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k> + <className> C1 </className> + <baseClasses>...SetItem(C2)...</baseClasses> // upcast + rule <k> (C2:Id) `class`(C1:Id) => `class`(C2) ...</k> + <className> C2 </className> + <baseClasses>...SetItem(C1)...</baseClasses> // downcast + rule <k> (C2) `class`(C1:Id) => stuck((C2) `class`(C1)) ...</k> + <classData>... + <className> C1 </className> + <baseClasses> S1 </baseClasses> + ...</classData> + <classData>... + <className> C2 </className> + <baseClasses> S2 </baseClasses> + ...</classData> + <output>... .List => ListItem("Classes \"" +String Id2String(C1) + +String "\" and \"" +String Id2String(C2) + +String "\" are incompatible!\n") </output> + requires notBool(C1 in S2) andBool notBool(C2 in S1) +
+

Cleanup tasks

+

Finally, we need to clean up the terminated tasks. Each of the three +types of tasks is handled differently. The main task is replaced by a +method task holding new main();, which will ensure that a +main class with a main() method actually exists +(first rule below). A class task moves its temporary class type +environment into its class' cell, and then it dissolves itself (second +rule). A method task simply dissolves when terminated (third rule); +the presence of the tenv cell in that rule ensures that that +task is a method task. +Finally, when all the tasks are cleaned up, we can also remove the +tasks cell, issuing a corresponding message. Note that +checking for cycles or duplicate methods can still be performed after +the tasks cell has been removed.

+
k
// discard main task when done, issuing a "new main();" command to +// make sure that the class main and the method main() are declared. + + rule <task> <k> stmt => new Main(.Exps); </k> + (.Bag => <tenv> .Map </tenv> + <returnType> void </returnType> + <inClass> Main </inClass>) + </task> + +// discard class task when done, adding a ctenv in class + + rule (<task> + <k> stmt </k> + <ctenvT> Rho </ctenvT> + <inClass> C:Id </inClass> + </task> => .Bag) + <className> C </className> + (.Bag => <ctenv> Rho </ctenv>) + +// discard method task when done + + rule <task>... + <k> stmt </k> + <tenv> _ </tenv> // only to ensure that this is a method task + ...</task> => .Bag + +// cleanup tasks and output a success message when done + + rule (<T>... <tasks> .Bag </tasks> ...</T> => .Bag) + <output>... .List => ListItem("Type checked!\n") </output> +
+

KOOL-specific auxiliary declarations and operations

+

Subtype checking

+

The subclass relation introduces a subtyping relation.

+
k
syntax KItem ::= checkSubtype(Types,Types) + + rule checkSubtype(T:Type, T) => .K + + rule <k> checkSubtype(`class`(C:Id), `class`(C':Id)) => .K ...</k> + <className> C </className> + <baseClasses>... SetItem(C') ...</baseClasses> + + rule checkSubtype(Ts1->T2,Ts1'->T2') + => checkSubtype(((T2)::Type,Ts1'),((T2')::Type,Ts1)) + +// note that the following rule would be wrong! +// rule checkSubtype(T[],T'[]) => checkSubtype(T,T') + + rule checkSubtype((T:Type,Ts),(T':Type,Ts')) + => checkSubtype(T,T') ~> checkSubtype(Ts,Ts') + requires Ts =/=K .Types + + rule checkSubtype(.Types,.Types) => .K + rule checkSubtype(.Types,void) => .K +
+

Checking well-formedness of types

+

Since now any Id can be used as the type of a class, we need to +check that the types used in the program actually exists

+
k
syntax KItem ::= checkType(Types) + + rule checkType(T:Type,Ts:Types) => checkType(T) ~> checkType(Ts) + requires Ts =/=K .Types + rule checkType(.Types) => .K + rule checkType(int) => .K + rule checkType(bool) => .K + rule checkType(string) => .K + rule checkType(void) => .K + rule <k> checkType(`class`(C:Id)) => .K ...</k> <className> C </className> + rule checkType(`class`(Object)) => .K + rule checkType(Ts:Types -> T:Type) => checkType(T,Ts) + rule checkType(T:Type[]) => checkType(T) +
+

Checking correct overiding of methods

+

The checkMethod operation below searches to see whether +the current method overrides some other method in some superclass. +If yes, then it issues an additional check that the new method's type +is more concrete than the overridden method's. The types T and T' +below can only be function types. See the definition of +checkSubtype on function types at the end of this module (it +is co-variant in the codomain and contra-variant in the domain).

+
k
syntax KItem ::= checkMethod(Id,Type,Id) + + rule <k> checkMethod(F:Id, T:Type, C:Id) => checkSubtype(T, T') ...</k> + <className> C </className> + <ctenv>... F |-> T':Type ...</ctenv> + + rule <k> checkMethod(F:Id, _T:Type, (C:Id => C')) ...</k> + <className> C </className> + <baseClass> C':Id </baseClass> + <ctenv> Rho </ctenv> + requires notBool(F in keys(Rho)) + + rule checkMethod(_:Id,_,Object) => .K +
+

Generic operations which could be part of the K framework

+
k
syntax KItem ::= stuck(K) + + syntax KItem ::= "discard" + rule _:KResult ~> discard => .K + +endmodule +
+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/k-distribution/tests/regression-new/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html b/k-distribution/tests/regression-new/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html new file mode 100644 index 00000000000..ff61e0a51ef --- /dev/null +++ b/k-distribution/tests/regression-new/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/index.html @@ -0,0 +1,1226 @@ + + + + + + + + + + + + + + +FUN — Untyped — Environment | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

FUN — Untyped — Environment

+

Author: Grigore Roșu (grosu@illinois.edu)
+Organization: University of Illinois at Urbana-Champaign

+

Author: Traian Florin Șerbănuță (traian.serbanuta@unibuc.ro)
+Organization: University of Bucharest

+

Abstract

+

This is the K semantic definition of the untyped FUN language. +FUN is a pedagogical and research language that captures the essence +of the functional programming paradigm, extended with several features +often encountered in functional programming languages. +Like many functional languages, FUN is an expression language, that +is, everything, including the main program, is an expression. +Functions can be declared anywhere and are first class values in the +language. +FUN is call-by-value here, but it has been extended (as student +homework assignments) with other parameter-passing styles. +To make it more interesting and to highlight some of K's strengths, +FUN includes the following features:

+
    +
  • +

    The basic builtin data-types of integers, booleans and strings.

    +
  • +
  • +

    Builtin lists, which can hold any elements, including other lists. +Lists are enclosed in square brackets and their elements are +comma-separated; e.g., [1,2,3].

    +
  • +
  • +

    User-defined data-types, by means of constructor terms. +Constructor names start with a capital letter (while any other +identifier in the language starts with a lowercase letter), and they +can be followed by an arbitrary number of comma-separated arguments +enclosed in parentheses; parentheses are not needed when the +constructor takes no arguments. +For example, Pair(5,7) is a constructor term holding two +numbers, Cons(1,Cons(2,Cons(3,Nil))) is a list-like +constructor term holding 3 elements, and +Tree(Tree(Leaf(1), Leaf(2)), Leaf(3)) is a tree-like +constructor term holding 3 elements. +In the untyped version of the FUN language, no type checking or +inference is performed to ensure that the data constructors are used +correctly. +The execution will simply get stuck when they are misused. +Moreover, since no type checking is performed, the data-types are not +even declared in the untyped version of FUN.

    +
  • +
  • +

    Functions and let/letrec binders can take +multiple space-separated arguments, but these are desugared to +ones that only take one argument, by currying. For example, the +expressions

    +
    fun x y -> x y
    +let x y = y in x
    +
    +

    are desugared, respectively, into the following expressions:

    +
    fun x -> fun y -> x y
    +let x = fun y -> y in x
    +
    +
  • +
  • +

    Functions can be defined using pattern matching over the +available data-types. For example, the program

    +
    letrec max = fun [h] -> h
    +             |   [h|t] -> let x = max t
    +                          in  if h > x then h else x
    +in max [1, 3, 5, 2, 4, 0, -1, -5]
    +
    +

    defines a function max that calculates the maximum element of +a non-empty list, and the function

    +
    letrec ack = fun Pair(0,n) -> n + 1
    +             |   Pair(m,0) -> ack Pair(m - 1, 1)
    +             |   Pair(m,n) -> ack Pair(m - 1, ack Pair(m, n - 1))
    +in ack Pair(2,3)
    +
    +

    calculates the Ackermann function applied to a particular pair of numbers. +Patterns can be nested. Patterns can currently only be used in function +definitions, and not directly in let/letrec binders. +For example, this is not allowed:

    +
    letrec Pai(x,y) = Pair(1,2) in x+y
    +
    +

    But this is allowed:

    +
    let f Pair(x,y) = x+y in f Pair(1,2)
    +
    +

    because it is first reduced to

    +
    let f = fun Pair(x,y) -> x+y in f Pair(1,2)
    +
    +

    by uncurrying of the let binder, and pattern matching is +allowed in function arguments.

    +
  • +
  • +

    We include a callcc construct, for two reasons: first, +several functional languages support this construct; second, some +semantic frameworks have difficulties defining it. Not K.

    +
  • +
  • +

    Finally, we include mutables by means of referencing an +expression, getting the reference of a variable, dereferencing and +assignment. We include these for the same reasons as above: there are +languages which have them, and they are not easy to define in some +semantic frameworks.

    +
  • +
+

Like in many other languages, some of FUN's constructs can be +desugared into a smaller set of basic constructs. We do that as usual, +using macros, and then we only give semantics to the core constructs.

+

Note:
+We recommend the reader to first consult the dynamic semantics of the +LAMBDA++ language in the first part of the K Tutorial. +To keep the comments below small and focused, we will not re-explain +functional or K features that have already been explained in there.

+

Syntax

+
k
//require "modules/pattern-matching.k" + +module FUN-UNTYPED-COMMON + imports DOMAINS-SYNTAX +
+

FUN is an expression language. The constructs below fall into +several categories: names, arithmetic constructs, conventional +functional constructs, patterns and pattern matching, data constructs, +lists, references, and call-with-current-continuation (callcc). +The arithmetic constructs are standard; they are present in almost all +our K language definitions. The meaning of FUN's constructs are +discussed in more depth when we define their semantics in the next +module.

+

The Syntactic Constructs

+

We start with the syntactic definition of FUN names. +We have several categories of names: ones to be used for functions and +variables, others to be used for data constructors, others for types and +others for type variables. We will introduce them as needed, starting +with the former category. We prefer the names of variables and functions +to start with lower case letters. We take the freedom to tacitly introduce +syntactic lists/sequences for each nonterminal for which we need them:

+
k
syntax Name [token] + syntax Names ::= List{Name,","} [overload(exps)] +
+

Expression constructs will be defined throughtout the syntax module. +Below are the very basic ones, namely the builtins, the names, and the +parentheses used as brackets for grouping. Lists of expressions are +declared strict, so all expressions in the list get evaluated whenever +the list is on a position which can be evaluated:

+
k
syntax Exp ::= Int | Bool | String | Name + | "(" Exp ")" [bracket] + syntax Exps ::= List{Exp,","} [strict, overload(exps)] + syntax Val + syntax Exp ::= Val + syntax Exps ::= Vals + syntax Vals ::= List{Val,","} [overload(exps)] + syntax Bottom + syntax Bottoms ::= List{Bottom,","} [overload(exps)] +
+

We next define the syntax of arithmetic constructs, together with +their relative priorities and left-/non-associativities. We also +tag all these rules as members of a new group, "arith", so we can more easily +define global syntax priorities later (at the end of the syntax module).

+
k
syntax Exp ::= left: + Exp "*" Exp [strict, group(arith)] + | Exp "/" Exp [strict, group(arith)] + | Exp "%" Exp [strict, group(arith)] + > left: + Exp "+" Exp [strict, left, group(arith)] + | Exp "^" Exp [strict, left, group(arith)] +// left attribute should not be necessary; currently a parsing bug + | Exp "-" Exp [strict, prefer, group(arith)] +// the "prefer" attribute above is to not parse x-1 as x(-1) +// Due to some parsing problems, we currently cannot add unary minus: + | "-" Exp [strict, group(arith)] + > non-assoc: + Exp "<" Exp [strict, group(arith)] + | Exp "<=" Exp [strict, group(arith)] + | Exp ">" Exp [strict, group(arith)] + | Exp ">=" Exp [strict, group(arith)] + | Exp "==" Exp [strict, group(arith)] + | Exp "!=" Exp [strict, group(arith)] + > "!" Exp [strict, group(arith)] + > Exp "&&" Exp [strict(1), left, group(arith)] + > Exp "||" Exp [strict(1), left, group(arith)] +
+

The conditional construct has the expected evaluation strategy, +stating that only the first argument is evaluate:

+
k
syntax Exp ::= "if" Exp "then" Exp "else" Exp [strict(1)] +
+

FUN's builtin lists are formed by enclosing comma-separated +sequences of expressions (i.e., terms of sort Exps) in square +brackets. The list constructor cons adds a new element to the +top of the list, head and tail get the first element +and the tail sublist of a list if they exist, respectively, and get +stuck otherwise, and null?? tests whether a list is empty or +not; syntactically, these are just expression constants. +In function patterns, we are also going to allow patterns following the +usual head/tail notation; for example, the pattern [x_1,...,x_n|t] +binds x_1, ..., x_n to the first elements of the matched list, +and t to the list formed with the remaining elements. We define list +patterns as ordinary expression constructs, although we will make sure that +we do not give them semantics if they appear in any other place then in a +function case pattern.

+
k
syntax Exp ::= "[" Exps "]" [strict, klabel(list)] + | "head" [macro] | "tail" [macro] | "null?" [macro] + | "[" Exps "|" Exp "]" + syntax Val ::= "[" Vals "]" [klabel(list)] + syntax Cons ::= "cons" + syntax Val ::= Cons + syntax Val ::= Cons Val [klabel(apply)] +
+

Data constructors start with capital letters and they may or may +not have arguments. We need to use the attribute "prefer" to make +sure that, e.g., Cons(a) parses as constructor Cons with +argument a, and not as the expression Cons (because +constructor names are also expressions) regarded as a function applied +to the expression a. Also, note that the constructor is strict +in its second argument, because we want to evaluate its arguments but +not the constuctor name itsef.

+
k
syntax ConstructorName [token] + syntax Exp ::= ConstructorName + | ConstructorName "(" Exps ")" [prefer, strict(2), klabel(constructor)] + syntax Val ::= ConstructorName "(" Vals ")" [klabel(constructor)] +
+

A function is essentially a |-separated ordered +sequence of cases, each case of the form pattern -> expression, +preceded by the language construct fun. Patterns will be defined +shortly, both for the builtin lists and for user-defined constructors. +Recall that the syntax we define in K is not meant to serve as a +ultimate parser for the defined language, but rather as a convenient +notation for K abstract syntax trees, which we prefer when we write +the semantic rules. It is therefore often the case that we define a +more ``generous'' syntax than we want to allow programs to use. +We do it here, too. Specifically, the syntax of Cases +below allows any expressions to appear as pattern. This syntactic +relaxation permits many wrong programs to be parsed, but that is not a +problem because we are not going to give semantics to wrong combinations, +so those programs will get stuck; moreover, our type inferencer will reject +those programs anyway. Function application is just concatenation of +expressions, without worrying about type correctness. Again, the type +system will reject type-incorrect programs.

+
k
syntax Exp ::= "fun" Cases + | Exp Exp [strict, left, klabel(apply)] +// NOTE: We would like eventually to also have Exp "(" Exps ") + syntax Case ::= Exp "->" Exp + syntax Cases ::= List{Case, "|"} +
+

The let and letrec binders have the usual syntax +and functional meaning. We allow multiple and-separated bindings. +Like for the function cases above, we allow a more generous syntax for +the left-hand sides of bindings, noting that the semantics will get stuck +on incorrect bindings and that the type system will reject those programs.

+
k
syntax Exp ::= "let" Bindings "in" Exp + | "letrec" Bindings "in" Exp [prefer] +// The "prefer" attribute for letrec currently needed due to tool bug, +// to make sure that "letrec" is not parsed as "let rec". + syntax Binding ::= Exp "=" Exp + syntax Bindings ::= List{Binding,"and"} +
+

References are first class values in FUN. The construct ref +takes an expression, evaluates it, and then it stores the resulting value +at a fresh location in the store and returns that reference. Syntactically, +ref is just an expression constant. The construct & +takes a name as argument and evaluates to a reference, namely the store +reference where the variable passed as argument stores its value; this +construct is a bit controversial and is further discussed in the +environment-based semantics of the FUN language, where we desugar +ref to it. The construct @ takes a reference +and evaluates to the value stored there. The construct := takes +two expressions, the first expected to evaluate to a reference; the value +of its second argument will be stored at the location to which the first +points (the old value is thus lost). Finally, since expression evaluation +now has side effects, it makes sense to also add a sequential composition +construct, which is sequentially strict. This evaluates to the value of +its second argument; the value of the first argument is lost (which has +therefore been evaluated only for its side effects.

+
k
syntax Exp ::= "ref" [macro] + | "&" Name + | "@" Exp [strict] + | Exp ":=" Exp [strict] + | Exp ";" Exp [strict(1), right] +
+

Call-with-current-continuation, named callcc in FUN, is a +powerful control operator that originated in the Scheme programming +language, but it now exists in many other functional languages. It works +by evaluating its argument, expected to evaluate to a function, and by +passing the current continuation, or evaluation context (or computation, +in K terminology), as a special value to it. When/If this special value +is invoked, the current context is discarded and replaced with the one +held by the special value and the computation continues from there. +It is like taking a snapshot of the execution context at some moment +in time and then, when desired, being able to get back in time to that +point. If you like games, it is like saving the game now (so you can +work on your homework!) and then continuing the game tomorrow or whenever +you wish. To issustrate the strength of callcc, we also +allow exceptions in FUN by means of a conventional try-catch +construct, which will desugar to callcc. We also need to +introduce the special expression contant throw, but we need to +use it as a function argument name in the desugaring macro, so we define +it as a name instead of as an expression constant:

+
k
syntax Exp ::= "try" Exp "catch" "(" Name ")" Exp [macro] + syntax Val ::= "callcc" + syntax Name ::= "throw" [token] +
+

Finally, FUN also allows polymorphic datatype declarations. These +will be useful when we define the type system later on.

+
k
syntax Exp ::= "datatype" Type "=" TypeCases Exp [macro] +// NOTE: In a future version of K, we want the datatype declaration +// to be a construct by itself, but that is not possible currently +// because K's parser wronly identifies the __ operation allowing +// a declaration to appear in front of an expression with the function +// application construct, giving ambiguous parsing errors. +
+

We next need to define the syntax of types and type cases that appear +in datatype declarations.

+

Like in many functional languages, type parameters/variables in +user-defined types are quoted identifiers.

+
k
syntax TypeVar [token] + syntax TypeVars ::= List{TypeVar,","} [overload(types)] +
+

Types can be basic types, function types, or user-defined +parametric types. In the dynamic semantics we are going to simply ignore +all the type declations, so here the syntax of types below is only useful +for generating the desired parser. To avoid syntactic ambiguities with +the arrow construct for function cases, we use the symbol --> as +a constructor for function types:

+
k
syntax TypeName [token] + syntax Type ::= "int" | "bool" | "string" + | Type "-->" Type [right] + | "(" Type ")" [bracket] + | TypeVar + | TypeName [symbol(TypeName), avoid] + | Type TypeName [symbol(Type-TypeName), macro] + | "(" Types ")" TypeName [prefer] + syntax Types ::= List{Type,","} [overload(types)] + syntax Types ::= TypeVars + + syntax TypeCase ::= ConstructorName + | ConstructorName "(" Types ")" + syntax TypeCases ::= List{TypeCase,"|"} [symbol(_|TypeCase_)] +
+

Additional Priorities

+
k
syntax priority @__FUN-UNTYPED-COMMON + > apply + > arith + > _:=__FUN-UNTYPED-COMMON + > let_in__FUN-UNTYPED-COMMON + letrec_in__FUN-UNTYPED-COMMON + if_then_else__FUN-UNTYPED-COMMON + > _;__FUN-UNTYPED-COMMON + > fun__FUN-UNTYPED-COMMON + > datatype_=___FUN-UNTYPED-COMMON +endmodule + +module FUN-UNTYPED-MACROS + imports FUN-UNTYPED-COMMON +
+

Desugaring macros

+

We desugar the list non-constructor operations to functions matching +over list patterns. In order to do that we need some new variables; for +those, we follow the same convention like in the K tutorial, where we +added them as new identifier constructs starting with the character $, +so we can easily recognize them when we debug or trace the semantics.

+
k
syntax Name ::= "$h" [token] | "$t" [token] + rule head => fun [$h|$t] -> $h + rule tail => fun [$h|$t] -> $t + rule null? => fun [.Exps] -> true | [$h|$t] -> false +
+

Multiple-head list patterns desugar into successive one-head patterns:

+
k
rule [E1,E2,Es:Exps|T] => [E1|[E2,Es|T]] [anywhere] +
+

Uncurrying of multiple arguments in functions and binders:

+
k
rule P1 P2 -> E => P1 -> fun P2 -> E [anywhere] + rule F P = E => F = fun P -> E [anywhere] +
+

We desugar the try-catch construct into callcc:

+
k
syntax Name ::= "$k" [token] | "$v" [token] + rule try E catch(X) E' + => callcc (fun $k -> (fun throw -> E)(fun X -> $k E')) +
+

For uniformity, we reduce all types to their general form:

+
k
rule `Type-TypeName`(T:Type, Tn:TypeName) => (T) Tn +
+

The dynamic semantics ignores all the type declarations:

+
k
rule datatype _T = _TCs E => E + +endmodule + + +module FUN-UNTYPED-SYNTAX + imports FUN-UNTYPED-COMMON + imports BUILTIN-ID-TOKENS + + syntax Name ::= r"[a-z][_a-zA-Z0-9]*" [token, prec(2)] + | #LowerId [token] + syntax ConstructorName ::= #UpperId [token] + syntax TypeVar ::= r"['][a-z][_a-zA-Z0-9]*" [token] + syntax TypeName ::= Name [token] +endmodule +
+

Semantics

+

The semantics below is environment-based. A substitution-based +definition of FUN is also available, but that drops the & +construct as explained above.

+
k
module FUN-UNTYPED + imports FUN-UNTYPED-COMMON + imports FUN-UNTYPED-MACROS + imports DOMAINS + //imports PATTERN-MATCHING +
+

Configuration

+

The k, env, and store cells are standard +(see, for example, the definition of LAMBDA++ or IMP++ in the first +part of the K tutorial).

+
k
configuration <T color="yellow"> + <k color="green"> $PGM:Exp </k> + <env color="violet"> .Map </env> + <store color="white"> .Map </store> + </T> +
+

Values and results

+

We only define integers, Booleans and strings as values here, but will +add more values later.

+
k
syntax Val ::= Int | Bool | String + syntax Val ::= Bottom + syntax Vals ::= Bottoms + syntax KResult ::= Val +
+

Lookup

+
k
rule <k> X:Name => V ...</k> + <env>... X |-> L ...</env> + <store>... L |-> V ...</store> +
+

Arithmetic expressions

+
k
rule I1 * I2 => I1 *Int I2 + rule I1 / I2 => I1 /Int I2 requires I2 =/=K 0 + rule I1 % I2 => I1 %Int I2 requires I2 =/=K 0 + rule I1 + I2 => I1 +Int I2 + rule S1 ^ S2 => S1 +String S2 + rule I1 - I2 => I1 -Int I2 + rule - I => 0 -Int I + rule I1 < I2 => I1 <Int I2 + rule I1 <= I2 => I1 <=Int I2 + rule I1 > I2 => I1 >Int I2 + rule I1 >= I2 => I1 >=Int I2 + rule V1:Val == V2:Val => V1 ==K V2 + rule V1:Val != V2:Val => V1 =/=K V2 + rule ! T => notBool(T) + rule true && E => E + rule false && _ => false + rule true || _ => true + rule false || E => E +
+

Conditional

+
k
rule if true then E else _ => E + rule if false then _ else E => E +
+

Lists

+

We have already declared the syntactic list of expressions strict, so +we can assume that all the elements that appear in a FUN list are +evaluated. The only thing left to do is to state that a list of +values is a value itself, that is, that the list square-bracket +construct is indeed a constructor, and to give the semantics of +cons. Since cons is a builtin function and is +expected to take two arguments, we have to also state that +cons itself is a value (specifically, a function/closure +value, but we do not need that level of detail here), and also that +cons applied to a value is a value (specifically, it would be +a function/closure value that expects the second, list argument):

+
k
rule cons V:Val [Vs:Vals] => [V,Vs] +
+

Data Constructors

+

Constructors take values as arguments and produce other values:

+
k
syntax Val ::= ConstructorName +
+

Functions and Closures

+

Like in the environment-based semantics of LAMBDA++ in the first part +of the K tutorial, functions evaluate to closures. A closure includes +the current environment besides the function contents; the environment +will be used at execution time to lookup all the variables that appear +free in the function body (we want static scoping in FUN).

+
k
syntax Val ::= closure(Map,Cases) + rule <k> fun Cases => closure(Rho,Cases) ...</k> <env> Rho </env> +
+

Note: The reader may want to get familiar with +how the pre-defined pattern matching works before proceeding. +The best way to do that is to consult +k/include/modules/pattern-matching.k.

+ +

We distinguish two cases when the closure is applied. +If the first pattern matches, then we pick the first case: switch to +the closed environment, get the matching map and bind all its +variables, and finally evaluate the function body of the first case, +making sure that the environment is properly recovered afterwards. +If the first pattern does not match, then we drop it and thus move on +to the next one.

+
k
rule (.K => getMatching(P, V)) ~> closure(_, P->_ | _) V:Val + rule <k> matchResult(M:Map) ~> closure(Rho, _->E | _) _ + => bindMap(M) ~> E ~> setEnv(Rho') ...</k> + <env> Rho' => Rho </env> + rule (matchFailure => .K) ~> closure(_, (_->_ | Cs:Cases => Cs)) _ +// rule <k> closure(Rho, P->E | _) V:Val +// => bindMap(getMatching(P,V)) ~> E ~> setEnv(Rho') ...</k> +// <env> Rho' => Rho </env> requires isMatching(P,V) +// rule closure(_, (P->_ | Cs:Cases => Cs)) V:Val requires notBool isMatching(P,V) +
+

Let and Letrec

+

To highlight the similarities and differences between let and +letrec, we prefer to give them direct semantics instead of +to desugar them like in LAMBDA. See the formal definitions of +bindTo, bind, and assignTo at the end of +this module. Informally, bindTo(Xs, Es) first +evaluates the expressions Es in Exps in the current +environment (i.e., it is strict in its second argument), then it binds +the variables in Xs in Names to new locations and adds +those bindings to the environment, and finally writes the values +previously obtained after evaluating the expressions Es to those +new locations; bind(Xs) does only the bindings of +Xs to new locations and adds those bindings to the environment; +and assignTo(Xs,Es) evaluates the expressions +Es in the current environment and then it writes the resulting +values to the locations to which the variables Xs are already +bound to in the environment.

+

Therefore, let Xs = Es in E first +evaluates Es in the current environment, then adds new +bindings for Xs to fresh locations in the environment, then +writes the values of Es to those locations, and finally +evaluates E in the new environment, making sure that the +environment is properly recovered after the evaluation of E. +On the other hand, letrec does the same things but in a +different order: it first adds new bindings for Xs to fresh +locations in the environment, then it evaluates Es in the new +environment, then it writes the resulting values to their +corresponding locations, and finally it evaluates E and +recovers the environment. The crucial difference is that the +expressions Es now see the locations of the variables Xs +in the environment, so if they are functions, which is typically the +case with letrec, their closures will encapsulate in their +environments the bindings of all the bound variables, including +themselves (thus, we may have a closure value stored at location +L, whose environment contains a binding of the form +F ↦ L; this way, the closure can invoke +itself).

+
k
rule <k> let Bs in E + => bindTo(names(Bs),exps(Bs)) ~> E ~> setEnv(Rho) ...</k> + <env> Rho </env> + + rule <k> letrec Bs in E + => bind(names(Bs))~>assignTo(names(Bs),exps(Bs))~>E~>setEnv(Rho)...</k> + <env> Rho </env> +
+

Recall that our syntax allows let and letrec to +take any expression in place of its binding. This allows us to use +the already existing function application construct to bind names to +functions, such as, e.g., let x y = y in .... +The desugaring macro in the syntax module uncurries such declarations, +and then the semantic rules above only work when the remaining +bindings are identifiers, so the semantics will get stuck on programs +that misuse the let and letrec binders.

+

References

+

The semantics of references is self-explanatory, except maybe for the +desugaring rule of ref, which is further discussed. Note +that &X grabs the location of X from the environment. +Sequential composition, which is needed only to accumulate the +side effects due to assignments, was strict in the first argument. +Once evaluated, its first argument is simply discarded:

+
k
syntax Name ::= "$x" [token] + rule ref => fun $x -> & $x + rule <k> & X => L ...</k> <env>... X |-> L ...</env> + rule <k> @ L:Int => V:Val ...</k> <store>... L |-> V ...</store> + rule <k> L:Int := V:Val => V ...</k> <store>... L |-> (_=>V) ...</store> + rule _V:Val; E => E +
+

The desugaring rule of ref (first rule above) works +because & takes a variable and returns its location (like in C). +Note that some ``pure'' functional programming researchers strongly dislike +the & construct, but favor ref. We refrain from having +a personal opinion on this issue here, but support & in the +environment-based definition of FUN because it is, technically speaking, +more powerful than ref. From a language design perspective, it +would be equally easy to drop & and instead give a direct +semantics to ref. In fact, this is precisely what we do in the +substitution-based definition of FUN, because there appears to be no way +to give a substitution-based definition to the & construct.

+

Callcc

+

As we know it from the LAMBDA++ tutorial, call-with-current-continuation +is quite easy to define in K. We first need to define a special +value wrapping an execution context, that is, an environment saying +where the variables should be looked up, and a computation structure +saying what is left to execute (in a substitution-based definition, +this special value would be even simpler, as it would only need to +wrap the computation structure---see, for example, the +substitution-based semantics of LAMBDA++ in the the first part of the +K tutorial, or the substitution-based definition of FUN). Then +callcc creates such a value containing the current +environment and the current remaining computation, and passes it to +its argument function. When/If invoked, the special value replaces +the current execution context with its own and continues the execution +normally.

+
k
syntax Val ::= cc(Map,K) + rule <k> (callcc V:Val => V cc(Rho,K)) ~> K </k> <env> Rho </env> + rule <k> cc(Rho,K) V:Val ~> _ => V ~> K </k> <env> _ => Rho </env> +
+

Auxiliary operations

+

Environment recovery

+

The environment recovery operation is the same as for the LAMBDA++ +language in the K tutorial and many other languages provided with the +K distribution. The first ``anywhere'' rule below shows an elegant +way to achieve the benefits of tail recursion in K.

+
k
syntax KItem ::= setEnv(Map) // TODO: get rid of env + //rule (setEnv(_) => .) ~> setEnv(_) [anywhere] + rule <k> _:Val ~> (setEnv(Rho) => .K) ...</k> <env> _ => Rho </env> +
+

bindTo, bind and assignTo

+

The meaning of these operations has already been explained when we +discussed the let and letrec language constructs +above.

+
k
syntax KItem ::= bindTo(Names,Exps) [strict(2)] + | bindMap(Map) + | bind(Names) + + rule (.K => getMatchingAux(Xs,Vs)) ~> bindTo(Xs:Names,Vs:Vals) + rule matchResult(M:Map) ~> bindTo(_:Names, _:Vals) => bindMap(M) + + rule bindMap(.Map) => .K + rule <k> bindMap((X:Name |-> V:Val => .Map) _:Map) ...</k> + <env> Rho => Rho[X <- !L:Int] </env> + <store>... .Map => !L |-> V ...</store> + + rule bind(.Names) => .K + rule <k> bind(X:Name,Xs => Xs) ...</k> + <env> Rho => Rho[X <- !_L:Int] </env> + + syntax KItem ::= assignTo(Names,Exps) [strict(2)] + + rule <k> assignTo(.Names,.Vals) => .K ...</k> + rule <k> assignTo((X:Name,Xs => Xs),(V:Val,Vs:Vals => Vs)) ...</k> + <env>... X |-> L ...</env> + <store>... .Map => L |-> V ...</store> +
+

Getters

+

The following auxiliary operations extract the list of identifiers +and of expressions in a binding, respectively.

+
k
syntax Names ::= names(Bindings) [function] + rule names(.Bindings) => .Names + rule names(X:Name=_ and Bs) => (X,names(Bs))::Names + + syntax Exps ::= exps(Bindings) [function] + rule exps(.Bindings) => .Exps + rule exps(_:Name=E and Bs) => E,exps(Bs) + + /* Extra kore stuff */ + syntax KResult ::= Vals + syntax Exps ::= Names + syntax Names ::= Bottoms + + /* Matching */ + syntax MatchResult ::= getMatching(Exp, Val) [function] + | getMatchingAux(Exps, Vals) [function] + | mergeMatching(MatchResult, MatchResult) [function] + | matchResult(Map) + | "matchFailure" + + rule getMatching(C:ConstructorName(Es:Exps), C(Vs:Vals)) => getMatchingAux(Es, Vs) + rule getMatching([Es:Exps], [Vs:Vals]) => getMatchingAux(Es, Vs) + rule getMatching(C:ConstructorName, C) => matchResult(.Map) + rule getMatching(B:Bool, B) => matchResult(.Map) + rule getMatching(I:Int, I) => matchResult(.Map) + rule getMatching(S:String, S) => matchResult(.Map) + rule getMatching(N:Name, V:Val) => matchResult(N |-> V) + rule getMatching(_, _) => matchFailure [owise] + + rule getMatchingAux((E:Exp, Es:Exps), (V:Val, Vs:Vals)) => mergeMatching(getMatching(E, V), getMatchingAux(Es, Vs)) + rule getMatchingAux(.Exps, .Vals) => matchResult(.Map) + rule getMatchingAux(_, _) => matchFailure [owise] + + rule mergeMatching(matchResult(M1:Map), matchResult(M2:Map)) => matchResult(M1 M2) + requires intersectSet(keys(M1), keys(M2)) ==K .Set + //rule mergeMatching(_, _) => matchFailure [owsie] + rule mergeMatching(matchResult(_:Map), matchFailure) => matchFailure + rule mergeMatching(matchFailure, matchResult(_:Map)) => matchFailure + rule mergeMatching(matchFailure, matchFailure) => matchFailure +
+

Besides the generic decomposition rules for patterns and values, +we also want to allow [head|tail] matching for lists, so we add +the following custom pattern decomposition rule:

+
k
rule getMatching([H:Exp | T:Exp], [V:Val, Vs:Vals]) + => getMatchingAux((H, T), (V, [Vs])) +endmodule +
+

Go to Lesson 2, FUN untyped, Substitution-Based.

+
+
+ + + +
+ +
+
+ + + + + + + + + + + + + diff --git a/news/k-framework-demo/index.html b/news/k-framework-demo/index.html new file mode 100644 index 00000000000..4a15e33590e --- /dev/null +++ b/news/k-framework-demo/index.html @@ -0,0 +1,354 @@ + + + + + + + + + + + + + + +The K Framework Demo | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

The K Framework Demo

+ +
+
+ + + +
+ +
+
+ + + + + + + + + + + + diff --git a/overview/index.html b/overview/index.html new file mode 100644 index 00000000000..ba62406b5d9 --- /dev/null +++ b/overview/index.html @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + +K overview | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

K overview

+ +

Go to Youtube mirror, if the above does not work.

+

Go back to https://kframework.org for further links, the K tool and contact information.

+
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + diff --git a/projects/index.html b/projects/index.html new file mode 100644 index 00000000000..4d973e9e3df --- /dev/null +++ b/projects/index.html @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + +Projects using K | Runtime Verification Inc + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +
+ +
+

Projects using K

+

A list of projects using the K framework. If you are working on something interesting, and you want to share it with the community, +let us know on our socials, and we will feature you on this list.

+
+ +
+
    +
  • +

    KAVM (Feb 2022 - Present)

    +

    The Algorand Virtual Machine and TEAL Semantics in K
    +KAVM leverages the K Framework to empower Algorand smart contracts' developers +with property-based testing and formal verification.

    +
  • +
  • +

    KPlutus (2016 - Present)

    +

    The K Semantics of Plutus-Core

    +
  • +
  • +

    Dedukti (Mar 2021 - Present)

    +

    This project aims to translate real K semantics into Dedukti.

    +
  • +
  • +

    KWasm (Aug 2015 - Present)

    +

    KWasm is the K semantics of WebAssembly. +WebAssembly is a low-level (but simple and streamlined) assembly language that was originally developed to provide a fast execution engine for browser-based tools. +More recently, it has been used in several blockchain smart-contract platforms as the underlying language for executing financial agreements. +KWasm has been used for measuring coverage of test-suites over Wasm code and verifying programs which are compiled to Wasm.

    +
  • +
  • +

    KEVM (Sep 2017 - Present)

    +

    KEVM is the K semantics of the Ethereum Virtual Machine. +It passes all the Ethereum Test Suite, and is used for verifying EVM programs.

    +
  • +
  • +

    IELE (Oct 2016 - Present)

    +

    IELE is the underlying VM integrated into the Cardano blockchain. +IELE is a register-based VM (inspired by LLVM), which attempts to avoid many of the missteps in design present in EVM.

    +
  • +
  • +

    K-Michelson (Oct 2019 - Present)

    +

    K-Michelson is the K semantics of Michelson blockchain programming language, which powers the Tezos blockchain. +KMichelson provides additional testing tools for developers, including a unit-testing framework which is extendable to symbolic property testing.

    +
  • +
  • +

    C (Jul 2010 - Present)

    +

    The K semantics of the C programming language specifies the translation, linking, and execution semantics of the C language according to the official C standard. +It has been used to build tools like RV-Match, which detects undefined behaviors in users programs by running their test-suites through the C semantics.

    +
  • +
+

Archived

+ +
+
+ + +
+ + + +
+
+ +
+
+ + + + + + + + + + + + diff --git a/sitemap.xml b/sitemap.xml new file mode 100644 index 00000000000..7c75af2dcea --- /dev/null +++ b/sitemap.xml @@ -0,0 +1,711 @@ + + + + https://kframework.org/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/index.html + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/exports/K.pdf + 0.5 + 2024-03-27 + monthly + + + https://kframework.org/exports/K.epub + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/exports/K.mobi + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/exports/K.html + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/01_installing/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/02_basics/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/03_parsing/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/04_disambiguation/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/05_modules/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/06_ints_and_bools/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/07_side_conditions/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/08_literate_programming/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/09_unparsing/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/10_strings/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/11_casts/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/12_syntactic_lists/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/13_rewrite_rules/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/14_evaluation_order/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/15_configurations/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/16_collections/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/17_cell_multiplicity/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/18_equality_and_conditionals/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/19_debugging/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/20_backends/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/21_symbolic_execution/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/1_basic/22_proofs/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/01_macros/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/02_fresh_constants/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/03_klabels/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/04_overloading/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/05_matching_logic/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/06_function_context/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/07_record_productions/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/08_fun_and_let/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/09_as/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/10_matching_operator/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/11_evaluation_order/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/12_floats_and_machine_ints/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/13_substitution/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/14_io/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/15_string_buffers_and_bytes/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/16_kore/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/2_intermediate/17_debugging_proofs/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/docs/user_manual/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/docs/cheat_sheet/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/docs/ktools/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/include/kframework/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/domains/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/kast/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/prelude/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/ffi/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/json/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/rat/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/include/kframework/builtin/substitution/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/overview/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_1/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_2/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_3/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_4/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_5/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_6/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_7/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_8/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/1_lambda/lesson_9/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_1/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_2/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_3/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_4/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/2_imp/lesson_5/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_1/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_2/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_3/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_4/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_5/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/3_lambda++/lesson_6/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_1/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_2/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_3/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_4/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_5/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_6/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_7/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/4_imp++/lesson_8/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_1/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_2/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_3/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_4/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_5/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_6/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_7/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_8/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/1_k/5_types/lesson_9/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/1_simple/1_untyped/simple-untyped/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/1_static/simple-typed-static/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/1_simple/2_typed/2_dynamic/simple-typed-dynamic/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/2_kool/1_untyped/kool-untyped/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/1_dynamic/kool-typed-dynamic/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/2_kool/2_typed/2_static/kool-typed-static/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/1_environment/fun-untyped/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/3_fun/1_untyped/2_substitution/fun-untyped/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/pl-tutorial/2_languages/4_logik/basic/logik/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/projects/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/editor_support/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/faq/ + 1.0 + 2024-03-27 + monthly + + + https://kframework.org/k-distribution/k-tutorial/3_advanced/ + 1.0 + 2024-03-27 + monthly + + \ No newline at end of file

i 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 z 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

X!qFn_S0Eml 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⪚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 z

4*e($@uK7BCCyuErim7^StbE2N%E)TS^0S8>-auS{J zq;0KFcL#gx7-*Q<**j=K7=7PQj^85dU0UliLXu98Z|8BkC?MDO(lO9=^%<47^W9rL zM==X%$IOBoODbo*T{Jco9J*y&TJQ1CfxQwI>JCzR^v&V4D<|@hS(OW{I}Ep}RZcJM zn2Q^O9=qEz{Ax!+XmecMo(Cx#%kbw@D>oNi@2Jyt4h+3aYzL45Zg6Ff-Gk7ayw=RU zfOEAQ_t#G!#GD_%?-%x|@be%!*V_1PWStiEHv{MhNA}cbV7s2;Z?zK6#7;aoYiWp| zKvZP3cf|{ZgcEpscPZa@(RAqC+0n zx&_0>l4mT+kF8|)T*q?XBH7s7>U}&#p51*@HvV!ZmroI^-uLJQ*n31iI-{8HaCkA_ zVE?`DgA@!x^Z(ZU3;O?uy3hU}dhP#3J^W6s-wHJu{-Pdm>q!!!oT2LpT#*Sf6!Iy6 zL9i5Lvm4TdcK=K=9?@wh`pazs(1*v>T=I?i%MU_A z)eMUfx`t%T(Va`mG~VVpHQMjhVe>3+d4@u3a_Bm6vE1RjBBPL}cVTwN5RsEOLmA?9 zGVEO-kRwNj$Y`Ig(mf@C1WH7UiA30PQlVhb<`ppZ?u1`0Z*Z9W1%_VkhgTpRVfuKm{+-6tEa9oogtK3R1Ta)CaZ@WW6F-3v)b#tOA8C zYoS9`u~O@-&ZY)#Gq!j3UYjk0>$g2u$dKz{s^H{4MwXhU?zMyeF*;GMmm3?TVAe~B z&v&Gyi2TWHlN*C$qpnzG?0)UJ#Edclu>&3cM4I2ALpaTn4)rMe856<=lJ>W2V z;he1zE#S}IXhv8o&aoW{GmnQ`_YiXkz-v<` zHW)&=rC2blRS=t9?T%-N%sx56MVeyq9uzlftp`?F;{-Plvw7X*$kx5QPzS=Rd`X7l%m-B-unJfuDB3n0@gI!7$1$E8j zzg>rkA=I(a$?0IhZZVyylhAsMlWLD<)U>5li2PX6`&l>+V8xZT4k1ZB0XQrGYImBW ztCof%W|O10|8WpVmn^}}e^0^}E+h%O)BBeBL=E3i1stxUq>AlKfp(c?hSi$CljVRq}Dk@b@s;wcIXCv>sqz z{u-X%t?EoVF9I5n6P^NfOA3aDO0tTfL9&{uiY@xWzR6j^#YVG+mmIGAXma1E%+ABc z@2T3+#dX^~fBXJ>C9YI=)ja_O0NDK{O8&3m_DuhmBR*jJ%X|vG;T{=BrvnW{s@Ot7 z7P+G3Q9j?M25z#V)>rcK-)g&YmrzWsjPw*3di~8LqRTqDV0orbgB(;#O?*>;)|XvI z@k}`92|tpz|4EcYn9#HcK*=y~qm4AuygBA@`O!>n*{Wq1iY`I&mngU}?#9DBsq-n1 zU{y~5N(86?OEO|>i=IgEU(ghgQlc#;q~iW99l5-J0E}iaR?Z7ieWJirLeZ)VPu{DW zm{#=G@M-+=7>=Rdi--(=#ni0v=1)v}RxPSzdq(7bRs`XE!C)r(gXqPb(n<(1hX=1E zg4bkyt9Mkyxj(D&tfu< z*#&0SbWe66EiYsgn^fq|Fj|Ufn380r!D*DIBQ;=b)q=7^cO-wz)^_`p0_g3>HnuR{Zsu9cj5Qyw&!0oOhBO)cp$6j4=sSu1P5NW8`7U! zm>`l)z>?5#ox|@d+CDdFOd#3_^I^2!-g27d;eMcducroG3uM)vc(uOP%SMc^m~7V` zGi#aY$!db1prNAaEU02;q^+*G4$QZ}>g#w+(FK3_RY2;Wc$+g3lTi7aTtoY|Y(k0i ziU_=vaM27f5otg&ZaJD$mC%w_B%&3^SPcEq8pgEtfYSXq$hM!LH5>dxiHtxjgN0+r zA&K{?@n9qEcWvKI{{aOjPkU*-OR=5QtiSFbvvJRvFK*vKh$So?vjxon3gFlnJ|9*( zDz9ih4$tH5774I}s@uRq!_~&fi$M~lO0|)s%n&4L)ZkqLC=$ceiz_?Ti4*6Jrld~U za)$$;n;BLvDq(kxsjCXqt;vaoNt%?`Z*rT+Q;hR!tl zl{58;nK5)g#9h3~1cbYgYJAgHtvXc|6;B4g6>?8LEjy{H9%~#SPua8@0R{@0v_?~z zd(=@nkp?7Q8!R6Kt%7>WYHW`94HC*=SdU$w5K#V!O=Zze8!iG6G=pCA$XD6lwaTP0 zq=TZYu22$SJk2CWZOs+=1N{m)&)Up&#H7Z!6^#W+w!*SaCv!_AGjgb3ZwZ`8W=c=H zArkP1)Oes0l78v9_T^QUSY{v4bMlqo%He@jru^pPQ3XJ+ht0~1&(J%w_WETzcZJEN zjp^)B?1niDO>qS%lsPU5;F}Uw&sba9^xIR=x2}x?b=;AO+qLz83a@nRI=yzQ#|dj% zozH?%PH%Pphx$+%n+N&+ZfDm2bLW|N@sux@pYKg>pv=)%vem5)?X#~Z2A%aNc?H|x z<{<5?wLc@g&d$*q2!kS{nVaQ0;6@CMO}G+FtQXrG%{x%;5=_U+d*r2(44c_Ln~5DD zw)+e7@CswVfhiVhW+h~VV^IcyE@FXwIb6jUb^$gIE#6pP-ak5-ojBMJ3&EQqvIxIU;E?*RrS?$CY8I5f9Kz&DkF4TIKv35jnfCrQO7Oc=Nu zuyhe9ta5Z9c|+|utT zJjaqC9`pR?N``A*7(b;5tHGDj30uk?Q8#3-#qHtytA)*sO>Tv)K+miztE2*?ZE9*m zYR4v?Puf;{uil}>E6I%J8t3fc=`2$DKyjr`d#~NGC7>8O8YtBn2(;aXG%W8m`M?yV zT?A1Mr@;96f4CqqB0QQfev5-S`2YSkVPg3Yi6BKq=D&0SJtt}iozB4L?iTR>r3>I= za5jfVF~1I?S!|HkxPL@s`|(ZA0nu#*Iva_%xWBtgC~T@~QysvnNfJFFk9tc(=BJe= zeWK!n?3L}!(MD~mzB?4HT|cV6>+O1=Or7vCv_|20!+1a(J(b9$bk zqQPr$;)xnXCDbAVQqq-m4N+J|t=8=s+2 zD@xwF#b0D^#j;O0F7AQ+JIInF9=RdFvc-M(rmzEAX5v%rVxmsDy$W(FcX=*Ll$}&#*Llfg6 zLj=G=d)EFmK~zysHgl?T*ILaUG(Ux%K%reE`PWG_cr-toM+t?7ZqF7QEN(@P&28n< ze`4Q%a%nSL1`^JDF1I0IpQ||1Z6OiIY{WX%1>B>zaUYL%a1`XUL@_^J3pVC#02^Zt z(H-XmmVM0?O2DB9iiBMTfg4~2^%bn(P!=jJciwviQN{CTJ?lH(O`60yf3 z!p2uTP91IyS_c{C^MQz0?mA-dj*@f`)pwU*Dy$A;Cvq_3C!RaWnK`8<9$Tanhzr!X z2yl1g1tRmaJn_qb;!VVGd&%*Ejid!W+9J7)!@7=z_Mve^U$)`%|Je72^__wHFY>pe z`2YTdF*5uI`}@1^?XlJ?NGx$!J|XGbTVn;wXf` z1JG1l+_dY{0Vt*jDVEWE=ID7Al0@F!Uwa`9SNYj^Vj@A89`_du`XJ8%e}RnBz6PE5 zw&zo5dS3k4fxCI~0bSI$Bms}DQ}$lIs#UG}du|XG)=@+S45{ zjY^&nJNKpQcyLpjNkl?8&3acG#2VG90B8SRyg?i`TVo9Buhy-xcfHDJu z%idiPyjFlY)Zg`Xc8fLPSWC^do+la@l{14yLiPY0Lu2TV%NRg%e|SMXD<&r zW^*#n*kdE~ia(n=@WM;j+g&ShFXOxpp+({HNYD%zx#ET(b41jltDJBa2#j&B-XbXA zumjAH&-{;A`l`Zj(cKtw5P68}d6D$|L9T`aCxLWahhn`z3K3}BDE&i;!rB%<+)!+z zOUsef-el=I{UwMQOo`&hF5|P&bMp6zDyBd%82Nyt>Albh;T9$xJ{2 zc%}wZnB?g)2tz2fV*?yRm%2!juzN-Upz{hoS&U|H#!fksYJ=dFBjvwTxR5dzZU=1_ z>E1|uoSmH|Jwy7uk0q7$$nMwV`6fGHl*hs6a$n@{{1gq#dD?VDpt!W9wzYi{Bbmjv zyF}^sNrmP3vf-hvAA(>AK_~#fEH{yt+AJ8^7J6jXcs!&-5;=z(roRhjHB~)Jr0WAnIPAK9_$>(!K zCTw=YNlFjPB1Lb&Z^wmzi}DmFNH>Z0=U_wQdEG+NH>-uqHMZRgnU#DkZ(4s7Z!pna zJUV_ZWW;7v0l*%DOegO&oSep&whyPur=21)Ak+$kBH<`>#FlKaNVDG>AISLHvOBN674u{YhwKTd0S4)<|tI+8FoK%7}rx-K2usuKoQVqN&*d!R3!6*~VXfm#G?!g-@+8SyJ zG|8^1I>oQkwI-_MzW>h1M2%Xb+|QLP0K-;9Yb~nN2a*CB99&E%vc;S~&TXP|l3Cd) zfh!-5w{MmK?o)6U*07Y|wy-!!k3>h5*2jY{*(A2a&JVSFF6nv8)M|{B?JIX@)Fb z$lOH(!lA#D9E?;cJ&>nbALOCL+hTyU zJx3aKOp=TmIsUA?#NoIgJKgZyx|~u>niL0UZ4?^So~;_ljM|Q)#VTFk93g#%)S^#F z&8$&Bm6W1Hc_2HteoT*EXbBfIf>;K^tEqKV0&telHine4@^vv^p_^8`RcEx27U%@O zo)?1gFAI9(U1g_*5$r{U%~;Z8H?>EHBq3_HRmU4yhOM7Of+W-UK`~EJZ@(_?I~lF-si`fZ$6Vato2JOk}Tu3f{Mput0qr z+D1(pE}Oz?pM(~Ake4k*148cOdJb_ntOlfqpEfgRPIlkHk(zf4=&Q)NH~)%N}CC|++OlczqlvcoiZ$&MD;mH)NzbxRRr|hkq1k<+rzFAQ?)Bup z>}NLSp;p;|jbx2%WGh$XQ?cXso#niw4=-8$Fo!9#ROL*C2>ZHQEv$LV2hNA$qV)NX zGwxeYzLY9vz+Y;ixt!Q(H!`Z56pNEIF3p6pPh4<#6!4!|!?yDG4bOsYr~FH4@f3V~ z5)f93`RmjQ<~8~9ao6LdWRAT!{Ib4KX#>W%bMoluK0_I`r3EjEy@MlG9?MkC-u>=* z68BA=*}4Z$6{Mr@&Vd7}omX8)JXOh?cNGVMSwBN2$f!Pl-5I*dKH$=d4tvF_Y!Kh@ z6>#h-_wGX>Z{Bs?n8mmihzRhPIApVOVMQakS59tSEany+g`MnukU&VU3D@oHzM$s8D5kHbqFfvHx9`^=FSFSoVoSC$Qq zKH^>K?HY{_gO^j)P49{AtNVuTgtu9UHTH2GGE&q`Y8N^=%z5(=*Nm9tw@`DXUHK`N?zdrb@qs za`5LK92j^Rb+FicTRh8%gF_^k?lO-TRVoD}-gzK-nar)^cX$*X3+xmPPH~W3;3SCB z3r~Tb8RtP+&(`9viP&kqs%J`qSjKa0zeK3qjl>?ugSQE@yhUOprD{6mTP|0#jjeE=}gt?{uoM1|3J?MNrZhhMZ;ysc1`VEkVkHLjmf3Papv_H(2z;(g`ZD| z>3@1eHXV>{+Q3~>Iyw`1g<7A+q)}LlPf^WZSdXXy8I#Us*JFkKlZtk{f@J86nTu-W z&4rMe53vnx;LmdGb34`*-(Xa*Q5wi)Qos(H7h<5@RnwwyHp9ZHe}KAeM?qLva04vI zWaouzhS}2>Gijfh=pbXs`DF2Y8MGsH@$d0MSsc05A7GX^3JhqR^R&KtmF|WzQCHJi zX_gkRZIw1%)jwa!_u^+(AS#DUoG=-*VGRqfF;Df}-XIBm)Qs)Dx={WNKk#S{`7NsEA;cpq3ve`8!qotD;S}>M zbsPlc#(?@y@;Bv1pmHLi6aDe%l%7AY?M>HJ zD$py_s97u#jN_R6*EP$`Js8#FH^r<`P_I;Z_cpwj=`4VHAyV=7+U3&t-8R#bx^z{oXi}c5Jhx=e=b(81BM)5Z17f?V`?5! zfoRmRDM-WQuX}cN2(o1 zoIODP$57QEvT{(I-2}Bahy!(`0Nd*Us8Eq?83@MgV5~zmlueW*8|SV}Ke{@afR)2q z8Rj(!BkR$V@c31mK)aXUMu#oq+yvB-jK(7)Dp@(`a7mFUb=p$z_<}e+ia5)v`;-|N zN-MWbtNI-s-TvL=LuN*r7zea9m!KQpx5Xzv!8b~CMco3o8%=O;-$e!|CGDwp1d$Ra zEv7Iwhgt`QZbxTOHk1ByZ6A6F-7buNi`BbTwtcO>*e6S`h4v9FzdfoeTDwDT18K}P zHL~P`iMo?0V@rdfnFNZ)HE;;HDO_+*aGY}$PbJTb%s2KfarEs zOu4a?X_&TdLb|i$Z@jBmK~mzBtv zKdhpnvJW)u8!3yq`h1b3$i!g35z8Svd99a1d<5m_a4NNGqf>MW4)pULq!3?EZ|{%G zsL;+bQH}UuU_v>;0rEeQT??S7F#PUGm#(mZausIY7_^JWso;!MmDG6?6X^U5<5Kjp z0?C?0CgBKN-VA{_kFXm3#7q9dTm7yx?+%ZLr*AT&dfcPm)G26n!tL;H# z4O}9@WSey_x43h8m+?iI?@o~;%itS6pLh2a!4B1_Y3Pq&d$^yMlSGTK$VgIHFTnsv?L@-aMm4tnFBp$S^!qBVGH$QSMBebVJA~RhBel##GGfRR z)Eox+bPOJEFPwV}3H+4TLeUk27!_7UA`{sQMB$`4)Dz||+Qdd~Rl9t$?($V$j?~M+ zXJd^+cu6Z<<3bF(id9TMOsF$nqz5fPrlB_gythDaDMsYN!Yj{(L+oDNkj5+SAovO| z@y>Q+#FYt>G7*X+uTAjPu>Tr_9=1krX&y-v=!jFx`GP>TK=K<3tYy1ipFhM%_keiq z_Kn4(wV&MK#%*9=ySh+&oD_aug62vy)Vv3whq}^76lt6hklDuJ?^5gEK8o;wof}Ef zydI?M7=)VC{f>)k*L4gCPPBT$L{MPrIhDwYSHXg5ia^N|(9qN}bjGy-2>cv?G1r$+qQHNK1DjE|S)jSVzgIUPVRnmd-q9~3~a>rvGseDj|2bc!_Iz>jBCa$%n^=wb7V;5Ru?X{q@xVnJ$eN&Bh zk=jmlh9rRaMC^7%kZB`%C?6zoY@la0usKZE2#l*l*nOSLW~$f(#uJ;D13`jOhQ>IH z$%7N^Ms|nn33A7nMIanTfxQV3#M>3)eQG3_f1K;{&<@8^)xdzA2nRbh`JWNb#JZ+c zOH|TzUUlI0F(C@5610KcYRe&R1_}fWGg!Z>R7MHt_jtXsJ4**Js!4;!K1e={6 zFubyi{^grQ&;t8(a;w>o7~m)rsD6?+u~=MFZ9CK#6u`2lfgJ|_(#K0acyL?~Ed`e>XiT5K(24QXqN%U6V5O9CjU`Cef zwLl-t+E;}4{5i6DK7Y`?aqS%R?UCm#$^?S;K&^|lmzLe+IKtD3jmf;Qho=Zq^2Tb#Dko}tHT-`eAoK)uUf5MEsD!PtHNI`Nh} z2M=i_gWYN_cH;VXuz0DscnH30Wl-c*Xf*T|=MM;%PO-IxnZN^`wmz}Vt4$@z`;_hp-wb(@mRROQ7gv)SIa6QqAen`lxoGt)ioLDx&rXjki|O7wD;46)<=pJVX!?;hwAhtf zr1-PQ8R#7yh|yGZ;w!e$rmIo`VM0)JQttoBq0jIt4RES&Tq50xm!m;}6orb5qi$T#AU8=Kbg4>^ZMl{( zVy2ljxzh4Z&69zlwEkB|b^j;NVqUq)-%=p466vz%4;vn-;D;I;mJmXFi)JLR)0$wR zM3h>pYd+R~-9B%(h)nTbY2`2TPY?ZJX%deld4!dr2}R&oq}vvK&t3TPH6KZ8*1Dqsw#>lg+LeW>LO&=r=vkQ zvksv_v|OQptox7qie#NDHvLc7P+1RyQHD0?V>>3kjYva(3#zZl!Ll>n^S_?o( zRLP4($k&_fxPnLL&dEi!!YQDPKezlIs>?SJ?J;4hel4ck@q&t4O9Vkl+$gn}5~`8V zl|I=-*oQTD*@FP*MtauA*@m4?CaZVq$ zonY7oxk?OFofk9#UnQ<^JAN7#u1lU_O)T&lub*+e0%;>&ac`H_gO|I(Eg&jZD2%#+ zHp`(TC(e>I{6r|Zc{9S9S9Ot*16j}!J=-xJHH=fKC4%H!;D8!2yc^+3?vPJs*8Fi| zIfuFkSVMTcIe!rYu^Npo!?Kcq&?%~!Qnr~^);ef7hS+|i7=qs><8Y|PlG!}NB4=u! zHpK-{cCFbmGV7sJWQqVSCOcqmgn{u3ra@4`#2ZX);lPF`ZRJf=e0m(4tubjM6P2cP zKkOx4=rem_BQ4m3JixbZ5{rYNG=(a7(&VriC(kY5P9)s{W?{LyJ>Qmd=kYOR?xmb4 z$kR~lU{Cs%*#W;OaQbgt^^%zTLTw@VYaA=}V;;g2*gS_AuhGfkM=t;Oqgrv z&>9gyHER~F$LQpdS0FvBRA2}M0S@X1x^fR7#_K2sY63El18mH!DY3%^4C}Ia(XkD6 z!B-b6(=r#gs~p#W?f|gn6>#(VWW)?pbk><*28Psj%_whZJu$7gb1hRr=4n=7EdhbA zjppv!rq+ABU-Z6gvT@|#EU1Av6`@dVG<(QhSBJXtci1tXq{~bw4^)W#{qc{O$xG5M z`(n22CF6gGQzgpLYgvfM++K8$h3Qc3LTwIVEmFC?-2=xVpsW88wCGBL`4>-N84ouw znxY^kh)vu=SrhG@27}-CQiz$`$sVDa$i~iAmF7_lLrsKoCX+)>7+xSS2dsNzjnLTy zt*&;~iK>}-xwj51L?Rak&DLk%g|CcIaI$E0^QzB|E}pqmRbap-BK#F#1`XU!hX@^s zBIu!c?v1X;P-|Y2MQXZDFW)G4g8vKWG*~BllbiEgs^Ecg9pZ0JmCMuxAe4T*t%>9k z!uxt2IS(sHm+?$N^1ln^|NHUwSHJBAYcXFjn@tVv$%gFc)hmbL*W5oKD?4AGi%KNCRR`s;tEh7w<6$OE#9S*Veks4{p2>6& zFS(RHxB5CS216CBgQ@0n3e?86>u;4aeIH)g18tcL4Ex-@;D}&BNV=F!8H|M z76{&+Ac&z>L0cG6vvj35YP0oCL?@_ocP*kG<`M-2eDtoY(Fl~YBoraBZ{?zRgJ#9D ziF+ZB(1PMOzT)Ibhy;aTLN=gJQ2K}HF9uv0$TfA-u}x7x&a%sqAWj8W?HZP%Bf4oL zY86x70n@@#(|M^_q4Dndkwy1H`>$(QXEsVQ0*rGA@gb-nqRRY&rBGmc6|#Sx1oPGV z_xlibkEi8no!$!Np2F9@MUc=)c*f`*$@! z7agHEQ{}EDUDO(#HqcajN!88VW|z(RiWMc8fFh%A!V}xlxs5IE1iJSKF`F;1yBSD+ z!2!a407F&=i)BgRWDu6Rym&1h{*Uk~(J`H&lUlWPt3xd9RwH_dJOyFfDcyAF_6c0h zzl?~FFmH`5#&e?i*;@}B`!bj)R(>6wnM-gw_z zJFM;nRO2YD_U8Q@!tG#6RCTuTH@dR%Kx)S)FYMZw;IdI*NWa)X;{ls1 z2H~VM+5vZX>K&g&bQ64|bFE*gN{#L4ayS0n8&mhGHFT(LHalPsw#p>nWmRf+ZW~>6-u;6%NUSCG7*04C` z&Cd+vIzgU>v$=y$>7D4;6Bm|6G3;BOd+uLQ{4RZW3=2@g#>xQBd0fvY0hw8gYqnWr00hO_ z20D}BbYo8lNVpi+@H{)r{-?8EH4lA{fmADwX;zqFs=asHrM}v0g-Ms3!N%j+f8w7x zcn|wlUjpqC1&@#MgBLv+6yc8x^YV!l_c$FIQIBSe*D1|{*7AiNP078VDHUihLOsEF4G0*Dg&&fy`Hg&CtzZL z?{BO05Rj`(&+gQj(90g%m_OW#`yc0!TRIugxKwj0ZASx$FDYi!EnmphQI+9Z2h#UC z=s#^~+?27?hQI(PlQv%kXfrnL@S%O2y09Y7ytd@Pi(Y|c2)(_ZvO&~C0wNG1`)FAi zOi2ZLj>#LZGnXW8-pbuQJMe(dn-#rf91r@7X60WBkj@ z3pz1&9r|M;q2lV!8e*vU+-aJixanQAapz~1)IXhx;A*l1fxUjOpBJNlcJa0E&sO1c zcRz!Cy&n6B{0iqsu6laE-=;s{bH4#Nv$_I$r=5H{U&x<5Lg~v7BFGIc|$aG1LHLJh$N)ok&s^LekToswe1)8#D)=0OPO&p%yhq1|DL7Y{3aGSKU z$7%IAyfA^|8A@bG^GUoVxK1+^=44ZXYbENvGEt1_v;8esGWY~uC?E4IJ2b3PDAOf` zl*hS&?}ErI(9@$5lb{MX6d6@BW|MrheS!-GMpPQ*LxmAAxCFrbEzZ+nWfXBA{TV%r zS0tPf@=5|tjmC|I_!=MxxQHGwF!}`oIR6FJB2dxVQutGavEAkfm%xRe!89!?%{wGr zA)3_HPuCD~O}06GlFxMkJw*$2BFM(u0qdhWL$<H&mKX+o1lMmhF)km%P2ps5WS6TcqC@h` zO0st}>kjD$Xa*i>j7(b*lW&C8oKj*9dIrwizB((Oib-uuYswg^Yk`_B9IKnXysINi z=zh11rBp_HodM}qO3=4$H}>*q2m+`Rs%h@`?&S;O z1gNqGn6*&=^$NA`(Zp`mmWNL@Z9Crxi-n}L+7b!rNGWJ7a66!I%y~L7iLRdSMZO4;BaSR)*~78 ztelq7VX|Q?YcsVl#>=zzZ4sTL)ZhE#`|GD6@!dGFJw%w-2vOm!@2cJ}n>=dF9^1g|%PRRZHf^>Fn>Co+$Xqv5e5CDDW*?uM)6nRfd1Iuk zyg_fuquBHSp7-ld)sih@&&TmplHk`1d_0Hqj|qQz^gYUUe}fc3x=vb2Tc#3j&YJ5r zZual?*f>i$?Z+o%cnRH96l~;hlXuL%R`&+4o#?y}S$@JNJtmG+Y<6*u+XoI+WAj+F z+r%pmWI^^?Dbjsj@UvS(65qjHI12pE(VM>iLjwv_5{|w5%k1?3FPI(1|C{-foWL8K zDS!~_^%F7AW@q>B7B&1vLr!WzB$Y@siA~FZfta3VUAJ$hb{3!|gkBYk1?HxU=OMl) z2MZXOOTI;Qlf-iis3nB9oVUytpX$x=Bg1xqt1hazTD<@+-z(<85vTBuvf&zm{Nsy{ zPZlfQ7GMF(l@k;P3<|8Vl|?U*blqTX?i?%`17dWhgCMWYwvUa1Q3=yZbzcB<;_V2q ztXN<}Lf;}Nf>E^VIU|nb``S`r|6!llFN<5J9gHW$UC2A2U}eTw!PzTP(W;C$P`EG{ z-aM#B%%r3bFLhzS3$S_6syeKM2K!Up<9E$!9lw2ka51*9m10g2^~_^wm*Vu7XQ`>^ zUxw}baY}&_tp{>+fTsBjhv zV=3|~?RweEHGArV~+luyYfv8G5YN0LDE^suxI@cRd21g!! zApI<*ar!?pQl|(#LWY0sMZA7{lm98)#mLP0e^{MlmHyvM-d{OBHH5BH_yH-ejjb*E zDT9GP=VHe-2L%%@bUdki!j*|W|Ad?pyKLRH(HO|v>ke`8p`A9R#XOg#3zzN`zYJhA zL;KQ&%f>6wJ4^Q@ndBK|v{JLQ=9!NV@~H0WbZ2FI{e`=uj}NZBFx(^=fMhri{Qpto zo54%+;Dj24{HpO$ORAFBmPb6n1}tJXN~;pv=@)UdDH+cF%m|tv6Dr3bYZyo~Xz+|d zr4YaEOfnm0f#n{XDjkE*9WM?9?$AWWtA%r)@4@m!B)b74sZ3{XP&$y}IXni|QlU;T zlF%X@M|eaa_j)I+dq(tyH|qKLG*YT$dVurWh)X4_bTmnn6LnhtS}d!K#!V@QQX8`= z0_5e32A@a8piPP{S!hc1^G37nbH#4eXkn6y25Y0pLNH@QbR(*)6-3l1iSd9}CGkER z)TPm*v)>+o!a>0G-2B^{gx<2=k3>E`aA?Q5I6EuUZP1&?ELh*PGudFulu398`6iys znHUl5zk+E~GJv`z6|$Y)xStUGt8kCj&xVC1F7(e3q6&ePWJX)K9(hJ2!%b4-F>Od# zDy8ZY+mc0gg8HzdzFXA}j$isZJitYPa24)!?=QkYP!|X7a z<@r)z?;vqsD&y7mMq<_z9mr}BBszu!J{D&6DcvoX1Eey}Qs{zlCUR|J+susJ&{xf> zefvY>&TH+KZCuJhUZt2ehV-VR=B6R-tVO1vx|AZ)nKZYf9O!E2D$sy1xk@7ZHHKD5 z446daWc8m9Uf*L9-nmYTCX5gK#q8M;eb2Si zf{}l=g%a)|jpP4u9r94$1%7^O<`>fc{5mkR{kPlBk;d+SwduYu`u&I&i*E6%+`}Ct z2@%a>!gFvKbA7ddve~3FEdS*-0{nIGr-@e7_7LCovinjr&V95qb{DreHiD05iX=U# zUa0cbX3oz`Ou#W4DtXwvI1{8d*GIxr@p=wcH#yq!TE`JJR8{qkq-(XZ^>?jHc72vqPmo5|V)g z%v7>MOR|Ooz{nX@pEFTiOv27!>Gk+U0rpyc20FRtd$ckIZ#_{^FNYp1Z5D5-Q-y&o zpj4=SEx3!L`sz-J?@Lj=TJBpqkn`(fnmclXVn@o5-5S??Bz ztm|(mhaE`+lc+~epWvN zTXPxWA_(>fn#?j-X=$FtK4h4Xy~Nm6-r~{f2;XJXC_VF^Zu2O*&1$DuOwUe3Usp45 zg~v7E^BE3Zwya>EMY$&Meb^!paRN3DqIztlE>55+_R_zYcz|YY^iy_m-;G9n*FX)V z<7@y=U9-4~cg62+wtQLr=;8*q!#_d&SDPN}UfK`*)`d6f->D0_H`-=5UIRWCgQMc7 zU2a*#{ZE=NW|Z8t((CaW6TYFONjP8$uvC$IX2a&K1Tw`GotdL4987U3I9*~5&_@_A zL~yEbR>T2VPC*DlX9ubol`e(pR;rH`6QHx*9hFWkNY1iaOGWXi!meXRxDUAHLGY5i zZh~KegI?qy%^On*DnUNm{Ou!HusNPEmQKwru?nSbDJ|t+7VaAUZuU_fUc|oM{4vj# z%fPGmlYR{;=6*zCog4b+GJ6n;ag2Y>jdqiDfS6BAy7(-X=-P|rP>0s#ZG!k;Y0p>KTH{4r0(S8NvWzCl~=atQix}{G~&V1dkXG5#92XkLL z#*O=)9_8D1ZnY=J3LMB}S88gx1MU0@EKSPUQQh{tIna&C`zA$v1zVLZ7u&ccM&H}0 zcTaPtKQ(({Kk!M9-=P05G~L2DZioE)O(ptY*cLIc{r9{-tzrFJNKn46_4_SP7l2Zd zivZb58zNjT{PP7L@-agV*TAGYS|F5*$due*9!GB!YB^$#h%Eh^Bw*7!UT(L@>2Z6y z$4RvnErZn>3lqoh5Q&pdRmz4h%Nm@2N()=(DW+(K2r8zgCaY*?f(*L#E3_#KOBsxek&pig((uj|j{!rCtc<{4xd_R@s(W*$ZvpJyb){z_(6LMEh zTl))9E+r(BnCH}EOOg=-kwZtRu`-SrYf3)YhKFl|_603L_vHCu*X!}0>Y$BqZP$r7 z0m~0+Af|$phL&r%R(d4ANE2mypjdZ5;sOL7120<~<;r|Xq1G){J0`!g5&P9lW^KM( z7ZlU^*x6FJQq}Y2Dm~y{Ig`i3K@pGjn#V;7po{)H(=m3 z@3v24pg}E(^A@HI3dz!>a?WovDWTG_;wtwjxmmK~i6 z(~;0)s$Ay^YRvof3<_S*s-kd(`duA3suP{dWxHg;n=hgf zYFmvnb%O=6E!lSscZ{1=v^uPF8={ZVTWi!ro&Z0C2P=+I@kW2l-sd81KUiLlMtHkj<%SlfrRFPWqeiLgZm%*>!rbN>=t^++} zYy!S`j+fgCrCnu0XvN-pCI_Sw748iVZK)l%H@V*^M?2xbbinsh6`%!dn{r!+HO*M8 zl6qv7B%1lU0%AavGAfjFh6HsJGy7nNN8vMY@!emoA&I$BlRzwKNP^ev-7Z$TRo-0rtDt*X>bKS}P zSE;-@{?|ddUjPsi2bnhXUk?sjUCgL(Eu;oXbPi1#mlv@ zEm-^6UvMQd^o*jbv!eqCHmv1Ou-g5XY`ysTQsfNyI*#|5Xd~SFxAbAs%K~>-bE3x) ztg*pMFW4XchXM@Xp@d7qXTMhZi;tg`UY`|jJhOe#n>Za{4St%-Ou&ntk3jGi8XLKC zA0&G1aM*UwP3rseUtE3?U0;$*U%uAAB8;-j7e>+3(#+`$K$;X&Yjdt0t+TwLJKS*JS@#p zS7j}O1D}a~>mMJ7^ebajd4>pAQjp~BGo0)9?}~EgwunZCh|pjK6qJTlz4p!{abxp` z4OHWTESJbzVyrthjWrOR?KB_}v?GxT(9cD%< zoj^wrNz}upVA?Pn3PNmxUrJS^ z;xGX-Jeo?uQbsM7C$CJgU^2v&DVs)?3lT+Z#E)NZTie1*=i8xGmg#Vq^;B2 zzaf& zad!7EkX{h%&wG=HUY6PCg~^r4C=}QBaanV~A*deYTRT3F&GwD6MwPNpv%!aeR-$V( zlA}z^j>v{U+EtoMb!|IipB~Bp-7*9(>>BaiRTUuKmhvGn63l= zF!11g*3)_H_Y~_BtB?g4< z8}%q}&A9VmRqB2^N3Ajtq3R~2Ci6p*#i0sgaIc2VBbD;rKER=y$GMw5X@>+`)Q$oq zor3Y#>C6|i%fs7>l{%r5WL6`tNIe-qSvzP`DMs6~z}^hJlEk6{0BD5+(8{n3QJmV< z3yW@iP4$t+H*Y+BSBw-nfCMPhc~C+UQLM#861+e{O=3xg2C;rMsMToKA%fP>xi|xB zRRvNgopKzHpGNQr3MD1yTNB2% z(<@k!aJ6G39IJjFTb6eyMvH>JdfMr3a|O;W4B`ShY>4mju6R;kJOlWryRWf?DKzY{ z=10SY{;CO_(0sBGt!?v*7GH^SA%>}{?n7Kb4J`Po9ju;N`s(E_Wd#TM1eF;BfrM#b ztB?$Q2s9DckihKc{);MnJDap+m3c3gYfWU@|*?5C^v1w&@F zH;BmR`fy+iJg}}vIiqwwd8XC_#wzPGDa)l*f~5@5EbL`|f(`#}e|T-UIFJ*%M6vq= zsg-DzV#$3npM}NrL@6xy(rRU}>z=|%J9`NIs~WLnq4R6SkGhhUuElZOlcUA^Y<`T;@_-hXHPWPhQLaV*SO;{@-nS zvC9ANM!{8ui!ds!WpHKH*%yiz;bR~GeW^jghWuX(u!1YF!S9ckhk>?5Qg4 z(TCsXmCrzg4NyWVNtEL@9>sF1hs@FMGzc{TgqT`Jw6d%#c$zWAbT_&JmkutG8Q}!TkE-4z>&{c1j}MPl3XN@jh>rBE+(Vt! zS)8ma)N;&xMfo$KY7tQCid}&~Un&}7Wh+^RxSneBNExG`C}G~;_-V|Af*3jF{)qPq z74OaDes3uD)m=Z|&Oo1SW7-FDBe=n%eT98F#Ey`)a2$s}Pxse{mxW`#$x_4?*48;b z@v>x+U%?52t)xQyq2#BBXk!Cf%@8O^8j`|PF9zzJ0!W0lRUz|lkos$qOe4cTPm;teD0WFEo)> zKfhMs^5aN| z_{C{O+;|LX^rm|7G41p&<9oChhanUz*08dlqVe;%n^}hM-P=V7h=qx%=luJ?LhI7?rJ#>2ehcG_=+aP|iWU{YF$guf#o_objyRESGd zR!~+{)GH`1DK5@0$9;3-cJG zq*GSVF)Jv{H-7)|LEr*_Nu^L7>y3}s0gq#fi(`yK@B|+!Aq)CceKLI3947dBZMEjmnEYLd@gbbh#phKh`k{(WClUS0XC9Xdb1KD!Efg8#(8 z&P~h8$a&+1)))NL)YaZy+Y-XX!OM@8XDBsC_l*Y_llZ=P-F+Vxc#KTS%8JT5AD~BC zP)CQv7^8HzSJvw;m48}FynD~Cla_fwcCO%}e~`o?NYC|%R%*PJ?zhjQ)A_hq|6w29 z`PBD#-i`T+)o%pQVnQ-HiDv}p^KbMw(F&@gh`&U&%D35Y6ab{W^M;ATCdH``KXdW3 zfe{!fs`ZT2(lC{`@FSz%Voth_9xD2C#G!}?peDSf>_pR9{QD(e-EGH+y z`{%lSYXR-F$@2X9&-=VQb|jN|hP~spwSt&?(5{{KrZbk9|FN89>G}DFzOUf2WthpYul$ zA|{vz5)_8A?nvwnk(LdeeA$nu6xUcF;b7@5>eRo7Dv{JONl#Xo9^QP)eS7Vc_&#up z!VyWe#Ee{^!7#Z3Xiqt(5+jjVGD*RXg|WR2AzYz9%T1TXU}a05qE&b$+`VK1aExH* zEpxAcCx6S7?2AGg&OfD2zhkQGYMG)k!)(;vr9GYX-LN9RMuvN-HJDDW(C&wKF&2r` znZ^^X(0;PKLI6wH$I-0PPx0?<)*}C#t+>R~Z?IH_0z&pBLPs5=Od}nuRMrw}Z=-}h z?W3Fu19l=M={&Ej(TGV9BQH`jbR<)j9jEN6IWqN!m+lX3eK;R%I3pmM72gvTGBp~N z(Oi^Ldwk^&KjA94@l&BQUzI7haNQ zrHFSIIJT@IK7y>b0ICQkW6}QZk#fFys1}wo4bFei5w1%IsQZZvy$qu6``eAdlNlQo ztsG0iA+bA{aZ3n)$$XM3ndUW+Mz`ouT2C!UBb|lIL!cyt!+%1bnJ^K+Lvs#^?};LS zn2rMoY*pA6$cVNXsSZA;8@UECMW}Wm95On|P(mezHKldju=%y*66pcA)uza`Gi+?Z z`ThC%Dx<{yvQBY>cWJ|8cln?RI7w9#mvQD>sQDItdR-mb{i*2QPFa;-b1!^URMdbT zUObW!bzK;fqINBlf5~_WMY^zwN6)!~McN>I%B-y2uKa^xqy8uLlD!Gnm+NXjJnNbV zI_8Zdi67j#)XZl(xxV6$xU$_??2u`m?0T=ssQKm-)X`=5b}hX4P#kb$I? z0h9FWg@2^Xd?og{6$=w3V{7GWFIQE9us&8gbh5-aGC*qJV`<$gc#VfS43ms3t>09r zH+)&}pcOErf2-h5$aiC%{%&H9y@F}SZ4OZ%a=_i|Mjnqd+{DW2t&?%bhYx&BzDXc| zH&I z$CnX7eIVe0+fj2isc#M%UJM)G`vVt@c{DF#A~o~H+u4P|wtLRnxj%$2E{GY9Q0cME zGpe+FypG527_=^YhZD}sZ3lEVI(e3mVLlOAR=qo3Ixn=10fzOjh>wSzkRA7nVv>cX zckMCa;N9qP=zU@p@2CuZ-wI%mDi0ca9G2qLb%j!S^18-6F$bNrdF7A!CRmhn* z58a;`{iZx{jCLL*-=mf2pvZ#iT$~Ca_2sAo^f#t~!#X@3hl5RFU!on30DTh$RbZ47hbzQa_m|O3zE0f1ty)AG>WCSh-~>!;%JWp6ZvaC%==JddAnG3k35L?z0%3A+y@L#PyPxH5|Pca=^0Ta;P-m769nk2HDjcymTCTZ_w;#VV|w zkRoD!rcp*EKt3Axbv&?-`ST2UG?KVLC#C+;1m4Pj*>POYeYXpG=6MtLNYPR7{5<#8 zJO(Tm688e`*>v<89o=u#*ym=)wsI&_xU-mq~mq=b7Ff}4n;Op zxQJ2IG%bK;r3lwqUep;CgR_V(?|YBKFJ(}qya9X&jU>C85lcs}-A?wRbQ?}6BJ@Cq zPp*kO#dBdUfK>_VRZW)<`0+)>H^kda&(M=e|BfWD$2oj(1gdfYqt)Db60@gFN^H8; zT&i}@5pt8Nfux}ZdxS6}G}Y{CN!D|sjNsxuG2<`^6bEnWorLK&=x$V|ari=ca;$l5 zl{95%ik04XC>d12A4a84j@b&1k#;8p18}W&r6`ZrAi;Ua69}>Rg}^*6AqttSmHz(vUuxV*wvia>sp1&BxiqC{&}T zCR9kukbeL6{DL?pG-jjA{(vGuukTxyW6zUj@-|b{7S%MZ7Qj1>FS9y)s3P( zCxYeLFCLx=F4w=y8&#Cx&bbb(+X84<#u1QiNq?Ti6rpK8Nmtd_7J3%Hax%8*9BQfo+n+J&m zK+tYJjB8jjH|i!GX_WBj!^0nmYTp60 zlT7(2`3Bq*Xk;!-dnO2Y9NgZtxNsg|QZ(Iz-r%Og4430K4fP zbh1j^EVbGcU21O9Kk**5896@!XQOc<2w3=j9?0n<;&D>b(B-GlXP@yYMS{IHlneJ! zgQar=jBm=~856ok-qa{PtcXu_$ws=zNrTC^NLTu-Myj}dOQ8!tlwfun>e3VbC-;z6 zOP>SbLvEJ@&WE0D!8vi=^{Z#x$|-9{brRm&m6Vuq9aP;X@v`SV(P7ff&@8?U^`e{& zm+Z>ungxSH^=9o-&d;vmtoaFzhDV6{+E-1lVC_sZ*=FfuL|1wh?}9OK^U{wi!NRKk zq#>hC4Ir76=eot>;Bo~#hk_9SkgWs79TNZu)n5C+UFKyQj#QKY*sm`F&OUg; zT9F=T~_$%B}UUN`lR{mw?G&qxWLUU$ORd`M=~+g41#A-*-Vp%)DR_tx9aoFHnCCZ zHx#MmFT7wFzD(^9vmuw=f`-dP&YhYW>P9C%Yc4cG-cj)1p^{CC$l5QfiqBeJQ1ZVt zTYwlnFH+5EhY_hh**{!gmG!@Zp348``ww4_x^)q{T$wVQ{szTI9KKABWS**j*)=g% z|0}RM5fuS3HQ-;NQ`VL3Uor73+Xv_jl8%#_z*|Q`Cb;d7kYjzV4L^q_ed|jQCpx{OF=9utI=f?~{7MJ_ zl??Ft?k2IE;M^9P|Lk2I$gHdh-|ARd^4Z7rv+)MAECRri0ElUED#Qprk~JB#SL=WO z8#pWyK(e_NK#gowM=V9T>y?Q)J%z5kxdz1s)q0qxmb@;rYMn&?tbau}rTL}m%zJM3 zeP6B%W)Q{!jjbi~3>Kex0u`79?yYclH=+fhtCl$CO>WYWAXcZVz z&B?E&Pv=*ZYj3=KfmOmhE%skrz45|D=Z3{e+9TzYuSF#%8{h{=Q)z`3jtxu z%nNd^>>QaN0zb5~mtkesW}GM_YHz1FNq)*!CIA-Q-4<{nLoF{*P;=CMrP?;BQp)9C zva5Sa>=KY)Ft|?~Vu2ynF{I0K^~}MuP%wu|{71(kZN^TK z-s?<>Y^5T!^y+#}wUjx;*+b=twBFpsUw7)y5C8lkwqsAR&V4Pn?NcRGnba{pc%{+z zYSBQ|JNUUfBpG@&s^D0rD_3;{%~DC|V!!%Q8*Dnmj{H5XIVmMPmlv}Q}itDSLOrVTKa8SqI4 zvh;}cYz*XQMN&0D`$=eSaEPmQA62}b5`R~QR!_%*J5+k*Fe4R6&}I&c7l67Wo<};Bs|5B zSW`=J{YCu*04xk#t`ohc>;d=)U>9f|Tt4Y4@j1<#_ARFMj&pT=ey!;Ir2^>QT&1PS zEBMm;EG}eAsdQ>qxmT;;m(SM%W01fR>Mh}dd7W@3{l|a80rtsa^3i}$y&r7!Dm=)0 z1-YSeN-l7RaP;&Y-2zo67~b51k>M<%feOXkZ-f7p{^X}lR>`ZEKqsRYWCwHB^;#^c za6f;g=^aE+1dh|ZJ{dA@Y6ebp9?m%SM{#(i1-yKVZ)yOaQ3Nv*1wn*g(9{wD`=pg+ zs4a;AKz|j$Fs@8)y0|TAhgTLl7TB&i{DdO&6s-sVWjz95`93685Gypy3K>oYW3ECG zHjfb(u|2ouzlyL2OAZT0xZ}L| z{!x1+_RS{NI4pSOereHG-C_R%uh{no1OVVAXso{U4}=~oiIR9PtF)FTsnUYWoqt`0 zm`K^gtU%!eK$Nloa&fYD@1LQ}h>G^@W1;|eBN7B+U?+9GST?jIpA{nViRjQzObvf2!0ijt!1RpB z6)1&>G~a`k`VqCcP{ZZ03s%u^xh|F{);&0h%J_mCcsL0k>1WgCLZcr2T@rNttAB+( zoc@v6oT|hU7+nSEY+c&vTNL1}#8GTqA7`{p>$;{%WaJeZSeK!o2j?2y+#5$aVg*V? zt*&`^jA7Dgl=vH1&D51>0Z$F0@{x=I7F=e>#Q@MC(E-u5@fa-JU@0>jbuJ&vqeSxR% zdlCS={gOm#!ijZRaACF`I7I>HcGH-XxzFAYfoAjPlSbJxGxbF zE~+lDZB~?ScW7s<)bu$%d$ferxxWMmdLl3O`AnApn5xVb^IecRT3OPoZ2%wr@OA&= zj8@=jRZMMu(p~datSWN4yGn@+MWLlq&^w630-8ZOACx1EWrP% zUWOpDK~v4Hf)BrqxT@AcotVEUY4tP=pamOGq{@`-WIL7V>yXxOS)e3`{O5;5G3@+G zy5rxt-_(C7$Sn@5Wgh&nyXrlvmvs8%kNr2SYjG@JmwfN2YoUS}DfIY57e3#B>`(ex z2K?RHb_WMvQvX{A+<{j7s*ULM1caLJc97EOy?sX6wH-(~zh&Ils8{CqZ$ApVSn1aF z_`AA2CJadSB@z*-82!ij*Ar+|iHzhE<;Ai=z=iHG2ulZOd9dZN6=V}-3Yip1Jc5(2 z7-MK!M<#Y7KS%xC;xX9Lq#u18H*$~sId@}a0@fr?Hljtdc=P8ip3f=X3z8||s03#- zeWmDQ257gvaa5x#2mEP^;<~yO6$Zq zgN-rfRS!#u;F#@%=<`F~WFI`g+m`w>;X*o&C)q^CAVwa_cJT=5V$p*nN`=SV++28v zD7#3~0mApk!lHz}0oeYfsV-6jc-RYQOxv!b3ZvnsC(Z%yWQJlsR5z)e2@PO9Et!^B z(eaEwj`2X`(TTr8$h6Oe)svKSvAO;Dd|TccNfm484b;T4;5Q=ySTHb zt~fBjIMDWjfF~)>Eult}=*=l%cL`ti{JW-$>M5VjNRrZb6_t>no~C|H@sDBxWWU@j z?%3fvq5UhZdGO)xKoIF>u^<0gS@ijN?j7$1lTr2UiF3avyYp${u=iUw)xCvjIo4JK z6&mAnT?c!&!sAyBUb72c^BwY!4J7iteJ(n%uFaKM@R{mZM5ArUpV#n^GW9=7+a1Dp z67*Gl+t@H>E4s|N+D^7lYu(ah)d%k@slDdgpd*vJ`6Mydw!fFn=cb2hU`717bXSgr z(bRMAMTNUv2t4`kVcemWQe_ADvPJP#iv>&QzP86bVvU}Ue`e&ZH%oB1ocSpamD_Yt zA2^mlN_66N=0r?{dC%R%U5sh~bCvqjG9 za&2QkCeXnz{XdPzTo9GjVwX3p<7R?=hdBG)5Nq>s}se{LGSbns`mCxqIS>rNu!Q8co^*xW84Gfr$4mZZmc|NOl2lg6%_D}VnC{87-prdV@_N3%?<{k zhT8wo0OBZ`J!9n`|$9rgeib-^Gc{OAkjVbD~%f z!Fh9vu~VkggWd!HsU;(3`tn!&(5&>YwQ;mavw#wLj=er6s0f{}P^kY6S5OWjJ$aBW zVMtD-PWM?)r*?~W>EISIuOlJENM*%y@lejrQgwglcNq-&-MLPd44)nm1MQc#8%C1# zep`PoL*%*B3ZdXnOjhBEI|)H<$mbZ)EZ*$sjdJS)mM+e|P!Nzwz-=5l6KB#m` z18>!GYC`5Sbq}NuP#6isZDKBU0-zlQLHSw}BfD&L%^XDDm3lRa*OSC71H6|bi0b7C zPegy$_%8m(c6+NxY74U>L5ay-s8`L|Le+mY*8(1tYX{nVkg=nGuwts7@8r?`BRWDD zoymOAWfPMS}N#F2Pm1U=uYagEq5Z##Til(+aUC0I0z= zA%X$^NqFoKo@q}6WH1_a>VB@h0{JJ8`f*wh0ib&ovh=yVD>^*Bp7|8%ErJmnY7mT+o^48dQrbK!L}5peJkY$h?0m@WO~@$2l7@h*Oa65lRqu znt>Itis5!-?e3j9oLim~>-k|Z-oAJU(M~r<0F+H1^(sSMVxWW4hc_a+ z+*zHC@jmj*U4>dJUf=2<3tm7()Hh`s%ufQ~Cj$YnkF~*C5l7gO)Djc+2G!zp+3cy{|>ko+r7!vQiPt1LRKLS`y%kRMW{xi2#hWV?bDx_zdTVbud=cCrgUBOnF(fO$tJ*jv(ccOpcnaNB9p0oi}5coLdT-I@F&O&dZV&Bx4fg(~Den_M~tw8wnd#pmu%*OG+ z^`lhP!)uU^3nFeRo_Gk1XuF1q?m0K_*8ZI1e(ElCfPfX-cYxo!j0Y*5%Lf0JZZ+Jd zh#~-XcEHExCyxwVi=JA2fe~~0dv|l1!?fQ$Y8CwS`lG{yqyy-^NI{t{i~pb|(kgz| zS0Rym=hUNUh(BV~1 zbVWgG&_cFp?DTKjh$4}M9UQN9XytwUvG&7vCyqx+$5$5`h$s^jLli%#V35jWkbc0^ z@tyVd2D?+*A|kN98of-cu5!Z6y%*A|j7X^#sbnrn7N6B2~Y|e(IPYDx;;Z z2bDJX9D%!CF5z7p@U?@Bm~op4@8e8oye%ZW!p42|i%GN7QgwZVSg5Rt>~#D*J2UG6 z8MxdX@gsZW+h6o-cJ8}qz$pr6^uJ6Ghk(@`8}WXr5^?{kV|Bixp7 z0+ZTvx4|Kb2kl0J2g(!I&AKoV%iu^K+XM4_^BS@*b29v}^9WGFkf+C1Q`=hwRp!;b zOeqIC4lUFj=>0plZ5&KEQJnDB__!LF!c{tBXXZTbU{?kis z!6>YgnNH`&cjd|vWf6>BkAgARV+E%Syy*gdvwAbB6MMO$hQ5RT9#w*Bkh*mV@~}JP zPLfKzF>35TSD`c|EwVX_s$rpD3u$p1$RkSUeu1c`e!2BizKDY%LmM=J)IGj|=+<)68@q)WUZ)QwV zWILYfH6OJ*y|sm8fuPzA3$c4U(e9Z=aUL`Wy*i{@e?(L{ND%nZ}r;i#$MXDG^g0s zhikXQj!>(Zl1()XU&UG>_uv1{J=dHNH+f5!1)^H04m(|+ZAn`J_7XK1)1X*k)`96J z_?7b)&0FYa^1x$tMEZJ=+_I8)?}Ly`+k<;w*yrEH)pKe}EF|&M(te=d1VE30kc4lM>dp%<$irO7#RX4cVb7wW zxUd%|XYKdg)g*&QJaSDG8 z6W`tcyk)GAKJI&Oq#n@V$(NA36>h1;evi)TyFm;-AeMww*&H`rZ1ZCoO$^yIQlN#X z(%0XbKac2O_ixpU1jIYF- zS_%2z=2qPBYTDMIYFwXkTSNoaC8D6p0{YC6oA(<^CWGrZ)1$fr=XsKFV$2m^>p0yX z!h-TETE?kZZH}KlNAc_Y^a84J5dfcdZSG+}D~pLMt8tezeRdxqUDw=GhR^AiHmAOx z@Ro8737PBN)_&aecdy6aU3{aq^wj1;M5QRgXN`Iv4Sy$AvZZHUC%MYg5(> z_j34f$=BMeaE?t}@j58=KFAe+_aM*t%*UJl2QQHwpjYR4$bsXE`x5k66-;Jd8Yw1F z6LR{Rzl861|NPPuQX>1tvW_U;{_d2EpKP@b+Ag4YLZr@_REVT~D8b0mb2YqF!H)f8H)A8Q9GGqtgoNJ;_U4@q3e1ySwEujp5`2F zC9XM}Y4YKJvW#k**tuFGp6&&Z*a%{_`|7jqPV=`m2;5~Aad-bxrn!k$8ixEx?MQ+7 zufx(K;?TM^3(%X3iXX(DV5=n1f{pkuCbFu`0%6wm=Su#j&K$c_weoK7dxIJ@ud$o@ zVp+i_BbEGQf@DcHmRK2NJNCNum2Xuq=DY^iEdx$t2dFl?@Jyo;c16V!`+VbNZsKcq z-(Q+FQI5(JJYu$Ub-=`HyE=5wW@W`N?3F(cGd&i~Cp(**d5c&GG=uiY53Ln=^%gcJ z^m}=S%>Zq0QH_=P+jRv%W2BkCkBj{r^L?erZ#NnL6tC)n5rG$$BDn0er6YI6cIOKw zd!lj zyrLZQL3rGj&C_>GEuyxl~IRZ021QjQQll=5e|(%r?aG;LQ(zlwXJyBpbFI^Oc2 zJ}C9}bcqw!_UzAf=isk*qG02%?qOCMbZ4!99nCvVD_GT_)pa_8N_lw>Hxnq8-?unu zkL{sLF)zzp7uU9oXA}GG=wg5Yx@wmlgX^QL3QIQpyq(U(p)TGMP)~{$PfhWV^P8c% zE2>tTMmg7A3py$!d)isC67bAT@$C9E5duK`*rxU68RLoiipvnXa@KrHXE1*QbzedI zHLn+BStKUJK05B_Nt5~M)HIQBGY37Fv}5j}msN{f;L+`z2aZgA0a4@moU2mXQ4i++ zKuTRUE%Dm0Z7sOn!bas~FrY;PA+Zvw3rT-~b7DOXK~aB+XDn7;bij-jn{n@}`uo_B zw&*kb@UI5NKoKV8_^bX?(>UFjS;?*D&OE)U9UqfK0-&o3wT}ZD5CBUCkXR71OfirE zcrej^G66-X<=9ONRq_!4;ZG4uXWRuuIiF7eaDd^a{wMf|63BiDxG%J7JNa)h-~Nxq zsFKiGnLf=~bf5`{=59dh!?;9oP!o8pW*0$FgFq#O9O7xpm-1|(aQ*e_I}1b zCzdHq!;Mh&zlVdi+=mJFZ0WXt#!KZbvqsXtP}C#YJ=6e~6Sd9W#HY&38E~5(*PFMd zxP<~^fN1UDo1lRPoQur%#jtAOkPK$-K}r~ZToBal9k~`FK-6@(GEq9U%S{ryV!qrH zlQsT@T&vXyIUppjMsx z9>aL|oH;~G!2=5x#D22R&XC`c%_HlVM)j2xSZ&lFn%P*i)=ucuA`)!lQQYXArD~nb zt>LoyUElEq23dxKn$RRz1&Q2QRI;Ht_qHXdXP*ctWJEwA5wDFjx!s{V$c8^Z54ci< zF4z6AC=<~UaxL}r&44fOL3xhge!sfmjy!a*H7KokOV+#>dyk^~d`o40~L7 zL|&m=>UPBJbEDGYP(0* z&f`)>gE)!67g7Fn3T^tzd8}e1$CCiy{t@7bI{=Gk)ovY?(H-C1oVChIbWE)?9yPbf z?t)Q=lO2?DI!zc^CN|_3joIpvITp;RvXF=j2YDkc)KJd`JRM65oYkQ+%(yw|@$^{? zs62p~DHJo_gJ+z;f{JTXi`Cl*kcr&e-Me<9{HIG# zeirNR)~_$kUn!SXwM6Sz)i=M}d+$H>MEPqs-;uPE9&#;pRyLw$NNFx`c21q_)`nIw z)v3|J&7FIP)4MeAr$yU!O%s>vI9CtWI+nHaDpwka^F!zLjbKldU^fVvijl|nn)v>x z%yi#gli&eXieRSu|JW`go!K2l3Xl@<(m+yYs8g-7Yt1Ld*{ahQHXG`8xVsh3QL3P) z{;zrhY~p-Wn`(qTU3un2uNL0``uY+8auvEg?PNz*#)iHHis{Tqg_Pa)$@OVBe*z#h z(VBJHhGWqmWEponpBDD5p5?UbM;26n<`}!ZO(*!IZdz*4_5LqinOQjbhecS`5nm2> zt;Oe7AWudQm|mIP^Q%f5@0cOp`ktuDiHEGjWM@TtH;BDOc10&q(;N5MXa2S9Cq3P2 z+&E_W+{8~!4XCvoWQDX-K`Ec+M4#V8Hy)Nhp|Hb``GDU8Ta_L>F7m(igI(jM+C8pK zk@eDYPT11rXw4U%Hx^SP6mouk3&W3b8_uK96%pOg8mpSlXVX&0VP~At;Li|dK|Z8F zXw^=#v2r+qjXEaJXlbJGwh3sXhJ^Ja4$Y6$mUYnQx7oUIx82XUgc2)!)4% z{C-5X2nF5@!%S!ULs!J#!mr!4wa|HiS7%AubbGEqBbnFQ8Svue>6yT;y>Av>ZH9{v z`T&TR)}fHV19Thm275I+ zYL3T%YN2*Vy{?4^-5M0mGD{#$eijS-PrsH0H0UjhzjL*Z!YcTXyn8` ziv$=wWHTbmCab;k;|G`W7^j8f6sN!5_3KAQ*GPD0;HH5mecY#yQ~vRZDZ(KJ#k5=}D`BYR6`+7JsX=1XukugZO; zWCB-@D@SL5F%N_8vuw@!9_(hhd2h0V&o1wdk2Mmz5PE69<@$lO8CBbuWajb9 zcy@C;>hQ=fa&k0E{!6KFC)I?>#1c)*b44e(|Js+5_IhQVe)L^<6@FxW8>;1^uOzK( zn%kC)detcg?D10SE%b@*`%^T2aduSrW|F}|j6znK=1#RTZ=@Khry+f4&T9YFHU@jf| zK7&Kj$JXY$&N!K2PF|dO- zD4CRDRaJgyhrY+Ea@s_j9OiKc=;l`7F{s;>1n*j70xAm`J)j>faNNrJxTp!m`Vzxo zjtNO#kQnN5V@+qiE|UY^+%o=#=k}p3v|D<^nj81!({7T*L{}WrjFzb9FV-WanLpkY zb66>gYEfG>+%o8j^Wgc;ttYp8Z~(dLqTWRSPz0&2IGF7r@IPw3lcZ;q?SdIgu%6cE z@ODy1YsP!HjG|tqhR)2sQ(f$(L(CPCkZ6kYYwGXt^!|Ze%{N#GfLYek;aTyHm!M;l zYF9?6IVM} zz(V)6Ft1UG^O6JLsH(RS&`|Z8zAE7PvTwd*Ge#QDxKhcka!|M}LTfpc*vW&9#z03n z&axUR-(}Gd0PkeG68Q(}^_qK5+O=F*5FLm&#&G&fJt_Ix?kv~hULFOo6v^dE3Pb$lEY+Y)F zz6t^07-xY(%$O(@`ezuARHBwd4F2v1M82(+i9(OL7m1{T881kUMNOKzh*&$ z-@He&K^|F8EuWxpYY)t@#GPrBqwtRnWNVS?7qcg{X>in zr{B79O!v<6_j?Qk(m)U^MI|mzf0UK6|Y^jq!s zg_E{nY8bQvP+Dv9WWsjzXs&d-=wNp@&*{0l3Z*W>=ou}91GD`IDe(EY^pr;9lzvVf z|J`s$0cbc9a=*7v}KNV_po9siB~3Xy3;JH9}$_(jj9pwzp;S1>gSHctKZVnjoX34rD_<@~tz zIF~NPVB`ZMWU|-dOx2`R&+2E^t366)fni%O_r|8iap+eqF>N|w75H;a!+bH>nY(y=mAXOq}Lmrqls zbCVkVrAEd)rxA$#NRSz-d8X8UPUjwVsK2<11K654DMCk)f}N2oHq4yc$x9A}uE{0W z6eAR<;BO!#+m`Mz6&(A$v-7{ah65!bh_$wG9JHq9J0_T`Uw_ToQd30Mi)4lhFAtH= zDrjZcG-b-TAn{?Ja-r6CsKAwBEU#9RTl!V2XHVv>8ZCU4E_2NsgCcj6ROXMGL{^4$ zduHpZJ;oQeOib=1eHjqGdv+x>ka{DC59QLM%-En)|Iz06+rwEaIbS~9$Jd5Oh?$A` z3d8N2BEZhY+v8Z*yuuvYb@n+?iIbI(EeNdDjVK`gzJA3@l5E&N#A_}}6cYJ)wzT$b zrkFuEBix4lF-l-g1UuiQvV1kf7Yp1_4c4_Z>20SViqjWxIRo;AVsrbzm%h)aenOGF zXJMLKQaeEfs^mmU?pQ2EeZ2pBt~Ykg+CSj+Wdr5$mzOtxPlQBp4_WhBNp!pF*Fd;7 z(x^S?e)KHuwf95Rq(-t}(+>?8qI{X{?L2wpK^bz)Jj^Ha_HF%`s6dJJ0di6r`pGQ;^2SnEhLb00_GRA?p=k4p~pxAo9?lP>M+(Uw1Rn zKQO%fZvtSX^xJp{F;roJGFyR^;BId+i1a+z{7=h+bGcg!0+A)}xw2c?h>>&xvQxX> zG~6}Jv=JC{_VAz&yjt*$QCum+G7&Rc>^PiXhJ6K}L(+1rz6I@Ngd1ZcDQgguFAJ?k z7cH93%D$=}R>l;*(SA*>&G``VwJAY;*(uplPPck(@}({N$K%D@TL;DX+IR?xrrX>t z2~zeU6|T|G;*e}6d014phC09=)~QM!FV2LDfr zHjW&=c^Ix zWCH(`gsPB6KE?y3ceA=0`m&WNS-%&aICCf>t9+{ z0B-54a2x zIc|;hz2lVW7iJ&N6x)C|3e&?j%y>50@FG`TotU~rzMy_NnVmq;v928^z+od-(rEu> z&V-miZDXu`{by=UVnNz)=SwpN}i`N#Br>Ug}q*cl`D;NZ*P8 z=mcNoqUlSRYu>G!p!z+}*oQ9;X++@3T@+U0-$CH?DA%DD&AK0urMUnK!4&Kj^>Oan zA9KHs>lt(yT|dfPDN~^LqEqY3fI90@I#(oyq_?Fw1cT0+KN-B>{z-zb^{VKzv*u5s zmM_g&E~R~I_DY$4q*8KyqbaCpa#s(!YCfSyMbr;;EuuIdPEZ#;I7K>y9b*>YXzZ}f z?NUT0wR~GOw6h)wiV%Ape}6prEaQpb;q^MPm*qQ#FKSziH*qrwLb#jGLNlaM!uLlT zF2{_A7Uaf;{%cb*jkani2G;9Q+a4wT0s3BhAQ|@{eULbLcHxC1SeF|sm1i>fZ2@0A zu6ZC1JBgrX@@0a9r&15YxeUZ;peuKy`wxpu?+USbiY};}Ns!~Y(H;KY_Zm?$^$vyR zv_sxJDxO_&1@Yh5!QsK-a2(}ycYsnw#`7$z)+Sf(vcRenL4KT5fv1cOkz=a#is_S* zX#Zs%!k#LZ)g&MHiUDL@gGz}k$-qCU?<65YU|iSEh1wzX34CtL6x2a|_PtF4l~R+M zB{r3l%y8ZM=aoS0db&;uBX^WgvFIeSuwL*zRcDY!UEp+}2T$vZ4P|6$}tXVJ4aD&$F_H*5G0A@OH#%!1?_!#*tiKWu$> zIGg?3er#20g(|I7sZlj+v^8QpF>B9Kqo|ddwQ7YbDppan)TXErD)!!8YLD8h_DIYi zi8s;b`+bl1`2GIiJ|c1F7N7e%&-1#j&w2UE>hT|Ty5ZF=Nl>fWE+)NcbPX{pI}g}k zUm{-w!=VM3nWZ)C(?uZiOVZC_3EbDX!YDiN%gCa6k^{bGudJ%b*Oum+{fyeLAvEa$ zHmb8PjwgaBsj$?ihRu%yxaUf~w>p-2Aa^MhpK>GzoQ0H9`3<;&%fBC*q2ecBruU&1 zSC_lnu`pk)#M%dLudL{)q7R2*0jxOQ?ojWiU0=KnkI9O$RQ{(Sw6s@}+X64Kb}oEM zKMHgc5y^;a#P)1rT(Dx6prt?+*#UYf7@omt=hpiYvsnt;mo*%w6)q99KH_=ZIP=-r-Z$5DQe9qa@zVl z%=v|z44DOc7l!d4FBl$Bc6Xf8CfZ3jPG0QkrudKDg)@N;>JOHWoc_U~W8p6+a>9q+!fVs(`~=?N?CTeS=q za`9SSc}MbHx`gCcK*)=J!;GHMcsp)xs)E2)bnU`CDxyJTEBAN)oY&;7l}pQiW)GTqzKa1&oAb|X6sMOtccxC35m-u1dqJOIrLC=M@$bKD(dcJAH_y2 zobDnF5!AT%kDK}#%Yz@8e+L@Ecq*QTO(qT|H^^sq1LqY1VQ&Kl;bqipYJj9R7PK4u zuwGVuQA^VxA)4dE?{T@*`+69DG8CdplE;3y{PoLO8|%8wkL(!#f@FqV_#I7|{#Ubi zk~%Y`t6n!=)=~^FEzZ1T``WF@222XwD62-thq>f8p?#uhmBr<@ZraxVdVoOQ8NQ{= zUpT~4XrnTy$VLc00yIN|kTzE_b)9@c1&}1x6GesPP8&b!{^&Q1m`SmW!{~@=0M{MJXv4y{MTNZ6i{gUbK4cH)ZbbsPV*iZ3f`5e&Z zM3<$dr_C+#+GyhEglT zl3h6K(xIjy)qb}#k2(`MggP&`s13Lw5HkDD;BzJ-I87z_Wf0$Kqobw$DL>z-F4Zp( zhpd|S9DBcOe8ZFu$U%XgtU(>NpbNkPlj(8ew3;- zdiUGcR||Gz!~RR>0K2ktz*S7)BeY284f|uA2K5C|7i&K|8wHX`TRg-QRQ2`&ngkCz zfZ>WYi@fAM5j$**>bbPZfFy8!vhQHWAlbf!ZE+Os8{tO|6A#Y;a5zf8E94T-m9U|f zQcOZl?VCWB&t@u(pBP_OhK_u>(MDe`h8h2EbhmDc5WCbBEmqrGS-&mxv$j9qfuv-2 zTmoj2f$HY6KuXZCLS;e4J8F?vVy@}r0Nc(U5p83nuI}Gb;ih%cFxP8mY5 z$IPcDaz*$d-!G(hB}{M1r7hYg9gx5>*suINek-Q7Q<>vn4S$$&pS0!isJsNG)^Hk( z4FBkW5wbPx#a^apHCwKxvph3S3fkW8Cj6iMUq0^NaI8DgDM!e}{Y4Dz+2Quw4P(-mzMtaC2(m8mbP( zhZdVz1}KWx`|xChVD6l0T)y}yIgH^+yy4@TtZy=Vbg8X zpuA%KsB`E3;gKBuIl!z%XB3&GZ#&!an~WuNv7cnEMIzk9 zu!>0|?9#&;>n^veuWe{zaES2?wT^Bs+yc2ps=r;(BjB_~Y70c_Y0Lxli0)I#`>ETP z=6_4{1xcGc*4jE37aznbsgxP_j_-L4P*!NBdiIuMX{cBSPX6n)o>>cV^ztJGNSWp8BbBts(2 zD%;I?gYM@W=Kv7)ad94x_>|LkzrIqilzgfAK@QWf!;snP8?QOK$C6`(FIhg4HO2l2 z;NQ@xKx75;Vm<26vij?3cfLLQByapUJ<5SIYpeKRBVZ}P(zo_8Iym3_YD4$_;Z2Et zoF761WwnL=?3}3Tfl$Y#I*m-_(8jH zkl3+Pf&Upz4%&CWpM@UJ7?s}YOsblKtJw)Ay{&=+Qe{Js5;}}O3xmb zWOWDIvhp-LXRaAYHn>0dffln_s&Zq}v-0e=wx52F8*K69qVhS=b@mgE-g5x0Bn&Xu z_oL$rYA^qe`^$!Z{#T!aVk#?nsUD!}-#h zJwdLmw(Xk?(B41+RHPx=r}Eb0#D+T>-z6V&^C#Yv6&Gl?QFZ$XzbkQ;8FnV_#MJ9h zw&9wuEZ9r#Fj928_24!RIxPt9oCP6KJ+aVFrmBCY%*#jnZ^!F*ohBs)SLfAy?vnfG z!tzWdL@I_o2>66@ez1m^OKNoTArc0y+?aniKMFYJ=`sUtQs9y#V*mF6g%Hr0)LQRf zr?U$RI)k(xF3O$12Q*mAofn7uP;fX7P>x69hyDNg@^~#Rjr3{M@+;*vQ_|Mc%fZPz zGEkW=c@PpUAM5?es&~cwiSSsju73pQ{Cs=?D@6{P#UIwDLuCOC7K${vW1ur^TBSZ5 z7_Mdr%G9YHF?N9C88$K*$G9~+%pot0v`el(8*osw34_ z=<#i4;T)(?R;19MDiaE`qrgjmbHGy-C7gPHg=Ci>*+K+jY4gD2ddjK&R$tJ~rEAN= z!TYczWgCsjs&TMA?$TDEU_h~2WAL0jH+c3RatHjWFqr1Bx!Ou|SP1FzaI)tY7hQD& z^^)QQO|@Z0l>dj**=XqE4c<-dmgv6fI;FT~+?#`&^I;o;%kdz;D+Kan_QT9VAo2G% zXh637W0Or1s|-#Y3th`Nhbh;mZBFPLViiPBysE zJ+sFmUR@_PA6}-AOu&$N!$sSf6hRa@m`E-3?Zg?U)JjVQ7+mU4(3=hVN(33YkZ|WZ zd8&J4f5R0!jhNS8ei%O>y%4r-35|7VKYjb$a_#urz}tb=gT+Fd(#+n;QS@q8{3WgV zIo8?Vvd>&He%AE=&gI$0Hh?@Vt|Xi(_*FfEs29|X7O(Q%ggPN!2UZVQJb=`K}I3>90lGBr00=~8(pT)KO`CbK6Z_e`8!_7BeN@Pgi zY^sX=B6?sbyE;7|^j?2Vy@D?Iknq?ifd~W7H@|W$hjXyR_I=s~q^Epj8+F@Z^ zcuuDx)MeY+qA2W;=a{cp(hH7^Nw1sazeNy7>Ttq(r@Lswby{n40Twt3n36Ve93>6p z!dKNtmpGoilWeNntxX1((0?a@L!kKropeuwX~oErL(~(scn%k@rwMO^U&9rU^57w_ z^k!eZS3NzHbqybCa&O{vvTyV|pY|@SzIuuhiL|Ly`ZDuiU)Y{(xBlSh2Gu#hvJ_*` z<}X6vTti!3p7*Sws)edL-WDBO~BxN1F+CM-+4@JXFe!?xu)XS-)Ex1J^+2*X|n zw~Wru@?lyRt(av5tt7)M*WK(M*>bM#g1VL_qbHaMr!QQj6I3OHS)9hu*HfK`IXErr zKD2pV=0cTYoGl+|N%h7xc(@=pfHiJ!ChV15^1$fxwd=&+` zaCF|2Ry_#T^#IkQw@ooHiV=;Ib3mxI^rkkh`+Ja@3O|B+xYbE!L|5d%luvGQ);|7# zt2M(*3Wl@{;|DoawAQ*E8Qp-%wc+1c(EL1f7VOW#Y%g3h5qc@hH@H0q&X!~u?`@?q zU;UA?vx=`bPdEqUFlsMW$uYn+dQp)C>IEfGuZg?g=-&^rWGGcUjaO3jn5}u!$4XM& z6KKz?V}e^y#B>Kv{Dv7(EUidMnib5xUkN(sG^M ziFh;kYRSq$#Yv_zZg#K}h z%4CseLVM4ADHpPr531j;j9NlH0EGvcJhAE)Ar*;5GTk&{&nUP29naCMo286xJ0@m8 z_YPTZcQ@4}eIrLB4OF@2vzr0UvyucH&eR_QYgpEt;rGv#syMkZ6-hZ0U$Cp1N)Qc6={=Ix_5EhU5b4o1d7d zI-o9h_)P3SZD=G&gmH4%+I@s78PMo4m&Hdz7^N%+Tic-FIiOj#@T6K*x?P0wXFlD{ z9#~VV_$x4a%j5-w%OcaD82>Ac;(OAwmjQOTTJf)02>^Wc>g;U{)#42nPAD^HrE3#@ zNl+L(Ef*Y;c4{Xi#H!pVez2o*xckR*RER^AKV;t^AO5M_mRia4p!JDT)C!3 zpsmnN5fD~vsL9uH`!3X_`17LR2uSpR4!3ZK6|)ldi|!n6VI5r^_NHzsd82dxkEzcy zx%OfqnJm>n5GGC5txz&!pMT87L?kp++-sH!VI!Ye#~E#P)z7L+TApRR^iWej@P{w0 z$^9#>U4;`d@H4(gtzjm^WeAt7pyn>|MagaOVU(vjK}j^KwIO)mBIR61&dOOKzL1lB0m7(7ec`Jz*!Fdl2p; z;8;iN*ja2$@-Bu!MX}uZY#}mS@)~W@niQm;rx%o(b+*bfq6cYPIhc#&ygJ0gWVU9k zesgV`!3U)DyW7heAbKB&)crS6*IqE`G(jx%5=azzZbqmI{{Z1Vyf3&~n09V*o7Sfb zPl~^ldu>cMJ_B>$e#d|Tt z#Bf4hG^BQB(K_#46GjU1y*>1P!wo8aV&CwPpDeW!^K?P$p&}1E-CK{Z;;JjQ_|rbG z5;h1;_MOlWDgX_UKia^9cqsrWDq=>!@B?htFy`p;$Ui2rF4eJ?6y% z^vk16(C`=kcQr3$WLV);|``NL7z>Xu)P1{Mj_@!Qq9D^U*it$G&p5I)vNe zmC6m)srxRje2DPLh^6solMAYA=Z0`V1k4`UL<960)6Dou2#|g7+CFn$s%euTFT2|3 zVav5)GKq#^2!9u5Ye)NjX9zzewkXCRuU#25Y#HDNjzf}Z9!Bbm z8bv4;SDeJZaYPh1y+HLVj!N9ncJzvN^romySV$q?>wgbS$f%>rGCQ$PP@g_^n}^gU zpms*l_y#Ada{%WQao2T@$t9GMB44M4DE<7)cjth)G4NPpL%#hn={-yJGnJ2i=2}+f z(}b`di-V zC*oO3cj%bwS%8KqM|(5<*BMlX`nW072A;jo453ke=oS&oA}@sYE+`Rpv5^mI@8tj< zV6~~1tPB(2OTnxd#z5xm(1*n%I~B*Y52n^aPU%;4s(mt?hwiy9@e|!DcevX02O%7U zuy&tTpDY2L+JU>;6TAAPXKZ|;t)aHfc8$%;tvAbmVG);}!@Q#9uM!FNc2Rg9g4&q&~@RMl7o5`uLj~d12fWTbDLH_r+)l&Sgx9?Ei2a%ZF z_w*eS=K%J@C-zO}fO$wl4aV1rYiXNVQv@$pOEgVb~4|tNn?2r4*HWEIlvD(Wz4BC&y-tm5j=a*mG&$`y!NVC&)iN5NBp0( zv%9qJf-7zzX(mVUUDOWT0?){kJ|2AIpu$IHb+mjW1M)neW=(+$Oux;Ay8}(hFA8~v zt)r!01;)+IwN=Jz4#@`K580Q!3|W20CSO~+ly#Yi!Gf<|X?=w7Podu_TvS{-}dwXN$QKulYgEld(G@iPs#RTP^4WoAlHxGf1RGmf#{aYvHQib!j zPTa1E9X@Z!#-E;~9^M7hoD5qHYsZ#5vr;{%u1n;E{k8!Y_#bcmaQ_j6P|Qls3rFu< zrpKk_upY_n!2x~uX&MI%Ar{`L*I(+GH^5%FheG2_CL zcM!rJ^0&exO5FEzNkw3S2nbpPlqhhgy(szoTMnut`Wn_rT-Y0KBVFj31Z;?w-bpFrA3Kv z^w&AKjxIMtg+h*S+D0c)#|jFdo<1|;SYmm1fA#Bk|mns>-A*K+R2_@npqo4P;DK`Mc?g#W8=2YTa0 zkNjLQf2zmzd<#7os3|yasQJ#DT(w(jdAbR?;YK$AHz@9xS-jzZuu#k#)?{5x_x4~x zTFrgv5Lt1Yxb&uvi|z9mdv#n<>6l5)aj5_M+a|rs&NCb#-v!k2^Q>u<1RS#|856>W zS|rfg$+*ZxE$vP=)?;y%)}4s^;1t2F#d}s_f&N3SRV_EQ?mrRQV*Dj1PT6@5$aX;I z59-NDANe;hW0*|$e@Z9v%6~4yL5I~4EVwj8tr@h&4%Z9UmCp%12Mj<0EU0xnlK)sC zpWMdYczP3m`41I3_8idB{3K>PGtl>oH2BI+J{i~{O#p`8ZatHvyF_f2Z(F&H=GLad zBwB-ar%Xo3?OXIQs-8l@+>UYD_XPQH2QjT$>%%Oc-_&>acvbRWC;2t%zo|BNxWsk)BYK#uKE5fIN6tz4r7&z5op?U zoLo6$lQvg>XbMl8{j9C?7+A!fg`XG_mq{F5}T3t4V!dx;-Rvf53Oo2=kI0rZi zv|-U!ycjS<{uWv#wU8t^)7#`6;C{XG9MGaz{Oq68k~aUxgH0THk1INRox^+c80%a0 zq5eq)LgGp-Znzw8k!s8=hi6cVHCyo&kOwy;JXz(YY z6UQ21sH1~R^P0aoF7kb^?>f!wd)hwiSaVI&@KInD>nvd3Bh15>=fhzefoA-M4y`E# zg!5l3AWeB6LQA-1NLI7hf_Yj)k#%LI8X0CN(A|o!QB)?}^;=-jBa@%Cr{QD8-naYy zbfuawT}OVYvK& z-hYos;uj~us`)*`DoXHKJFose(9?`JYrK|qGteML6-{qNmeXK+GJg&*JIMN-*dDz( zo*(!g&LUs9!gm_%y*w*5%4~)Xt_onB0gii0*!f!YI$5a; z67bN3TT7+75Ptyw->4`|CrpfI1{DM{PuHI3@{pL`%p*;KOA;4P#lPkBn7<6Yy^!d< zPT=8=e;YIZKZh9hyBE%If8Aq^|8o+Bzs7PSl-qfff1CK$Mfoqnse0I7D|LYW1(Tm< z|I6Ts0W#y_6eMD55MnIkFJw$pLIU3DL0Cz|(v$=)%J%nTh8W>@Nr{1!>UHq24=qTs znM@$+sqI>@J{a-G(gpQJjIT=$!1-$3eD51R`9P!xL0cOYNae$&e0%i6RS%Mp?OzK7 zL{C{7p*bmOf0*moA~J}ubE#DJDt=t-LQ45dr*IT-lEJ{;|St*Q${OXWg#eJjjEzVUK~x^B7m04DgNHw zw62pvkIG&!K>>^aJR(>sNn!ovFZ2G>0zRP6TimHXDHO{Nv1p$vW z`$;ca)Rs)IN>;fAqkm%Zqk7GX1i@2-NqEN2#JVV819N9+-Pcp1j4vYS1|b&Tdw)&2 zh+u*SO`2;{-nfDlxii$(cS!RCo7UVwxXr?mLrjJ|o;_#c~m~vP(z) zBQ4*SUY4n!xRzNc96sZUTw`x}i%1A&cZU6zmmAo*G}-E8`u>#agnn)G@Hdd_t42F| zCB-|75-Q~^Et^uV>tDf zH_$4@g^blMtIu?fFMZECTZW(h=$L#v)+AXlM^-m&uF4H-GITiX)3~FO0n{_{RQc;+ zaF}=~75!9OtOa>|*dZMC6AcZsYRqT3XRN`C31FTF>7*?0F72 zlE~~d&m^&|M8z-uY>?|>7p|1TN&fok$|KtrKnknJwj?hf7^aN&*F?$*wAnOG&HKi3 zbY)(5k^ggS<{C4MKW~xEd1>|~e}_sz{{ZcHSL(g$(XJ}62=`UD;s=OItnGtpR9vm-=8c#gF!jWEPx9TO zEMqKdf;Y*rn&E)9HJP zENL?DO@4$s=A&tix)nmti0M>CeY`AO0%OT`)w}X|j=1mN=vyaxzk^AevE0?>$n8qwwW_8Ze3Xz@T6Y8Zs#$UvNW*-{ep2o?VR^TK$1kQcgBnLImnWw_fT-j-zAb6FhzKuo zt03Kns;=;Qe2wuxI}3sYJ))#A8bYRPUDbKj(?ecU9qyCwc%SSvEBMfz)5oBL7MA>hY%feD~XVK!ZEstYgwU+&G8PaKRCGOhn_nQrotUiKy8 z<9{k&#oz*_q-n5o&PT}!XPImbCUg|rWQEe!MK*q1fiDB~08 zhd}|Hd0DQ9IrDSz#|;APzHk@&y1f=1U zJ6RL30gxxPku_@yQ258Um6&VYGj2lj7JIOyWY{u>^M0s_NIs+2zbbp>B}-^Qpz!FY zVZPBr({$Cr?WKLY%mokbxORp;^?BO)7i0ASIK^ElmF!+9>p!BdUlsgu>N^2=rP#0+ z>rO55eo6vILVZ6=vJRtMr(jP&Lk;~`{5n<8c67qYFqR3crm#DkhX${}cQC&Yj%hQy zk=|;OmoH6Tes6xKGv|=pm#VJN!!rvyXo_b<11;~OW+F11;A$Ob_lHM!X-x&XNOLCAK2EvW@sOvtG)43Q*498Do={F8`y14K#>-i<_(4mM zR4~_<(F6~cWlO`?u>OAzPm4jv-^!2YdCMh1B&x3FBF|(x6gOY_#^Wx7!kw^Is5vZ8 zFhy%Dvv+sVnc@BGf9}1N|7;p8xdN_AsXlUn=?%?P)apj*f_Ayqz?9%*?Vn|X2bX}8 zL0s29PbVPtAOJ4l?7P!_t2lWHH#&^B*O|#wKv9HN+g<{FQ*hyZkiok04#!8n?*3@; zO=;$}2H7)-5gFdPn0@zv5CR6_2^gfO>xh)&m`8+eVa-b|pE!%XJTg{mZQu#n`91Z~ z2f!R(5X5yIN(*J@H`HY@^dW7^J9<&+*d+JaLbRjLlToL9^c=8NGN#t8NAI4`ErB#( z&<|ArB5%@kqI)B$;8>v|r;jfaiRSD#|G;#?v}1on%mA1)N6T3UxS`nB7^8#;nuK=B zbjvdIYP(QARI}V%6(1SsAvM^cHHSYX1M5P+J4;EJWu$h18KfhzFAE<8Rai*>es<$c zFlBHo63=pI5vYDWmNxp9n2G*1Q*UyUNi(gDjWmmlMcj`!`cLCkbYW!@kD?XqGaxMH zOu*M6;(oyDZ-K^WDlB&}`N$4SO}}_h8pxu*N41V4enE|%wxR|MY!Uw2D{iLa_3Xtt zKzn^4_|9kfPc69s0Dz6G0>O#P2oyRJy0vTZLG1R@OHtx78o~CWUBUA#TM}Fqxo~&3 zPuy9USNRy`uKSxum(BqPWL7uEC*|){OV3^%6AJm3_RF#DG=~N4ttremGDljDA4W}S zKU(hOsmwaV^kLtdz%1{bNji5}aGMNY4n+N`r70Xtb?RLV+ebK(v8biig_xuV4|se( z2hd;d&4~79Oajd;!^8!LHt%&c&~ow(xFH+kZZ*95wB_KmQHEilUr=U58?nGF2XZMn@eeevv43F?VvRzVP?&W$rZWz)vh|Dj3-X*_7et0<7*(r(_y6m z&XW>91C?>@ZDozBCfIHtO;xa8pDq3C76ua$To^QIvo8L}{qlx)w4)P0e+@Os6|6yP zwTH`|M~DXZ)8v5lsU-7R-_h!+wEZn@Xs~AJShKTcT!76xn!BX>p&FF@h3)_`2vC2T z6fQuV29-*g5u-;e1|aoR=7D-D#K7O^w-atZpUEsrRE#QwLBn20=Vc?1Beprqg>su}XB3sFNp`EU6F z@-T+@UB;1sCkjk(QODe`gjW|lje<)J4XR{I1K*wgP4s9X4@fTLQNExi1R%|pUpT}F zX}ieFTGLSH!lg*^ZQ$PI1{V%l1=h^h@&&aoz^%*vZH&P*IRO@*lc|+%8+1-u)-`(5 zJsdl*CEI2wNjTu~F!Lf-1w2+4L|$L(JO@}$F8jNZ?fnvTP)B`=&ABldoa|tK4w#Ez zF~*|P#<+p+%B*FfM@eWhGsgzkcn<5CulA{+=||R}5-Hfc9Ce{Ws+;arqdgZD>q z3+*Pqab+tAa6L)QVX(Do*;AymTin6cLc_NI*bnrR{UBHD@htm*HL54f zwqRFbVd6owS~) z<~y-lyJb2}F1+)J>mu0t%xQf4F! zq)B+o@BGJ`6`$;?+;}~yuvNBuNe6^L;PrlRv+b4m17P)6tN@XlT_~&cJ~D}DK7OvI(J@;w)|k&B6WvJO~cqvBaNFa zL^PY4V2y5GY@zby=|>6wM5y0*^_l;hjUT`O zIvPyoce^^ssrtwJbHKosHrMq1myNKwo2wg;TbYqa45%}#Ba>zL;Fs*zyr22LZ};Yk z!4ZO<@H>O=33~BinhHP3h@R$H$Q9(gm;$k*x*ts$30>6U+|+8)Iy%0DJT2bpoW9O@ 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 z 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.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�c3k+`Q{ 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%0DSnYAH{xZ`<_`v=?3Qd4EJE`;Q8 zxBZW9ycDE9QaJ3X<;6C^!(?TxFeq;*(12zYd#Rd&RlV;e%R+$f#r!y+}il9L(mQ;a40G4>qJK*yNS zHkSSE8;ZO}bOgDfirrlFm>|j+^Exf+ioGGF^*ToT>yhNy%2(A=@BeB6siAR?uNjCG zEov9_FW(x71+9h2zcG=5*S5CbhJMb?U7|yhPC}aG;T%yKNYD$U$#1 z;E+PC!qZlpC~Vimvn8=A8R*AmOH~jQ<)7MJ(~6r2uBn;^{0R#5jK!G#V~#$VJ>0LV zCsmcVo#8>CI6EF=AdXE`70r1uzLE@^5u|jn=>y%DPe;x$&aREm?3SaRtgi^oJ|*RW zSri}#?jw3>51LpGyX`xeb$1yHcKq83r zIt92(k4w;xSycGak!hK;AO#|>7RJi^T?6>b`&T3tKq9dsWQpvmD(qQye5b^z;Y@aE7kq+T!=cj{d$FUlXmWmmrS_-kIv6{b~lE!{TZR@&PB5$Pv z02~;|%~=Vpmsu4)DVpb+S1pO}&7pbh^$vMi^n6D00Gv?pBWxY#Un{ozVpT zRY_#HY#t?6h*#hcGD=uI)qe7Wp8*a#hzC|tb6n;&FEVz&upLj83hC}aW0>d%3cz4@ z2S9Y|P*;bwl6=QfOVlV>#bT>u;BxgF+Le^p@xrf*7m`xMQ_Qe?B$r5^%$S=|WK-N+ugi97Px4UE&<> zSe!!!RfB69u%$P=a%&^q6;{f^f?ngMjhN+#hMPq*B01hDeLwdTEZrB^@pT}OzV$E% zSNsb-7)*!K!kb{KNRdnM#toc>E+CZPH(T`mfhifPW=SUg5?lOIvzUsGIU$Lpkh819 zm$;42wxmv{c_(nCt34-k0)6-do7^KC0hDBJviM{^hKG(Y9j*v?LjACTEnrn*uwDyoN-;WeptQ5Td3)vj$~f>b*0uG3?+diU zL*0&PV&r6S{tLL{*Z^L>kdlTXjn;sPYg5Ae9k*$iDy=O>c?DgnK?py^a-jXaQ#*ts zUjJy!JryNxxO@u~~3D*Llso~Rjg8yBgJD|%ff*K`DwP}pE5G6+(=)OJ{* zwq*b7RLB%lzOEVAfVyL3Zy9{~Rc_Ll=r)@0%L zSw<15>I%rL(q}-*%ov`1z4hzE>A3|YHOL%(Yp)3*K+#V{WsiU~oC8D=>fJ=zthlCu zTHHje>RA`bC*|xag>IicR5|=%(`}$hYSLw75IL;3o6#APFq=G;tl6A|r?W!)@wr$(CZQHhO+qP|^%f3Bl&Ry%we46b4K9NjgBmpPh0c?Bquqt$O$w5;!aFO^NP@K=5YEGg+u?XDi=d0uu7^uz|tng|ZXF zIv&CUy?%>4ve+u#$^6VnB>ZjC{C&5)8EopqO)ry*oVO(L#H6s7l5E%_3mOAKr=H-lscIGR~i46~((mn5uL14B0p>V#4e zW&P*XW8`oEFB)A#0R^AF``Js2=JsqRG6_g|wD>;s^(9USh$tBmS;{W`itQ@xz|3!d z6l+9Y*%&XTMHU~|tVeh2>a|r_>g?y>U|<6S^AaAy!3curF|aPv0`8~jN|_GT0hE(~ zNIgId8th7$QbvM21gwCk(=;Kr2LcK$P{lVI5?Q**UrPhS{vLtMWwRBA1o~%I<6yzU zWbDH!OK_?(G{zNXSdJtbI3?g^@}5$N){KY{s$Gn!=OlgvAY7s-Mw4ZlQPL39&IWQz zexYCF(xN`tgS2(YEi<_T8q-E%JP3vqGE(4W}!OZ_Q$@0u!@DJvub7HL^^k0_q5~_;>N|TQ70e3 z3fWi^>oO8%IV8=%s^g{{q?#F0SN(n+E8(Jd49{ns(3n^kgB&xafR5S) zauUk}xY)LL{?F7Q9R!P|NiaI#oIzOvUjBE+2U9A5EBb^8YVCkgmu#d#F_bvUdA}l( zSL~sDKRWGDu&OfIZn0RBj-fk2Do1MShx!OLtnko0BcOm!ijzI=&^^~1euW>IgWxxQ z`;T&#`Fh92JV1EDQL9_vK}jQ8A6#K$a`;53$67;oYU zBlij86l%0|T(G3McD4+B{Hd2^baJwVgwsp7i4)Ezrh|1GpEClP=z6OSqfy3Br2z|; z%$WM=MUe-?D4$?~nE=-mx!nVO^Lx9xldhwa>VgI-d%uCWZ1pNe~8H&N&VO=?hQ`8RMA z{&vL9UGdXE?56F|F7+2*qNnO_JaSmL(#Z$B^ty(_Pt`Nt%VD=6+a<>$?vwl7csl#% z&72)i@xQzg=chE&4P1|zgNvto%q~*~+=FDqD>}FF0j|wm#JWAO+cXO@#i`&m{Lg<| zxNA=dX4L;_cXF8ji?5vJKPkyK8vnmH!vP_(6qMRZhSOSt)J1&_KqRVqeY3WozPZ`C z5kjhX5`6;f<;X3WdQ5_*>_w3p^o3Mme9399hr8JWGLLo=$Wl2|3K5ql)7uS%94W(* zAu6_d;tM}6ceIF}%~-TlP)yfW+64_nX6au+ZG>{u{=&tDMZG<%E;kT_lW~PtzSxjV zz{3>%IbP=o5-jk5WOR3?k&=W7w|Fr`%9!3OMc8l&?y+3xi8;DDyMvH4@} z3EYBdO2=}76V3)rBTm5fc+>E}iHwb@3m;Wgx!t-iAXLjronZO#;0~Z$>|rcQrAF%n z`DJYhg~U}d;A+1=0gJ2?>B<_aicV*q#Lz$tBPhk>srn@KBn>4r=>xbc^V#A?sRoA3 z#b{gTEmrbkBFLOYp4cPELSf=kEJu>q`j)0{4c{r5p!KF9q(Bro{K0a{7jCf+pwAiF9L39di@vwC4RlM4!1kS2lnVzhtIka zn-TZx&#b=o_Oh$gwxBsTL{9o=dX|uI($lo4A#*H0IesNKaL7;gxJZ0TR{BC1?{coV zXlC>FS9Z(pp$%LuJ|pe-ZiM~B@*3Rw4u1>kS$uAWx(IJsD9u7)*H+C)H-CFN+E(_|M4!zqI0<>P&F1>u4 z`19hP=*uH`vN+3# zN}zKZB+p-5d+nS zHx2wznr;_wabRcFe?+PyP>x5*OktF)2#i{k!B;JS?!h~w>I{<;Tz3mMPVu&7dYeV^N%X~}wkBhA;o+OG%V7{U(jnfJN*PLaXEr%(+3Yy|ya0Wa z9N45Wg9b>@v-!(8I|W(G=*NKXNg;74H}WT~4>SdEa`&CmRKUJ5z&Zykvc{n*@+_Sn z^8krrnnffN0DK#1oQykj^hzXE!_HPKf|Sq+r3^%2!u2Lm8!)kgYsPYpKlY`&^U;iI zZPZ|eC#6*?~smNwpU|yCy2T5 z_5e1HkjP**H>pR-l<!y>gWb7r#F7x zUr3hNpU^)?2tkG(rBDuw=Ra%cc^NNM0r*jS%XfWiZqGS-M4yPFs~r3QP<3(+$uJ>v@#PfdyDprJ_SkD zchv-fH(#{LfS3cVlIES!ub*YTdcA)Ig#&@ZleNG91ijrGUaL#j%j%kO;bHQ5$}+Ak z7eOs26XGUa!B2}CZ>~_SGIR%hW38y2SV2YrXQnYXsWHL~^ras+Cxe*9L1-7k=&pi& z+1GSOEG_?rS1#c)>tK8{BvlXj<^Y-HE5HXH^6z!&1&8XFjZD}mat$;JOI+F$&)1jF zm5394hh{tqR04UKz10PejEs^6i}H4;*cCU4l$!|3lzmOd60pEaVOW}>q_77-&5M31 zOy%zEmwcnEjFg2|FGdyJp-~gaK4G@~^O1$UA4q|Msxd*Jj!tkfpYhK~Qk)?uwQhV* zUhWsUN{;EP;u+W45wM#-kYkwK*ro1e9SKA!3O}`RnQ=_6$4c}lSD5V#a>$Rt z{q3tArY26h5t|v$XeUbR`Uj&v0&1K&@!FB6YAW|*eLK~)D9;N^mL~bYoW3=PdUsKM zzL=*6Y4$INK%x)kK=pW7``B@d+M1q*#b5o$_LX6zSG$%Exc_?Ctc~7VgZ&feKmIq4 zAlCm2+WlwM`qy6)>c$5ehuNL1NYd4i5;+~;fa_V~hEFqqHkVkQSby?#0j(KZS*+1{ zPOuHX5Bzo}msVR60!%ni= z7}8A1zx~JCu$0BznZ~=oDn5AP$fC}lWPfcUo74~QBYZ{*JgF7}JsS8BT~&G0gWp5P z&OG^_otF{3D39vQDx;jozF7?j(eK1nf ztCN|=$`$Us+{0qFZsT-0nnFnuj>{^Jh&f*jd3j|^wK!v5*BJ{@TdD{gaWfFatb9b! z@etFJ}$4vlu~ zLLk-Q)KR_~F~z=eIeTU)r%1 zC!0uOo~R)1RZ4&^L|iI;?4GKCf5GI8?WP`=>ofX9*^DtAdSsr2Oy3E$W_z4!kqm$u zQ@{UqDElnnArSu?&KJc0^A(zr;Xk9~Cz`)bo2)3mJboen()|))4nkg9OBk<$Yd4Nh zo3-&doGOulS6Qh7gN9ib=%|~Iv;&O6%uR3xO&tHZp`3$Iu5B0rn z>ORe3=I8clAweIy)!auHyG~wXe^KKBEy%Cd)hInpGyk>Hb9!i>80zEU;o@eXXM$~U zL1^%j*5dWcGoZ?MS!7%gz zV{d-G@|4MuwJS(>l@0}Op+>g&Ql4}utGTtENTb9gJnNi=jf-JHJf?= zpKys|#ki1Vk;$@f<1Uj%YzMil1w>_q;&KcLd+_CIl4i6w%9%G&rcpWh(B9C-jxh@6 zsb%bI%&W>3bT$w$uWX5M2ofJWa9Sh~7%q`%p?t{zZ$>Z-oa&naHVkt7`?9ZCmPSC> z3Iag(8qERS(OmFZn&(^f#SUktfPjeb0Uk=v5u+e=1keXaNg&e;cAceKQYtFhg2@U^ z)8x9h7o28QzI^+HDG(Qw@Xb83P8%ZDNFdI@H;LJ50;JAxUHS?V_9Or)31QXj+;VV5 zND(}A$gU2SJM(6!%Q2|tOiZ$4sOJhWNJwMMUnqGjuy9Jo9)Ad0g<%AoMyS;=W}sUb z2hJ(MIH7uN5lQ|*0hoa(8!1te=~7huMT9Nl+rSxWCAy9B4a+_*pYO2Pa~w?$=%{E_ z$nYtgNvzhqnetWbVOO4i8**)+u0z?@&Ef8k?^zF?bC*FImHzS#uJ)~4qQD=NNh$QS zQaaBZu~9^ZZseoa-LlQIcggPNzs3gtxO*oTXF)+>6ad)+(!3ptuBwvnAX^i6M7YnU zQ5~gkpj)L8?!`MZi1n>OyT^%7`)CPkNRjH7!^UWI)0e1qmcIjs|P<)_|{1txoMmLm6 z+IG9G&_OMm9!hs~51=f3l1emEsyJY4mq&+}L^^RkMkTJEMs)V;szUxk(a^4}J=l?x zrm-!y8uIcTyD2pq7W#0n?NnApl~yGebETi9JktRT`9E367spbMU9)aU?Ax(tjbD_{ zK?71Be`qCkLA=Vi zid%&Yt4!H{p5Ybf8U%iy!2`K`Ee+bd<~M0Ia%==Tt2MZ_Wj!9`*v*1k>JVCO3Q6%6 zPOh=&z6%qkDPi7H9N!b@(~2OMdKd3m#xNj8KLKazR7{4N`0DORd#;Nc)RJM?b&jh# zeNHJ9mre}qDUj;u5K*l`U9?giv7(^M%cX3>HgWT{)`=g+pB#0e!^wB^N#^>qt(%_3 zmvofPJagIq4dr>T2qz*UF(yJrAZKAAGUrL2l?EO-n%D7FP7}eX?YrpxYBHA6=)|{0 zdyTYhDDlGqZtSt#h%Z+BA zDAlfMTi=}450?M(Vw4|w&}_M4S}nvi{Ag{($xq%|AO2|;l6YpR2b;e zCw*DgUGJ1GgpE(2W3AF@F=@Vma)UY(%fAvpOdo!_*Ezrc?Pucx>~A>uZ+U6|Ut9w$ zjQ^?Eq$Cg6Zu0-@pWq%bhc8K?w+8cbW$W-($5J;sX=$?fHGXS=H&2;r$tn9rohhXIo~lkm8D>n?%!>>x z=Z-t-tPOj1KdJ&U6a`6Z5|*^1ffbxk8Bz3bVh}g zpGDG?6sd8dT*O(^G+6G2;n$MU%p9k(pf{05yz>GrhVZL-;zZrk%scm0I?Say03HE+ z08%ETic4m_X%UTBa0NuoRCeFQcmgG2LiDnhN_ho}gfjb#Gzf1T$eNVm7?YsdS{d6J zPptS?HX8lJZDFe_M|E64)}iaRaAMg3eZh^&?qZ7w3jDJ~P z;;$+p+h7?(#wi0T)DlwBZb50l?SHkkl?BEdR{O-TFo9hBZO^a?Zqr_m6#?c_m6g0S zQTAY#;NvH+j#QU>1{vL`OGlBX&WjX~h*n;%4ZC>yC0gmKq`@@amdX}%2QwJDpE#G!2ej2(sjX5#)PzaqFrlUR*W5{hu@VR09I?6= zs|>9$#*)jaLjC$>R-8-kp#u>UA5rh`avP*0bTd(vDp(Rb3FH2$K34Z8s0S^6#PzqT zw;#RNt_kq_96D*3e(m2PiQ2Duhh5xj5+Am*C|Sq(eK#>T5F0fgH~Me0tlJ*L#2JOG zZbNappszMLIjKXb_%tFZ!(KJKZ$@%G7>9NY4y4-q>R0sty2$%%_qQ?sBl1;q{m&OK z2KxWY@X@mR*BX!Z{jW9t;FkF%8ZRMvQW>mz#W(3`0q^Y3BA+h&rKvq(e>{N$jX@RYS5iU0M4$3A|`v2t4?tLEPP!!$bbk zYG*_C471?k@3~;}hS6qeYE>85%cQjgMow}&g%#rV8imFfMAA1R43@#by_Muw! zO+V%cfPxgph+PZ@V`hw;?8G|(`M7K@iDOvFOGE_FHTh+i_9ATet2Fd67aACIvN+-* z@WGhUcC_>(cTanITHA1UBpEuiXk$SO#)+0c+o2A&F&g5;;9F@!?tdAjZIaS`aw z(qAoNq6H5KV{$W{tG3!j<(3S&;QP@P&{)iC4?{;|V`Fk3a&oe{Phw9Oc5=CR@RP>h zPeGK5wS3XJJ{;ygo{MzE6vxTd6=*rmYhY{pqj8uYe{IJ>MKx-IRlij>H9M=hT@l&AT@wC zht|Y)`;QD5Y^WJ`VDzH80xjiN(sd0Ih6&zcBp_fQRi;9T4Jf7vc2PM%d`PHBl5n(O3mX}|&xwG==;{LsM~{HgU>TvyYoJSm010GmqaL6R)3Z|e z5-Ra`vkm|R^2REJd-ouje!jI7LmC6bEzl-1I5E(gxd&XZYYXmr{VDaHfDz?HR&(X` zMdnZ+d!>G@X5D22ks?hg;BPL-Z0xwDlg5Uq0k4&fVCH(1Su)@eZ9jLkFIC?d>`jb+ zD3Centz-^j4jEaNlV|Bu)x6cv0P^J5bmAf4(|~>&2TJZ6jC5auW38@?cDX0*(_X$0 zqY7gCmRngZ>(-Y%HNmr*hOx`GX=t#mIx#a}LLfnXC$-I1pTn|Rt1%HYp{x(3(LIoM zr)q|Mk6yrWL~Qu<775y6GnLID<@QFV?tsYOSxW_(@)wA~3$~N`iY`#?HKgmmwU#mR z7B47BOgaeFvSGm0!s*ITn@PVwq@3f7;y1N|UQ2#~Vp@FzAOjzRuFP7yY+Zp)Vi>>( zASY@&3qdR2g5=uK!V~V`>MX5<6}3oGQnhGy#z>+mYPC@9brR8DzE(Sd$<4C)(^z(B z^dL|s8VF0E9sfHI6T_lmP7Z5Dv!is|v=Owf}yj!%;czPb)!b zNq}xjC_t&K=}Vn~?1yvxlg>*86Ipe19mR)YG0dvJmtGl>uILNp+?gQ~P1V_R@@X1r zPw?0i1M_A_U-d}h$-*+PT3ndBmE>+WC!gPItA+L+Y=@5>ij3Hwfv&9#x=q{M-=~+u zk+?UYDg%T!yhdS>jWJ@niO?3xu8;u9!!}(y3R{8O~p62 zcQr}|U2Sc5#p_bz`Eq5L!M?*zxHpwtvw6ZdvI7irTB-m~eBcXwV4wX);?-NpeAZH_ zN39uRHf(+uhi$KE8~7)z-T_z_4e_>9SsON2B)7=@hTUW6Gmi{p)k8dh||4X8b;f z8m~h`zMj9`_S#C-odR7$*|uT#@GYrI3XZPL>qZ@b-O%?0ZWmO!_Pb2#cm^-9PGcti zjr6b~?C)Biw%uNXg@&~A4$M|QoqmRJuh2o_hX&cAG8+C4v9N+z3MALD(j zUOVou<)~Vp*j!HaE1|o6>6NieT2UXkmd88H-}Z64#Z?Kso0-vt6{#j+VD*Y*_@`o<;0W~#hF>a zeh5Ak7Ogy&O`@=hx6zH-8m+M|jQg4g44wid3ab&yWEi!3gUUguyZvYcL)SDxyLjk^ z>Oz~+?(imr&fhtC= zB{CV(_b`Y~o8EFiP0&VkP3WhnL{bG21Q+ITUIars1mcH#=V#-{qz?FZYJ0vB*=Rj9 z#gVGAlSBmqs>$T(KFRp;ZlU@oDQaE~<$tcH6GZIqED_+6?L1oBTKpOsDF#FRHB7JMgB4mhcWS~(eu?8R8&-^mWGn;;cgZTxeD`U8{V=U zLXRD>i8sn>|4f52K3alyU{i&{-N$Uva>tNmiuxGzZ4X&?+zifxA7nMLWW!E-AxtoLNkFc6wtya?3w5-PYb3?KfLnWy95-mFWL&%XAZzB z#iwFLHkip$ZCR<8I%P6;0UI5)AeL+iBM&J55G=dV#>2t1s2JH3ICX*x!d9tWblMrX z0X1Nb;0@8Y14I-0y^dEezbTQzgv=9B)96@8th^88$nvTB$*?H1$+ z-k0WaN{KT^z(kDQyJTPZnv=#GHF-uctQYs40oZQURn{?5&%~dm>fX3-`GtRma5M<# z0}G*gE9$)%`0shTB326G^M6kWhW`sDI3qpd|H;#>{6B18Db@Z)td{;%RmBES4~Wzj z;KQ~;2=WVS#8UB?;_A1)I|V-LKMjq=>-5(n@p1n__T9TEe_Qe)HHaF8s!42m9NA*x zPq`8-cX3>8SGk|sD04#AyB>HcGXRH(?tA#B z^WdcPAH1+{A-n2%2l?*7U>nfZ7S>pS+7zJ^q}9m56o~+>1f%)yj3D_zNLt`5rwGWD zi9sW3Jw<;%7Q?LiDZD@Gx0c+3F79`NdWT};Qnu8c#a4CTktOoj^yJ81) z2I&?(klX+fXegbBf(nhh*Uot2+l4TN!3v-~YJ)Gf@Jcy+lP=b@MMqGb!RAD(EA($W zD;qjbFFaCoEy?LzSd;`jq3?~$ro#Ns#7}t|o;UpJXEK%%Ca^$2tUbZ+CfAwA_ zQ~)vO*yf=q1T4T?7PJK9YlZ8da$RM-v&{?5Eh!vt=U)Iw_lS(cBXz?i?HbOJ+{xpB zQ1=!nax8=%gGPYhsHKhHz?I(=bnzXVL_o!a_g z1&cyox?pnCcX`#%j=u0kjRLVPoA2h;zRM-6Dgf46;v$Uv3(vRyGHFj`nNB@C>v;T5rA&OI{bXPSDEFY)muG*a$8vku01r^ zw(T`HgkfBslkXVza2iMdg;V{}#)Y9|7D`ctf9cnRJxeLNpBLTFeb90JFlqNS1!f|C zx)Zji1JHeK5>=ISo}6DK<(YKOI%+K=;7)9_UuZYPdF(CB!*0(VuRev&R{AS&3bzu5 zw4c7Bw@UE&3+wh{!9|yFC%(RZ$Xt32dQ{3&WY32>>`U1`jGd&mvTfFJm)i*IOJZHk+&{g-H&0K%9X*HSx#Y-{X=2!Q0j+6-KmyxZn}lBhq*+)?TdGjC*!yDW z=j9uYuJO8o`@uRZEQ0pluI^(`n=wI*GWFfiTO-5c?&QQR zDN4bx9!AQE=ays?g)L~nv*)(1@21L;q22TOaz$UriZcm%R5W6rL1%waJSlP_YoTAK zJuHJh`-B_$XjU@Pr9g7YAYn3Qe5SoAwLxOEL488}=~^ajLK|yhDL2-ga#X*G$$XJ0 z)$@=qMLULzkCU_Kq7?zQQq+3dU)_7AFgQ&!y#aL&5vznzuTio1D3*0g`CJ&{-k5*L zE~fdmz8K~4G?JGGG@z*!-J6iN%jEe-Kz_r#^pGY>v9`bhg37GKUs0?C@ zJ4lAoh7e22MiLT^)S7|_`4kl;} z8-l2b2-U|m4LF&bY$x%QF{Mg*uo@8(pkfPU;(2kizXA$`Dc3Gzb{vf!Q`f2+JSSL$ z+l*B~!u`TP*`XXiTVxcO>5ooIu0#_gvjeToE0@+IS*0j>XgcEcb5|EY;e~g}= z4EjCrP;L^^xv&zZ3X!9$!x*fy8R?0`v^(^JI6y>%hbA!WFusB`Vp$c?)Inqkg7t{OJ|((_d^mz6*s*Sz9->2JCSEY5(pp%H5asbr;ehS03p5NHd zny1c`2S5kkW1DZ;w(e;(6?UgoRU(|oGFK|ytr&R^ideDkyacb+fqZ_X6WB0e>{)e< zl0lkq#AF2cVAvvZyL{b!;4Dq)z7!yJ8&jrvr&to!>_UsQic04{>-*~bL zHwSeWQe_0Da#^}N>mWbTGGVut)+}s2hDHdC*L}CH?QT(3N||2-2X}Fiw5nK>S_v1L zX-rlj+@0m)HY`FV$yrdE+nRZ|n!x0o(S}l5`TSrA9ZHEQ8FMJo+-VTlJ}*{qAz74S zM3QZ^cpZ;U