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
Breadcrumbs
History for
feint
src
types
on
dev
User selector
All users
All time
Commit history
Commits on Jan 30, 2023
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
Tweak some things relating to custom type creation
Show description for 50fa4b1
wylee
committed
50fa4b1
View commit details
Copy full SHA for 50fa4b1
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 25, 2023
Improve module loading/handling, esp. in Executor
wylee
committed
8d2cf2c
View commit details
Copy full SHA for 8d2cf2c
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
Add has method to builtin Map type
wylee
committed
d623a32
View commit details
Copy full SHA for d623a32
View code at this point
Browse repository at this point
Simplify the creation of Module objects
Show description for dcf47bb
wylee
committed
dcf47bb
View commit details
Copy full SHA for dcf47bb
View code at this point
Browse repository at this point
Add known module global names by default in compiler
Show description for 83b693a
wylee
committed
83b693a
View commit details
Copy full SHA for 83b693a
View code at this point
Browse repository at this point
Add Default impl for Namespace
wylee
committed
be30465
View commit details
Copy full SHA for be30465
View code at this point
Browse repository at this point
Add Default impl for Code
wylee
committed
cee5572
View commit details
Copy full SHA for cee5572
View code at this point
Browse repository at this point
Commits on Jan 23, 2023
Return type err rather than nil when str can't be converted to int
wylee
committed
dab108a
View commit details
Copy full SHA for dab108a
View code at this point
Browse repository at this point
Add type err type
wylee
committed
9d95cfb
View commit details
Copy full SHA for 9d95cfb
View code at this point
Browse repository at this point
Commits on Jan 21, 2023
Make Int.new() return nil when value can't be parsed as int
Show description for 2a3fce1
wylee
committed
2a3fce1
View commit details
Copy full SHA for 2a3fce1
View code at this point
Browse repository at this point
Add remove_prefix method to builtin Str type
wylee
committed
cc3a3fb
View commit details
Copy full SHA for cc3a3fb
View code at this point
Browse repository at this point
Add has method to builtin sequence types
wylee
committed
f52fe63
View commit details
Copy full SHA for f52fe63
View code at this point
Browse repository at this point
Add peek method to builtin Iterator type
wylee
committed
b7a7299
View commit details
Copy full SHA for b7a7299
View code at this point
Browse repository at this point
Commits on Jan 20, 2023
Set module name and full name on all function types
wylee
committed
5719ddd
View commit details
Copy full SHA for 5719ddd
View code at this point
Browse repository at this point
Add builtin Iterator type
Show description for dcb5d74
wylee
committed
dcb5d74
View commit details
Copy full SHA for dcb5d74
View code at this point
Browse repository at this point
Add more props & methods to Map
Show description for 08f8a11
wylee
committed
08f8a11
View commit details
Copy full SHA for 08f8a11
View code at this point
Browse repository at this point
Add Err.message property
wylee
committed
d34e7ab
View commit details
Copy full SHA for d34e7ab
View code at this point
Browse repository at this point
Fix/add definition of module() for all function types
Show description for be6f9c3
wylee
committed
be6f9c3
View commit details
Copy full SHA for be6f9c3
View code at this point
Browse repository at this point
Update docstring style
wylee
committed
c69e0c0
View commit details
Copy full SHA for c69e0c0
View code at this point
Browse repository at this point
Add Map.each() method
wylee
committed
abedbe3
View commit details
Copy full SHA for abedbe3
View code at this point
Browse repository at this point
Add `each` method to sequence types (List and Tuple)
wylee
committed
1ddb326
View commit details
Copy full SHA for 1ddb326
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
Move std modules into a subdirectory/submodule
wylee
committed
15adbd1
View commit details
Copy full SHA for 15adbd1
View code at this point
Browse repository at this point
First pass at loading modules up front rather than at runtime
Show description for 8820bb5
wylee
committed
8820bb5
View commit details
Copy full SHA for 8820bb5
View code at this point
Browse repository at this point
Update clippy config
Show description for 7352a0f
wylee
committed
7352a0f
View commit details
Copy full SHA for 7352a0f
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.