slash

slash is a simple type-oriented programming language
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-04-06 18:18lex: stack for tokensMario Rosell R. Martinez2+237-185
2026-04-05 10:05build: clean dependenciesMario Rosell R. Martinez1+1-1
2026-04-05 09:58lex: fixesMario Rosell R. Martinez2+62-72
2026-04-04 19:56lex: no more magic numbersMario Rosell R. Martinez1+4-0
2026-04-04 19:00mem: don't memfault on missing fileMario Rosell R. Martinez1+12-9
2026-04-04 12:07build: dependency generationMario Rosell R. Martinez1+5-2
2026-04-04 12:02git: add gitignoreMario Rosell R. Martinez1+16-0
2026-04-04 11:53stat, lex,pipeline: add pipeline, improve lexer, and store i_fstreamMario Rosell R. Martinez7+162-55
2026-04-04 09:47build: make it portable across makesMario Rosell R. Martinez1+1-1
2026-04-04 09:45please workMario Rosell R. Martinez1+2-2
2026-04-04 09:38lex (organization): move stuff to headerMario Rosell R. Martinez2+30-70
2026-04-04 09:35lex (minor): include header for completenessMario Rosell R. Martinez1+2-0
2026-04-04 09:32stat: record input fileMario Rosell R. Martinez2+2-1
2026-04-04 09:27lex: add simple lexerMario Rosell R. Martinez3+313-1
2026-04-03 19:07doc: documenttionMario Rosell R. Martinez5+218-0
2026-04-03 14:15hardening: header guardsMario Rosell R. Martinez2+10-0
2026-04-03 14:11stat: new stat_t struct for stat, and fix messagesMario Rosell R. Martinez4+39-12
2026-04-03 12:44cli: add rudimentary cliMario Rosell R. Martinez4+104-0
2026-04-03 12:43Initial commitMario Rosell R. Martinez2+58-0