Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Standout from official toml #2

Closed
1 task
hit9 opened this issue Jun 1, 2014 · 3 comments
Closed
1 task

Standout from official toml #2

hit9 opened this issue Jun 1, 2014 · 3 comments

Comments

@hit9
Copy link
Owner

hit9 commented Jun 1, 2014

The official repo toml is out of update for a long time.

This module now need to add some new feature on the top of toml 0.1

  • *, +, -. / on numbers
  1. example

    result = 5 * 60 * 60  # 1hour
    
    var1 = 5
    var2 = 4
    var3 = var1 * var2
    
@ChristianSi
Copy link

There is an official v0.2.0 and a few little issues (mostly clarifications I think) that have been added to master. Also, interesting new things in the works such as multi-line and literal strings and inline tables.

I hope this parser+serialization will stay up-to-date with the TOML spec, it's the nicest implementation for Python from what I have seen so far.

Personally, I don't feel the need to add math or anything else on top of the official TOML spec, though it wouldn't hurt, I guess.

@hit9
Copy link
Owner Author

hit9 commented Jul 14, 2014

I'm sorry but I am very busy these days, but I will work on this once I have time.

@hit9
Copy link
Owner Author

hit9 commented Jul 21, 2014

I will wait for toml's stable version.

@hit9 hit9 closed this as completed Jan 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants