All Projects → ALANVF → Star-lang-specification

ALANVF / Star-lang-specification

Licence: other
Work in progress specs for the Star programming language

Programming Languages

Vim Script
2826 projects

Projects that are alternatives of or similar to Star-lang-specification

adorad
Fast, Expressive, & High-Performance Programming Language for those who dare
Stars: ✭ 54 (+107.69%)
Mutual labels:  llvm, object-oriented
star
An experimental programming language that's made to be powerful, productive, and predictable
Stars: ✭ 88 (+238.46%)
Mutual labels:  object-oriented, star
hybris
Robust and strongly consistent hybrid cloud storage library
Stars: ✭ 13 (-50%)
Mutual labels:  consistency
los
Los是一个c/c++语言编译型的虚拟机。它使用llvm/clang作为其前端,losld做后端对源代码进行编译,生成los指令文件。Los is a c/c++-compiled virtual machine. It uses llvm/clang as its front end, losld does the backend to compile the source code, and generates the los directive file.
Stars: ✭ 46 (+76.92%)
Mutual labels:  llvm
lhc
The LLVM LHC Haskell Optimization System
Stars: ✭ 194 (+646.15%)
Mutual labels:  llvm
framework
Data handling framework complementary to backend active record systems.
Stars: ✭ 30 (+15.38%)
Mutual labels:  object-oriented
Grimheart
Torture your LLVM Obfuscation
Stars: ✭ 29 (+11.54%)
Mutual labels:  llvm
FlexCanvasJS
RIA Web Application Framework for HTML5 Canvas inspired by Adobe Flex / Flash. Style-able, skin-able, customize-able Javascript UI component set, from shapes to color pickers to data grids. Relative and dynamic layouts, automatic redraw regions, composite effects, and much more. Great for everything 2D, complex web forms to games.
Stars: ✭ 18 (-30.77%)
Mutual labels:  object-oriented
OCCAM
OCCAM: Object Culling and Concretization for Assurance Maximization
Stars: ✭ 20 (-23.08%)
Mutual labels:  llvm
clad
clad -- automatic differentiation for C/C++
Stars: ✭ 161 (+519.23%)
Mutual labels:  llvm
New-Star
Web. browser game engine :)
Stars: ✭ 64 (+146.15%)
Mutual labels:  star
DoubleStar
A personalized/enhanced re-creation of the Darkhotel "Double Star" APT exploit chain with a focus on Windows 8.1 and mixed with some of my own techniques
Stars: ✭ 140 (+438.46%)
Mutual labels:  star
pacxx-llvm
Programming Accelerators with C++ (PACXX)
Stars: ✭ 57 (+119.23%)
Mutual labels:  llvm
alon
Remix for Solana.
Stars: ✭ 87 (+234.62%)
Mutual labels:  llvm
learn-swift-with-bob
Learn Swift 4 with Bob: Intermediate to Advanced Swift 4 Course
Stars: ✭ 22 (-15.38%)
Mutual labels:  object-oriented
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+319.23%)
Mutual labels:  star
ebpfault
A BPF-based syscall fault injector
Stars: ✭ 65 (+150%)
Mutual labels:  llvm
Leetcoding-Challenge
This repository contains Leetcode Challenge Submissions.
Stars: ✭ 26 (+0%)
Mutual labels:  consistency
NamingThings
Content on tips, tricks, advice, practices for naming things in in software/technology
Stars: ✭ 31 (+19.23%)
Mutual labels:  consistency
LLVM-Obfuscator
LLVM Obfuscator
Stars: ✭ 44 (+69.23%)
Mutual labels:  llvm

Star specification

Star is an experimental language made to be powerful, productive, and predictable.

Explanations of the random folders you see

  • design: This folder contains documents talking about design choices/explanations for Star.
  • examples: This folder contains various examples (mostly from Rosetta code) of programs written in Star. Nothing is final.
  • syntax: This folder contains formal syntactic specification for Star.
  • concepts: This folder contains experimental ideas I've come up with for Star. Nothing is guaranteed to actually be added.
  • tools: This folder contains helpful stuff like syntax highlighting for Star for various editors. Will probably be moved once I put the actual language project on GitHub.
  • revisions: This stuff in this folder keeps a record of changes to Star and this repo.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].