René's URL Explorer Experiment


Title: feat(sysctl): typed @sysctl global variables by congwang-mk · Pull Request #20 · multikernel/kernelscript · GitHub

Open Graph Title: feat(sysctl): typed @sysctl global variables by congwang-mk · Pull Request #20 · multikernel/kernelscript

X Title: feat(sysctl): typed @sysctl global variables by congwang-mk · Pull Request #20 · multikernel/kernelscript

Description: Summary Adds a @sysctl("dotted.path") var name: T attribute that turns userspace global variable reads/writes into /proc/sys/... file I/O. The handle is fully imperative — the user controls when each access happens, no auto-apply, no auto-restore — and is rejected at compile time from @xdp / @tc / @probe / @tracepoint / @helper / @kfunc contexts (no filesystem there). Supports integer types, bool, and str(N); the eBPF and kernel-module outputs do not contain sysctl globals. @sysctl("net.core.somaxconn") var somaxconn: u32 @sysctl("kernel.hostname") var hostname: str(64) fn main() -> i32 { var was = somaxconn // → __ks_sysctl_somaxconn_read() somaxconn = 4096 // → __ks_sysctl_somaxconn_write(4096) hostname = "edge-01" // → __ks_sysctl_hostname_write("edge-01") return 0 } Spec: SPEC.md §3.3.7. Example: examples/sysctl_demo.ks (verified end-to-end on Linux — read kernel.hostname, format prints, write back). Forward-compatible with a future @sysctl(create=true) for kernel-module-declared sysctls; eBPF cgroup-sysctl interception (BPF_PROG_TYPE_CGROUP_SYSCTL) is intentionally out of scope. The PR also lands one ancillary fix in the userspace string-assignment template: the strcpy/strncpy template referenced its source three times, which is harmless for plain locals but caused side-effecting sysctl reads to be invoked three times per var s: str(N) = strSysctl. Source is now bound to a __src local first. Test plan dune runtest is green (20 sysctl tests + the rest of the suite, no regressions). Compile and run examples/sysctl_demo.ks on a Linux host (requires root for the eBPF stub program; reading kernel.hostname worked on a Pop_OS box during development — sets hostname to edge-01, so revert with sudo hostname afterwards). Verify @sysctl access from @xdp / @tc / @probe / @tracepoint / @helper / @kfunc produces the userspace-only compile error. Inspect generated *.ebpf.c for any sample with sysctl globals — they must not appear there. 🤖 Generated with Claude Code

Open Graph Description: Summary Adds a @sysctl("dotted.path") var name: T attribute that turns userspace global variable reads/writes into /proc/sys/... file I/O. The handle is fully imperative — the user contro...

X Description: Summary Adds a @sysctl("dotted.path") var name: T attribute that turns userspace global variable reads/writes into /proc/sys/... file I/O. The handle is fully imperative — the use...

Opengraph URL: https://github.com/multikernel/kernelscript/pull/20

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:f6ec2723-556d-4c60-0db9-82e7c1867aa8
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idBEFE:17973D:10DA3FA:170E255:6A61B06E
html-safe-noncecd9b4a9ae39913719227f387e17f89f8e0827b0827151341ffe3d2c76d392565
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRUZFOjE3OTczRDoxMERBM0ZBOjE3MEUyNTU6NkE2MUIwNkUiLCJ2aXNpdG9yX2lkIjoiNTY0ODI3NzM2MDY0OTI4NTc0MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacffa774f0a649664aedec6113fbd260485b3323f427cc7996a6a3c5b89137fb4f
hovercard-subject-tagpull_request:3634019345
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/multikernel/kernelscript/pull/20/files
twitter:imagehttps://avatars.githubusercontent.com/u/227915880?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/227915880?s=400&v=4
og:image:altSummary Adds a @sysctl("dotted.path") var name: T attribute that turns userspace global variable reads/writes into /proc/sys/... file I/O. The handle is fully imperative — the user contro...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None6f4633bcf01c1ad14b73fd07dd39ac31d61f3d3c2578ee08ec1792b7b351eeb9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/multikernel/kernelscript git https://github.com/multikernel/kernelscript.git
octolytics-dimension-user_id202362072
octolytics-dimension-user_loginmultikernel
octolytics-dimension-repository_id1019261571
octolytics-dimension-repository_nwomultikernel/kernelscript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1019261571
octolytics-dimension-repository_network_root_nwomultikernel/kernelscript
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseac296ae7f21856f1f92adbad22f870b6fbb4b907
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/multikernel/kernelscript/pull/20/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmultikernel%2Fkernelscript%2Fpull%2F20%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmultikernel%2Fkernelscript%2Fpull%2F20%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=multikernel%2Fkernelscript
Reloadhttps://github.com/multikernel/kernelscript/pull/20/files
Reloadhttps://github.com/multikernel/kernelscript/pull/20/files
Reloadhttps://github.com/multikernel/kernelscript/pull/20/files
Please reload this pagehttps://github.com/multikernel/kernelscript/pull/20/files
multikernel https://github.com/multikernel
kernelscripthttps://github.com/multikernel/kernelscript
Notifications https://github.com/login?return_to=%2Fmultikernel%2Fkernelscript
Fork 23 https://github.com/login?return_to=%2Fmultikernel%2Fkernelscript
Star 501 https://github.com/login?return_to=%2Fmultikernel%2Fkernelscript
Code https://github.com/multikernel/kernelscript
Issues 2 https://github.com/multikernel/kernelscript/issues
Pull requests 0 https://github.com/multikernel/kernelscript/pulls
Actions https://github.com/multikernel/kernelscript/actions
Projects https://github.com/multikernel/kernelscript/projects
Security and quality 0 https://github.com/multikernel/kernelscript/security
Insights https://github.com/multikernel/kernelscript/pulse
Code https://github.com/multikernel/kernelscript
Issues https://github.com/multikernel/kernelscript/issues
Pull requests https://github.com/multikernel/kernelscript/pulls
Actions https://github.com/multikernel/kernelscript/actions
Projects https://github.com/multikernel/kernelscript/projects
Security and quality https://github.com/multikernel/kernelscript/security
Insights https://github.com/multikernel/kernelscript/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fmultikernel%2Fkernelscript%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fmultikernel%2Fkernelscript%2Fissues%2Fnew%2Fchoose
congwang-mkhttps://github.com/congwang-mk
mainhttps://github.com/multikernel/kernelscript/tree/main
feature/sysctl-supporthttps://github.com/multikernel/kernelscript/tree/feature/sysctl-support
Conversation 1 https://github.com/multikernel/kernelscript/pull/20
Commits 16 https://github.com/multikernel/kernelscript/pull/20/commits
Checks 1 https://github.com/multikernel/kernelscript/pull/20/checks
Files changed https://github.com/multikernel/kernelscript/pull/20/files
Please reload this pagehttps://github.com/multikernel/kernelscript/pull/20/files
feat(sysctl): typed @sysctl global variables https://github.com/multikernel/kernelscript/pull/20/files#top
Show all changes 16 commits https://github.com/multikernel/kernelscript/pull/20/files
0680e12 feat(sysctl): parse @sysctl attribute on global var declarations congwang-mk May 5, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/0680e124014d6269f5aea869c250ebd2790815c7
29d7752 fix(sysctl): align make_global_var_decl naming and round-trip attributes congwang-mk May 5, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/29d77526b57a40bf2e33b053ae58b20fa452d33e
2d0c5c8 feat(sysctl): validate @sysctl declarations (path, type, modifiers) congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/2d0c5c83bf19282a5a62b6cfbd7bcbf2fa9c30c0
45c1510 feat(sysctl): reject sysctl handle access from eBPF and kfunc contexts congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/45c15109d26f085992a26994b0576d571bd18a52
3b34c25 feat(sysctl): thread sysctl path through IR congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/3b34c2532ee7df0d81582c1c833a3860f3bce8c7
ae64a7f feat(sysctl): exclude sysctl globals from eBPF codegen congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/ae64a7f4b85ece0123f0245598c3843eaf0b9a55
cf7ad38 feat(sysctl): emit /proc/sys read/write accessors in userspace codegen congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/cf7ad382e5a00acfe7c2220faf56c4b7fe387420
6d8b28b feat(sysctl): rewrite userspace handle reads/writes to accessor calls congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/6d8b28bf7c4a7ed5aa16580d65a929a6b0ae8465
68eb322 test(sysctl): add end-to-end compile test on examples/sysctl_demo.ks congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/68eb322de8015f4711fa737878cbf678b1e6c7ea
ac013e3 feat(sysctl): add sysctl_read_str/sysctl_write_str escape-hatch builtins congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/ac013e3617f902c1c068d529a32aa62d08b3e984
750013b docs(sysctl): document @sysctl attribute and stdlib helpers congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/750013b2d8abd6ccbdd896497206c9e7c44adaef
ccc14cb revert(sysctl): remove sysctl_read_str/sysctl_write_str stdlib helpers congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/ccc14cbac16977016995697a2e79d428dc99a6c6
6235ddf fix(sysctl): evaluate str-assignment source once congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/6235ddf043cf7c25b0eab6ac208555b3ca5c9059
a89c87c test(strings): match new __src binding in assignment template congwang-mk May 6, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/a89c87c15d99babef08551062fc4c9f7c43e8f62
0b27ba6 fix(sysctl): error out when integer sysctl parse fails congwang-mk May 13, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/0b27ba6835ef4c78c55d1c9ef13e55ce91ae818d
3a6fcd0 test(sysctl): drop e2e example-compile test congwang-mk May 13, 2026 https://github.com/multikernel/kernelscript/pull/20/commits/3a6fcd0319d7c24e37c575f13f27a47da31b5f69
Clear filters https://github.com/multikernel/kernelscript/pull/20/files
Please reload this pagehttps://github.com/multikernel/kernelscript/pull/20/files
Please reload this pagehttps://github.com/multikernel/kernelscript/pull/20/files
SPEC.md https://github.com/multikernel/kernelscript/pull/20/files#diff-7426c9e3a694ca6015df5f98637912975f2edea23270203ee89a8bdeed246ee0
sysctl_demo.ks https://github.com/multikernel/kernelscript/pull/20/files#diff-46d26b81c296ea6565c099946f345a0099d2c191f97373a2b6197e0c82a7534d
ast.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-b5e3d83ee8061a39f9c69482481a1759d85c7d7f6c1cfee7598c5987156b3e9d
ebpf_c_codegen.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-087a8faac5edce9a796f07749864a234f146bca085c99e2bc5761e20f2018b6c
ir.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-2b848748d43816bd815a34efc941358ca8f66627a72d289483be0541be7b640a
ir_generator.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-7b7b3d36c6a326e1a022a7eaf0e67082de1abe843a789dc49e3580493ba9ffdf
parser.mly https://github.com/multikernel/kernelscript/pull/20/files#diff-d7182de4d0ae1030d2c3d76c08002c83f89bb79e6084e9248ff5771dce3beb2c
type_checker.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
userspace_codegen.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-1864935d68899925ab1485ad4f91071ac537e818db74b2dfc6c5979902c7efbf
dune https://github.com/multikernel/kernelscript/pull/20/files#diff-f00bc4a85dc91983057a45088c3b4e6ac0d794731907dabd54d0293b71b22ed8
test_definition_order.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-c5f1ca5f3c5a5512ec3d6f3d4d1969efd145f9eb47cf967fa5a210d5a91e0ca3
test_string_codegen.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-f61f7499950234754759cbb3555c06f565a43905a7ebd8211631a63c0014b689
test_sysctl.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-6d2168f9b3348a7e4adbbce66a0a8e4c8bbd49baced99cfac2e014c328ff9a90
test_userspace_skeleton_header.ml https://github.com/multikernel/kernelscript/pull/20/files#diff-2aa062e6eb736b0068fb3c5f092c34041954f0df5eeb7eabd270f9edb0b7e336
SPEC.mdhttps://github.com/multikernel/kernelscript/pull/20/files#diff-7426c9e3a694ca6015df5f98637912975f2edea23270203ee89a8bdeed246ee0
View file https://github.com/multikernel/kernelscript/blob/3a6fcd0319d7c24e37c575f13f27a47da31b5f69/SPEC.md
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/multikernel/kernelscript/pull/20/{{ revealButtonHref }}
https://github.com/multikernel/kernelscript/pull/20/files#diff-7426c9e3a694ca6015df5f98637912975f2edea23270203ee89a8bdeed246ee0
https://github.com/multikernel/kernelscript/pull/20/files#diff-7426c9e3a694ca6015df5f98637912975f2edea23270203ee89a8bdeed246ee0
examples/sysctl_demo.kshttps://github.com/multikernel/kernelscript/pull/20/files#diff-46d26b81c296ea6565c099946f345a0099d2c191f97373a2b6197e0c82a7534d
View file https://github.com/multikernel/kernelscript/blob/3a6fcd0319d7c24e37c575f13f27a47da31b5f69/examples/sysctl_demo.ks
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/multikernel/kernelscript/pull/20/{{ revealButtonHref }}
src/ast.mlhttps://github.com/multikernel/kernelscript/pull/20/files#diff-b5e3d83ee8061a39f9c69482481a1759d85c7d7f6c1cfee7598c5987156b3e9d
View file https://github.com/multikernel/kernelscript/blob/3a6fcd0319d7c24e37c575f13f27a47da31b5f69/src/ast.ml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/multikernel/kernelscript/pull/20/{{ revealButtonHref }}
https://github.com/multikernel/kernelscript/pull/20/files#diff-b5e3d83ee8061a39f9c69482481a1759d85c7d7f6c1cfee7598c5987156b3e9d
https://github.com/multikernel/kernelscript/pull/20/files#diff-b5e3d83ee8061a39f9c69482481a1759d85c7d7f6c1cfee7598c5987156b3e9d
https://github.com/multikernel/kernelscript/pull/20/files#diff-b5e3d83ee8061a39f9c69482481a1759d85c7d7f6c1cfee7598c5987156b3e9d
https://github.com/multikernel/kernelscript/pull/20/files#diff-b5e3d83ee8061a39f9c69482481a1759d85c7d7f6c1cfee7598c5987156b3e9d
https://github.com/multikernel/kernelscript/pull/20/files#diff-b5e3d83ee8061a39f9c69482481a1759d85c7d7f6c1cfee7598c5987156b3e9d
https://github.com/multikernel/kernelscript/pull/20/files#diff-b5e3d83ee8061a39f9c69482481a1759d85c7d7f6c1cfee7598c5987156b3e9d
https://github.com/multikernel/kernelscript/pull/20/files#diff-b5e3d83ee8061a39f9c69482481a1759d85c7d7f6c1cfee7598c5987156b3e9d
src/ebpf_c_codegen.mlhttps://github.com/multikernel/kernelscript/pull/20/files#diff-087a8faac5edce9a796f07749864a234f146bca085c99e2bc5761e20f2018b6c
View file https://github.com/multikernel/kernelscript/blob/3a6fcd0319d7c24e37c575f13f27a47da31b5f69/src/ebpf_c_codegen.ml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/multikernel/kernelscript/pull/20/{{ revealButtonHref }}
https://github.com/multikernel/kernelscript/pull/20/files#diff-087a8faac5edce9a796f07749864a234f146bca085c99e2bc5761e20f2018b6c
https://github.com/multikernel/kernelscript/pull/20/files#diff-087a8faac5edce9a796f07749864a234f146bca085c99e2bc5761e20f2018b6c
src/ir.mlhttps://github.com/multikernel/kernelscript/pull/20/files#diff-2b848748d43816bd815a34efc941358ca8f66627a72d289483be0541be7b640a
View file https://github.com/multikernel/kernelscript/blob/3a6fcd0319d7c24e37c575f13f27a47da31b5f69/src/ir.ml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/multikernel/kernelscript/pull/20/{{ revealButtonHref }}
https://github.com/multikernel/kernelscript/pull/20/files#diff-2b848748d43816bd815a34efc941358ca8f66627a72d289483be0541be7b640a
https://github.com/multikernel/kernelscript/pull/20/files#diff-2b848748d43816bd815a34efc941358ca8f66627a72d289483be0541be7b640a
https://github.com/multikernel/kernelscript/pull/20/files#diff-2b848748d43816bd815a34efc941358ca8f66627a72d289483be0541be7b640a
https://github.com/multikernel/kernelscript/pull/20/files#diff-2b848748d43816bd815a34efc941358ca8f66627a72d289483be0541be7b640a
src/ir_generator.mlhttps://github.com/multikernel/kernelscript/pull/20/files#diff-7b7b3d36c6a326e1a022a7eaf0e67082de1abe843a789dc49e3580493ba9ffdf
View file https://github.com/multikernel/kernelscript/blob/3a6fcd0319d7c24e37c575f13f27a47da31b5f69/src/ir_generator.ml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/multikernel/kernelscript/pull/20/{{ revealButtonHref }}
https://github.com/multikernel/kernelscript/pull/20/files#diff-7b7b3d36c6a326e1a022a7eaf0e67082de1abe843a789dc49e3580493ba9ffdf
https://github.com/multikernel/kernelscript/pull/20/files#diff-7b7b3d36c6a326e1a022a7eaf0e67082de1abe843a789dc49e3580493ba9ffdf
src/parser.mlyhttps://github.com/multikernel/kernelscript/pull/20/files#diff-d7182de4d0ae1030d2c3d76c08002c83f89bb79e6084e9248ff5771dce3beb2c
View file https://github.com/multikernel/kernelscript/blob/3a6fcd0319d7c24e37c575f13f27a47da31b5f69/src/parser.mly
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/multikernel/kernelscript/pull/20/{{ revealButtonHref }}
https://github.com/multikernel/kernelscript/pull/20/files#diff-d7182de4d0ae1030d2c3d76c08002c83f89bb79e6084e9248ff5771dce3beb2c
https://github.com/multikernel/kernelscript/pull/20/files#diff-d7182de4d0ae1030d2c3d76c08002c83f89bb79e6084e9248ff5771dce3beb2c
src/type_checker.mlhttps://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
View file https://github.com/multikernel/kernelscript/blob/3a6fcd0319d7c24e37c575f13f27a47da31b5f69/src/type_checker.ml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/multikernel/kernelscript/pull/20/{{ revealButtonHref }}
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
https://github.com/multikernel/kernelscript/pull/20/files#diff-19547f3bd84789512c822f230e0efa538e8dcef3e62b677be000400b908496fa
Please reload this pagehttps://github.com/multikernel/kernelscript/pull/20/files
Please reload this pagehttps://github.com/multikernel/kernelscript/pull/20/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.