Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
aymaneelmaini
/
clox
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: aymaneelmaini/clox
Actions
All workflows
Workflows
.github/workflows/ci.yaml
.github/workflows/ci.yaml
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
48 workflow runs
48 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
add MIT license
.github/workflows/ci.yaml
#48:
Commit
29eb8b6
pushed by
aymaneelmaini
56s
main
main
56s
View workflow file
chore: add script to run test suite
.github/workflows/ci.yaml
#47:
Commit
61bdd6e
pushed by
aymaneelmaini
27s
main
main
27s
View workflow file
chore: finish super calls and optimize them
.github/workflows/ci.yaml
#46:
Commit
ab6f5bd
pushed by
aymaneelmaini
23s
main
main
23s
View workflow file
feat: implement inheritance, and start into accessing super
.github/workflows/ci.yaml
#45:
Commit
dd7c5ca
pushed by
aymaneelmaini
24s
main
main
24s
View workflow file
chore: optimize method calls to be fast
.github/workflows/ci.yaml
#44:
Commit
a2d6cfa
pushed by
aymaneelmaini
28s
main
main
28s
View workflow file
feat: implement invoking initializers
.github/workflows/ci.yaml
#43:
Commit
1078e83
pushed by
aymaneelmaini
26s
main
main
26s
View workflow file
feat: implement 'this' compilation and runtime
.github/workflows/ci.yaml
#42:
Commit
f36e122
pushed by
aymaneelmaini
26s
main
main
26s
View workflow file
feat: implement method referencing and calling methods using boudMethods
.github/workflows/ci.yaml
#41:
Commit
4149f27
pushed by
aymaneelmaini
25s
main
main
25s
View workflow file
chore: complete method op code
.github/workflows/ci.yaml
#40:
Commit
50df5ee
pushed by
aymaneelmaini
25s
main
main
25s
View workflow file
feat: implement method declarations
.github/workflows/ci.yaml
#39:
Commit
377a71a
pushed by
aymaneelmaini
28s
main
main
28s
View workflow file
feat: implement getter/setter expressions
.github/workflows/ci.yaml
#38:
Commit
f5e0deb
pushed by
aymaneelmaini
24s
main
main
24s
View workflow file
feat: implement classes and instances basic infra
.github/workflows/ci.yaml
#37:
Commit
871a228
pushed by
aymaneelmaini
27s
main
main
27s
View workflow file
feat: implement garbage collection (mark/sweep)
.github/workflows/ci.yaml
#36:
Commit
ccc76ba
pushed by
aymaneelmaini
31s
main
main
31s
View workflow file
feat: update clang-config
.github/workflows/ci.yaml
#35:
Commit
6f74a21
pushed by
aymaneelmaini
22s
main
main
22s
View workflow file
feat: capture upvalues and store them in vm
.github/workflows/ci.yaml
#34:
Commit
eb4e7c8
pushed by
aymaneelmaini
27s
main
main
27s
View workflow file
feat: implement upvalues in runtime now
.github/workflows/ci.yaml
#33:
Commit
c028175
pushed by
aymaneelmaini
27s
main
main
27s
View workflow file
fix: fix issue in printf
.github/workflows/ci.yaml
#32:
Commit
16222d8
pushed by
aymaneelmaini
27s
main
main
27s
View workflow file
feat: introduce upvalues to catch local variables used inside closure…
.github/workflows/ci.yaml
#31:
Commit
ed208d1
pushed by
aymaneelmaini
23s
main
main
23s
View workflow file
feat: introduce closures and make a design change (wrap all functions…
.github/workflows/ci.yaml
#30:
Commit
e7b0a37
pushed by
aymaneelmaini
21s
main
main
21s
View workflow file
feat: support native functions
.github/workflows/ci.yaml
#29:
Commit
b1496f9
pushed by
aymaneelmaini
30s
main
main
30s
View workflow file
feat: add return statements and modify OP_RETURN opcode behaviour at …
.github/workflows/ci.yaml
#28:
Commit
c290b02
pushed by
aymaneelmaini
25s
main
main
25s
View workflow file
chore: enhance runtime errors printing, add stack trace
.github/workflows/ci.yaml
#27:
Commit
bb5992d
pushed by
aymaneelmaini
24s
main
main
24s
View workflow file
chore: handle some expected errors to happen during function calls
.github/workflows/ci.yaml
#26:
Commit
a403c89
pushed by
aymaneelmaini
30s
main
main
30s
View workflow file
feat: implement function calls
.github/workflows/ci.yaml
#25:
Commit
03ec04f
pushed by
aymaneelmaini
24s
main
main
24s
View workflow file
chore: remove compiler test for the moment
.github/workflows/ci.yaml
#24:
Commit
057a7cf
pushed by
aymaneelmaini
27s
main
main
27s
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.