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
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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
feint-lang
/
feint
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
Code
Issues
0
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Commits
Branch selector
dev
User selector
All users
All time
Commit history
Commits on Jan 31, 2023
Improve std.args.parse()
wylee
committed
bd2f806
View commit details
Copy full SHA for bd2f806
Browse repository at this point
Fix bug in Source that would only allow 4096 bytes total to be read
Show description for 04daeba
wylee
committed
04daeba
View commit details
Copy full SHA for 04daeba
Browse repository at this point
Fix string representation of DollarNot token $!
wylee
committed
4f82176
View commit details
Copy full SHA for 4f82176
Browse repository at this point
When jumping, only exit scopes if jump actually happens
Show description for c5209b5
wylee
committed
c5209b5
View commit details
Copy full SHA for c5209b5
Browse repository at this point
Commits on Jan 30, 2023
Add Mandlebrot benchmark
Show description for 72234fd
wylee
committed
72234fd
View commit details
Copy full SHA for 72234fd
Browse repository at this point
Fix less than & greater than comparisons between floats and ints
Show description for f624692
wylee
committed
f624692
View commit details
Copy full SHA for f624692
Browse repository at this point
Fix format! warnings reported by clippy
Show description for 844c12f
wylee
committed
844c12f
View commit details
Copy full SHA for 844c12f
Browse repository at this point
Upgrade dependencies
wylee
committed
7a0ab70
View commit details
Copy full SHA for 7a0ab70
Browse repository at this point
Commits on Jan 29, 2023
Improve runtime execution context
Show description for 3885cc5
wylee
committed
3885cc5
View commit details
Copy full SHA for 3885cc5
Browse repository at this point
Tweak CompilerVisitor
wylee
committed
4551e24
View commit details
Copy full SHA for 4551e24
Browse repository at this point
Rename compiler Visitor to CompilerVisitor for clarity
wylee
committed
aaf6a5d
View commit details
Copy full SHA for aaf6a5d
Browse repository at this point
Tweak some things relating to custom type creation
Show description for 50fa4b1
wylee
committed
50fa4b1
View commit details
Copy full SHA for 50fa4b1
Browse repository at this point
Add aliased imports
Show description for 895ab17
wylee
committed
895ab17
View commit details
Copy full SHA for 895ab17
Browse repository at this point
Disallow imports that aren't in the module/global scope
Show description for 1e28c62
wylee
committed
1e28c62
View commit details
Copy full SHA for 1e28c62
Browse repository at this point
Don't print Err in main() or REPL
Show description for 4a69cc3
wylee
committed
4a69cc3
View commit details
Copy full SHA for 4a69cc3
Browse repository at this point
Replace "builtin" with "intrinsic" where that makes sense
Show description for 0df1a70
wylee
committed
0df1a70
View commit details
Copy full SHA for 0df1a70
Browse repository at this point
Expose builtins/prelude via std instead of std.builtins
Show description for f37168c
wylee
committed
f37168c
View commit details
Copy full SHA for f37168c
Browse repository at this point
Fix builtin assert() so it prints err when halt flag is set
wylee
committed
70d4989
View commit details
Copy full SHA for 70d4989
Browse repository at this point
Make it possible to create custom types programmatically
Show description for e1d4c88
wylee
committed
e1d4c88
View commit details
Copy full SHA for e1d4c88
Browse repository at this point
Commits on Jan 28, 2023
Replace system.modules w/ MODULES global during bootstrap
Show description for d51e8b1
wylee
committed
d51e8b1
View commit details
Copy full SHA for d51e8b1
Browse repository at this point
Commits on Jan 27, 2023
Use standard methods in Namespace
wylee
committed
586c3b9
View commit details
Copy full SHA for 586c3b9
Browse repository at this point
Make some changes to how `Map`s are created & used
Show description for e086296
wylee
committed
e086296
View commit details
Copy full SHA for e086296
Browse repository at this point
Make a bunch of changes related to modules & imports
Show description for 2c03527
wylee
committed
2c03527
View commit details
Copy full SHA for 2c03527
Browse repository at this point
Commits on Jan 26, 2023
Simplify & improve how $main() is handled
Show description for e84a6e3
wylee
committed
e84a6e3
View commit details
Copy full SHA for e84a6e3
Browse repository at this point
Commits on Jan 25, 2023
Add simple way to call package's main.fi w/ `feint main`
wylee
committed
bafa103
View commit details
Copy full SHA for bafa103
Browse repository at this point
Improve module loading/handling, esp. in Executor
wylee
committed
8d2cf2c
View commit details
Copy full SHA for 8d2cf2c
Browse repository at this point
Add ability to run module as script
Show description for a0d3b27
wylee
committed
a0d3b27
View commit details
Copy full SHA for a0d3b27
Browse repository at this point
Don't allow $main to be reassigned
wylee
committed
59901e4
View commit details
Copy full SHA for 59901e4
Browse repository at this point
Implement short-circuiting for &&, ||, and ??
Show description for 96416cc
wylee
committed
96416cc
View commit details
Copy full SHA for 96416cc
Browse repository at this point
Commits on Jan 24, 2023
std.args: Show help regardless of error status
wylee
committed
1dd89d9
View commit details
Copy full SHA for 1dd89d9
Browse repository at this point
Add global names AST visitor
Show description for 802039e
wylee
committed
802039e
View commit details
Copy full SHA for 802039e
Browse repository at this point
Clean up Executor::execute_repl() a little bit
wylee
committed
2fda1ca
View commit details
Copy full SHA for 2fda1ca
Browse repository at this point
Move AST visitor for compiler to its own module
wylee
committed
d537002
View commit details
Copy full SHA for d537002
Browse repository at this point
Fix example scripts wrt. arg parsing
Show description for a8c26e9
wylee
committed
a8c26e9
View commit details
Copy full SHA for a8c26e9
Browse repository at this point
Add ast::visitors module
wylee
committed
9c979d4
View commit details
Copy full SHA for 9c979d4
Browse repository at this point
Previous
Next
You can’t perform that action at this time.