Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Feeny is a small programming languages for learning how to implement dynamic languages and their runtimes.
Feeny was introduced in the U.C. Berkeley course Virtual Machines and Managed Runtimes, taught by Mario Wolczko and Patrick S. Li. Its syntax is largely inspired by another language called Stanza.
This package provides parsing tools
and an interpreter
written in pure TypeScript
. We can use it in the web toolchains. Obviously, It can runs in either browser an node. Or some other JavaScript Runtime.
And we have extended the Feeny to add some syntax (break/continue
, closure
, etc.) and a simple type checker(and also type annitations). It too simple and not even a type system yet. But I think it will be better in the future.
And we also provides a language service toolchains
and a VSCode extension
that based above features. It's only supports diagnostics
(for type check result) and goToDefinition
yet.
The codebase is inspired by TypeScript compiler codebase. So you may can see many familiar codes if you are also familiar with TypeScript.
The VSCode extension is based on Daniel's Feeny-VSCode which a brilliant package too.
Happy hacking!
Lexer
Parser
Binder
Checker
AST Interpreter
Cli
Language service api
VSCode extension
FAQs
## Summary
We found that feeny-ts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.