Commit Graph

  • 7fd15028d4 Version submited to the language jam master Suzanne Soy 2020-09-01 13:04:57 +0000
  • 5f11930009 WIP Suzanne Soy 2020-09-01 06:55:29 +0000
  • de12594067 WIP Suzanne Soy 2020-09-01 06:41:07 +0000
  • 5b536be53b Parser seems to work Suzanne Soy 2020-09-01 04:49:55 +0000
  • d0249b9a76 WIP Suzanne Soy 2020-09-01 00:19:53 +0000
  • 592a758fb1 Keep annotations in Parser Suzanne Soy 2020-08-31 18:38:52 +0000
  • 89c9908957 Fixed bug: an empty or is not vacuously .IsEmpty Suzanne Soy 2020-08-31 15:26:53 +0000
  • 74c3abcccc Debugging the parser Suzanne Soy 2020-08-31 13:36:14 +0000
  • 829bff6c2b Parser on immutable stream of lexemes, returns a rough representation of the AST Suzanne Soy 2020-08-30 22:39:01 +0000
  • afb04df4a6 Lexer on IImmutableEnumerable (replayable streams, leaves open the possibility to make coroutines to update the lexer's tokens later) Suzanne Soy 2020-08-30 16:11:50 +0000
  • 90e9a53107 draft for the parser Suzanne Soy 2020-08-28 02:15:32 +0000
  • 139ed61fcd Hide default case shorthands for Grammar to check for empty grammars Suzanne Soy 2020-08-26 00:19:11 +0000
  • 31dbe188f0 Factor out some of the common parts of the grammar Suzanne Soy 2020-08-26 00:03:15 +0000
  • 6d5d0dd00b Generate grammar from precedence DAG Suzanne Soy 2020-08-24 02:40:36 +0000
  • 1cf8cb6bd8 Adding operators should work now Suzanne Soy 2020-08-22 00:05:56 +0000
  • 62f7209b14 Moved Parser.cs to MixFix.cs to keep the grammar generation separate. Suzanne Soy 2020-08-21 01:32:18 +0000
  • fce4e7f53c Lenses are working, implemented addition of an operator to the parser. Suzanne Soy 2020-08-20 20:40:45 +0000
  • b517d4f032 This causes an internal error (null pointer exception) in mono when it tries to initialize the types Suzanne Soy 2020-08-20 19:57:54 +0000
  • 36ed190a5c Cleaned up metaprogramming utility and lenses for records Suzanne Soy 2020-08-20 02:23:34 +0000
  • b3d41496d5 Use Immutable collections pretty much everywhere" Suzanne Soy 2020-08-20 00:42:04 +0000
  • 799795ffab Found a way to use System.Collections.Immutable on repl.it Suzanne Soy 2020-08-19 22:26:55 +0000
  • 9e234f0663 ImmutableDictionary Suzanne Soy 2020-08-19 21:24:25 +0000
  • b0c47947a6 Custom exception classes, HashCode, started Parser Suzanne Soy 2020-08-19 18:36:41 +0000
  • 967e1e3266 Simple function memoization Suzanne Soy 2020-08-19 02:27:39 +0000
  • b2b630368c Auto-generate .Equals(), .GetHashCode() and friends Suzanne Soy 2020-08-19 02:26:11 +0000
  • ea6f61f9d3 Generate record (immutable plain data objects) types in addition to variant-like (safe enums with values) Suzanne Soy 2020-08-18 23:42:41 +0000
  • f21786d6b1 Use .replit to customize the build command Suzanne Soy 2020-08-17 03:41:48 +0000
  • c1b3bd783b Some notes on parsers Suzanne Soy 2020-08-17 02:11:47 +0000
  • c534c2c6ab Epsilon transitions in lexer Suzanne Soy 2020-08-16 02:57:20 +0000
  • ff459fb1fd Lexer now uses a proper automaton. Suzanne Soy 2020-08-16 00:23:50 +0000
  • 9a885195c2 Unicode lexer & compilation to JS of strings and of numbers (previously a placeholder). Suzanne Soy 2020-08-14 05:03:02 +0000
  • 3f23248c14 Added .gitignore files Suzanne Soy 2020-08-11 02:50:20 +0000
  • 5328827565 Added license (public domain) Suzanne Soy 2020-08-11 02:40:22 +0000
  • 900749670e Initial commit Suzanne Soy 2020-08-11 02:22:40 +0000