Commit Graph

339 Commits (master)
 

Author SHA1 Message Date
mbutterick 95b7c69cf9 Update 'README.md'
8 months ago
Matthew Butterick 9b2d7cc759
Update README.md
2 years ago
Matthew Butterick 32fc3b68d1 swap Travis for GH actions
2 years ago
Jesse A. Tov 87cc90839d Updated tests.
4 years ago
Jesse A. Tov 785af47262 Inlines `begin-with-disappeared-uses`, which means the big indentation
4 years ago
Jesse A. Tov c8851d31c5 Fixes Check Syntax arrows for lexer generator.
4 years ago
Jesse A. Tov f8c3f37646 Fixes bug demonstrated by previous commit.
4 years ago
Jesse A. Tov 0eecc81e6c Demonstrates bug in char-complement.
4 years ago
Matthew Butterick 8752bf5bfb literal string in error msg
5 years ago
Matthew Butterick aa5b074719 update
5 years ago
Matthew Butterick fd446e6013 refactor into racket/base
5 years ago
Matthew Butterick fc1e00bc2a set up travis
5 years ago
Matthew Butterick d2b2db04b9 bolster automatic eof rule (fixes #1)
5 years ago
Matthew Butterick facc385f62 doc edit
5 years ago
Matthew Butterick 4041d75969 clarify docs about re “sequences”
5 years ago
Matthew Butterick 9b8e0f96c8 rebase on fork of parser-tools
5 years ago
Matthew Butterick 3e71cfa350 fix typo in docs
6 years ago
Matthew Butterick 680bbc0c01 Fix typo in docs: `rad` to `read`
6 years ago
Robby Findler be0b8854cd move from mzlib/contract to racket/contract
7 years ago
Sam Tobin-Hochstadt 8d101fecf6 Merge pull request #1 from PuercoPop/patch-1
8 years ago
Javier Olaechea c8e5cbb13d (parser-tools.scribl): Typo
8 years ago
Sam Tobin-Hochstadt 96345b1644 Add standard .gitignore file.
8 years ago
Sam Tobin-Hochstadt f9a98ad575 Remove extra directories.
8 years ago
Sam Tobin-Hochstadt 0b6452ee31 Remove stray reference to Racket in LICENSE files.
8 years ago
Matthew Flatt 10d870644e add `update-implies` to package "info.rkt"s
9 years ago
Matthew Flatt 65faddf05e LGPL by reference
9 years ago
Eli Barzilay 75592916bb 2013 -> 2014
9 years ago
John Clements f59e16a02e rackety
9 years ago
Matthew Flatt ab0f7537de include license with each package
10 years ago
Matthew Flatt 420a75bbeb auto-fix dependencies for "scheme-lib" and "srfi-lite-lib"
10 years ago
Matthew Flatt a27314031c add `pkg-desc' and `pkg-authors' to each package
10 years ago
Matthew Flatt cdb3f86894 auto-fix documentation package dependencies
10 years ago
Sam Tobin-Hochstadt 02018fa499 Use `#lang info` instead of `#lang setup/infotab`.
10 years ago
Matthew Flatt 3cd299edb1 auto-fix dependencies in "pkgs"
10 years ago
Matthew Flatt f11b08e544 fill in some pkg `implies'
10 years ago
Matthew Flatt 9e82692a00 a step toward single-collection packages as default
10 years ago
Matthew Flatt d90f2f4bfe reorganize into core plus packages
10 years ago
Matthew Flatt b74f930734 raco pkg create: support "source" and "binary" bundling
10 years ago
John Clements 111de51b65 specified match precedence in lexer... hope I'm right
10 years ago
Eli Barzilay 7c115199b5 Fix lots of indentation mistakes.
10 years ago
Danny Yoo 0156d62399 Modify the src-pos error reporting in parser-tools to better show the token context.
10 years ago
Robby Findler f79949dce3 Rackety
10 years ago
Danny Yoo 1acb3c8401 Correct the test case so it executes the error path we want.
10 years ago
Danny Yoo c6375182fa PR 13471: Add cycle-detection during lex-abbrev expansion to raise appropriate syntax error.
10 years ago
Matthew Flatt ec6cb60c00 paser-tools: doc clarifications
10 years ago
Danny Yoo ab6d67eb8b Strip the copy-and-paste for cfg-parser, keeping the delta vs. parser.
10 years ago
Danny Yoo f79486a694 Remove paragraph about multiple start symbols, since cfg-parser doesn't support it.
10 years ago
Danny Yoo cafb8a5c62 Add documentation for cfg-parser.
10 years ago
Danny Yoo e39cbed86c Modify cfg-parser's treatment of error function so it can consume both arity-3 and arity-5 error functions.
10 years ago
Danny Yoo 81acb2ae50 Move cfg-parser from the algol60 collection to parser-tools.
10 years ago