All Projects → Lesscpy → Similar Projects or Alternatives

750 Open source projects that are alternatives of or similar to Lesscpy

Vbuild
"Compile" your VueJS components (sfc/*.vue) to standalone html/js/css ... python only (no need of nodejs). Support python components too !
Stars: ✭ 236 (+77.44%)
Mutual labels:  compiler, less
Vs Deploy
Visual Studio Code extension that provides commands to deploy files of a workspace to a destination.
Stars: ✭ 123 (-7.52%)
Mutual labels:  less
Chirp
A modern low-level programming language
Stars: ✭ 116 (-12.78%)
Mutual labels:  compiler
Codeheat.org
Codeheat Coding Contest Website https://codeheat.org
Stars: ✭ 1,577 (+1085.71%)
Mutual labels:  less
Shadow Rs
A build-time information stored in your rust project.(binary,lib,cdylib,dylib)
Stars: ✭ 117 (-12.03%)
Mutual labels:  compiler
Prettydiff
Beautifier and language aware code comparison tool for many languages. It also minifies and a few other things.
Stars: ✭ 1,635 (+1129.32%)
Mutual labels:  less
Crossshader
⚔️ A tool for cross compiling shaders. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.
Stars: ✭ 113 (-15.04%)
Mutual labels:  compiler
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (-3.01%)
Mutual labels:  less
Svg Sprite
SVG sprites & stacks galore — A low-level Node.js module that takes a bunch of SVG files, optimizes them and bakes them into SVG sprites of several types along with suitable stylesheet resources (e.g. CSS, Sass, LESS, Stylus, etc.)
Stars: ✭ 1,648 (+1139.1%)
Mutual labels:  less
Vue2 Element
基于vue2 + vue-router2 + element-ui + vuex2 + fetch + webpack2 企业级后台管理系统最佳实践
Stars: ✭ 112 (-15.79%)
Mutual labels:  less
Fathom
🚧 (Alpha stage software) A declarative data definition language for formally specifying binary data formats. 🚧
Stars: ✭ 111 (-16.54%)
Mutual labels:  compiler
Peachpy
x86-64 assembler embedded in Python
Stars: ✭ 1,592 (+1096.99%)
Mutual labels:  compiler
Asterius
A Haskell to WebAssembly compiler
Stars: ✭ 1,799 (+1252.63%)
Mutual labels:  compiler
Gopherjs
A compiler from Go to JavaScript for running Go code in a browser
Stars: ✭ 10,721 (+7960.9%)
Mutual labels:  compiler
Ocaml Protoc
A Protobuf Compiler for OCaml
Stars: ✭ 129 (-3.01%)
Mutual labels:  compiler
Rucc
rucc is a tiny toy C compiler in Rust.
Stars: ✭ 115 (-13.53%)
Mutual labels:  compiler
Bootstrap 3 Arabic
bootstrap 3 arabic
Stars: ✭ 124 (-6.77%)
Mutual labels:  less
Petal
A modern, light CSS UI framework by Shakr
Stars: ✭ 113 (-15.04%)
Mutual labels:  less
Tinyscript
自制的一个编译器, 用于学习,完整实现了词法分析,语法分析,中间代码(SSA)生成,机器码生成,和基于寄存器的虚拟机
Stars: ✭ 132 (-0.75%)
Mutual labels:  compiler
Flax
general purpose programming language, in the vein of C++
Stars: ✭ 111 (-16.54%)
Mutual labels:  compiler
Ghc Grin
GRIN backend for GHC
Stars: ✭ 123 (-7.52%)
Mutual labels:  compiler
Kou
A minimal language compiled into wasm bytecode
Stars: ✭ 112 (-15.79%)
Mutual labels:  compiler
Md
A markdown parser and compiler. Built for speed.
Stars: ✭ 128 (-3.76%)
Mutual labels:  compiler
Impala
An imperative and functional programming language
Stars: ✭ 118 (-11.28%)
Mutual labels:  compiler
Norepeat
The norepeat package contains some magical function, tools
Stars: ✭ 111 (-16.54%)
Mutual labels:  less
Electron Vue Cloud Music
🚀Electron + Vue 仿网易云音乐windows客户端
Stars: ✭ 1,894 (+1324.06%)
Mutual labels:  less
Coq Of Ocaml
Import OCaml programs to Coq 🐓 🐫
Stars: ✭ 117 (-12.03%)
Mutual labels:  compiler
Skin
Pure CSS framework designed & developed by eBay for a branded, e-commerce marketplace.
Stars: ✭ 126 (-5.26%)
Mutual labels:  less
Static Site Boilerplate
A better workflow for building modern static websites.
Stars: ✭ 1,633 (+1127.82%)
Mutual labels:  less
Jphp
JPHP - an implementation of PHP on Java VM
Stars: ✭ 1,665 (+1151.88%)
Mutual labels:  compiler
Thorin
The Higher-Order Intermediate Representation
Stars: ✭ 116 (-12.78%)
Mutual labels:  compiler
Vue2 Manage
基于 vue + element-ui 的后台管理系统
Stars: ✭ 11,345 (+8430.08%)
Mutual labels:  less
Antd Live Theme
Customize Ant Design specific colors dynamically on runtime
Stars: ✭ 116 (-12.78%)
Mutual labels:  less
Naskah
Bahasa pemrograman dengan sintaks Bahasa Indonesia (Programming language with Indonesian syntax) 🇮🇩
Stars: ✭ 132 (-0.75%)
Mutual labels:  compiler
Rollup Plugin Styles
🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.
Stars: ✭ 116 (-12.78%)
Mutual labels:  less
Cperl
A perl5 with classes, types, compilable, company friendly, security
Stars: ✭ 125 (-6.02%)
Mutual labels:  compiler
Ldpl
Compiled programming language for Unix systems, inspired by COBOL and designed to be expressive, fast, readable and easy to learn.
Stars: ✭ 115 (-13.53%)
Mutual labels:  compiler
Markdown Resume
Generate a responsive CSS3 and HTML5 resume with Markdown, with optional PDF output.
Stars: ✭ 1,659 (+1147.37%)
Mutual labels:  less
Elixirscript
Converts Elixir to JavaScript
Stars: ✭ 1,504 (+1030.83%)
Mutual labels:  compiler
Mcscript
A programming language for Minecraft Vanilla
Stars: ✭ 124 (-6.77%)
Mutual labels:  compiler
Ccompiler
c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。
Stars: ✭ 113 (-15.04%)
Mutual labels:  compiler
Ng Packagr
Compile and package Angular libraries in Angular Package Format (APF)
Stars: ✭ 1,730 (+1200.75%)
Mutual labels:  less
Hikari
LLVM Obfuscator
Stars: ✭ 1,585 (+1091.73%)
Mutual labels:  compiler
Githoard
Desktop app that enables users to quickly clone git repositories
Stars: ✭ 123 (-7.52%)
Mutual labels:  less
Brain
An esoteric programming language compiler on top of LLVM based on Brainfuck
Stars: ✭ 112 (-15.79%)
Mutual labels:  compiler
Pl0 Compiler
Compiler written for PL0 programming Language. Written in C, for COP3402 class from UCF.
Stars: ✭ 128 (-3.76%)
Mutual labels:  compiler
Nanocaml
Nanopass for OCaml
Stars: ✭ 112 (-15.79%)
Mutual labels:  compiler
Reading
A list of computer-science readings I recommend
Stars: ✭ 1,919 (+1342.86%)
Mutual labels:  compiler
Lemonj
一个面向 CSS/LESS/SCSS 的分析、坏味道检查和自动化重构工具。
Stars: ✭ 112 (-15.79%)
Mutual labels:  less
Fonts
Free and open fonts for the Atom editor
Stars: ✭ 131 (-1.5%)
Mutual labels:  less
Godzilla
Godzilla is a ES2015 to Go source code transpiler and runtime
Stars: ✭ 1,464 (+1000.75%)
Mutual labels:  compiler
One
OneLang: The One System Programming Language. (release as soon)
Stars: ✭ 120 (-9.77%)
Mutual labels:  compiler
Futhark
💥💻💥 A data-parallel functional programming language
Stars: ✭ 1,641 (+1133.83%)
Mutual labels:  compiler
Grain
The Grain compiler toolchain and CLI. Home of the modern web staple. 🌾
Stars: ✭ 2,199 (+1553.38%)
Mutual labels:  compiler
Impatient
Ain't nobody got time for data
Stars: ✭ 110 (-17.29%)
Mutual labels:  compiler
Lesshint
A tool to aid you in writing clean and consistent Less.
Stars: ✭ 119 (-10.53%)
Mutual labels:  less
Hivemind
a multi-syntax language
Stars: ✭ 133 (+0%)
Mutual labels:  compiler
Solang
First fully featured programming language for Stack Overflow Driven Development
Stars: ✭ 133 (+0%)
Mutual labels:  compiler
Instapack
All-in-one TypeScript and Sass compiler for web applications! 📦 🚀
Stars: ✭ 131 (-1.5%)
Mutual labels:  compiler
Phplrt
PHP Language Recognition Tool
Stars: ✭ 127 (-4.51%)
Mutual labels:  compiler
1-60 of 750 similar projects