1
0
Fork 0

Commit Graph

  • 4644b4108c TokenStream: Fix erroneous block comment parsing master an 2017-04-29 02:01:10 -0400
  • 7c854b943f Token: Add more escape characters an 2017-04-29 02:00:47 -0400
  • 12558fca11 Token: Add new tokens an 2017-04-29 02:00:31 -0400
  • 7f3a6e222e Token: Improve string parsing an 2017-04-24 06:18:03 -0400
  • 7c8da17172 Token: Add new tokens an 2017-04-24 06:17:53 -0400
  • 8a73dc69f0 TokenStream: Add properties for TokenStream* functions an 2017-04-24 06:17:37 -0400
  • d2242c1685 Token: Add property for TokenGet an 2017-04-24 06:17:07 -0400
  • 88580c78ee HashMap: Add properties for HashMapFind* functions an 2017-04-24 06:16:37 -0400
  • 84be5c83a2 HashMap: Add properties for certain functions an 2017-04-06 07:47:44 -0400
  • 0446080176 Refactoring, part 2 an 2017-03-12 16:55:50 -0400
  • 844919016c Refactoring, part 1 an 2017-03-12 16:34:21 -0400
  • 080b28c8c8 Fix licensing wording and add external licenses. Marrub 2016-11-21 02:35:59 -0500
  • 953de47c94 Move code and remove lithos3l.lib Marrub 2016-11-21 02:30:03 -0500
  • ee96fb0bb4 Relicense under MIT License. Marrub 2016-11-21 02:28:02 -0500
  • 4339cc7296 Mega commit. Marrub 2016-11-21 01:33:10 -0500
  • f5fdcd56a9 Remove Lth_button and test file Marrub 2016-11-21 01:11:13 -0500
  • 3f5d061bcd Manifest: Add string-constant-seq Marrub 2016-11-21 01:07:31 -0500
  • ec2c3b8e7e Add Lth_stdfix.h. Marrub 2016-11-21 01:05:53 -0500
  • 46f8776c89 TokenStream: Fix dumb typo Marrub 2016-11-21 01:04:44 -0500
  • 89882c943f stdlib: Add Lth_ceilk and Lth_fractk Marrub 2016-11-21 01:03:52 -0500
  • 4b20d830c4 Types: Add Lth_VectorAlloc and move Lth_pfor Marrub 2016-11-21 01:02:56 -0500
  • 07bf122fdc Token: Add TOK_Minus and fix negative numbers Marrub 2016-11-21 00:58:32 -0500
  • 52d431acb9 Move README to README.md Marrub 2016-11-21 00:15:22 -0500
  • dbf3994ba3 TokenStream: Fix comment buffer eating forward slashes Marrub 2016-10-24 01:22:52 -0400
  • ce3a67c737 Token: Simplify escape sequences Marrub 2016-10-23 21:25:30 -0400
  • caf15b2866 Types: Add Lth_OptArgs macro Marrub 2016-10-23 21:24:40 -0400
  • 44c32b82b0 HashMap: Make Lth_HashMapFind generic Marrub 2016-10-23 21:22:44 -0400
  • 33e5162f05 stdlib: Add Lth_stricmp, Lth_wcs*, Lth_mbslen, and Lth_Hash_wchar Marrub 2016-10-23 21:20:09 -0400
  • 2420deecb3 Manifest: Fix boolean value loading Marrub 2016-10-22 14:48:42 -0400
  • 9738d31bd0 Context: Fix double-free Marrub 2016-10-22 14:45:06 -0400
  • d13f2f6fe4 Change headers so everything is included sequentially by Lth.h. Marrub 2016-10-21 21:55:38 -0400
  • 0592eca67f stdlib: Fix Lth_Hash_* not masking characters, breaking unicode. Marrub 2016-10-21 17:55:00 -0400
  • f69a1e8412 Manifest: Add string object-declarations and booleans Marrub 2016-10-21 17:13:29 -0400
  • 2ede2f4928 Window: Switch x/y and w/h in Lth_WindowNew Marrub 2016-10-21 15:07:17 -0400
  • abc86aaa8f Add Manifest module. Marrub 2016-10-21 15:05:29 -0400
  • fb08786729 Token: Fix Lth_TOK_Dot eating numbers Marrub 2016-10-21 14:50:19 -0400
  • ab547ad527 stdlib: Add Lth_fpeekc, Lth_strealoc, et al. Marrub 2016-10-21 14:49:11 -0400
  • 6834efad4f stdlib: Add Lth_pfor Marrub 2016-10-21 14:47:55 -0400
  • f30001b818 assert: Fix Lth_Assert not using stderr Marrub 2016-10-21 14:46:53 -0400
  • 36f008b298 Types: Fix VectorForEach, add 'bufsz' to Vector and add Lth_Pair Marrub 2016-10-21 14:45:07 -0400
  • 95c85fdb9f TokenStream: Remove scriptcall member Marrub 2016-10-21 14:44:37 -0400
  • b745b2eb3f Hashmap: Change Lth_HashFindItr's parameters Marrub 2016-10-21 14:43:59 -0400
  • c500b83948 Remove binary files from tree. Marrub 2016-10-20 21:49:49 -0400
  • 9f9daeb302 Create Token and TokenStream modules. Marrub 2016-10-20 19:55:35 -0400
  • 81061174e9 stdlib: Add Lth_Hash_char Marrub 2016-10-19 10:03:32 -0400
  • ca89eb95e9 Move classlayout.txt to the Tools directory. Marrub 2016-10-19 10:03:03 -0400
  • 1038ca8961 Create Hashmap module. Marrub 2016-10-19 10:01:39 -0400
  • 668f77010f Types: Add Lth_Vector macro Marrub 2016-10-19 10:00:41 -0400
  • 22421f7eeb stdlib: Add Lth_strlocal and Lth_strdup_str Marrub 2016-10-19 10:00:10 -0400
  • 93377a9dc7 Control: Add Lth_ControlFont Marrub 2016-10-18 20:02:02 -0400
  • cceece2216 Context: Fix mapspace not actually being used Marrub 2016-10-18 19:40:00 -0400
  • d34139fb4d Context: Change unnamed structs to Lth_IVec2 Marrub 2016-10-18 19:39:30 -0400
  • b550ec0668 Change header comment style. Marrub 2016-10-18 17:20:32 -0400
  • 47acf3cadd Control, Context, LinkList, et al: Restructuring Marrub 2016-10-18 13:59:02 -0400
  • a93f60355f Create Font module. Marrub 2016-10-18 13:46:06 -0400
  • f8cc0672ba stdlib: Add Lth_strdup_str Marrub 2016-10-18 13:44:22 -0400
  • c07856f6e8 Add a class layout explanatory file. Marrub 2016-10-18 13:43:38 -0400
  • f0a59423e7 Control: Add Button dummy and restructure headers Marrub 2016-10-18 05:49:47 -0400
  • d4faa148ee Control: Rename "control" to "ctrl" and pretty things Marrub 2016-10-17 19:30:28 -0400
  • 44ae7d93e7 Control: Add SIGPSTDRAW Marrub 2016-10-17 19:22:54 -0400
  • d9929aadd3 LinkList: Add Lth_ListForEach and Lth_ListFor Marrub 2016-10-17 19:12:31 -0400
  • a0e68bab91 Draw: Add Lth_DrawRectAndClip Marrub 2016-10-17 19:10:24 -0400
  • 3e801bda10 Initial commit Marrub 2016-10-17 11:57:44 -0400