1
0
Fork
You've already forked switch
0
The Switch programming language compiler and interpreter
  • Sway 52%
  • C 39.7%
  • Yacc 7%
  • Shell 0.8%
  • Makefile 0.5%
Find a file
2026年03月02日 18:01:55 +01:00
.github/workflows write lemon grammar, own lexer, and nicer messages 2026年02月13日 02:18:03 +01:00
tests support variadic functions 2026年02月28日 15:44:35 +01:00
emitter.c fix clang fprintf warnings 2026年03月02日 18:01:55 +01:00
emitter.h support variadic functions 2026年02月28日 15:44:35 +01:00
grammar.y use quotes around token in unexpected string error 2026年03月01日 18:16:43 +01:00
LICENSE add LICENSE 2026年02月18日 01:27:20 +01:00
makefile measure running time of tests 2026年02月17日 19:05:35 +01:00
parser.c support variadic functions 2026年02月28日 15:44:35 +01:00
parser.h support variadic functions 2026年02月28日 15:44:35 +01:00
README add header installation 2025年01月26日 01:13:45 +01:00
runtime.c runtime: hash maps by address 2026年03月01日 22:44:56 +01:00
runtime.h fix clang fprintf warnings 2026年03月02日 18:01:55 +01:00
scanner.c fix clang fprintf warnings 2026年03月02日 18:01:55 +01:00
std.c read char as integer 2026年02月28日 18:48:29 +01:00
std.sw std: error handling helpers 2026年03月02日 13:50:50 +01:00
sw pass extra run/build arguments to cc 2026年02月21日 17:15:46 +01:00

make
sudo make install
sw run tests/hello.sw